b936ea100a553ebd9ffcfbcab31db9e2f2f308b3
[gnus] / lisp / ChangeLog
1 2010-09-30  Julien Danjou  <julien@danjou.info>
2
3         * gnus-agent.el (gnus-agent-add-group): Fix call to
4         gnus-completing-read.
5
6 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * nndoc.el (nndoc-retrieve-groups): New function.
9
10         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11         `default', use nnmail-split-methods.
12         (nnimap-request-article): Downcase the NILs so that they are nil.
13
14         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
15         symbol.
16
17         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
18         code, since if the user has requested network, that's what they ought
19         to get.
20         (nnimap-request-set-mark): Erase the buffer before issuing commands.
21         (nnimap-split-rule): Mark as obsolete.
22
23         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
24         variable.
25
26         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
27         correct slot, too.
28
29 2010-09-29  Julien Danjou  <julien@danjou.info>
30
31         * gnus.el (gnus-local-domain): Declare variable obsolete.
32
33         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
34         computing.
35         (gnus-ido-completing-read): Require ido.
36
37 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * gnus-registry.el: Don't prompt on load, which makes it impossible to
40         build Gnus.
41
42         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
43         when interpreting the structures.
44         (nnimap-request-accept-article): Add \r\n to the lines to make this
45         work with Cyrus.
46
47         * nnregistry.el: Added.
48
49         * nndraft.el (nndraft-request-expire-articles): Use the group name
50         instead if "nndraft".  Fix found by Nils Ackermann.
51
52 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
53
54         * nnmail.el (group, group-art-list, group-art):
55         Remove unneeded directives.
56
57 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
60         (mm-mime-charset)
61         * rfc2047.el (rfc2047-syntax-table)
62         * utf7.el (utf7-utf-16-coding-system): Comment fix.
63
64         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
65         rather than `insert-file-contents' and `eval-region'.
66
67         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
68         construction.
69
70         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
71
72         * time-date.el: No need to require cl for Emacs 21.
73
74 2010-09-29  Julien Danjou  <julien@danjou.info>
75
76         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
77         replacement of `gnus-gravatar-relief' to mimic
78         `gnus-faces-properties-alist'.
79         Add :version property.
80
81 2010-09-28  Florian Ragwitz  <rafl@debian.org>
82
83         * gnus-util.el (gnus-use-ido): Removed.
84         (gnus-std-completing-read): Add wrapper around completing-read.
85         (gnus-icompleting-read): Add wrapper around ibuffer-read-buffer.
86         (gnus-ido-completing-read): Add wrapper around ido-completing-read.
87         (gnus-completing-read-function): Add to chose from the above completion
88         functions or to provide a custom one.
89         (gnus-completing-read): Use the completing-read function configured
90         with gnus-completing-read-function.
91
92 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * mail-source.el (mail-source-report-new-mail)
95         * message.el (message-default-mail-headers)
96         * mm-decode.el (mm-valid-image-format-p): Comment fix.
97
98         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
99
100 2010-09-28  Julien Danjou  <julien@danjou.info>
101
102         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
103         mail-address contains the same string as real-name.
104
105         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
106         non-blank in header, otherwise it'll get stripped.
107
108         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
109         real-name, and then for mail address rather than doing : or , search.
110
111 2010-09-27  Julien Danjou  <julien@danjou.info>
112
113         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
114         (gnus-server-goto-server): Use gnus-completing-read.
115
116         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
117
118         * mm-util.el (defalias): Use gnus-completing-read.
119         (mm-codepage-setup): Use gnus-completing-read.
120
121         * smime.el (smime-sign-buffer): Use gnus-completing-read.
122         (smime-decrypt-buffer): Use gnus-completing-read.
123
124         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
125
126         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
127         (mml-minibuffer-read-disposition): Use gnus-completing-read.
128         (mml-insert-multipart): Use gnus-completing-read.
129
130         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
131
132         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
133
134         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
135
136         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
137
138         * gnus.el (gnus-read-method): Use gnus-completing-read.
139
140         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
141
142         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
143         (gnus-mime-action-on-part): Use gnus-completing-read.
144         (gnus-article-encrypt-body): Use gnus-completing-read.
145
146         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
147         (gnus-topic-move-matching): Use gnus-completing-read.
148         (gnus-topic-copy-matching): Use gnus-completing-read.
149         (gnus-topic-sort-topics): Use gnus-completing-read.
150         (gnus-topic-move): Use gnus-completing-read.
151
152         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
153         (gnus-agent-add-group): Use gnus-completing-read.
154
155         * nnmairix.el (nnmairix-create-server-and-default-group): Use
156         gnus-completing-read.
157         (nnmairix-update-groups): Use gnus-completing-read.
158         (nnmairix-get-server): Use gnus-completing-read.
159         (nnmairix-backend-to-server): Use gnus-completing-read.
160         (nnmairix-goto-original-article): Use gnus-completing-read.
161         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
162
163         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
164
165         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
166         (gnus-group-make-useful-group): Use gnus-completing-read.
167         (gnus-group-make-web-group): Use gnus-completing-read.
168         (gnus-group-add-to-virtual): Use gnus-completing-read.
169         (gnus-group-browse-foreign-server): Use gnus-completing-read.
170
171         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
172         (gnus-summary-limit-to-extra): Use gnus-completing-read.
173         (gnus-summary-execute-command): Use gnus-completing-read.
174         (gnus-summary-respool-article): Use gnus-completing-read.
175         (gnus-read-move-group-name): Use gnus-completing-read.
176
177         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
178         (gnus-summary-score-effect): Use gnus-completing-read.
179
180         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
181
182         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
183         right completing-read function.
184         (gnus-use-ido): New variable
185         (gnus-completing-read-with-default): Remove.
186
187 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
190         x-focus-frame.
191
192         * nnimap.el (auth-source-forget-user-or-password)
193         (auth-source-user-or-password): Autoload.
194
195         * message.el (message-from-style, message-interactive)
196         (message-cite-prefix-regexp, message-sendmail-envelope-from)
197         (message-yank-prefix, message-indentation-spaces, message-signature)
198         (message-signature-file): Add comment.
199
200 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
203         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
204         new articles.
205
206         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
207         parts.
208         (nnimap-request-article): Work with the t setting, too.
209
210         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
211         that you don't get flashes of other buffers.
212         (gnus-summary-show-complete-article): Intern before setting.
213
214 2010-09-27  David Engster  <dengste@eml.cc>
215
216         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
217         well as HEADERS.
218         (nnmairix-retrieve-headers): Provide new argument for the above.
219
220 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-sum.el (gnus-summary-move-article): Don't alter
223         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
224         group.
225
226         * nnimap.el (nnimap-update-info): Don't destructively alter active.
227
228         * message.el (message-cite-prefix-regexp): Revert my last edit.
229
230         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
231         variable instead of the Gnus variable.
232
233         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
234
235         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
236         again.
237
238         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
239         since some servers don't like it.
240         (nnimap-open-connection): Forget credentials if the server says the
241         password was wrong.
242         (nnimap-parse-line): Protect against invalid data.
243
244         * gnus-sum.el (gnus-summary-move-article): Add comment.
245         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
246         nothing alters it while scanning for new messages.
247
248         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
249         which may or may not help.
250         (nnimap-open-connection): If we're doing a stream connection, and then
251         discover we're on a STARTTLS-capable server, then open a STARTTLS
252         connection instead.
253
254 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
255
256         * sieve-manage.el (sieve-manage-default-stream): Make default stream
257         customizable.
258
259 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * nnimap.el (utf7): Required.
262
263         * message.el (message-cite-prefix-regexp): Remove "}" from citation
264         prefix.
265
266 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
267
268         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
269
270 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * nnimap.el (nnimap-request-accept-article): Message the error on
273         error.
274
275 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
278
279 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
280
281         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
282         handing broken links to browse-url.
283
284 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * nndoc.el (nndoc-request-list): Return success always.
287
288         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
289         `fetch-old' -- we only want to fetch the articles we've requested.  The
290         rest are in the agent, probably.
291         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
292         disappeared server" to something low.  It's not important.
293
294         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
295         arrived before the FETCH data.
296
297         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
298         target here, because we don't know the Gnus name of the group.
299
300         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
301         for the correct group.
302
303         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
304
305         * gnus.el (gnus): Give a final warning after startup.
306
307         * gnus-util.el (gnus-action-message-log): New variable.
308         (gnus-message): Use it.
309         (gnus-final-warning): New function.
310
311         * nnimap.el (nnimap-open-connection): Record the greeting.
312         (nnimap): Add greeting.
313
314 2010-09-26  Julien Danjou  <julien@danjou.info>
315
316         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
317         arguments.
318         (gnus-html-wash-images): Fix spec computing to include start/end.
319
320         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
321
322 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
325         deletion.
326         (nnimap-retrieve-headers): Don't select the group, because that's
327         already done by nnimap-possibly-change-group.
328
329         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
330         (gnus-picon-transform-address): Use it.
331
332         * mail-source.el (mail-source-value): Revert previous patch.
333
334         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
335         on failure.
336         (nnimap-open-connection): Look up both virtual and physical server name
337         credentials.
338
339         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
340
341 2009-02-07  Dave Love  <fx@gnu.org>
342
343         * tls.el (open-tls-stream): Don't query killing process.
344
345 2009-02-08  Dave Love  <fx@gnu.org>
346
347         * gnus-win.el (gnus-window-to-buffer-helper,
348         gnus-all-windows-visible-p): Function needn't be a symbol.
349
350         * mail-source.el (mail-source-value): Function needn't be a symbol.
351
352 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * message.el (message-cite-prefix-regexp): Remove } from the cite
355         prefix.
356
357         * gnus-art.el (gnus-treatment-function-alist): Do picons before
358         highlight again, so that the highlight is correct.
359
360         * gnus-picon.el (gnus-picon): Remove again.
361         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
362
363         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
364         doing the header highlightling, so that the background colour of the
365         picon is correct.
366
367         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
368         (gnus-picon): Ditto.
369         (gnus-picon): Reinstate.  The background colour for picons is white.
370         (gnus-picon-insert-glyph): Make the background white.
371
372         * nnml.el (nnml-open-nov): Don't return dead buffers.
373
374         * auth-source.el (auth-source-create): Query the user for whether to
375         store the credentials.
376
377         * netrc.el (netrc-store-data): New function.
378
379         * auth-source.el (auth-source-user-or-password): Use the existing auth
380         sources, if any, for creation.
381
382         * gnus.el (gnus-group-fast-parameter): Return the last matching
383         parameter instead of the first matching parameter.
384
385 2010-09-26  Julien Danjou  <julien@danjou.info>
386
387         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
388
389 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * mml2015.el (mml2015-use): Remove gpg support.
392
393         * mml1991.el (mml1991-function-alist): Remove gpg function.
394         (mml1991-gpg-sign): Removed.
395
396 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
397
398         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
399         (gnus-browse-unsubscribe-current-group): Document it.
400         (gnus-browse-unsubscribe-group): Use it.
401
402 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
405         address to the To list for easier response.
406
407         * gnus.el (gnus-play-startup-jingle): Removed.
408         (gnus-splash): Don't play jingle.
409         (gnus): Silence gnus-load message.
410
411         * gnus-art.el (gnus-treat-play-sounds): Removed.
412
413         * gnus.el (gnus-play-jingle): Remove audio support.
414
415         * gnus-cus.el (gnus-score-customize): Remove audio reference.
416
417         * earcon.el: Removed -- no users.
418
419         * gnus-audio.el: Removed -- no users of this package.
420
421         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
422
423         * gnus-start.el (gnus-setup-news): Remove nocem support.
424
425         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
426
427         * gnus.el (gnus-use-nocem): Removed.
428
429         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
430         Removed.
431
432         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
433         uses NoCeM any more.
434
435         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
436         (gnus-button-ctan-handler): Ditto.
437         (gnus-button-handle-ctan-bogus-regexp): Ditto.
438         (gnus-button-ctan-directory-regexp): Ditto.
439         (gnus-button-handle-ctan): Ditto.
440         (gnus-button-tex-level): Ditto.
441         (gnus-button-alist): Removed CTAN stuff.
442
443 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
446         nnimap-streaming test.
447
448         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
449         servers twice.
450
451         * nnimap.el (nnimap-open-connection): Add more error reporting when
452         nnimap fails early.
453
454         * nnheader.el (nnheader-get-report-string): New function.
455         (nnheader-get-report): Use it.
456
457         * gnus-int.el (gnus-check-server): Say what the error was when opening
458         failed.
459
460         * nnimap.el (nnimap-wait-for-response): Search further when we're not
461         using streaming.
462
463 2010-09-25  Julien Danjou  <julien@danjou.info>
464
465         * gnus-html.el (gnus-html-rescale-image): Use our defalias
466         gnus-window-inside-pixel-edges.
467
468 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
471
472         * mm-decode.el (mm-save-part): Allow saving to other directories the
473         normal Emacs way.
474
475         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
476         by Jay Berkenbilt.
477
478         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
479         there isn't a single byte.
480
481         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
482         just do it.  It doesn't really seem to matter what the user responds
483         here, I think, so it's just a confusing question.
484
485         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
486         non-streaming case.
487
488         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
489         (gnus-article-encrypt-body): Use it.
490
491         * gnus-sum.el (gnus-summary-show-complete-article): New command and
492         keystroke.
493
494         * nnimap.el (nnimap-find-wanted-parts-1): Use
495         gnus-fetch-partial-articles.
496
497         * gnus-art.el (gnus-fetch-partial-articles): New variable.
498
499         * nnimap.el (nnimap-insert-partial-structure): New function.
500         (nnimap-get-partial-article): New function.
501         (nnimap-request-article): Use it.
502         (nnimap-wait-for-response): Return whether the wait was successful.
503         (nnimap-finish-retrieve-group-infos): Don't do anything if the
504         retrieval wasn't successful.
505         (nnimap-retrieve-group-data-early): Allow throttling servers.
506         (nnimap-streaming): New variable.
507         (nnimap-fetch-partial-articles): Removed.
508
509         * mm-decode.el (mm-with-part): Protect against killed buffers.
510
511         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
512         for prettier summary display.
513
514 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
515
516         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
517         directly.
518
519 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
522         apparently third-party libraries depend on it.
523
524         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
525         before starting negotiation.
526
527         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
528         privacy reasons.
529         (gnus-treat-mail-gravatar): Ditto.
530
531         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
532         buffer when inserting images.  Inserting text into the headers, for
533         instance, can make them invalid.
534
535 2010-09-25  Julien Danjou  <julien@danjou.info>
536
537         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
538         variables.
539
540         * nnheader.el: Remove useless variables news-reply-yank-from and
541         news-reply-yank-message-id.
542
543         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
544         variables.
545
546         * mml1991.el: Remove useless mml1991-verbose.
547
548         * gnus.el: Remove useless variable gnus-use-generic-from.
549         Remove obsolete variable gnus-topic-indentation.
550
551         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
552
553         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
554
555         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
556
557         * gnus-group.el: Remove useless gnus-group-icon-cache.
558         Remove useless gnus-ephemeral-group-server.
559
560         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
561
562         * mml2015.el: Remove useless mml2015-verbose.
563
564         * mml-smime.el: Remove useless mml-smime-verbose.
565
566         * gnus.el: Remove useless gnus-local-domain.
567
568         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
569         gnus-gravatar-size.
570
571         * gnus-art.el: Remove useless gnus-treat-translate.
572
573 2010-09-24  Julien Danjou  <julien@danjou.info>
574
575         * gnus-sum.el: Add support for Gravatars.
576
577         * gnus-art.el: Add support for Gravatars.
578
579         * gnus-gravatar.el: Add this file.
580
581         * gravatar.el: Add this file.
582
583 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
586
587         * gnus-group.el (gnus-group-fetch-faq): Removed.
588
589         * gnus.el (gnus-group-faq-directory): Removed.
590
591         * gnus-group.el (gnus-group-fetch-charter): Removed.
592
593         * gnus.el (gnus-group-charter-alist): Removed.
594
595         * gnus-group.el (gnus-group-archive-directory): Removed.
596         (gnus-group-recent-archive-directory): Ditto.
597         (gnus-group-make-archive-group): Removed.
598
599         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
600
601         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
602         use the same article number for all the cached articles.
603
604         * nnimap.el (nnimap-command): Register the last command time so
605         that we can use it for idling NOOPs.
606         (nnimap-open-connection): Start the keeplive timer.
607         (nnimap-make-process-buffer): Store all the process buffers.
608         (nnimap-keepalive): New function.
609
610         * starttls.el: (starttls-open-stream): Add autoload cookie.
611
612 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
613
614         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
615         handling.
616
617 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
620         its data structures.
621
622         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
623         instead of the cl.el copy-list.
624         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
625         equalp.
626
627 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
630         and tool-bar-local-item-from-menu.
631
632         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
633         mode-line-highlight face for Emacs.
634
635         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
636         loading gnus-sum.elc; fix comment for canlock-verify.
637         (gnus-article-jump-to-part): Use read-number.
638         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
639         Emacs pre-21 compatible code for help-echo.
640         (gnus-article-next-page-1): No need to adjust the number of lines.
641         (gnus-article-describe-bindings): Always use help-buffer.
642
643         * gnus-audio.el (gnus-audio-inline-sound)
644         * gnus-cus.el (gnus-custom-mode)
645         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
646
647         * gnus-sum.el (gnus-remove-overlays): Doc fix.
648
649         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
650         compatible code.
651
652 2010-09-24  Glenn Morris  <rgm@gnu.org>
653
654         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
655         visiting the fcc file in rmail-mode.
656
657         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
658
659 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * nnir.el: Silence the byte compiler.
662
663         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
664         alias to browse-url-url-encode-chars if any.
665         (gnus-html-encode-url): Use it.
666
667 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-start.el (gnus-use-backend-marks): New variable.
670         (gnus-get-unread-articles-in-group): Use it.
671
672         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
673         makeover.
674
675 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
676
677         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
678
679 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
682         Removed.
683         (gnus-setup-news-hook): Removed
684         gnus-fixup-nnimap-unread-after-getting-new-news.
685
686         * gnus-int.el (gnus-request-update-info): Protect against backends not
687         having the function.
688
689         * nnimap.el (nnimap-stream): Mention starttls.
690         (nnimap-open-connection): Add starttls support.
691
692 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
693
694         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
695
696 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
699         BODYSTRUCTUREs.
700         (nnimap-transform-headers): Unfold quoted {42} headers.
701
702         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
703         the info.
704         (gnus-get-unread-articles): Only call updatep on backends that support
705         it.
706
707         * nnweb.el (nnweb-request-update-info): NOOP.
708
709         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
710
711         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
712         since it only deals with marks.
713
714         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
715         gnus-request-marks, and make a new gnus-request-update-info.
716
717         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
718         the active instead of the high number, which is usually too low.
719
720 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
721
722         * netrc.el (netrc-parse): Remove encrypt.el mentions.
723         * encrypt.el: Removed.
724
725 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
728         server in symbolic form.
729
730         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
731         0.9.
732
733 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
736         (nnimap-update-info): Fix up code slightly.
737
738         * gnus-int.el (gnus-open-server): Add tracing for performance
739         debugging.
740
741         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
742         (gnus-group-insert-group-line): Pass the real group name so that it
743         gets the right data.
744
745         * gnus-start.el (gnus-get-unread-articles): Don't have
746         `gnus-get-unread-articles-in-group' update info, since that can be
747         really slow and doesn't seem to be needed?
748
749 2010-09-22  Dan Christensen  <jdc@uwo.ca>
750
751         * time-date.el (date-to-time): Try using parse-time-string first before
752         using the slower timezone-make-date-arpa-standard.
753
754 2010-09-22  Julien Danjou  <julien@danjou.info>
755
756         * gnus-group.el (gnus-group-insert-group-line): Call
757         gnus-group-highlight-line.
758         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
759         default hook list.
760         (gnus-group-update-eval-form): Add new function.
761         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
762         (gnus-group-get-icon): Use gnus-group-update-eval-form.
763
764 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
767         immediate, then expire all articles.
768         (nnimap-update-info): Fix off-by-one errors.
769         (nnimap-flags-to-marks): Would return no marks lists for group with no
770         flags.  Instead return the other data.
771
772 2010-09-22  Julien Danjou  <julien@danjou.info>
773
774         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
775         Only return an icon.
776         (gnus-group-insert-group-line): Compute icon to return.
777
778         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
779         variable.
780         (gnus-html-image-fetched): Only cache if
781         gnus-html-image-automatic-caching is set.
782         (gnus-html-image-fetched): Check for errors.
783
784 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
787         once per method on `g'.  This ensures that backends like nnfolder don't
788         open all their folders.
789
790         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
791         (nnimap-request-list): Nix out group in the correct buffer.
792         (nnimap-parse-flags): Implement by using `read' instead of
793         hand-parsing.
794         (nnimap-flags-to-marks): Pass on permanent-flags.
795         (nnimap-make-process-buffer): Record the server name.
796         (nnimap-parse-flags): Fix typo.
797         (nnimap-request-scan): Run split on the server in general, not just a
798         single group.
799
800         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
801         parameter, and propagate this downwards.
802
803         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
804         since EXAMINE changes it on the server.
805
806         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
807         this command might take a while.
808
809 2010-09-22  Julien Danjou  <julien@danjou.info>
810
811         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
812         harmful if you have 2 images side-by-side, they can't be properly
813         update on text deletion.  Using text-property is safer here.
814         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
815         data.
816
817 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * nnimap.el (nnimap-expunge-inbox): Removed.
820         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
821         (nnimap-expunge): Flip default to t.
822
823         * gnus.el (gnus-method-to-server): Don't push things to the cache
824         unless it's unique.
825         (gnus-server-to-method): Ditto.
826
827 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
830
831 2010-09-22  Julien Danjou  <julien@danjou.info>
832
833         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
834         get the start of data.
835         (gnus-html-encode-url): Add this function to encode special chars in
836         URL.
837         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
838         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
839
840         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
841         default.
842         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
843
844         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
845         images alt-text.
846         (gnus-html-put-image): Put alt-text as help-echo.
847
848 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
851         * mm-util.el (mm-decompress-buffer)
852         * nnir.el (nnir-run-find-grep)
853         * pop3.el (pop3-list): Use 3rd arg of split-string.
854
855         * time-date.el (format-seconds): Comment fix.
856
857         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
858         and byte-optimize-form-code-walker.
859         (dgnushack-make-auto-load): Don't advise make-autoload.
860
861         * lpath.el: Remove Emacs 21 stuff.
862
863 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
866         outside the active range.  Suggested by Dan Christensen.
867
868         * gnus-start.el (gnus-get-unread-articles): Get the extended method
869         slightly later to avoid double-getting it.
870
871         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
872         previous patch.
873
874         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
875
876 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
877
878         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
879
880 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * gnus-int.el (gnus-open-server): Give a better error message in the
883         "go offline" case.
884
885         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
886         marks for nnimap, which is seldom the right thing to do.
887
888         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
889         (gnus-same-method-different-name): New function.
890
891         * nnimap.el (parse-time): Require.
892
893         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
894         method in the presence of many similar methods.
895
896         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
897
898         * nnimap.el (nnimap-find-expired-articles): Don't refer to
899         nnml-inhibit-expiry.
900
901         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
902         find out whether methods are equal.
903
904         * nnimap.el (nnimap-find-expired-articles): New function.
905         (nnimap-process-expiry-targets): New function.
906         (nnimap-request-move-article): Request the article before looking at
907         what the Message-ID is.  Fix found by Andrew Cohen.
908         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
909
910         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
911         for oldness in addition to being a predicate.
912
913         * nnimap.el (nnimap-request-group): When we have zero articles, return
914         the right data to Gnus.
915         (nnimap-request-expire-articles): Only delete articles immediately if
916         the target is 'delete.
917
918         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
919         method, this would bug out.
920
921         * gnus-group.el (gnus-group-expunge-group): Renamed from
922         gnus-group-nnimap-expunge, and implemented as a normal interface
923         function.
924
925         * gnus-int.el (gnus-request-expunge-group): New function.
926
927         * nnimap.el (nnimap-request-create-group): Implement.
928         (nnimap-request-expunge-group): New function.
929
930 2010-09-21  Julien Danjou  <julien@danjou.info>
931
932         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
933         (gnus-html-cache-expired): Add new function.
934         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
935         wethever we should display image for fetch it.
936         Compute alt-text earlier to pass it to the fetching function too.
937         (gnus-html-schedule-image-fetching): Change function argument to only
938         get one image at a time, not a list.
939         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
940         cache.
941         (gnus-html-get-image-data): New function to retrieve image data from
942         cache.
943         (gnus-html-put-image): Change buffer argument to use image data rather
944         than file, and place image above region rather than inserting a new
945         one. Do not take alt-text as argument, since it's useless now: we place
946         the image above alt-text.
947         (gnus-html-prune-cache): Remove.
948         (gnus-html-show-images): Start to fetch image when we find one, do not
949         push into a temporary list.
950         (gnus-html-prefetch-images): Only fetch image if they have expired.
951         (gnus-html-browse-image): Fix, use 'gnus-image-url.
952         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
953
954 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
957
958 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
961         spec inser "*" if the group isn't active instead of 0.
962
963         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
964         opening the server.
965         (nnimap-request-delete-group): Implement group deletion.
966         (nnimap-transform-headers): Return the size of the entire message in
967         the Bytes header, not just the size of the first part.
968         (nnimap-request-move-article): When moving an article from nnimap,
969         request the article first so the accepting form has an article to
970         accept.  Reported by Dan Christensen.
971         (nnimap-command): Make sure that the error message doesn't error out.
972
973 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
974
975         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
976         we haven't requested anything.
977
978 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
981         "".  Fix found by Andrew Cohen.
982
983         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
984         instead of -encode-string.
985
986 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
989
990         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
991         by mm-subst-char-in-string.
992
993 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
996         waiting for the connection string.
997
998         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
999         arriving.
1000
1001         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1002         bogus characters.  This allows selecting certain Gmail groups.
1003
1004         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1005         (nnimap-fetch-partial-articles): New variable.
1006         (nnimap-open-connection): When looking for credentials, also use the
1007         nnimap-server-port.
1008         (nnimap-request-article): Return the group/article number, so that Gnus
1009         `^' works as expected.
1010         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1011         them.
1012
1013         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1014         comments.
1015         (gnus-methods-sloppily-equal): New function.
1016         (gnus): When using the development version of Gnus, load the gnus-load
1017         file.
1018
1019         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1020         `gnus-open-server' on each method before trying to scan them etc.  This
1021         ensures that all the backend parameters are set correctly.
1022
1023         * nnimap.el (nnimap-authenticator): New variable.
1024         (nnimap-open-connection): Allow anonymous login.
1025         (nnimap-transform-headers): The chars header is called Chars not
1026         Bytes.
1027         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1028         drops.
1029
1030         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1031         patch, found by Knut Anders Hatlen.
1032
1033 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1034
1035         * gnus-agent.el (gnus-agent-batch-confirmation)
1036         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1037         to gnus-message.
1038         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1039         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1040         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1041         * gnus-int.el (gnus-open-server): Likewise.
1042         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1043         (gnus-score-check-syntax): Likewise.
1044         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1045         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1046         Likewise.
1047         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1048
1049 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1052         calling conventions so that prefetch doesn't bug out.
1053
1054 2010-09-19  Julien Danjou  <julien@danjou.info>
1055
1056         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1057         rather than `subst-char-in-region' in order to be able to replace ASCII
1058         char by UTF-8 ones.
1059
1060         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1061         than curl.
1062         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1063         the right URL and ALT text on images.
1064         (gnus-html-wash-tags): Fix tag case.
1065         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1066         (gnus-article-html): Add -o display_ins_del=2 option.
1067         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1068
1069 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1072         the extra mail headers, which sometimes seem to happen for unknown
1073         reasons.
1074
1075         * mail-parse.el (mail-header-encode-parameter): Define as
1076         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1077         (or most, perhaps?) mail readers don't understand the latter, but do
1078         understand the former.
1079
1080         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1081         to nil, so that no methods are automatically agentized.  I think this
1082         is probably what most users want.
1083
1084         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1085         from url-retrieve, for instance about invalid URLs.
1086
1087         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1088         groups that have no articles.
1089         (nnimap-request-article): Check that we really got an article when we
1090         requested one.
1091
1092         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1093         doesn't exist.
1094
1095         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1096         nntp buffer so the agent can save it.
1097         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1098         that CRLF doesn't get translated to \n.
1099         (nnimap-open-connection): Don't make 'shell commands only send \n.
1100
1101 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1102
1103         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1104         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1105         Update var name.
1106         (nnml-generate-nov-file): Use dolist.
1107         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1108         Use with-current-buffer.
1109
1110 2010-09-18  Julien Danjou  <julien@danjou.info>
1111
1112         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1113         parallel.
1114
1115 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1118         the range update right.
1119         (nnimap-request-group): Don't make `M-g' bug out on group with no
1120         marks.
1121         (nnoo): Required, so that other packages can require nnimap.
1122         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1123         command we're looking for.  This helps when the server sends more
1124         responses after we've gotten everything we expected.
1125         (nnimap): Add a `newlinep' field to keep track of end-of-line
1126         conventions.
1127         Don't send CRLF to things that don't want it.
1128         (nnimap-request-accept-article): Ditto.
1129
1130 2010-09-18  Julien Danjou  <julien@danjou.info>
1131
1132         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1133         than curl to retrieve images.
1134
1135 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1138         the marks.
1139         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1140         (nnimap-wait-for-connection): New function.
1141         (nnimap-open-connection): If we have PREAUTH, don't query for login
1142         credentials.
1143         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1144         when doing a partial update.
1145
1146 2010-09-18  Julien Danjou  <julien@danjou.info>
1147
1148         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1149         tags.
1150
1151 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * nnimap.el (nnimap-credentials): New function.
1154         (nnimap-open-connection): Use the new function to look for credentials
1155         also on the numeric equivalents of "imap" and "imaps".
1156
1157         * gnus-start.el (gnus-activate-group): Send the info to
1158         gnus-request-group.
1159
1160         * nnimap.el (nnimap-request-group): Have the "check" version of the
1161         function parse flags and update the info, so that a `M-g' get a total
1162         resync of all flags from the group.
1163
1164         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1165         to allow backends to alter the info on group selection.  Also alter all
1166         the backend -request-group functions to take the parameter.
1167
1168         * nnimap.el (nnimap-store-info): New function.
1169         (nnimap-update-info): Store the info for later usage.
1170         (nnimap-request-group): Use the stored info for the dont-check case, so
1171         that we don't retrieve all marks when we enter a group.
1172
1173         * nnimap.el: Use deffoo instead of defun for interface functions.
1174
1175         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1176         update the group info.  This makes the nndraft groups, for instance, go
1177         back to their old behaviour.
1178
1179         * gnus-sum.el (gnus-select-newsgroup): Indent.
1180
1181         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1182         in.
1183         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1184         nothing.
1185
1186         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1187         from methods that are denied.
1188
1189         * gnus-int.el (gnus-method-denied-p): New function.
1190
1191         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1192         store the password instead of netrc.
1193         (nnimap-open-connection): Don't error out when we can't make a
1194         connections.
1195
1196         * auth-source.el (auth-source-create): In the password prompt, say what
1197         we're querying for.  Also prompt for user name if that hasn't been
1198         given.
1199
1200         * nnimap.el (nnimap-with-process-buffer): Removed.
1201
1202 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1205         method when we're reading from the agent.
1206
1207         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1208
1209         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1210         that's probably most useful for users.
1211
1212         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1213         "failed" all the time.
1214
1215         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1216         ...)) with (with-current-buffer ... ).
1217
1218         * nntp.el (nntp-open-server): Return whether the open was successful or
1219         not.
1220
1221         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1222         select an unread unseen article first.
1223
1224         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1225         /etc/services, supply some sensible port defaults.
1226
1227         * dgnushack.el: Define netrc-credentials.
1228
1229 2010-09-17  Julien Danjou  <julien@danjou.info>
1230
1231         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1232
1233 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1234
1235         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1236         doesn't have any parameters.
1237
1238 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1241         only upcased checks.
1242
1243         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1244
1245         * nnimap.el (nnimap-open-shell-stream): New function.
1246         (nnimap-open-connection): Use it.
1247         (nnimap-transform-headers): Get the number of lines in each message.
1248         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1249         number of lines.
1250         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1251         problem.
1252
1253         * utf7.el (utf7-encode): Autoload.
1254
1255         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1256         to allow the mail splitting to not return a default group.  This is
1257         useful for nnimap, which will leave unmatched mail in the inbox.
1258
1259         * nnimap.el: Rewritten.
1260
1261         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1262         nnimap usage.
1263
1264         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1265         if the move is internal, so that nnimap can do fast internal moves.
1266
1267         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1268         data.
1269         (gnus-read-active-for-groups): Support finishing the early retrieval of
1270         data.
1271
1272         * gnus-range.el (gnus-range-nconcat): New function.
1273
1274         * gnus-int.el (gnus-finish-retrieve-group-infos)
1275         (gnus-retrieve-group-data-early): New functions.
1276
1277 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1278
1279         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1280         (nnrss-retrieve-groups):
1281         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1282         (pop3-quit): Use with-current-buffer.
1283
1284 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1287         instead of nnheader-accept-process-output.
1288
1289         * dgnushack.el (dgnushack-compile): Add comment.
1290
1291         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1292
1293         * gnus-html.el (gnus-html-schedule-image-fetching)
1294         (gnus-html-prefetch-images): Replace process-kill-without-query by
1295         gnus-set-process-query-on-exit-flag.
1296
1297 2010-09-16  Romain Francoise  <romain@orebokech.com>
1298
1299         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1300
1301 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1304         parameter to unintern is mandatory-ish in Emacs 24.
1305
1306         * gnus-html.el (gnus-html-schedule-image-fetching)
1307         (gnus-html-prefetch-images): Check for curl before using it.
1308
1309         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1310         depend on curl, which isn't essential.
1311
1312         * imap.el: Revert back to version
1313         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1314         seem problematic.
1315
1316 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1317
1318         * gnus-registry.el (gnus-registry-install-shortcuts):
1319         Explicitly pass `obarray' to `unintern' to avoid a warning.
1320
1321 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1324         change.
1325
1326         * nnrss.el (nnrss-request-list): Removed this function and related
1327         functions, including the moreover stuff.
1328
1329 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * nnrss.el (nnrss-retrieve-groups): New function.
1332
1333 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1334
1335         * .dir-locals.el: Add no-byte-compile cookie.
1336
1337 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * time-date.el (format-seconds): Comment fix.
1340
1341         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1342         for back end that doesn't support request-scan.
1343
1344 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1347         then do request scans from the backends.
1348
1349         * netrc.el (netrc-credentials): New conveniency function.
1350
1351         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1352         avoid running a hook per line, since this takes a lot of time,
1353         profiling shows.
1354         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1355         directly if gnus-visual-p is true.
1356
1357 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1360         groups; replace mapcar with dolist which is a bit faster; pass groups
1361         info to gnus-read-active-file-1.
1362         (gnus-read-active-file-1): Scan only specified groups if the new
1363         optional arg `infos' is given.
1364
1365 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1368
1369         * pop3.el (pop3-movemail): Removed.
1370         (pop3-streaming-movemail): Renamed to pop3-movemail.
1371
1372         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1373         don't restrict end-tag searches to the end of the line.
1374
1375 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1378         articles of every unchecked group to t, which means unknown since the
1379         server has never been opened.
1380
1381 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * gnus-html.el (gnus-html-show-alt-text): New command.
1384         (gnus-html-browse-image): Ditto.
1385         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1386         to browse the image directly.
1387         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1388         better.
1389
1390         * gnus-async.el (gnus-async-article-callback): Call
1391         `gnus-html-prefetch-images' unconditionally.
1392
1393         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1394         before feeding URLs to curl.
1395
1396 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1399         internal images as deletable by `W D D'.
1400
1401         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1402         (gnus-async-article-callback): Fix typo.
1403
1404 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1407         current line to work around bugs in the output from w3m.
1408
1409         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1410         for groups that want that.
1411
1412         * nntp.el (nntp-wait-for-string): Supply a timeout for
1413         accept-process-output to ensure progress.
1414
1415         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1416         level to get unread articles from, then use that for foreign groups,
1417         too.
1418
1419         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1420         confuses the rest of the function.
1421
1422         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1423         for the methods that support -retrieve-groups, too.
1424
1425         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1426
1427 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1430         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1431
1432         * pop3.el: Require cl when compiling.
1433         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1434
1435 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1438         that aren't going to be activated.
1439         (gnus-get-unread-articles): Fix up the last commit.
1440
1441         * gnus-html.el (gnus-article-html): Allow calling without specifying
1442         the handle.  In that case, dissect the buffer first.
1443
1444         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1445
1446         * nnimap.el (nnimap-open-connection): Revert the change that would look
1447         into authinfo for imaps instead of imap.
1448
1449         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1450         say that you don't want to call gnus-request-group with don-check, but
1451         do check the reponse.  This is for virtual groups only.
1452         (gnus-get-unread-articles): Count the archive groups as secondary, so
1453         that they're activated the same way as before.
1454
1455         * imap.el (imap-message-map): Removed optional buffer parameter, since
1456         no callers use it.
1457         (imap-message-get): Ditto.
1458         (imap-message-put): Ditto.
1459         (imap-mailbox-map): Ditto.
1460         (imap-mailbox-put): Ditto.
1461         (imap-mailbox-get): Ditto.
1462         (imap-mailbox-get): Revert last change for this function.
1463
1464         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1465         case-insensitively.
1466         (nnimap-debug): Removed.
1467
1468         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1469         to use `imap-fetch' instead.  According to the comments, this should be
1470         safe, since all other IMAP clients use the 1:* syntax.
1471         (imap-enable-exchange-bug-workaround): Removed.
1472         (imap-debug): Removed -- doesn't seem very useful.
1473
1474         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1475         mail from a file, and the file doesn't exist.
1476
1477         * imap.el (imap-log): New convenience function used throughout instead
1478         of repeating the same code all over the place.
1479
1480         * pop3.el (pop3-streaming-movemail): Return t for success.
1481
1482         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1483         .authinfo if we're using ssl connection.
1484
1485         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1486         already have if we're in a main Gnus `g' run.
1487
1488         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1489
1490 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1493
1494         * nnmh.el (nnmh-request-list-1): Bind `file'.
1495
1496         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1497         alias to set-process-query-on-exit-flag or process-kill-without-query.
1498         (pop3-open-server): Use it.
1499
1500 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1503         box to the Incoming file.  Fixes mistake in previous checkin.
1504
1505         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1506         request loop (for debugging purposes) removed.
1507
1508         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1509         culprit is more visible.
1510         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1511         (nnml-add-incremental-nov): New functions to do "incremental" nov
1512         updates, where we just append to the end of the existing nov files
1513         without reading/writing them in full.
1514
1515         * mail-source.el (mail-source-delete-crash-box): Really only check the
1516         incoming files once in a while.
1517
1518         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1519
1520         * mail-source.el (mail-source-delete-crash-box): Only check the
1521         incoming files for deletion once per day to save a lot of file
1522         accesses.
1523
1524         * pop3.el (pop3-logon): Fix up unbound variable typo.
1525
1526         * mail-source.el (pop3-streaming-movemail): Autoload.
1527
1528         * pop3.el (pop3-streaming-movemail): Respect
1529         pop3-leave-mail-on-server.
1530
1531         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1532         retrieval.
1533
1534         * pop3.el (pop3-process-filter): Removed unused function.
1535         (pop3-streaming-movemail, pop3-send-streaming-command)
1536         (pop3-wait-for-messages, pop3-write-to-file)
1537         (pop3-number-of-responses): New functions for streaming pop3
1538         retrieval.
1539
1540         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1541         come from no known methods.
1542         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1543         list.
1544
1545         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1546         message sizes.
1547         (pop3-movemail): Use erase-buffer instead of looping and deleting
1548         regions, which seems rather odd.
1549
1550         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1551         file once per `g' run.
1552
1553         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1554         directories.  This makes the draft queue directory work.
1555
1556         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1557         data from the backends, so that we only request the list of groups from
1558         each method once.  This should speed things up considerably.
1559
1560         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1561         detect that it's not implemented.
1562
1563         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1564         we actually do recurse down into the tree, but don't stat all leaf
1565         nodes.
1566
1567         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1568         then say so instead of bugging out.
1569
1570         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1571         files exist before trying to read them.
1572
1573         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1574         around <pre_int>.
1575
1576         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1577
1578         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1579
1580 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * mm-util.el (mm-image-load-path): Just return the image directories,
1583         not all directories in the path in addition to the image directories.
1584         (mm-image-load-path): Maintain a cache of the image directories so that
1585         the `g' command in Gnus doesn't have to stat dozens of directories each
1586         time.
1587
1588         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1589         (gnus-html-wash-tags): Add a new `i' command to insert images.
1590         (gnus-html-insert-image): New command and keystroke.
1591         (gnus-html-redisplay-with-images): New command and keystroke.
1592         (gnus-html-show-images): Renamed command.
1593         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1594         spacers.
1595         (gnus-html-wash-tags): Decode entities at the end, so that entities
1596         inside the tags don't mess up the rest of the "parsing".
1597
1598         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1599         so that nnimap methods aren't agentized by default.  There's apparently
1600         many problems related to agent/imap behaviour.
1601
1602         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1603
1604         * gnus-html.el: Doc fix.
1605
1606 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1609         specifier-spec-list for Emacs 21.
1610
1611         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1612         glyph-width and glyph-height instead of display-graphic-p and
1613         image-size; make avoidance of displaying small images work for XEmacs.
1614
1615         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1616         for XEmacs.
1617
1618         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1619         of symbol that holds plist data.
1620         (gnus-process-plist): Remove plist of process after getting it.
1621
1622 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * message.el (message-generate-hashcash): Change default to
1625         'opportunistic if hashcash is installed.
1626
1627         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1628         (gnus-html-put-image): Only call image-size once, since it's somewhat
1629         time-consuming on remote X servers.
1630
1631 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1634         type on data, not a file name.
1635
1636         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1637         window-pixel-edges for Emacs 21.
1638
1639         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1640         decoded contents.
1641         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1642
1643 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1646         group line format, since it isn't very interesting.
1647
1648         * gnus-agent.el (gnus-agent-short-article),
1649         (gnus-agent-long-article): Increase values for these two variables,
1650         since most people are likely to have more network connection and
1651         storage than before.
1652
1653         * gnus.el (gnus-refer-article-method): Change default to 'current.
1654         When referring an article, the common behaviour is to refer it from the
1655         current select method, not the native select method.  The chances of
1656         the native select method having the message in question is rather slim
1657         these days.
1658
1659         * gnus-sum.el (gnus-auto-select-subject): Change default to
1660         `unseen-or-unread'.  I think it's likely that most people want to
1661         select an unseen article over a previously seen, but unread one.
1662
1663         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1664         means that in the article buffer none of the minor mode elements will
1665         be shown, usually, and this is not desirable in most cases.
1666
1667         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1668         that commands like `d' (and the like) go to the next line in the
1669         buffer, instead of the next unread article.  I think this is the
1670         behaviour that is most natural for most users.
1671         (gnus-single-article-buffer): Change default to nil, so that people can
1672         have as many article buffers open as they have summary buffer.  I think
1673         this is the most natural way for the groups to behave.
1674
1675         * message.el (message-generate-new-buffers): Change default to
1676         `unsent', so that all new message buffers start their names with the
1677         string "*unsent", and it's easier to find the buffers if you move from
1678         them.
1679
1680 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1683         small.  They're probably tracking images.
1684         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1685         (gnus-html-rescale-image): Yet another try at getting the image sizing
1686         right.
1687
1688         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1689         nntp-marks-file-name is nil.
1690
1691 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1692
1693         * gnus-html.el (gnus-html-wash-tags)
1694         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1695         Better logging.
1696
1697 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1700
1701         * gnus-html.el (gnus-html-wash-tags): Check the value of
1702         gnus-blocked-images in the summary buffer.
1703
1704 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1705
1706         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1707
1708 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1711         like "a", it seems like.
1712         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1713         since it needs to be picked from the correct buffer.
1714
1715         * nnwfm.el: Removed.
1716
1717         * nnlistserv.el: Removed.
1718
1719 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1720
1721         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1722         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1723
1724 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * nnkiboze.el: Removed.
1727
1728         * nndb.el: Removed.
1729
1730         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1731         alt text.
1732         (gnus-html-rescale-image): Try to get the rescaling logic right for
1733         images that are just wide and not tall.
1734
1735         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1736         overshadow variable bindings.
1737
1738 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1739
1740         * gnus-html.el (gnus-html-wash-tags)
1741         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1742         extra logging.
1743
1744 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1747         (gnus-max-image-proportion): New variable.
1748         (gnus-html-rescale-image): New function.
1749         (gnus-html-put-image): Rescale images.
1750
1751 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1752
1753         Fix up some byte-compiler warnings.
1754         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1755         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1756         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1757         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1758         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1759         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1760         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1761
1762 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus-html.el (gnus-article-html): Decode contents by charset.
1765
1766 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1769         (gnus-html-frame-width, gnus-blocked-images)
1770         * message.el (message-prune-recipient-rules): Add custom version.
1771         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1772
1773         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1774         functions.
1775
1776         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1777         gnus-process-get.
1778
1779 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1780
1781         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1782         instead of lsub directly.
1783
1784 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * nnwarchive.el: Removed.
1787
1788         * gnus-soup.el: Removed.
1789
1790         * nnsoup.el: Removed.
1791
1792         * nnultimate.el: Removed.
1793
1794         * gnus-html.el (gnus-blocked-images): New variable.
1795
1796         * message.el (message-prune-recipients): New function.
1797         (message-prune-recipient-rules): New variable.
1798
1799         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1800         guess whether a long line is natural text or not.
1801
1802         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1803         gnus-process-plist and friends for compatibility.
1804
1805 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1806
1807         * gnus-html.el: Require packages that define macros used in this file.
1808         (gnus-article-mouse-face): Declare to silence byte-compiler.
1809         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1810         process-get.
1811         (gnus-html-put-image): Use plist-get to avoid getf.
1812         (gnus-html-prefetch-images): Use with-current-buffer.
1813
1814 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * gnus-ems.el: Provide compatibility functions for
1817         gnus-set-process-plist.
1818
1819         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1820         header-line-format for XEmacs 21.4.
1821
1822         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1823         * gnus.el (gnus-valid-select-methods)
1824         * message.el (message-send-mail-partially-limit)
1825         * mm-decode.el (mm-text-html-renderer)
1826         * mml.el (mml-insert-mime-headers-always)
1827         * smiley.el (smiley-regexp-alist): Bump custom version.
1828
1829 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * gnus-html.el: require mm-url.
1832         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1833         with the url to `url'.
1834         (gnus-html-wash-tags): Support cid: URLs/images.
1835
1836 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1839         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1840         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1841
1842         * gnus-move.el: Removed file, since it doesn't really work.
1843
1844         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1845         UTF-8.  This seems to fix problems with some German web feeds.
1846
1847         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1848         at the top so that the proper colours are applied.
1849
1850         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1851         don't have dots in their names.
1852
1853         * gnus-art.el (gnus-article-view-part): Doc fix.
1854
1855         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1856         XEmacs-compatible.
1857         (gnus-html-put-image): Don't do images on non-graphic displays.
1858
1859         * nnslashdot.el: Removed this unused backend.
1860
1861         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1862         actions.
1863         (gnus-undo-register-1): Revert last change.
1864
1865         * gnus-group.el (gnus-group-completing-read): Protect against not
1866         having completion-styles bound.
1867
1868         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1869         make broken recipients happier.
1870
1871         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1872
1873         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1874         point parameter.
1875
1876         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1877
1878         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1879         completion-styles for group selection.
1880
1881 2009-02-04  Andreas Schwab  <schwab@suse.de>
1882
1883         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1884         headers and regexp-quote the match if necessary.
1885
1886 2009-03-24  Miles Bader  <miles@gnu.org>
1887
1888         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1889         the blinking smiley.
1890
1891 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1892
1893         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1894         blink smiley.
1895
1896 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1899         where the dribbel file lives exists.
1900
1901         * message.el (message-send-mail-partially-limit): Change the default to
1902         nil, since most people don't want this.
1903
1904         * mm-url.el (mm-url-decode-entities): Also decode entities like
1905         &#x3212.
1906
1907 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1908
1909         * gnus-sum.el (gnus-summary-idna-message):
1910         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1911         Hyperlink urls in docstrings with URL `...'.
1912
1913 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1914
1915         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1916         functions.
1917
1918 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1921         say what the mouseover text should be.
1922
1923         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1924         version of the mm-w3m-safe-url-regexp variable to only download images
1925         in the groups where we want that to happen.
1926
1927         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1928
1929         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1930         easier debugging.
1931         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1932         big pictures in the article buffer.
1933
1934         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1935         gnus-article-html.
1936         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1937         w3m.
1938
1939         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1940
1941 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1944         which doesn't exist.
1945
1946         * message.el (message-inhibit-ecomplete): New variable to allow some
1947         function to inhibit ecomplete address storage.
1948         (message-resend): Disable ecomplete message storage when resending
1949         messages.
1950
1951         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1952
1953 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1956         Save excursion while copying, moving, and deleting articles in order to
1957         prevent the cursor from jumping to unforeseen place.
1958
1959 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * lpath.el: No need to bind bookmark-current-buffer,
1962         bookmark-yank-point and bookmark-make-record-function.
1963
1964 2010-08-17  Glenn Morris  <rgm@gnu.org>
1965
1966         * gnus-sync.el: Require gnus components whose functions are used.
1967
1968         * gnus-art.el (bookmark-make-record-function):
1969         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1970         Declare for compiler.
1971
1972         * mm-url.el (mml-compute-boundary): Autoload.
1973
1974 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1977
1978 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1979
1980         Typo fix "hoo4a" -> "hook".
1981
1982         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1983
1984 2010-08-14  Glenn Morris  <rgm@gnu.org>
1985
1986         * gnus-sync.el (gnus-sync): Fix defgroup version.
1987
1988 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1989
1990         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1991
1992         * gnus-sync.el: Fix docs.
1993         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1994         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1995
1996 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1997
1998         Optimizations for gnus-sync.el.
1999
2000         * gnus-sync.el: Add docs about gnus-sync-backend
2001         possibilities.
2002         (gnus-sync-save): Remove unnecessary message.
2003         (gnus-sync-read): Optimize and show what groups were skipped.
2004
2005 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2006
2007         Minor bug fixes for gnus-sync.el.
2008
2009         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2010         read the sync on get-new-news.
2011
2012         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2013         quiet.
2014
2015         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2016
2017 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2018
2019         Make saving and restoring of hidden threads work with overlays.
2020         Patch applied by Ted Zlatanov.
2021
2022         * gnus-sum.el (gnus-hidden-threads-configuration)
2023         (gnus-restore-hidden-threads-configuration): Update to deal with text
2024         properties, rather than searching for a magic character.
2025
2026 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2027
2028         New gnus-sync.el library for synchronization of marks.
2029
2030         * gnus-sync.el: New library for synchronization of marks.
2031
2032         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2033         renamed from `gnus-registry-grep-in-list'.
2034
2035         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2036
2037         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2038
2039 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2042         determining charset of text fails.
2043
2044 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * nnmail.el (nnmail-get-new-mail-1): Revert.
2047
2048         * nnml.el (nnml-active-number): Make sure names of newly created groups
2049         in nnml-group-alist are encoded.
2050
2051 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2054         containing non-ASCII characters in active file for nnml back end.
2055
2056 2010-07-24  David Engster  <dengste@eml.cc>
2057
2058         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2059         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2060
2061 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2062
2063         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2064         tag (Bug#6654).
2065
2066 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2069         the article buffer, not the summary buffer.
2070
2071 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2074         Emacs 23 as well.
2075
2076 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2079         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2080
2081 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2082
2083         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2084         Patch applied by Karl Fogel.
2085
2086         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2087         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2088
2089 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2090
2091         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2092         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2093         C-w still not working correctly from Article buffers; Thierry's
2094         patch to fix that will be applied after this.
2095
2096         * gnus-art.el (bookmark-make-record-function): New local variable.
2097
2098         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2099         article buffer.
2100         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2101
2102 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2103
2104         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2105         on changes in bookmark.el.
2106
2107 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2110         `no-log' instead of message not to log prompt string.
2111
2112 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2113
2114         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2115         the *other* type of HTML form submission.
2116
2117 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2118
2119         * auth-source.el (auth-source-pick): If choice does not contain a
2120         questioned keyword, set the check to t.
2121
2122 2010-06-12  Romain Francoise  <romain@orebokech.com>
2123
2124         * gnus-util.el (gnus-date-get-time): Move up before first use.
2125
2126 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2129         (gnus-article-edit-part): Bind it to make last part that is substituted
2130         or deleted visible.
2131         (gnus-mime-display-single): Buttonize part of which id equals to
2132         gnus-mime-buttonized-part-id.
2133
2134 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2135
2136         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2137         (gnus-dd-mmm): Use gnus-date-get-time.
2138         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2139         simplify logic.
2140         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2141         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2142
2143 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2144
2145         * auth-source.el (top): Autoload `secrets-list-collections',
2146         `secrets-create-item', `secrets-delete-item'.
2147         (auth-sources): Fix tag string.
2148         (auth-get-source, auth-source-retrieve, auth-source-create)
2149         (auth-source-delete): New defuns.
2150         (auth-source-pick): Rewrite in order to avoid 2 passes.
2151         (auth-source-forget-user-or-password): New parameter USERNAME.
2152         (auth-source-user-or-password): New parameters CREATE-MISSING and
2153         DELETE-EXISTING.  Retrieve password interactively, if needed.
2154
2155 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2156
2157         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2158         deleting unused directories when gnus-expert-user is t.
2159
2160 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2163         for each temp file when gnus-article-browse-delete-temp is ask.
2164
2165 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2166
2167         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2168         Lisp calls to delete-backward-char by calls to delete-char.
2169
2170 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2171
2172         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2173
2174 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2175
2176         * password-cache.el (password-cache-remove): Fix docstring.
2177
2178 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2181         article unless decoding article to be saved.
2182
2183 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2186         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2187         generated within the mm-with-unibyte-current-buffer macro.
2188
2189 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2192         to nil when we're in a mml-preview buffer and no group is selected.
2193
2194 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2195
2196         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2197         when catching the `C-g'.  Reported by "Leo".
2198
2199 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * message.el (message-forward-make-body-plain)
2202         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2203         multibyte-string-p.
2204
2205         * lpath.el: Revert.
2206
2207 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * message.el (message-forward-make-body-mml): Assume original message
2210         is multibyte string; error on unibyte.
2211         (message-forward-make-body-plain): Ditto; don't add excessive newline
2212         in body end.
2213
2214         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2215
2216 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2217
2218         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2219         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2220
2221 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * mm-extern.el (mm-extern-url): Don't use
2224         mm-with-unibyte-current-buffer.
2225         (mm-extern-cache-contents): Use with-current-buffer instead of
2226         save-excursion + set-buffer.
2227
2228 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * mm-util.el (mm-emacs-mule): Remove.
2231
2232 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2233
2234         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2235         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2236         change.
2237
2238 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2241         bind the default value of enable-multibyte-characters to nil.
2242
2243 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * message.el (message-forward-make-body-plain)
2246         (message-forward-make-body-mml):
2247         Don't use mm-with-unibyte-current-buffer.
2248
2249 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2250
2251         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2252
2253 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2254
2255         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2256         (Bug#5592).
2257
2258 2010-05-07  Julien Danjou  <julien@danjou.info>
2259
2260         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2261         it to mm-pipe-part.
2262
2263         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2264         it is given.
2265
2266 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * binhex.el (binhex-decode-region-internal)
2269         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2270         (dns-query)
2271         * nnweb.el (nnweb-gmane-search)
2272         * pgg-parse.el (pgg-parse-armor)
2273         * pgg.el (pgg-verify-region)
2274         * sha1.el (sha1-string-external)
2275         * uudecode.el (uudecode-decode-region-internal)
2276         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2277         XEmacs.
2278
2279         * gnus-art.el (gnus-article-browse-html-parts)
2280         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2281         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2282         make-temp-file.
2283
2284         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2285         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2286         compiling.
2287
2288         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2289         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2290         XEmacs when compiling.
2291
2292         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2293         gnus-pick-mode-off-hook for XEmacs when compiling.
2294         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2295         gnus-binary-mode-off-hook for XEmacs when compiling.
2296
2297         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2298         nil if char-charset is not available.
2299
2300         * imap.el (imap-disable-multibyte)
2301         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2302         macros.
2303
2304         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2305         instead of encode-coding-string.
2306
2307         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2308         'xemacs) instead of mm-emacs-mule to switch function definitions.
2309         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2310
2311         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2312         bind temporary-file-directory for XEmacs;
2313         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2314         timer-set-function for XEmacs 21.4 and SXEmacs;
2315         bind timer-list for XEmacs 21.4 and SXEmacs;
2316         fbind char-charset and find-charset-region for non-Mule XEmacs;
2317         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2318         encode-coding-region and encode-coding-string for XEmacs having no
2319         file-coding feature.
2320
2321 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2322
2323         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2324
2325 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2328         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2329
2330 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2331
2332         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2333         alias `jka-compr-delete-temp-file' no longer exists.
2334
2335 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2336
2337         Use define-minor-mode in Gnus where applicable.
2338         * mml.el (mml-mode): Use define-minor-mode.
2339         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2340         (gnus-undo-mode): Use define-minor-mode.
2341         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2342         (gnus-dead-summary-mode): Use define-minor-mode.
2343         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2344         Initialize in declaration.
2345         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2346         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2347         (gnus-mailing-list-mode): Use define-minor-mode.
2348         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2349         (gnus-draft-mode): Use define-minor-mode.
2350         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2351         (gnus-dired-mode): Use define-minor-mode.
2352
2353 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2354
2355         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2356         handles on recursive mml-to-mime translation and check them for
2357         boundary delimiter collisions.  Reported by Greg Troxel.
2358
2359 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2362
2363 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2364
2365         * mm-util.el (mm-find-buffer-file-coding-system):
2366         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2367
2368 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2369
2370         * message.el (message-generate-headers): Record insertion of optional
2371         headers as well.  Otherwise the check to prevent repeated insertion of
2372         optional headers is a no-op.
2373
2374 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2375
2376         * smime.el: Don't mention CVS.
2377
2378         * nnrss.el (nnrss-fetch): Don't mention CVS.
2379
2380         * nnir.el: Don't mention CVS.
2381
2382 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2383
2384         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2385
2386 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * lpath.el: Fbind bookmark-default-handler,
2389         bookmark-get-bookmark-record, bookmark-make-record-default,
2390         bookmark-prop-get for Emacs <23 and XEmacs.
2391
2392 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2393
2394         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2395         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2396         Use with-current-buffer to silence the byte-compiler.
2397         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2398         bother to require `gnus'.
2399         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2400
2401 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2402
2403         * gnus-sum.el (gnus-summary-bookmark-make-record)
2404         (gnus-summary-bookmark-jump): New functions.
2405         (gnus-summary-mode): Setup bookmark support.
2406
2407 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2408
2409         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2410         if set.
2411
2412 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2415         gnus-article-browse-html-save-cid-image; make it work recursively for
2416         forwarded messages as well.
2417         (gnus-article-browse-html-parts): Work when prefix arg is given.
2418         (gnus-article-browse-html-article): Doc fix.
2419
2420 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2421
2422         * message.el (message-default-mail-headers):
2423         (message-default-headers): Carry the value mail-default-headers over
2424         into message-default-mail-headers, rather than message-default-headers.
2425
2426 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2427
2428         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2429         charset.
2430
2431         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2432         charset into the <meta> tag when the article is encoded to utf-8.
2433
2434 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2437         directories as well.
2438         (gnus-article-browse-html-parts): Work for images that do not specify
2439         file names; delete temp directory when quitting; insert header at the
2440         right place; use file: scheme for image files.
2441
2442 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2443
2444         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2445         (gnus-article-browse-html-parts): Use it to make temporary cid image
2446         files in addition to html file so that browser may display them.
2447
2448 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2451
2452 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2453
2454         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2455
2456 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2457
2458         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2459         about Secret Service API sources.  Improve Customize options.
2460         (auth-source-pick): Change to accept any number of search parameters.
2461         Implement fallbacks iteratively, not recursively.  Add scoring on the
2462         second pass and sort by score.  Call Secret Service API when needed.
2463         (auth-source-user-or-password): Use it.  Call Secret Service API
2464         directly when needed to get the user name and the password.
2465
2466 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2467
2468         * message.el (message-interactive): Doc fix.
2469         (message-qmail-inject-args): Reflow.
2470         (message-kill-to-signature): Fix typo in docstring.
2471
2472         * smiley.el (smiley-buffer): Fix typo in docstring.
2473
2474 2010-03-24  Glenn Morris  <rgm@gnu.org>
2475
2476         * mail-source.el (gnus-message): Declare.
2477         (mail-source-delete-old-incoming): Require gnus-util.
2478
2479 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2482
2483         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2484
2485         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2486         password-cache's default if it is not bound.
2487         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2488         password-cache-expiry's default if it is not bound.
2489
2490         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2491         available in Emacs 21.
2492
2493         * lpath.el: Suppress compiler warnings for:
2494         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2495         XEmacs;
2496         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2497         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2498         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2499
2500 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2501
2502         * auth-source.el (auth-sources): Fix up definition so extra parameters
2503         are always inline.
2504
2505 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2506
2507         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2508         wasn't updated after mismatch.  Clear cached mailbox info correctly
2509         when uidvalidity changes.
2510         (nnimap-group-prefixed-name): New function to avoid some code
2511         duplication.
2512         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2513         (nnimap-request-group): Use it.
2514         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2515         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2516         with many imap folders.  This is done by caching the group status from
2517         the imap server persistently in a group parameter `imap-status'.  (This
2518         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2519         but not persistently, so every Gnus startup was still very slow.)
2520
2521 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2522
2523         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2524         delete the extra newline.  Otherwise editing of :string and :number
2525         types don't work.
2526
2527 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2528
2529         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2530         secrets.el dependency.
2531         (auth-sources): Add optional user name.  Add secrets.el configuration
2532         choice (unused right now).
2533
2534 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2535
2536         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2537         `gnus-registry-install-shortcuts' fill in the functions.
2538
2539         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2540         warnings.
2541         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2542         (gnus-registry-install-shortcuts): Populate and use it in a
2543         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2544
2545 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2546
2547         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2548         In-place substitutions for the group name encoding/decoding.
2549         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2550         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2551         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2552         (nnimap-update-unseen, nnimap-request-list)
2553         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2554         (nnimap-request-set-mark, nnimap-split-to-groups)
2555         (nnimap-split-articles, nnimap-request-newgroups)
2556         (nnimap-request-create-group, nnimap-request-accept-article)
2557         (nnimap-request-delete-group, nnimap-request-rename-group)
2558         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2559         `encoded-mbx' for consistency.
2560         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2561         variable `imap-current-mailbox'.
2562
2563         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2564         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2565
2566 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2567
2568         * pop3.el (pop3-display-message-size-flag): Display message size byte
2569         counts during POP3 download.
2570         (pop3-movemail): Use it.
2571         (pop3-list): Implement listing of available messages.
2572
2573 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2574
2575         * nnir.el (nnir-get-article-nov-override-function): New function to
2576         override the normal NOV retrieval.
2577         (nnir-retrieve-headers): Use it.
2578
2579 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2580
2581         * auth-source.el (netrc-machine-user-or-password): Autoload.
2582
2583 2010-03-19  Glenn Morris  <rgm@gnu.org>
2584
2585         Stop message.el from loading about 40 libraries it doesn't always need.
2586         The general approach is to autoload rather than require, and to
2587         require in the specific functions rather than the file.  (Bug#5642)
2588
2589         * gmm-utils.el: Don't require wid-edit.
2590         (widget-create-child-value, widget-convert, widget-default-get):
2591         Autoload.
2592
2593         * gnus-util.el: Don't require time-date, netrc.
2594         (message-fetch-field, gnus-group-name-decode): Declare rather than
2595         autoloading.
2596         (gnus-fetch-field): Require message.
2597         (gnus-decode-newsgroups): Require gnus-group.
2598
2599         * ietf-drums.el: Don't require time-date.
2600
2601         * message.el: Don't require hashcash, canlock, ecomplete.
2602         Do require mail-utils.  Require nnheader only when compiling.
2603         (smtpmail-default-smtp-server): Remove declaration.
2604         (message-send-mail-function): Check smtpmail-default-smtp-server
2605         is bound rather than requiring smtpmail.
2606         (message-auto-save-directory, message-insert-signature): Use
2607         expand-file-name rather than nnheader-concat.
2608         (nnheader-insert-file-contents): Autoload.
2609         (hashcash-wait-async): Declare.
2610         (message-send-mail): Only call gnus-setup-posting-charset if
2611         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2612         (message-send-mail-with-sendmail): Require sendmail.
2613         (canlock-password, canlock-password-for-verify): Declare.
2614         (message-canlock-password): Require canlock.
2615         (nnheader-get-report): Autoload.
2616         (gnus-setup-posting-charset): Declare.
2617         (message-send-news): Require gnus-msg.
2618         (message-make-references, message-make-in-reply-to): Use mail-header-id
2619         rather than the alias mail-header-message-id.
2620         (ecomplete-add-item, ecomplete-save): Declare.
2621         (message-put-addresses-in-ecomplete): Require ecomplete.
2622         (ecomplete-display-matches): Autoload.
2623
2624         * mm-decode.el: Don't require mailcap, gnus-util.
2625         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2626         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2627         Autoload.
2628         (mailcap-mime-extensions): Declare.
2629
2630         * mm-encode.el: Don't require mailcap.
2631         (mailcap-extension-to-mime): Autoload.
2632
2633         * mml-sec.el: Don't require password-cache.
2634
2635         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2636         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2637         (mml-minibuffer-read-type): Require mailcap.
2638         (mml-preview): Require gnus-msg.
2639
2640         * mml1991.el: Require password-cache.
2641         (password-cache-expiry): Remove declaration.
2642
2643         * mml2015.el: Require password-cache.
2644         (password-cache-expiry): Remove declaration.
2645
2646         * nneething.el (mailcap): Require mailcap.
2647
2648         * nnheader.el (declare-function): Add compatibility stub.
2649         (message-remove-header): Declare rather than autoload.
2650         (nnheader-replace-header): Require message.
2651
2652         * nnimap.el (declare-function): Add compatibility stub.
2653         (netrc-parse, netrc-machine-user-or-password): Declare.
2654         (nnimap-open-connection): Require netrc.
2655
2656         * nntp.el (declare-function): Add compatibility stub.
2657         (netrc-parse, netrc-machine, netrc-get): Declare.
2658         (nntp-send-authinfo): Require netrc.
2659
2660         * rfc2047.el: Don't require qp.
2661         (quoted-printable-encode-region, quoted-printable-decode-string):
2662         Autoload.
2663
2664         * sieve-mode.el: Don't require easymenu.
2665         (easy-menu-add-item): Autoload it.
2666
2667         * spam-stat.el (time-to-number-of-days): Autoload it.
2668
2669 2010-03-19  Glenn Morris  <rgm@gnu.org>
2670
2671         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2672
2673 2010-03-18  Glenn Morris  <rgm@gnu.org>
2674
2675         * hashcash.el (declare-function): Remove duplicate definition.
2676
2677 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2678
2679         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2680         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2681         value if any backslash escapes).
2682
2683 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2686         if it is available.  (bug#5647)
2687
2688         * lpath.el: Suppress compiler warning for coding-system-from-name for
2689         Emacs 21 and XEmacs.
2690
2691 2010-03-14  Juri Linkov  <juri@jurta.org>
2692
2693         * hmac-def.el:
2694         * hmac-md5.el:
2695         * netrc.el: Fix keywords.
2696
2697 2010-02-26  Glenn Morris  <rgm@gnu.org>
2698
2699         * message.el (message-send-mail-function): Change the default, so that
2700         it inherits from a customized send-mail-function.  (Bug#5643)
2701
2702 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2703
2704         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2705         shell-command-to-string signals an error (bug#5299).
2706
2707 2010-02-24  Glenn Morris  <rgm@gnu.org>
2708
2709         * message.el (message-smtpmail-send-it)
2710         (message-send-mail-with-mailclient): Doc fixes.
2711
2712 2010-02-16  Glenn Morris  <rgm@gnu.org>
2713
2714         * message.el (message-default-mail-headers): Change the default value
2715         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2716
2717 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2720         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2721
2722 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2723
2724         * time-date.el (date-to-time): Doc fix (Bug#5408).
2725
2726 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2727
2728         * message.el (message-mail): Just pass yank-action on to message-setup.
2729         (message-setup): Handle (FUN . ARGS) form of yank-action.
2730         (message-with-reply-buffer, message-widen-reply)
2731         (message-yank-original): Handle non-buffer values of
2732         message-reply-buffer (Bug#4080).
2733         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2734
2735 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2736
2737         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2738         Fix typo in docstring.
2739
2740 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2741
2742         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2743         response.
2744
2745 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2748
2749         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2750
2751         * message.el (message-check-news-header-syntax): Protect against a
2752         string that `rfc822-addresses' returns when parsing fails.
2753
2754 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2757         (gnus-previous-char-property-change): New functions.
2758
2759         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2760
2761 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2762
2763         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2764         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2765
2766 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2767
2768         * message.el (message-exchange-point-and-mark): Rework last change to
2769         avoid using optional arg of exchange-point-and-mark, for backward
2770         compatibility.
2771
2772 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2773
2774         * message.el (message-exchange-point-and-mark): Call
2775         exchange-point-and-mark with an argument rather than setting
2776         mark-active by hand (Bug#5175).
2777
2778 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * nntp.el (nntp-service-to-port): Work for service expressed with
2781         numeric string; replace [:digit:] with [0-9] for XEmacs.
2782
2783 2009-12-17  Glenn Morris  <rgm@gnu.org>
2784
2785         * gnus-group.el (gnus-bug-group-download-format-alist):
2786         Change emacs entry to debbugs.gnu.org.  Bump :version.
2787
2788 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2789
2790         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2791
2792 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2793
2794         * message.el (message-info): Explain why we use `Info-goto-node'.
2795
2796 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2799
2800 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2801
2802         * message.el (message-completion-in-region): New compatibility function.
2803         (message-expand-group): Use it.
2804
2805 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2808         with no unread article should be listed if the 2nd arg `predicate' is
2809         given.
2810
2811 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2814
2815 2009-11-29  Juri Linkov  <juri@jurta.org>
2816
2817         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2818         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2819         on `gnus-recenter'. (Bug#4698, Bug#4981)
2820
2821 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2822
2823         * sha1.el (sha1-string-external): default-directory "/" in case
2824         otherwise non-existent.  process-connection-type pipe for touch of
2825         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2826
2827 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2828
2829         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2830         it's comms related and sgml-mode.el has "comm" on that basis too.
2831
2832 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2835         containing tspecial characters if they have been already quoted.
2836
2837 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2838
2839         * dns-mode.el (auto-mode-alist): Purecopy string.
2840
2841 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2842
2843         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2844
2845 2009-10-24  Glenn Morris  <rgm@gnu.org>
2846
2847         * gnus-art.el (help-xref-stack-item): Define for compiler.
2848
2849 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2850
2851         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2852
2853 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2856
2857 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2860         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2861
2862 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2865         (gnus-overlays-in): New alias to overlays-in.
2866
2867         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2868         gnus-overlay-get, and gnus-delete-overlay.
2869         (gnus-summary-show-thread): Make it work as well for systems in which
2870         next-single-char-property-change is not available.
2871         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2872
2873         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2874         (gnus-overlay-get): New alias to extent-property.
2875         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2876
2877         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2878         SXEmacs.
2879
2880         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2881         SXEmacs.
2882
2883 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2884
2885         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2886
2887 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2888
2889         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2890         and XEmacs that don't have `remove-overlays'.
2891
2892 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2893
2894         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2895         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2896         selective display.  Use overlays instead.
2897
2898 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2899
2900         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2901
2902 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2903
2904         * spam-stat.el (spam-stat-load): Fix typo in message.
2905
2906 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2907
2908         * dig.el (dig-invoke): Fix typo in docstring.
2909         (query-dig): Reflow docstring.
2910
2911 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2912
2913         * gnus-art.el (gnus-article-encrypt-body):
2914         * message.el (message-check-recipients):
2915         * mm-util.el (mm-codepage-setup):
2916         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2917         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2918
2919 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2920
2921         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2922         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2923         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2924         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2925         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2926
2927 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2928
2929         * dig.el: Add "Keywords: comm", as per net-utils.el.
2930
2931 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2932
2933         * dig.el (dig-mode): Use define-derived-mode.
2934
2935 2009-09-19  Glenn Morris  <rgm@gnu.org>
2936
2937         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2938
2939 2009-09-18  Glenn Morris  <rgm@gnu.org>
2940
2941         * gnus-diary.el (gnus-diary-check-message):
2942         * message.el (message-insert-formatted-citation-line):
2943         * nnbabyl.el (top-level):
2944         * nndiary.el (nndiary-schedule):
2945         Fix typos in condition-case handlers.
2946
2947 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2950         configuration that provides the sole article window in a frame;
2951         position point correctly after deleting a part.
2952
2953 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2954
2955         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2956         (spam-resolve-registrations-routine): Use it to unregister articles
2957         that change status.
2958
2959 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2962         with XEmacs.
2963         (parse-time-string-chars): Use it.
2964
2965 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2966
2967         * imap.el (imap-interactive-login): Better messages.
2968         (imap-open): Fix bug with renamed buffer on reconnect.
2969         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2970         for easier debugging and cleaner code.  On successful (guessed based on
2971         server capabilities) secondary authentication, set imap-state
2972         correctly.
2973         (imap-last-authenticator): Define imap-last-authenticator as a variable
2974         to avoid warnings.
2975
2976 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * nnrss.el (nnrss-request-article): Remove binding of
2979         default-enable-multibyte-characters that has gotten needless by
2980         the 2007-07-13 change in rfc2047-encode-message-header.
2981
2982         * mml.el (mml-insert-multipart): Error on the message header.
2983         (mml-insert-part): Error on the message header; position point at
2984         the end of a MIME tag.
2985
2986 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * time-date.el (autoload): Expand define-obsolete-function-alias into
2989         defalias and make-obsolete for old Emacsen that Gnus supports.
2990         (with-no-warnings): Define it for old Emacsen.
2991         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2992         is available.
2993         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2994         float-time is available; suppress compile warning for time-to-seconds.
2995
2996         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2997         (gnus-float-time): Alias to float-time if it exists.
2998
2999         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3000         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3001         float-time is available; suppress compile warning for time-to-seconds.
3002
3003         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3004         XEmacs.
3005
3006 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * imap.el (imap-message-map): Docstring fix.
3009
3010 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3013         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3014         Add the optional argument `encoding' that overrides the default.
3015
3016         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3017         mm-encode-buffer.
3018
3019 2009-09-04  Glenn Morris  <rgm@gnu.org>
3020
3021         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3022         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3023         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3024         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3025         * mm-util.el (mm-with-unibyte-current-buffer)
3026         (mm-find-buffer-file-coding-system):
3027         * yenc.el (yenc-decode-region): Use default-value rather than
3028         default-enable-multibyte-characters.
3029
3030 2009-09-03  Glenn Morris  <rgm@gnu.org>
3031
3032         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3033         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3034         than default-enable-multibyte-characters.
3035
3036 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3037
3038         * gnus-art.el (gnus-article-read-summary-keys):
3039         Fix gnus-buffer-configuration's value temporarily used.
3040
3041 2009-09-02  Glenn Morris  <rgm@gnu.org>
3042
3043         * gnus-util.el (gnus-float-time): New function.
3044         * gnus-delay.el (gnus-delay-article):
3045         * gnus-sum.el (gnus-thread-latest-date):
3046         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3047         * nnspool.el (nnspool-request-newgroups):
3048         Use gnus-float-time rather than time-to-seconds.
3049         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3050
3051         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3052         (gnus-header-subject-face, gnus-header-newsgroups-face)
3053         (gnus-header-name-face, gnus-header-content-face):
3054         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3055         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3056         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3057         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3058         (gnus-cite-face-11):
3059         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3060         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3061         (gnus-server-closed-face, gnus-server-denied-face)
3062         (gnus-server-offline-face):
3063         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3064         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3065         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3066         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3067         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3068         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3069         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3070         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3071         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3072         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3073         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3074         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3075         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3076         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3077         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3078         (gnus-summary-high-undownloaded-face)
3079         (gnus-summary-low-undownloaded-face)
3080         (gnus-summary-normal-undownloaded-face)
3081         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3082         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3083         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3084         (gnus-splash-face):
3085         * message.el (message-header-to-face, message-header-cc-face)
3086         (message-header-subject-face, message-header-newsgroups-face)
3087         (message-header-other-face, message-header-name-face)
3088         (message-header-xheader-face, message-separator-face)
3089         (message-cited-text-face, message-mml-face):
3090         * sieve-mode.el (sieve-control-commands-face)
3091         (sieve-action-commands-face, sieve-test-commands-face)
3092         (sieve-tagged-arguments-face):
3093         * spam.el (spam-face):
3094         Mark face aliases with "-face" in the name as obsolete.
3095
3096 2009-09-01  Glenn Morris  <rgm@gnu.org>
3097
3098         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3099         than goto-line.
3100
3101 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3104         Don't move point if the command is invoked inside the message header.
3105
3106 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3107
3108         * imap.el (imap-send-command): Simplify.
3109         (imap-wait-for-tag): point-max -> buffer-size.
3110
3111 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3112
3113         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3114         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3115         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3116         * nnir.el (nnir-swish-e-index-file):
3117         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3118         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3119         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3120         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3121         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3122         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3123
3124 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3127         Don't save excursion.
3128
3129 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3130
3131         * nnheader.el (nnheader-find-file-noselect):
3132         * mm-util.el (mm-insert-file-contents):
3133         Use (default-value 'major-mode) instead of default-major-mode.
3134
3135 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3136
3137         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3138
3139 2009-08-26  Glenn Morris  <rgm@gnu.org>
3140
3141         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3142         than placing in files.el.
3143
3144 2009-08-25  Glenn Morris  <rgm@gnu.org>
3145
3146         * nnir.el (top-level): Don't require cl at run-time.
3147         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3148         Replace cl-function substitute with gnus-replace-in-string.
3149         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3150         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3151         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3152         simplified expansions.
3153
3154 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3155
3156         * dig.el (dig): Add autoload cookie.
3157
3158 2009-08-22  Glenn Morris  <rgm@gnu.org>
3159
3160         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3161         goto-line.
3162
3163 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3164
3165         * parse-time.el (parse-time-string-chars): Save match data.
3166
3167 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3168
3169         * parse-time.el (parse-time-string-chars): Compute using character
3170         classes, to handle non-ascii characters (Bug#3190).
3171
3172 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3175
3176         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3177         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3178         (gnus-mm-display-part, gnus-mime-display-single)
3179         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3180         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3181
3182         * gnus-sum.el
3183         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3184         (gnus-summary-move-article): Add expirable mark to articles copied or
3185         moved to group that has auto-expire turned on if the option is non-nil.
3186
3187 2009-07-24  Glenn Morris  <rgm@gnu.org>
3188
3189         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3190         Fix typo.  (Bug#3903)
3191
3192 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3195         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3196         that should not be used for draft articles.
3197         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3198         that has no concern in minor mode keys.
3199         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3200         Abolish.
3201
3202 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3205         article without making inquiry to a user for unknown encoding.
3206
3207         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3208         (nnmaildir--scan): Assume i-node and device number that file-attributes
3209         returns might be cons-cell.
3210
3211         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3212
3213         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3214
3215 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * auth-source.el: Remove docs now in auth.texi.  Don't use
3218         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3219         `auth-source-hide-passwords' and use them.
3220
3221 2009-07-15  Glenn Morris  <rgm@gnu.org>
3222
3223         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3224
3225 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3228         excessive whitespace from the default values of title and description.
3229
3230 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3233         mail-fetch-field to fetch Content-Description header in order to
3234         exclude newlines.
3235
3236 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3237
3238         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3239         format used by GnuPG 2.0.11.
3240
3241 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3244         to deleted part.
3245
3246 2009-05-30  David Engster  <dengste@eml.cc>
3247
3248         * nnmairix.el: Remove old documentation in the commentary block.
3249         (nnmairix-request-group): Do not update active file for nnml back ends.
3250         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3251         end so that overview files are ignored.
3252         (nnmairix-update-groups): Make updating the groups more robust by using
3253         marks.
3254         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3255         with dollar characters in message-id.
3256
3257 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3258
3259         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3260         2008-12-25 in dns.el.
3261
3262 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3263
3264         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3265         could happen if the text is only composed of spaces and/or tabs.
3266
3267 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3268
3269         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3270         when sending a queued message to avoid extra mml tags.
3271
3272 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3275
3276 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3279         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3280         rmail-toggle-header for XEmacs;
3281         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3282
3283 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-dired.el: Remove autoload for gnus-setup-message.
3286         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3287         displaying Gnus logo; always use compose-mail.
3288
3289 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3292
3293 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3296         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3297         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3298         available.
3299         (gnus-nocem-epg-verify): New function.
3300
3301 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3302
3303         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3304
3305 2009-02-15  Glenn Morris  <rgm@gnu.org>
3306
3307         * gnus-util.el (rmail-insert-rmail-file-header)
3308         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3309         autoloads.
3310         (rmail-default-rmail-file): Remove unnecessary declaration.
3311         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3312
3313 2009-02-14  Glenn Morris  <rgm@gnu.org>
3314
3315         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3316         variable (only used in gnus-util, which declares it anyway).
3317         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3318         which was only needed by gnus-art (changed to not use it any more).
3319         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3320         only used in gnus-util, which autoloads it itself.
3321         (rmail-update-summary): Fix autoload.
3322
3323         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3324         rather than rmail-output-to-rmail-file.
3325
3326 2009-02-07  Glenn Morris  <rgm@gnu.org>
3327
3328         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3329         autoload of function that no longer exists.
3330         (rmail-toggle-header): Declare.
3331         (message-forward-rmail-make-body): Handle mbox Rmail.
3332
3333 2009-01-31  Glenn Morris  <rgm@gnu.org>
3334
3335         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3336         2009-01-09 change.
3337
3338 2009-01-31  Dave Love  <fx@gnu.org>
3339
3340         * imap.el (imap-fetch-safe): Bind debug-on-error.
3341         (imap-debug): Add imap-fetch-safe.
3342
3343 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3344
3345         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3346         (auth-source-forget-all-cached): New convenience function.
3347         (auth-source-user-or-password): Accept list of modes or a single mode.
3348
3349         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3350         auth-source modes.
3351
3352         * netrc.el (netrc-machine-user-or-password): Use list of
3353         auth-source modes.
3354
3355         * nnimap.el (nnimap-open-connection): Use list of
3356         auth-source modes.
3357
3358         * nntp.el (nntp-send-authinfo): Use list of
3359         auth-source modes.
3360
3361 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3364         now.
3365
3366 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3369         coding system in XEmacs; add a workaround for XEmacs.
3370
3371         * lpath.el: Fbind coding-system-aliasee.
3372
3373 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3376         of current-language-environment.
3377
3378 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3381         available at runtime.
3382
3383 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3386
3387 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3388
3389         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3390         the greatest positive fixnum value doesn't work under an XEmacs with
3391         bignum support; use the most-positive-fixnum constant instead,
3392         available since Emacs 21.1 with cl and XEmacs 21.1.
3393
3394 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3397         XEmacs gets not to work.
3398
3399 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * mm-util.el (mm-coding-system-priorities): Allow the value like
3402         "Japanese (UTF-8)" of current-language-environment.
3403
3404 2009-01-09  Glenn Morris  <rgm@gnu.org>
3405
3406         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3407         with last-command-event.
3408
3409 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3412         in the doc string.
3413
3414         * message.el (message-fix-before-sending): Amend comment.
3415
3416 2009-01-08  Dave Love  <fx@gnu.org>
3417
3418         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3419
3420 2009-01-07  David Engster  <dengste@eml.cc>
3421
3422         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3423         simplified server definitions by converting it via
3424         gnus-server-to-method.
3425
3426 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3429         parameter's operands.
3430
3431 2009-01-06  David Engster  <dengste@eml.cc>
3432
3433         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3434         primary select method (for gnus-group-mark-article-as-read).
3435
3436 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3437
3438         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3439         `(gnus)Face', not `(gnus)X-Face'.
3440
3441 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * mm-util.el (mm-ucs-to-char): New function.
3444
3445         * mm-url.el (mm-url-decode-entities): Use it.
3446
3447         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3448         unicode-to-char.
3449
3450 2009-01-05  Dave Love  <fx@gnu.org>
3451
3452         * time-date.el: Require cl for `declare'.
3453
3454 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3455
3456         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3457         Dave Love.
3458
3459 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3460
3461         * message.el (message-fix-before-sending): Add `eight-bit' to
3462         illegible-text check.
3463
3464 2009-01-03  Michael Olson  <mwolson@gnu.org>
3465
3466         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3467         `headers' is nil.  This can occur if the IMAP server does not have
3468         permissions to read messages from a folder, but can write new messages
3469         to the folder.
3470         (nnimap-request-article-part): Do not insert `data' if it is nil.
3471
3472         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3473         characters which will confuse `read', so skip past them.
3474
3475 2009-01-01  Dave Love  <fx@gnu.org>
3476
3477         * imap.el (imap-string-to-integer): Fix typo.
3478         (imap-fetch-safe): New function.
3479         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3480
3481         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3482
3483         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3484         (imap-parse-greeting): Fix doc strings.
3485         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3486         (imap-parse-flag-list): Make messages unique.
3487         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3488
3489         * nnimap.el: Fix author email.
3490         (nnimap-split-rule): Add FIXME comment.
3491         (nnimap-debug): Fix doc string.
3492
3493 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3494
3495         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3496
3497 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3498
3499         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3500         nslookup if resolv.conf isn't available.
3501         (dns-query): Rename from query-dns.
3502         (dns-query-cached): Rename from query-dns-cached.
3503
3504 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3507         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3508         to check if those variables exist (first appeared in Emacs 18.50).
3509
3510 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * mm-util.el (mm-line-number-at-pos): New function.
3513
3514         * spam-report.el (spam-report-process-queue): Use it.
3515
3516 2008-12-24  David Engster  <dengste@eml.cc>
3517
3518         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3519         parameters that haven't existed as variables as buffer-local variables.
3520
3521 2008-12-23  Dave Love  <fx@gnu.org>
3522
3523         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3524         cadar.
3525
3526         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3527         imap-starttls-p.
3528         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3529
3530 2008-12-22  Dave Love  <fx@gnu.org>
3531
3532         * imap.el: Fix author email.  Doc fixes.
3533         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3534         reply.
3535
3536 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3537
3538         * spam-report.el (spam-report-gmane-max-requests): New constant.
3539         (spam-report-gmane-wait): New variable.
3540         (spam-report-gmane-ham, spam-report-gmane-spam)
3541         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3542         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3543         the server.
3544
3545         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3546         Add explanations.
3547
3548         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3549         nnheader-accept-process-output and nnheader-read-timeout if available.
3550         (pop3-movemail): Use it.
3551
3552         * message.el (message-check-news-body-syntax): Fix signature check if
3553         there's an attachment.
3554
3555 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * mm-util.el: Add comments to the mm- emulating functions.
3558
3559 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3562         by Stephen Berman <stephen.berman@gmx.net>.
3563
3564 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * mm-util.el (mm-substring-no-properties): New function.
3567         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3568         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3569         (mm-string-to-multibyte): Doc fix.
3570
3571         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3572
3573 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3574
3575         * mml.el (mml-attach-file): Strip text properties from file name.
3576         (Bug#1574)
3577
3578 2008-12-16  Glenn Morris  <rgm@gnu.org>
3579
3580         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3581
3582 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3585         knows since the charset specified might be a bogus alias that
3586         mm-charset-synonym-alist provides.
3587
3588 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3591         "ISO_8859-1".
3592
3593         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3594
3595 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * mm-util.el (mm-charset-eval-alist):
3598         Define it before mm-charset-to-coding-system.
3599         (mm-charset-to-coding-system): Add optional argument `silent';
3600         define it before mm-charset-override-alist.
3601         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3602         default value if it can be used in Emacs currently running;
3603         silence mm-charset-to-coding-system.
3604
3605 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3608         `allow-override' which says whether to use `mm-charset-override-alist'.
3609         (rfc2047-decode-encoded-words): Use it.
3610
3611         * mm-util.el (mm-charset-override-alist): Fix custom type;
3612         add `(gb2312 . gbk)' to choices.
3613
3614 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3617         fast.
3618
3619         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3620
3621         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3622
3623 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3624
3625         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3626         on links.
3627
3628         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3629
3630 2008-12-03  Lute Kamstra  <lute@gnu.org>
3631
3632         * sha1.el: Remove leading * from docstrings of defcustoms,
3633         deffaces, defconsts and defuns.
3634
3635 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3638         users' addresses that don't have domain parts.
3639         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3640         rather than message-narrow-to-head since there will be the message
3641         header separator.
3642
3643 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3644
3645         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3646         since the result is inserted in a unibyte buffer anyway.
3647         (nnimap-demule-use-string-to-multibyte): Remove.
3648         (nnimap-demule): Alias it to mm-string-to-multibyte.
3649
3650 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3651
3652         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3653         variable for debugging bug#464 and bug#1174.
3654         (nnimap-demule): Use it.
3655
3656 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3659         score calculation correctly.
3660
3661 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3662
3663         * message.el (message-send-mail): Just set the buffer to unibyte
3664         rather than use mm-with-unibyte-current-buffer which does a lot more.
3665         (message-send-mail-partially): Don't bother with
3666         mm-with-unibyte-current-buffer since it's already been made unibyte by
3667         message-send-mail.
3668
3669 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3670
3671         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3672
3673 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3676
3677 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3680         require itself and to remove `with-no-warnings'.
3681
3682 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3683
3684         * starttls.el (starttls-any-program-available): Get the name of the
3685         available TLS layer program.
3686         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3687         well as the host name in the "opening" message.
3688
3689         * auth-source.el (auth-source-cache, auth-source-do-cache)
3690         (auth-source-user-or-password): Cache passwords and logins by default,
3691         allow override with `auth-source-do-cache'.
3692         (auth-source-forget-user-or-password): Allow users to remove cache
3693         entries if needed.
3694
3695 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3696
3697         * md4.el (md4-buffer): Fix typo in docstring.
3698         (md4, md4-64): Doc fixes.
3699         (md4-pack-int32): Reflow docstring.
3700
3701 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3702
3703         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3704         condition-case to only the forward-sexp call.
3705
3706 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3707
3708         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3709         quotes contained.  Make it more robust regardless by an extra
3710         condition-case wrapper.
3711
3712 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3715
3716 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * nnml.el (nnml-request-expire-articles): Check if the function set to
3719         `nnmail-expiry-target' returns the symbol `delete'.
3720
3721         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3722
3723         * nnmail.el (nnmail-expiry-target): Fix custom type.
3724
3725 2008-10-02  Glenn Morris  <rgm@gnu.org>
3726
3727         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3728         Silence compiler warning.
3729
3730 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3731
3732         * tls.el (open-tls-stream): Show the actual command being
3733         executed, instead of the format string.
3734
3735 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * lpath.el: Fbind codepage-setup for Emacs 23.
3738
3739 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3740
3741         * mml.el (mml-menu): Don't assume mml2015 is bound.
3742
3743 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3746         exists.
3747
3748 2008-09-27  Glenn Morris  <rgm@gnu.org>
3749
3750         * gnus-util.el (mail-header-remove-comments): Autoload it.
3751
3752 2008-09-27  Andreas Schwab  <schwab@suse.de>
3753
3754         * gnus-util.el (gnus-split-references): Strip comments.
3755         (gnus-parent-id): Likewise.
3756
3757 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * message.el (message-confirm-send): Fix version.
3760
3761 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * message.el (message-idna-to-ascii-rhs-1): Use
3764         mail-extract-address-components rather than mail-header-parse-addresses
3765         that is an alias by default to ietf-drums-parse-addresses that does not
3766         support non-ASCII names in headers' contents.
3767
3768 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3769
3770         * message.el (message-confirm-send): Fixed variable documentation to
3771         avoid the "y/n" wording.
3772
3773 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3774
3775         * message.el (message-set-auto-save-file-name): Save to a different
3776         filename so multiple messages (especially drafts) can be recovered.
3777
3778 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3779
3780         * message.el (message-confirm-send): Add appropriate version.
3781
3782 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3783
3784         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3785         defvar.
3786
3787 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3788
3789         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3790         (mm-pkcs7-enveloped-magic): Ditto.
3791
3792 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3793
3794         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3795         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3796
3797 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3798
3799         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3800         default, it's better.
3801
3802 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3805         summary line gnus-number property and ignore them (with a warning
3806         message).
3807
3808 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3811         macro caddr in the interactive form since it won't be expanded.
3812
3813 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3816         `charset'; fix name of function called recursively.
3817         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3818
3819 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3822         (gnus-mime-set-charset-parameters): New function.
3823         (gnus-mime-view-part-as-charset): Use it to correctly display part
3824         specifying wrong charset.
3825
3826 2008-09-08  David Engster  <dengste@eml.cc>
3827
3828         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3829         in completing-read for back end server.
3830
3831 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * message.el (message-confirm-send): New variable to confirm sending a
3834         message.
3835         (message-send): Use it.
3836
3837 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3838
3839         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3840
3841 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3844
3845 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3846
3847         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3848         prevent tracking too many groups.
3849         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3850         Use it.
3851
3852 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3853
3854         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3855         moving point to the bottom of the window in order to avoid recentering.
3856
3857 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3860
3861         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3862         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3863         (gnus-article-beginning-of-window): Fix calculation.
3864
3865 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-msg.el (gnus-summary-supersede-article)
3868         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3869         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3870         message header.
3871
3872 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3873
3874         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3875         pending output coming after the status change.
3876
3877 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3878
3879         * message.el:
3880         * gnus-start.el:
3881         * gnus-registry.el: Remove VMS support.
3882
3883 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3886         macro.
3887         (rfc2104-hash): Use it.
3888
3889 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3890
3891         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3892         (gnus-summary-sort-by-most-recent-date): New commands.
3893         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3894         and menu entries.
3895
3896 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3899         don't redisplay article for raw contents; remove plural articles stuff.
3900
3901         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3902         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3903         on gnus-summary-save-article; display results properly.
3904
3905 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * lpath.el: No need to fbind ns-focus-frame.
3908
3909 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3912
3913 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3916         gnus-save-all-headers.
3917
3918 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3919
3920         * gnus-util.el (ns-focus-frame): Remove declaration.
3921         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3922         like x.
3923
3924 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3925
3926         * rfc2104.el (rfc2104-zero): Delete defconst.
3927         (rfc2104-hex-alist): Likewise.
3928         (rfc2104-hex-to-int): Delete func.
3929         (rfc2104-hexstring-to-bitstring): Likewise.
3930         (rfc2104-nybbles): New defconst.
3931         (rfc2104-hash): Rewrite for speed.
3932
3933 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * tls.el (open-tls-stream): Make it work with the 2nd argument
3936         BUFFER that is a string but does not exist as a buffer object, as
3937         mentioned in the doc-string.
3938
3939 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3942         SXEmacs.
3943
3944 2008-07-16  Glenn Morris  <rgm@gnu.org>
3945
3946         * gnus-util.el (ns-focus-frame): Declare for compiler.
3947
3948 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3951         set as a group parameter.
3952         (gnus-summary-save-in-pipe): Work when it is called independently.
3953         (gnus-summary-pipe-to-muttprint): Don't modify
3954         gnus-summary-pipe-output-default-command.
3955
3956 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3957
3958         * message.el (message-send-mail-with-sendmail):
3959         Display the error message.
3960
3961 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-art.el (gnus-default-article-saver):
3964         Add gnus-summary-save-in-pipe to choices.
3965         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3966         gnus-summary-pipe-output-default-command as the default command.
3967         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3968         instead of gnus-last-shell-command.
3969
3970         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3971         New user option.
3972         (gnus-summary-muttprint-program): Mention the value will be changed.
3973         (gnus-summary-save-article): Force showing of all headers.
3974         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3975
3976 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3977
3978         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3979
3980 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3981
3982         * nnimap.el (nnimap-id):
3983         * sieve-manage.el (sieve-manage-open): Doc fixes.
3984
3985 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3986
3987         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3988         if available.
3989
3990 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3991
3992         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3993
3994         * nnkiboze.el (nnkiboze-generate-group):
3995         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3996
3997         * nnmairix.el: Require CL.
3998
3999 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * dgnushack.el: Autoload get-display-table and put-display-table for
4002         XEmacs 21.5.
4003
4004         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4005         21.4 and SXEmacs.
4006
4007 2008-06-15  David Engster  <dengste@eml.cc>
4008
4009         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4010
4011 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4012
4013         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4014         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4015         runtime choice under XEmacs.
4016
4017         * gnus-sum.el (gnus-summary-set-display-table):
4018         Use `gnus-put-display-table', `gnus-get-display-table',
4019         `gnus-set-display-table' for the display table, instead of `aset'.
4020
4021         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4022         Use `gnus-put-display-table', `gnus-get-display-table',
4023         `gnus-set-display-table' for the display table.
4024
4025 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * nnmairix.el: Add autoloads.
4028
4029 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4030
4031         * nnmairix.el (nnmairix-delete-recreate-group)
4032         (nnmairix-update-and-clear-marks): Fix error messages.
4033
4034 2008-06-14  David Engster  <dengste@eml.cc>
4035
4036         * nnmairix.el: Upgrade to version 0.6.
4037         (nnmairix-group-toggle-propmarks-this-group)
4038         (nnmairix-group-toggle-readmarks-this-group)
4039         (nnmairix-group-delete-recreate-this-group)
4040         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4041         (nnmairix-remove-tick-mark-original-article): New commands.
4042         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4043         (nnmairix-propagate-marks-to-nnmairix-groups)
4044         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4045         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4046         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4047         functions needed for marks propagation and manipulation of read marks.
4048         (nnmairix-update-groups): New function.
4049         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4050         (nnmairix-determine-original-group-from-registry)
4051         (nnmairix-determine-original-group-from-path)
4052         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4053         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4054         New helper functions.
4055         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4056         keystrokes for new commands.
4057         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4058         (nnmairix-request-group): Check allow-fast group parameter.
4059         (nnmairix-request-create-group): Set allow-fast group parameter if
4060         nnmairix-allowfast-default is set.
4061         (nnmairix-close-group): Propagate marks upon closing if needed.
4062         (nnmairix-group-toggle-threads-this-group): Use new.
4063         nnmairix-group-toggle-parameter helper function.
4064         (nnmairix-search): Better check for empty search result.
4065         (nnmairix-goto-original-article): Use new helper functions for
4066         determining original article.
4067         (nnmairix-show-original-article): Make sure message-id is in brackets.
4068         (nnmairix-call-mairix-binary): Change variable name.
4069         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4070         helper function.
4071         (nnmairix-widget-toggle-activate): Fix doc string.
4072
4073 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * nnir.el: Require edmacro when compiling with XEmacs.
4076         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4077         available in Emacs 21.
4078
4079 2008-06-11  Glenn Morris  <rgm@gnu.org>
4080
4081         * gnus-util.el (x-focus-frame):
4082         * gnus.el (image-size):
4083         * mm-decode.el (image-size): Declare.
4084
4085         * gnus-picon.el (declare-function): Add compat definition.
4086         (image-size): Declare.
4087
4088         * gnus-group.el (tool-bar-map):
4089         * gnus-sum.el (tool-bar-map): Define for compiler.
4090
4091         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4092
4093         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4094
4095         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4096         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4097         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4098         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4099         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4100         * sieve-manage.el, spam-report.el, spam.el:
4101         Remove unnecessary eval-and-compile of autoloads.
4102
4103 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4104
4105         * auth-source.el: Precise Tramp doc.
4106
4107 2008-06-07  Glenn Morris  <rgm@gnu.org>
4108
4109         * nnmairix.el: Remove unnecessary eval-when-compile.
4110
4111 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * lpath.el: Fbind propertize for XEmacs 21.4.
4114
4115 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4116
4117         * nnir.el: Move here from ../contrib.
4118
4119 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4120
4121         * gnus-util.el (gnus-read-shell-command): New function.
4122         * mm-decode.el (mm-pipe-part):
4123         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4124
4125 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4128
4129 2008-06-03  Glenn Morris  <rgm@gnu.org>
4130
4131         * pop3.el (nnheader-accept-process-output): Autoload it.
4132
4133 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4136         are not 2-digit hexadecimal characters that follow `%'s.
4137
4138 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * message.el (message-bogus-recipient-p): Fix type in doc string.
4141         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4142         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4143         Improve custom options.
4144         (message-bogus-recipient-p): Adjust accordingly.
4145
4146 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4147
4148         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4149         long-form month and day names.
4150
4151 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * dgnushack.el: Autoload debug, eudc-expand-inline and
4154         pgg-snarf-keys-region for XEmacs.
4155
4156         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4157
4158         * nnmairix.el: Require edmacro when compiling with XEmacs.
4159
4160 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4163         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4164
4165 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4166
4167         * auth-source.el: Add more docs.
4168
4169         * netrc.el (netrc-machine): Always match if the port is not given.
4170
4171 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4174         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4175         retrieval faster in some cases, but might make CPU usage larger.  If
4176         this has any bad side effects, we might revert this change.
4177
4178         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4179         seems to make mail retrieval much, much faster.
4180         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4181         unconditionally.
4182
4183         * gnus-draft.el (gnus-group-send-queue): Bind
4184         message-send-mail-partially-limit to nil to avoid being prompted.
4185
4186 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4187
4188         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4189
4190         * message.el (message-bogus-address-regexp): Fix and improve custom
4191         type.
4192         (message-setup-hook): Add message-check-recipients as custom option.
4193
4194 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4195
4196         * message.el (message-cite-function): Remove bogus autoload which crept
4197         in during merge from v5-10.
4198
4199 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4200
4201         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4202
4203         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4204
4205         * auth-source.el: Preliminary Tramp docs.
4206         (auth-sources): Change the default auth-sources to use
4207         EPA .gpg files.
4208
4209 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4210
4211         * nntp.el: Autoload `auth-source-user-or-password'.
4212         (nntp-send-authinfo): Use it.
4213
4214         * nnimap.el: Autoload `auth-source-user-or-password'.
4215         (nnimap-open-connection): Use it.
4216
4217         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4218         for the gnus-message function.
4219         (auth-source-user-or-password): Use it.
4220
4221 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4222
4223         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4224         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4225         (rfc2104-hash): Use it.
4226
4227 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4228
4229         * gnus-art.el (gnus-article-toggle-truncate-lines):
4230         Don't use `iff' in docstring.
4231
4232 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4233
4234         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4235
4236         * gnus-util.el (gnus-extract-address-component-name)
4237         (gnus-extract-address-component-email): Convenience functions around
4238         `gnus-extract-address-components'.
4239
4240         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4241         Use `gnus-extract-address-component-email' to fix bug of comparing full
4242         sender name to `user-mail-address'.
4243
4244 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4245
4246         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4247         catch/throw to optimize.
4248         (gnus-registry-find-keywords): Just use member to find a keyword.
4249
4250 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4251
4252         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4253         is current before calling gnus-server-prepare.
4254         (gnus-server-setup-buffer, gnus-server-update-server)
4255         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4256
4257 2008-05-04  Juri Linkov  <juri@jurta.org>
4258
4259         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4260         (mailcap-file-default-commands): Use mailcap-replace-in-string
4261         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4262         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4263
4264 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4265
4266         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4267
4268 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4269
4270         * gnus.el: Bump version to 0.11.
4271
4272 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4273
4274         * gnus.el: No Gnus v0.10 is released.
4275
4276 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4279         hooks.
4280         (gnus-update-read-articles): Speed up non-marks-using users.
4281         (gnus-use-marks): Define gnus-use-marks.
4282         (gnus-propagate-marks): Rename variable to something more sensible.
4283
4284 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4285
4286         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4287         (gmm-image-load-path-for-library): Fix typos in docstrings.
4288         (gmm-message): Reflow docstring.
4289
4290 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4291
4292         * mail-source.el (mail-source-set-1, mail-source-bind):
4293         Move auth-source code out of the macro to clean it up and fix bugs.
4294
4295 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4296
4297         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4298         by sender if it's equal to user-mail-address, it's likely to be
4299         useless.
4300
4301         * mail-source.el (mail-source-bind): Don't use user or password if they
4302         are not bound.  Unintern them if they are nil.  Don't use server unless
4303         it's bound, and default it to empty string otherwise.
4304
4305 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * mail-source.el: Load auth-source.el.
4308         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4309         get user name or password, if auth-sources is set up.
4310
4311         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4312         strategy of splitting with parent.
4313         (gnus-registry-split-fancy-with-parent)
4314         (gnus-registry-post-process-groups): Use it and fix prior
4315         bug (returning a list as the split result).
4316
4317         * auth-source.el (auth-sources): Remove server parameter.
4318         (auth-source-pick, auth-source-user-or-password)
4319         (auth-source-user-or-password-imap)
4320         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4321         (auth-source-user-or-password-sftp)
4322         (auth-source-user-or-password-smtp): Remove server parameter.
4323
4324 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4325
4326         * smime.el (smime-sign-region, smime-encrypt-region)
4327         (smime-decrypt-region):
4328         Remove redundant calls to `generate-new-buffer-name'.
4329
4330 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4331
4332         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4333         Don't use QP for message/rfc822.
4334         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4335
4336 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4337
4338         * sieve-manage.el (sieve-string-bytes): Remove.
4339         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4340         correct byte-length only if the process's coding-system is the same as
4341         the one used internally by Emacs to represent strings.
4342
4343 2008-04-22  Juri Linkov  <juri@jurta.org>
4344
4345         * mailcap.el (mailcap-file-default-commands): New function.
4346
4347 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4348
4349         * message.el (message-signature-separator, message-cite-function):
4350         Change custom version.
4351
4352 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4353
4354         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4355         commands.
4356         (tls-checktrust): Ditto.
4357
4358 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * mm-decode.el (mm-display-external): Make temp file read-only.
4361
4362 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4365         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4366         `C-c C-f d'.
4367
4368 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4369
4370         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4371
4372 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4373
4374         * gnus.el: Bump version to 0.9.
4375
4376 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4377
4378         * gnus.el: No Gnus v0.8 is released.
4379
4380 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * mail-source.el (mail-source-value):
4383         Prefer fboundp to functionp so it works with macros as well.
4384
4385 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4386
4387         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4388         Fix last change in case the element is not even a symbol.
4389
4390 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4391
4392         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4393         Prefer fboundp to functionp so it works with macros as well.
4394
4395 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * auth-source.el: Added docs.
4398         (auth-sources): Modify format to support server.
4399         (auth-source-pick, auth-source-user-or-password)
4400         (auth-source-user-or-password-imap)
4401         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4402         (auth-source-user-or-password-sftp)
4403         (auth-source-user-or-password-smtp): Add server parameter.
4404
4405 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4406
4407         * gnus-registry.el: Initialize the registry when gnus-registry-install
4408         is t.
4409
4410 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * compface.el (uncompface): Make buffer unibyte.
4413
4414 2008-04-05  Glenn Morris  <rgm@gnu.org>
4415
4416         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4417
4418 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4419
4420         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4421         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4422
4423         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4424         multibyteness after rather than before erasing it.
4425
4426         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4427         mm-with-multibyte.
4428         (gnus-request-article-this-buffer): Make sure the proper decoding is
4429         used if gnus-original-article-buffer happens to be unibyte.
4430
4431         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4432         default-enable-multibyte-characters.
4433
4434         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4435         default-enable-multibyte-characters.
4436
4437         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4438
4439         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4440
4441 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4442
4443         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4444         (imap-message-copyuid-1): Use it.
4445         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4446         J. Williams in
4447         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4448
4449         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4450         imap-enable-exchange-bug-workaround.
4451         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4452
4453 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4454
4455         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4456         a 100 byte status-checks into a 2-3MB transfer for each group.
4457         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4458         to enable bug workaround or not.
4459         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4460
4461 2008-03-31  Glenn Morris  <rgm@gnu.org>
4462
4463         * message.el (mml2015-use): Declare for compiler.
4464         (message-info): Require mml2015 when appropriate.
4465
4466 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4469         whitespace.
4470
4471 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4472
4473         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4474         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4475         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4476         (nntp-service-to-port): New function.
4477         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4478         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4479         (nntp-open-netcat-stream): New function.
4480         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4481
4482 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4483
4484         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4485
4486 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4487
4488         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4489
4490 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4491
4492         * dns.el (dns-write): Use set-buffer-multibyte.
4493
4494 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4495
4496         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4497
4498 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4499
4500         * message.el (message-signature-separator): Change default.
4501         Improve custom type.
4502         (message-cite-function): Change default to
4503         message-cite-original-without-signature.
4504
4505         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4506         toggle.
4507
4508         * message.el (message-check-news-body-syntax): Fix signature check.
4509         (message-setup-1): Mark buffer as unmodified _after_ running
4510         message-setup-hook and handling message-alternative-emails.
4511         (message-shorten-references): Be more strict when building list of
4512         valid references to comply with GNKSA.
4513
4514         * gnus-group.el (gnus-read-ephemeral-bug-group)
4515         (gnus-read-ephemeral-debian-bug-group)
4516         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4517
4518         * message.el (message-info): Don't use booleanp which isn't supported
4519         in Emacs 21 and XEmacs.
4520
4521 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4524         gnus-group-gmane-group-download-format.
4525         (gnus-group-read-ephemeral-gmane-group): Rename from
4526         gnus-group-read-ephemeral-gmane-group.
4527         (gnus-read-ephemeral-gmane-group-url): Rename from
4528         gnus-group-read-ephemeral-gmane-group-url.
4529         (gnus-bug-group-download-format-alist): New variable.
4530         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4531         (gnus-read-ephemeral-emacs-bug-group): New commands.
4532
4533 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4536         (gnus-visible-headers): Improve custom type.
4537
4538 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * mml.el (mml-menu): Add workarounds for XEmacs.
4541
4542         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4543         X-Boundary header.
4544
4545         * message.el (message-simplify-recipients): Fix previous commit.
4546
4547 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4548
4549         * mm-util.el (mm-set-buffer-multibyte): New function.
4550         * mm-decode.el (mm-copy-to-buffer): Use it.
4551
4552 2008-03-19  Glenn Morris  <rgm@gnu.org>
4553
4554         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4555         Accidentally removed in the sync process with Emacs.
4556
4557 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4558
4559         * message.el (message-alter-recipients-discard-bogus-full-name):
4560         New function.
4561         (message-alter-recipients-function): New variable.
4562         (message-get-reply-headers): Use it.
4563         (message-replace-header): New helper function.
4564         (message-recipients-without-full-name): New variable.
4565         (message-simplify-recipients): New command.
4566
4567         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4568
4569         * message.el (message-info): Handle EasyPG manual.
4570
4571         * mml.el (mml-menu): Add entry for EasyPG.
4572
4573 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4574
4575         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4576         parameter.
4577
4578         * message.el (message-disassociate-draft): Specify drafts group name
4579         fully.
4580
4581 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4582
4583         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4584         unnecessary duplicates from the match list.
4585
4586 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4589
4590         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4591
4592         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4593         args of `how-many' of which the XEmacs version doesn't take; declare
4594         Info-index-next as function.
4595
4596 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4597
4598         * gnus-score.el (gnus-score-headers): Fix handling of
4599         gnus-inhibit-slow-scoring.
4600
4601         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4602         string.
4603         (gnus-button-url-regexp): Improve handling of parenthesis.
4604         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4605         (gnus-button-handle-info-keystrokes): Handle index entries.
4606
4607 2008-03-15  Glenn Morris  <rgm@gnu.org>
4608
4609         * parse-time.el (parse-time-string): Simplify.
4610
4611 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4614         Incoming* files.
4615
4616 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4619         (auth-source-pick): Use it.
4620
4621 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4622
4623         * binhex.el (binhex-decode-region-internal):
4624         * uudecode.el (uudecode-decode-region-internal):
4625         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4626         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4627         setting default-enable-multibyte-characters.
4628
4629 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * auth-source.el (auth-source-protocols)
4632         (auth-source-protocols-customize, auth-source-choices): Added and
4633         modified variable customizations and defaults.
4634         (auth-source-pick, auth-source-user-or-password)
4635         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4636         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4637         (auth-source-user-or-password-sftp)
4638         (auth-source-user-or-password-smtp): Use new variables and provide an
4639         interface to netrc.el.
4640
4641 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4644         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4645         Make sure the nntp port to specify is a string.
4646
4647 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4648
4649         * nntp.el: Use with-current-buffer.
4650         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4651         dubious mm-with-unibyte-current-buffer.
4652         (nntp-with-open-group-function): New function extracted from
4653         nntp-with-open-group macro.
4654         (nntp-with-open-group): Use the function, so it's easier to debug.
4655         Add indentation and debugging info.
4656         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4657         the use of the netcat alternatives.
4658
4659         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4660         Avoid mm-string-as-multibyte as well.
4661
4662         * nnweb.el (nnweb-insert-html):
4663         Remove use of nnheader-string-as-multibyte.
4664
4665         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4666         (nnheader-string-as-multibyte): Remove.
4667
4668         * mm-view.el: Use inhibit-read-only.
4669         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4670         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4671         or unibyte-string.
4672
4673         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4674         (mm-uu-yenc-extract): Use with-current-buffer.
4675
4676         * gnus-soup.el (gnus-soup-send-packet): Don't use
4677         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4678
4679         * nnmh.el: Use with-current-buffer.
4680         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4681         mm-string-as-multibyte on the output of mm-encode-coding-string.
4682
4683         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4684         (nnimap-request-move-article): Use with-current-buffer.
4685
4686         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4687         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4688         conversion uses string-make-unibyte rather than string-as-unibyte.
4689
4690         * gnus-msg.el: Use with-current-buffer.
4691
4692         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4693
4694 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4695
4696         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4697         string for caching if it is 'PIN.
4698
4699 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * lpath.el: Consider the case without Emacs/W3.
4702
4703 2008-03-08  Glenn Morris  <rgm@gnu.org>
4704
4705         * time-date.el (date-to-time, time-subtract, time-add)
4706         (safe-date-to-time): Doc fixes.
4707
4708 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * mail-source.el (mail-source-delete-old-incoming-confirm):
4711         Change default to nil.
4712         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4713
4714 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * lpath.el: Rearrange.
4717
4718         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4719         (gnus-article-goto-prev-page): Work for articles having ^L's.
4720
4721         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4722
4723         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4724
4725 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4726
4727         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4728         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4729         (gnus-bookmark-jump): Adjust some variable names.
4730
4731 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4732
4733         * auth-source.el: New package.
4734         (auth-source-choices): Add customization entry point variable.
4735
4736         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4737         bug.
4738
4739 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4740
4741         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4742         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4743         (gnus-registry-install-shortcuts): Rename from
4744         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4745         the `gnus-registry-mark-map' keymap dynamically from
4746         `gnus-registry-marks'.  The generated functions update the summary line
4747         when a registry mark is added or deleted, and will call
4748         `gnus-registry-install-p' (see the comments in the code).
4749         (gnus-registry-user-format-function-M): Use concat intelligently.
4750
4751         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4752         the registry mark functions.
4753
4754 2008-03-05  Glenn Morris  <rgm@gnu.org>
4755
4756         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4757         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4758         gnus-art.
4759         (top-level): No need to load own source when compiling.
4760
4761 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4764         Suggested by <chris.anderton@zetnet.co.uk>.
4765
4766 2008-03-04  Glenn Morris  <rgm@gnu.org>
4767
4768         * gnus-sum.el (top-level): No need to require gnus when compiling,
4769         since unconditionally required near start of file.
4770         (gnus-summary-display-while-building): Move definition before use.
4771
4772 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4775         formatting function.
4776
4777 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4780         with plists.
4781         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4782         Use new format.
4783
4784 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4787         `where-is-internal' that returns a range of key sequences.
4788
4789 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4790
4791         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4792
4793         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4794         (gnus-summary-jump-to-group): Consider windows on other displayed
4795         frames as well.  Similar changes might be needed elsewhere, but that's
4796         the one I've bumped into during my use.
4797
4798         * nndoc.el (nndoc-oe-dbx-type-p):
4799         * gnus-msg.el (gnus-debug):
4800         * gnus-group.el (gnus-update-group-mark-positions):
4801         Use mm-string-to-multibyte.
4802
4803 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4806         doesn't handle NotDashEscaped.
4807
4808         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4809         (mml-dnd-attach-options): Fix typo in custom choice.
4810
4811         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4812         nndoc-article-type to mbox.
4813         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4814
4815         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4816         to nil, instead of html2text.
4817
4818         * imap.el (imap-debug): Add `imap-ping-server'.
4819
4820         * gnus-bookmark.el: Add FIXMEs.
4821
4822         * message.el (message-form-letter-separator)
4823         (message-send-form-letter-delay): New variables.
4824         (message-send-form-letter): Use them.  New command to send form
4825         letters.  Requested by Uwe Siart.
4826         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4827
4828 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4829
4830         * Update copyright years.
4831
4832 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4833
4834         Sync from EMACS_22_BASE.
4835
4836         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4837
4838 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4839
4840         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4841         empty author.
4842
4843 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4844
4845         * gnus-registry.el (gnus-registry-marks): Add variable for
4846         customization of marks and their appearance.
4847         (gnus-registry-read-mark): Use it.
4848         (gnus-registry-do-marks): Add utility function to loop through
4849         `gnus-registry-marks'.
4850         (gnus-registry-install-shortcuts-and-menus): Add function to install
4851         shortcuts and menus.
4852         (gnus-registry-initialize): Use it.
4853         (gnus-registry-default-mark): Clarify documentation.
4854
4855 2008-02-29  Glenn Morris  <rgm@gnu.org>
4856
4857         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4858         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4859         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4860         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4861         Change defcustom :version from 23.0 to 23.1.
4862
4863 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4864
4865         * gnus-registry.el (gnus-registry-follow-group-p)
4866         (gnus-registry-post-process-groups): Add functions to aid registry
4867         splitting and improve logging.  Clarify behavior in function
4868         documentation.
4869         (gnus-registry-split-fancy-with-parent): Use them.
4870
4871 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4872
4873         * gnus-art.el: Use with-current-buffer.
4874
4875 2008-02-27  David Engster  <dengste@eml.cc>
4876
4877         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4878         Express real group name in the response.
4879
4880 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4883         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4884         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4885         autoload gnus-registry-fetch-group when compiling.
4886         (nnmairix-request-group-with-article-number-correction): Remove
4887         unreferenced argument passed to nnmairix-call-backend.
4888
4889 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4892         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4893         Wilde.
4894
4895 2008-02-27  Glenn Morris  <rgm@gnu.org>
4896
4897         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4898         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4899         variables to defconsts.  Convert comments to doc-strings.
4900         (nnmairix-last-server, nnmairix-current-server): Convert from free
4901         variables to defvars.  Convert comments to doc-strings.
4902         (gnus-registry-fetch-group): Autoload.
4903         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4904         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4905         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4906         caddr.
4907         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4908         nnmairix-request-group-with-article-number-correction call.
4909         (nnmairix-fast, nnmairix-group): New, less general names, for free
4910         variables passed from nnmairix-request-group to
4911         nnmairix-request-group-with-article-number-correction.  Declare.
4912         (nnmairix-request-group-with-article-number-correction):
4913         Use nnmairix-fast, nnmairix-group rather than fast, group.
4914
4915 2008-02-26  David Engster  <dengste@eml.cc>
4916
4917         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4918         version 0.5.
4919
4920 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4923         instead of making an extra function call.  Don't add the current group
4924         to articles only when they have the group.  Use
4925         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4926         Reported by David <de_bb@arcor.de>.
4927
4928 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4931         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4932
4933 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4934
4935         * mail-source.el (mail-source-delete-incoming): Change default.
4936         Supplement doc string.
4937
4938         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4939
4940 2008-02-14  Glenn Morris  <rgm@gnu.org>
4941
4942         * time-date.el (format-seconds): New function.
4943
4944 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4945
4946         * nnmail.el (nnmail-message-id-cache-file): Derive from
4947         `gnus-home-directory'.
4948
4949 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4952         Document negative prefix.
4953
4954         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4955
4956 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * message.el (message-unsent-separator): Add the Exim bounce
4959         separator.
4960
4961 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4962
4963         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4964         list.
4965         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4966         recipient/signer list.
4967
4968 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * Makefile.in (datarootdir): Define.
4971         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4972         name that might contain whitespace.
4973
4974 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4975
4976         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4977         fbound (Emacs 23 unicode), signal an error.
4978
4979 2008-02-08  Glenn Morris  <rgm@gnu.org>
4980
4981         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4982
4983 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4984
4985         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4986         ports to the calls to `netrc-machine-user-or-password' in addition to
4987         "imap" and "imaps".
4988
4989 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4990
4991         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4992
4993         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4994
4995 2008-02-01  Kenichi Handa  <handa@m17n.org>
4996
4997         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4998         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4999         (rfc2104-hash): Convert the result of concat to unibyte string.
5000
5001 2008-02-01  Dave Love  <fx@gnu.org>
5002
5003         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5004         coding-system-for-read.
5005         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5006
5007 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5008
5009         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5010         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5011         <hanche@math.ntnu.no>.
5012
5013 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5016
5017         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5018
5019 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5020
5021         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5022         * message.el (message-beginning-of-line): Use featurep instead of bound
5023         tests in order to resolve conditionals at compile time.
5024
5025 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5026
5027         * mail-source.el (mail-sources): Add `group' choice.
5028
5029         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5030         parameter `in-group' to control into which group the articles go.
5031         Add treatment of `group' mail-source.
5032
5033 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5036
5037         * mm-decode.el (mm-dissect-buffer): Decode description.
5038
5039         * mml.el (mml-to-mime): Encode message header first.
5040
5041 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5044         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5045
5046         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5047         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5048
5049 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5050
5051         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5052
5053 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5056         prefix keys.
5057         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5058         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5059         gnus-xmas.el.
5060
5061         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5062         (gnus-xmas-article-describe-bindings): New function.
5063         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5064         gnus-xmas-article-describe-bindings.
5065
5066         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5067
5068 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5071         Add new variables for article mark management.
5072         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5073         list of extra data entries which, when present, will indicate that the
5074         article ID should not be trimmed from the registry.
5075         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5076         functions.
5077         (gnus-registry-read-mark): New function to read a mark name from the
5078         user.
5079         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5080         (gnus-registry-set-article-mark-internal): New functions to add and
5081         remove marks.
5082         (gnus-registry-get-article-marks): New function to show the marks for
5083         an article, or retrieve them for further use.
5084
5085 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5088         keys when no argument is given.
5089
5090 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5091
5092         * imap.el (imap-ping-server): New variable.
5093         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5094         (imap-ping-server): Minor doc string fixes.
5095
5096 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5097
5098         * imap.el (imap-ping-server): New function.
5099         (imap-opened): Call imap-ping-server.
5100
5101 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * gnus-sum.el (gnus-article-sort-by-random)
5104         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5105         jidanni@jidanni.org.
5106
5107 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * gnus-art.el (gnus-article-describe-bindings): New function.
5110         (gnus-article-read-summary-keys): Use it.
5111         (gnus-article-mode-map): Bind `C-h b' to it.
5112
5113 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5116         XEmacs.
5117         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5118         against non-character events.
5119
5120         * lpath.el: Fbind map-keymap for Emacs 21.
5121
5122 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5125         command.
5126         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5127         instead of END.  Change name of the temp file.
5128         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5129         customizable.
5130
5131 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5134         bind `S W' to gnus-article-wide-reply-with-original; set default
5135         binding to gnus-article-read-summary-send-keys.
5136         (gnus-article-read-summary-keys): Fix the order of keys; display
5137         continuation keys correctly in the echo area; describe bindings
5138         correctly when keys end with `C-h'.
5139         (gnus-article-read-summary-send-keys): New function.
5140         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5141         for gnus-article-read-summary-send-keys; display continuation keys
5142         correctly in the echo area.
5143         (gnus-article-reply-with-original): Ignore prefix argument.
5144         (gnus-article-wide-reply-with-original): New function.
5145
5146         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5147         Emacs 21.
5148
5149 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5152         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5153
5154 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5155
5156         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5157         (gnus-group-read-ephemeral-gmane-group): New command.
5158
5159 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5160
5161         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5162
5163 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * message.el (message-send-mail-function): Increase custom version.
5166
5167         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5168         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5169
5170 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5173         for the cases where imap-authenticate is called with a nil buffer
5174         parameter.
5175
5176 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5179         html parts correctly; support forwarded messages.
5180         (gnus-article-browse-html-article): Remove work buffers.
5181
5182         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5183         compiling.
5184         (netrc-bound-and-true-p): New macro.
5185         (netrc-parse): Use it instead of bound-and-true-p that is not available
5186         in XEmacs 21.4.
5187
5188 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * gnus-registry.el (gnus-registry-mark-article)
5191         (gnus-registry-article-marks): Add functionality to mark articles
5192         through the Gnus registry.
5193
5194         * encrypt.el: Clarify documentation for the new pgg method.
5195         (encrypt-file-alist): Add PGG option.
5196         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5197         functionality.  Abstract password key and messaging to external
5198         functions.
5199         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5200         (encrypt-message-method-and-cipher): Add new convenience external
5201         functions.
5202         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5203         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5204
5205         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5206         (netrc-parse): Use encrypt-file-alist to determine if
5207         encrypt-find-model or encrypt-insert-file-contents should be used.
5208
5209         * encrypt.el: Clarify documentation.  Load password-cache or
5210         password, whichever one is found first, instead of autoloading.
5211
5212 2007-12-19  Glenn Morris  <rgm@gnu.org>
5213
5214         * mml.el (message-options-set, message-narrow-to-head)
5215         (message-in-body-p, message-mail-p, message-encode-message-body):
5216         Autoload.
5217         (message-remove-header, message-narrow-to-headers-or-head)
5218         (message-subscribed-p, message-make-mail-followup-to)
5219         (message-position-on-field, message-news-p)
5220         (message-options-set-recipient, message-generate-headers)
5221         (message-sort-headers): Declare as functions.
5222
5223 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5224
5225         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5226         convention in doc string.
5227
5228 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5231         title to html parts.
5232         (gnus-article-browse-html-article): Pass message header to it.
5233
5234         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5235
5236 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5237
5238         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5239         or password compatible with XEmacs.
5240
5241 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5242
5243         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5244         format document.
5245         (gnus-mime-delete-part): Don't write description line if empty.
5246         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5247
5248 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5249
5250         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5251         (gnus-summary-mark-read-and-unread-as-read)
5252         (gnus-summary-mark-current-read-and-unread-as-read)
5253         (gnus-summary-mark-unread-as-ticked): Doc fix.
5254         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5255
5256 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5259         Christoph Conrad <christoph.conrad@gmx.de>.
5260
5261 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5262
5263         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5264         yes-or-no-p.
5265
5266 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * mm-decode.el (mm-add-meta-html-tag): New function.
5269         (mm-save-part-to-file, mm-pipe-part): Use it.
5270
5271         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5272         gnus-y-or-n-p instead of y-or-n-p.
5273         (gnus-article-browse-html-parts): Work with message/external-body; use
5274         mm-add-meta-html-tag.
5275
5276 2007-12-11  Glenn Morris  <rgm@gnu.org>
5277
5278         * gnus-cache.el: Require gnus-sum not just when compiling.
5279
5280         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5281
5282         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5283         definitions before use.
5284
5285         * mm-decode.el: Require gnus-util.
5286         (mm-remove-part): Only call delete-annotation on XEmacs.
5287
5288         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5289
5290         * nnmail.el: Require gnus-int.
5291
5292         * spam.el: Move `require's before `eval-when-compile's.
5293
5294         * gnus-ems.el (gnus-alive-p):
5295         * gnus-fun.el (message-goto-eoh):
5296         * gnus-util.el (gnus-group-name-decode):
5297         * mail-source.el (gnus-compress-sequence):
5298         * message.el (Info-goto-node, format-spec):
5299         * mm-bodies.el (message-options-get):
5300         * mm-decode.el (mm-view-pkcs7):
5301         * mm-util.el (gmm-write-region):
5302         * mml-smime.el (mml-compute-boundary)
5303         (gnus-completing-read-with-default):
5304         * mml.el (widget-button-press, gnus-make-hashtable):
5305         * mml1991.el (mm-decode-content-transfer-encoding)
5306         (mm-encode-content-transfer-encoding)
5307         (message-options-get, message-options-set):
5308         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5309         * nnfolder.el (gnus-request-group):
5310         * nnheader.el (ietf-drums-unfold-fws):
5311         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5312         * smime.el (gnus-run-mode-hooks):
5313         * spam-stat.el (gnus-message): Autoload.
5314
5315         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5316         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5317         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5318         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5319         Add declare-function compatibility definition.
5320
5321         * gnus-cache.el (nnvirtual-find-group-art):
5322         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5323         (gnus-add-image, gnus-add-wash-type):
5324         * gnus-group.el (nnkiboze-score-file):
5325         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5326         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5327         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5328         (message-tokenize-header, gnus-get-buffer-create)
5329         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5330         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5331         * gnus.el (gnus-group-decoded-name):
5332         * mail-source.el (imap-capability):
5333         * mm-bodies.el (message-options-set):
5334         * mm-decode.el (gnus-configure-windows):
5335         * mm-extern.el (message-goto-body):
5336         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5337         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5338         (epg-sub-key-validity, message-options-set):
5339         * mml.el (widget-event-point, gnus-configure-windows):
5340         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5341         * mml2015.el (epg-check-configuration, epg-configuration)
5342         (message-options-set):
5343         * nndb.el (nndb-request-article):
5344         * nnfolder.el (gnus-request-create-group):
5345         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5346         * nnmaildir.el (gnus-group-mark-article-read):
5347         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5348         * rfc1843.el (message-fetch-field):
5349         * spam.el (gnus-extract-address-components):
5350         Declare as functions.
5351
5352 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5355
5356         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5357
5358         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5359         bind show-trailing-whitespace for XEmacs.
5360
5361 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5364         new no-op macro for backward compatibility.
5365
5366         * imap.el (imap-string-to-integer): New function.
5367
5368 2007-12-09  Glenn Morris  <rgm@gnu.org>
5369
5370         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5371
5372         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5373         * message.el, mm-view.el, sieve-manage.el, smime.el:
5374         Add declare-function compatibility definition.
5375
5376         * gnus-art.el (w3-region, w3m-region, Info-menu):
5377         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5378         * gnus-sum.el (gnus-get-predicate):
5379         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5380         * message.el (mail-abbrev-in-expansion-header-p):
5381         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5382         (w3m-detect-meta-charset, w3m-region):
5383         * sieve-manage.el (password-read, password-cache-add)
5384         (password-cache-remove):
5385         * smime.el (password-read-and-add): Declare as functions.
5386
5387 2007-12-08  David Kastrup  <dak@gnu.org>
5388
5389         * gnus-sum.el (gnus-summary-simplify-subject-query):
5390         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5391         `message'.
5392
5393 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5396         it to bind idna-program, installation-directory, defined-colors, and
5397         face-attribute for XEmacs of the version that compiles defcustom forms.
5398
5399 2007-12-07  Glenn Morris  <rgm@gnu.org>
5400
5401         * gnus-art.el (article-make-date-line): Revert previous change.
5402
5403 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5406
5407 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5408
5409         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5410         Call gnus-add-to-range ranges only once with a prepared article-list.
5411
5412 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5413
5414         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5415         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5416         group names with backslashes.  Reported by Tassilo Horn
5417         <tassilo@member.fsf.org>.
5418
5419 2007-12-06  Deepak Goel  <deego3@gmail.com>
5420
5421         * gnus-art.el (article-make-date-line):
5422         * gnus-start.el (gnus-load):
5423         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5424
5425 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * gnus-art.el (gnus-use-idna)
5428         * gnus-start.el (gnus-site-init-file)
5429         * message.el (message-use-idna)
5430         * mm-uu.el (mm-uu-hide-markers)
5431         * smiley.el (smiley-style): Revert changes that suppress warnings.
5432
5433 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5436         specify charset to html source.  Reported by Christoph Conrad
5437         <christoph.conrad@gmx.de>.
5438
5439 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5442         idna-program in order to suppress byte compile warning issued by XEmacs
5443         that came to byte compile the default value section of defcustom forms
5444         recently.
5445
5446         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5447         value of installation-directory.
5448
5449         * message.el (message-use-idna): Don't directly refer to the value of
5450         idna-program.
5451
5452         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5453
5454         * smiley.el (smiley-style): Don't directly call face-attribute.
5455
5456 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5459
5460         * gnus-dired.el: Reduce Gnus dependencies.
5461         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5462         require.  Use autoloads instead.
5463         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5464         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5465         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5466         (gnus-dired-mode): Adjust doc string.
5467         (gnus-dired-mail-mode): New variable.
5468         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5469         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5470         (gnus-dired-mail-buffers): New function.  Return mail or message
5471         composition buffers.
5472         (gnus-dired-attach): Use it.
5473         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5474         NO-DECODE.
5475         (gnus-dired-print): Use `gnus-print-buffer' depending on
5476         `gnus-dired-mail-mode'.
5477
5478 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * rfc2047.el (rfc2047-encoded-word-regexp)
5481         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5482         explaining what regexp patterns are for.
5483
5484 2007-12-04  Glenn Morris  <rgm@gnu.org>
5485
5486         * password.el: Move to password-cache.el.
5487
5488         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5489         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5490         * mml-smime.el (password-read, password-cache-add)
5491         (password-cache-remove):
5492         No need to autoload, since mml-sec requires password.
5493
5494         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5495         * message.el (gnus-extract-address-components):
5496         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5497
5498         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5499         password.
5500
5501 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5502
5503         * mailcap.el: Reduce dependencies.
5504         (mail-header-parse-content-type): Autoload.
5505         (mailcap-delete-duplicates): New alias.
5506         (mailcap-mime-info): Add optional argument NO-DECODE.
5507         (mailcap-mime-types): Use mailcap-delete-duplicates.
5508
5509         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5510
5511 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5512
5513         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5514         (imap-parse-status): Upcase status-att for servers that sends them
5515         lower-case (e.g., MS Exchange 2007).
5516
5517 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5520         function.
5521
5522         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5523         (gnus-uu-yenc-article): New function.
5524
5525         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5526
5527         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5528         buffer.
5529
5530 2007-12-02  Glenn Morris  <rgm@gnu.org>
5531
5532         * binhex.el (binhex): New custom group.
5533         (binhex-decoder-program, binhex-decoder-switches)
5534         (binhex-use-external): Move to the binhex custom group.
5535
5536         * uudecode.el (uudecode): New custom group.
5537         (uudecode-decoder-program, uudecode-decoder-switches)
5538         (uudecode-use-external): Move to the uudecode custom group.
5539
5540         * netrc.el (top-level): Don't load `encrypt' features.
5541         (netrc-parse): Don't use encrypt.
5542         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5543
5544         * encrypt.el: Remove file.
5545
5546 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5549         matches on patches.
5550
5551         * gnus-art.el (gnus-article-browse-html-article): Mention
5552         `mm-text-html-renderer' in the doc string.
5553
5554         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5555         string.  Add comments.
5556
5557         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5558         if rhs is ASCII.
5559
5560 2007-12-01  Glenn Morris  <rgm@gnu.org>
5561
5562         * mail-source.el (top-level): Require format-spec before
5563         eval-when-compile.
5564
5565 2007-11-30  Glenn Morris  <rgm@gnu.org>
5566
5567         * encrypt.el: Require password, rather than autoloading password-read.
5568
5569 2007-11-29  Glenn Morris  <rgm@gnu.org>
5570
5571         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5572         (sasl-make-client, sasl-next-step, sasl-step-data)
5573         (sasl-step-set-data): Declare as functions.
5574
5575 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5576
5577         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5578
5579 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5580
5581         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5582         certs should be verified and what is to be done in the event of a
5583         verification failure.
5584
5585         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5586         caller can indicate whether the cache should be disregarded for this
5587         call.  This way the result of the call is reproducible at all times and
5588         can be considered a canonical server name for the supplied method.
5589         (gnus-agent-method-p): Canonicalize server names by pushing their
5590         method through `gnus-method-to-server' using the no-cache argument.
5591
5592         * gnus-srvr.el (gnus-server-insert-server-line): Call
5593         `gnus-method-to-server' with `no-cache' argument.
5594
5595         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5596         gnus-agent-possibly-synchronize-flags as this should be called when the
5597         server is actually being opened.
5598         (gnus-agent-possibly-synchronize-flags)
5599         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5600         flags file of an agentized server to the latter function.
5601
5602         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5603         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5604         after a connection has been established successfully.
5605
5606 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus-art.el (article-display-face): Force to display face if called
5609         interactively; check if gnus-article-x-face-too-ugly matches author.
5610         (article-display-x-face): Display face even if From header is missing
5611         as article-display-face does.
5612
5613 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5614
5615         * hashcash.el (message-narrow-to-headers-or-head)
5616         (message-fetch-field, message-goto-eoh)
5617         (message-narrow-to-headers): Declare as functions.
5618
5619 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5620
5621         * mail-source.el (mail-sources): Default to fetch from file for
5622         compatibility with default of nnmail-spool-file.
5623
5624 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5627         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5628         to look for encoded word that should be encoded again.
5629         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5630         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5631         encoding pattern.
5632         (rfc2047-decode-region): Switch strict regexp and loose one according
5633         to rfc2047-allow-irregular-q-encoded-words.
5634
5635 2007-11-25  Romain Francoise  <romain@orebokech.com>
5636
5637         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5638
5639 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5640
5641         * tls.el (tls-program): Provide more custom choices from
5642         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5643         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5644
5645 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5648         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5649
5650         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5651         `nnmail-spool-file'.
5652
5653         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5654         `nnmail-spool-file'.
5655
5656         * gnus-move.el (gnus-change-server): Ditto.
5657
5658         * gnus-kill.el (gnus-batch-score): Ditto.
5659
5660         * gnus-cache.el (gnus-jog-cache): Ditto.
5661
5662         * gnus-msg.el (gnus-summary-reply):
5663         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5664
5665 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5666
5667         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5668         version.  Minor improvement to doc strings.
5669         (tls-program): Add comment.
5670
5671 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5672
5673         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5674         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5675         mismatch between the hostname provided in the certificate and the name
5676         of the host connnecting to.
5677         (open-tls-stream): Use them.  Check certificates against trusted root
5678         certificates.
5679
5680 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * gnus-cache.el (gnus-cache-generate-nov-databases):
5683         Use nnml-generate-nov-databases-directory instead of
5684         nnml-generate-nov-databases-1.
5685
5686 2007-11-24  Glenn Morris  <rgm@gnu.org>
5687
5688         * message.el (message-tool-bar-retro): Update for rename
5689         mail_send.xpm->mail-send.xpm.
5690
5691 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5694         `smime-ldap-search' for Emacs 22 and up.
5695
5696 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5697
5698         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5699
5700         * message.el (message-send-mail-function): Fix error convention.
5701         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5702         (message-widen-reply, message-send-mail, message-talkative-question)
5703         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5704         (message-clone-locals, message-send-news): Use with-current-buffer.
5705         (message-insert-or-toggle-importance): Remove unused var `valid'.
5706         (message-make-references): Remove unused var `new-references'.
5707         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5708
5709 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5710
5711         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5712         (spam-split-symbolic-return-positive): Reflow docstring.
5713         (spam-backends, spam-summary-exit-behavior)
5714         (spam-mark-ham-unread-before-move-from-spam-group)
5715         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5716         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5717         (spam-clear-cache, spam-backend-check, spam-install-backend)
5718         (spam-install-statistical-backend, spam-list-of-processors)
5719         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5720         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5721         (spam-check-crm114, spam-initialize, spam-unload-hook):
5722         Fix typos in docstrings.
5723
5724 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5727         been checked if they have never been read and those group levels are
5728         higher than the one that a user specified.
5729
5730 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5733         foreign groups unless a group level is specified by a user.
5734         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5735
5736 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * message.el (message-send-mail-function): Require sendmail.
5739
5740 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * message.el (message-send-mail-function): Check for smtpmail too.
5743
5744         * utf7.el (utf7-encode, utf7-decode): Use coding system
5745         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5746
5747         * message.el (message-send-mail-function): New function.
5748         (message-send-mail-function): Set default using
5749         message-send-mail-function.  Adjust doc string.
5750         (message-send-mail-with-mailclient): New function.
5751
5752 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5753
5754         * smime.el (from):
5755         * rfc2047.el (message-posting-charset):
5756         * qp.el (mm-use-ultra-safe-encoding):
5757         * pop3.el (parse-time-months):
5758         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5759         * nnml.el (files):
5760         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5761         (jka-compr-compression-info-list, ange-ftp-path-format)
5762         (efs-path-regexp):
5763         * nndiary.el (files):
5764         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5765         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5766         (epg-digest-algorithm-alist, inhibit-redisplay)
5767         (password-cache-expiry):
5768         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5769         (pgg-output-buffer, password-cache-expiry):
5770         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5771         (efs-path-regexp):
5772         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5773         (inhibit-redisplay):
5774         * mm-uu.el (file-name, start-point, end-point, entry)
5775         (gnus-newsgroup-name, gnus-newsgroup-charset):
5776         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5777         (latin-unity-ucs-list):
5778         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5779         (mm-uu-binhex-decode-function):
5780         * message.el (gnus-message-group-art, gnus-list-identifiers)
5781         (rmail-enable-mime-composing, gnus-local-organization)
5782         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5783         (gnus-read-active-file, facemenu-add-face-function)
5784         (facemenu-remove-face-function, gnus-article-decoded-p)
5785         (tool-bar-mode):
5786         * mail-source.el (display-time-mail-function):
5787         * gnus-util.el (nnmail-pathname-coding-system)
5788         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5789         (gnus-original-article-buffer, gnus-user-agent)
5790         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5791         (xemacs-codename, sxemacs-codename, emacs-program-version):
5792         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5793         * gnus-start.el (gnus-agent-covered-methods)
5794         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5795         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5796         (gnus-newsgroup-headers, gnus-group-list-mode)
5797         (gnus-group-mark-positions, gnus-newsgroup-data)
5798         (gnus-newsgroup-unreads, nnoo-state-alist)
5799         (gnus-current-select-method, mail-sources)
5800         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5801         (nnmail-spool-file, gnus-cache-active-hashtb):
5802         * gnus-mh.el (mh-lib-progs):
5803         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5804         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5805         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5806         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5807         (gnus-group-buffer):
5808         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5809         (font-lock-set-defaults):
5810         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5811         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5812         (gnus-summary-post-menu, total-parts, type, condition, length):
5813         * gnus-agent.el (gnus-agent-read-agentview):
5814         * flow-fill.el (show-trailing-whitespace):
5815         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5816         eval-and-compile wrappers for byte compiler pacifiers.
5817
5818         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5819         (mm-display-inline-fontify): Check for featurep 'xemacs not
5820         extent-list.
5821
5822         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5823         itimer-list.
5824         (mm-create-image-xemacs): Only do something for XEmacs.
5825         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5826
5827         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5828
5829         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5830         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5831
5832 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5833
5834         * nnimap.el (nnimap-split-download-body):
5835         * gnus-demon.el (gnus-demon):
5836         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5837
5838 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5841         macros.
5842         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5843         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5844         copy data from unibyte buffer to multibyte current buffer.
5845         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5846         to copy data from unibyte current buffer to multibyte buffer.
5847         (nntp-make-process-buffer): Make process buffer unibyte.
5848
5849         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5850
5851 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5852
5853         * pop3.el (pop3-open-server): Accept and process data more robustly at
5854         connexion start to avoid spurious "POP SSL connexion failed" errors.
5855
5856 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5859         read group names.
5860
5861 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5864
5865 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5868         (nnmail-save-active): Use a unibyte buffer when saving active file,
5869         which may contain non-ASCII group names.
5870
5871         * nnml.el (nnml-request-group): Decode group names in messages.
5872
5873 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * message.el (message-citation-line-function)
5876         (message-insert-formatted-citation-line): Fix spelling of
5877         `message-insert-formated-citation-line'.
5878
5879 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5880
5881         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5882
5883 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5886         nnmail-pathname-coding-system.
5887
5888         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5889         that a user enters; decode group names in messages.
5890
5891         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5892
5893 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5896
5897         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5898
5899         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5900         risky local variable.
5901
5902         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5903
5904 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         * encrypt.el: Improve documentation to fix function name typo.
5907         Reported by Daiki Ueno <ueno@unixuser.org>.
5908
5909 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5912         even if the point is not in the last page of an article.
5913         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5914         back to the previous page.
5915
5916 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5919
5920 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5923
5924 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5925
5926         * message.el (message-check-news-body-syntax): Avoid
5927         mm-string-as-multibyte.
5928         (message-hide-headers): Don't assume (point-min)==1.
5929
5930 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * message.el (message-remove-blank-cited-lines): Fix if remove is
5933         given.
5934         (message-bogus-address-regexp): New variable.
5935         (message-bogus-recipient-p): New function.
5936         (message-check-recipients): New command.
5937         (message-syntax-checks): Add `bogus-recipient'.
5938         (message-fix-before-sending): Add `bogus-recipient'.
5939
5940         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5941         (gnus-treat-body-boundary): Don't test window-system.
5942
5943 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5944
5945         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5946
5947 2007-10-28  Miles Bader  <miles@gnu.org>
5948
5949         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5950         at compile-time too.
5951
5952 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * gnus-msg.el (gnus-message-setup-hook): Add
5955         `message-remove-blank-cited-lines' to options.
5956
5957 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * message.el (message-remove-blank-cited-lines): New function.
5960         Suggested by Karl Plästerer.
5961
5962 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5965         mapc.
5966
5967         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5968         (top-level): Use mapc to set functions to be traced for debugging.
5969
5970         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5971         called for effect with while loop.
5972
5973         * message.el (message-talkative-question): Replace mapcar called for
5974         effect with mapc.
5975
5976         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5977         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5978         called for effect with dolist.
5979
5980         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5981
5982         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5983         gnus-extra-headers and nnmail-extra-headers.
5984
5985         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5986         called for effect with dolist.
5987         (top-level): Use mapc to set functions to be traced for debugging.
5988
5989         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5990         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5991         dolist.
5992
5993         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5994         Replace mapcar called for effect with mapc.
5995         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5996         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5997         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5998         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5999
6000         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6001         remove-if that's a cl function.
6002
6003         * webmail.el (webmail-debug): Replace mapcar called for effect with
6004         dolist.
6005
6006         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6007         with mapc.
6008
6009 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6012         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6013         with while loop.
6014
6015         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6016         functions from article-* functions.
6017         (gnus-multi-decode-header): Replace mapcar called for effect with
6018         dolist.
6019
6020         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6021         (gnus-bookmark-show-details): Replace mapcar called for effect with
6022         while loop.
6023
6024         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6025         called for effect with while loop.
6026
6027         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6028         with dolist.
6029
6030         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6031         mapcar called for effect with dolist.
6032
6033         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6034
6035         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6036         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6037         Replace mapcar called for effect with dolist.
6038         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6039         mapc.
6040
6041         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6042         Replace mapcar called for effect with dolist.
6043         (gnus-topic-list): Replace mapcar called for effect with mapc.
6044
6045         * gnus.el: Use mapc instead of mapcar to add autoloads.
6046
6047 2007-10-23  Richard Stallman  <rms@gnu.org>
6048
6049         * gnus-group.el (gnus-group-highlight): Mark as risky.
6050
6051 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * gnus.el (gnus-server-to-method): Return method found first in
6054         gnus-newsrc-alist.
6055
6056         * gnus-art.el (gnus-article-highlight-signature)
6057         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6058         button overlay without the front stickiness.
6059
6060 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6061
6062         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6063         overview buffer needed a catch to receive its throw.
6064         (gnus-agent-flush-cache): Declared as interactive to make this function
6065         easier to use.
6066
6067 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6070         `next-line'.
6071
6072 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6075         exclude address matching message-dont-reply-to-names.
6076
6077 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * gnus-util.el (gnus-string<): New function.
6080
6081         * gnus-sum.el (gnus-article-sort-by-author)
6082         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6083
6084 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6087         the frame-focus tag is set in gnus-buffer-configuration.
6088
6089 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6092         the front stickiness.
6093
6094 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6097         url pattern; remove duplicate one.
6098         (gnus-article-extend-url-button): New function.
6099         (gnus-article-add-buttons): Use it.
6100         (gnus-button-push): Use concatenated url that it makes.
6101
6102 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6103
6104         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6105
6106 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6107
6108         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6109         Don't hardcode point-min==1.
6110
6111 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6114         Fix comment about "iso8859-1".
6115
6116 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6117
6118         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6119         ones returned from the verify-function.
6120
6121         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6122         mml2015-extract-cleartext-signature if extraction failed.
6123
6124 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6125
6126         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6127         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6128         failed.
6129
6130 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6131
6132         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6133
6134 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6137         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6138         recommends to use EasyPG instead of PGG.
6139
6140         * pgg.el: Revert to revision 6.23.2.16.
6141
6142         * pgg-def.el: Revert to revision 6.6.2.14.
6143
6144         * pgg-gpg.el: Revert to revision 6.23.2.34.
6145
6146 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6147
6148         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6149         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6150         thread for both the null and zero (kill/expire thread) universal prefix
6151         cases.
6152         (gnus-summary-expire-thread): Add new function to expire a thread,
6153         using gnus-summary-kill-thread.
6154         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6155         shortcuts for gnus-summary-expire-thread.
6156         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6157         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6158
6159 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6160
6161         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6162         extras value, so an extras entry can be deleted.
6163         (gnus-registry-delete-extra-entry): Use it.
6164         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6165         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6166         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6167         storage through the gnus-registry, and provide an appropriate API for
6168         it.
6169
6170 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6173         Suggested by Leo <sdl.web@gmail.com>.
6174
6175         * gnus.el: Do.
6176
6177 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6180         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6181
6182         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6183
6184         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6185         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6186
6187 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6190         newline.
6191         (nnmbox-request-accept-article): Don't change article in source buffer;
6192         narrow to header to use message-fetch-field rather than
6193         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6194         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6195         as delimiters; make sure article ends with newline.
6196         (nnmbox-delete-mail): Correct last position of article to be deleted;
6197         ignore X-Gnus-Newsgroup header in article body.
6198         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6199         positions; make sure article ends with newline.
6200
6201         * message.el (message-display-abbrev): Don't infloop when a user
6202         inserts SPC in the beginning of header.
6203
6204         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6205         coding-system-for-read and coding-system-for-write for XEmacs having no
6206         file-coding feature.
6207
6208         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6209
6210 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6213         list of groups not followed by default.  Fix type to be regexp.
6214         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6215
6216 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6217
6218         * hmac-def.el (define-hmac-function): Switch from old-style to
6219         new-style backquotes.
6220
6221         * md4.el (md4-make-step): Likewise.
6222
6223 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6226         raw-text coding system when saving .newsrc file, which may contain
6227         non-ASCII group names.
6228
6229 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-cus.el (gnus-score-extra): New widget.
6232         (gnus-score-extra-convert): New function.
6233         (gnus-score-customize): Use it for Extra.
6234
6235 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6236
6237         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6238         (mml2015-mailcrypt-clear-verify): Use it.
6239         (mml2015-gpg-clear-verify): Use it.
6240         (mml2015-pgg-clear-verify): Use it.
6241         (mml2015-epg-clear-verify): Replace the current part with the output
6242         from GnuPG; don't extract the plaintext by itself.
6243
6244         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6245         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6246         mml2015-clear-verify-function; don't touch the armor headers or
6247         dash-escaped text here.
6248
6249 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6252         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6253         parts, or application/octet-stream as a last resort.
6254         (gnus-mime-view-part-as-type): Don't toggle display.
6255         (gnus-mime-view-part-as-charset): Don't turn off display before
6256         querying charset.
6257
6258         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6259         stuff to undisplayer function in Emacs.
6260         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6261
6262         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6263         text/calendar parts.
6264
6265 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6268         decoding text/calendar parts.
6269
6270         * message.el (message-forward-make-body-mime): Always mark body as
6271         having no illegible text; remove signed-or-encrypted argument.
6272         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6273
6274         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6275         (mml-generate-mime-1): Don't encode body if it is specified to be in
6276         raw form; don't make buffer be unibyte when inserting multibyte string.
6277
6278 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6279
6280         * sha1.el: Fix up comment style.
6281         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6282         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6283
6284         * hex-util.el: Fix up comment style.
6285         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6286
6287         * gnus-salt.el: Use with-current-buffer.
6288         (gnus-pick-setup-message): Fix long-standing typo.
6289
6290 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * imap.el (imap-logout-timeout): New variable.
6293         (imap-logout, imap-logout-wait): New functions.
6294         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6295
6296         * nnimap.el (nnimap-logout-timeout): New server variable.
6297         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6298         nnimap-logout-timeout.
6299
6300         * gnus-art.el (gnus-article-summary-command-nosave)
6301         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6302
6303 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus.el (gnus-maximum-newsgroup): New variable.
6306
6307         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6308         according to gnus-maximum-newsgroup.
6309
6310         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6311         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6312         Limit the range of articles according to gnus-maximum-newsgroup.
6313
6314 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6315
6316         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6317         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6318         Don't perform gnus-configure-windows here; reuse existing sticky
6319         article buffer.
6320
6321         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6322         it doesn't exist in gnus-article-mode.
6323
6324 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6327         (gnus-agent-decoded-group-name): New function.
6328         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6329         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6330
6331 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6332
6333         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6334         Add binding for gnus-sticky-article.
6335         (gnus-summary-exit): Don't kill sticky article buffers.
6336
6337         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6338         article buffer.
6339         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6340         (gnus-kill-sticky-article-buffers): New commands.
6341
6342 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * nntp.el (nntp-xref-number-is-evil): New server variable.
6345         (nntp-find-group-and-number): If it is non-nil, don't trust article
6346         numbers in the Xref header.
6347
6348 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-agent.el (gnus-agent-read-group): New function.
6351         (gnus-agent-flush-group, gnus-agent-expire-group)
6352         (gnus-agent-regenerate-group): Use it.
6353         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6354         nnmail-pathname-coding-system.
6355
6356 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6359
6360         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6361         that are unread as unread, and also as selected so that information of
6362         marks having been changed by a user may be updated when exiting group.
6363
6364 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6367         calculated ignoring signature parts to gnus-treat-article.
6368
6369 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6372         a point here in order to keep the window start.
6373         (gnus-insert-mime-security-button): Make a button overlay without the
6374         front stickiness.
6375         (gnus-mime-display-security): Goto the end of a button.
6376
6377         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6378
6379 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6382         group-name-at-point.
6383         (gnus-group-completing-read): New function that offers decoded
6384         non-ASCII group names for completion.
6385         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6386         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6387         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6388         (gnus-group-fetch-control): Use it.
6389         (gnus-fetch-group): Use group-name-at-point for the initial value
6390         rather than the default value; use gnus-alive-p.
6391
6392         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6393         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6394         (gnus-summary-post-news): Use gnus-group-completing-read.
6395
6396         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6397         (gnus-read-move-group-name): Decode group name for completion.
6398
6399 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6400
6401         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6402         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6403         Yamaoka slightly modified the code).
6404
6405 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6408         (nnmail-split-incoming): Bind it.
6409
6410         * nnml.el (nnml-group-name-charset): New function.
6411         (nnml-decoded-group-name): Use it; don't decode group name if
6412         nnmail-group-names-not-encoded-p is non-nil.
6413         (nnml-encoded-group-name): New function.
6414         (nnml-group-pathname): Inline nnml-decoded-group-name.
6415         (nnml-request-expire-articles): Decode group name in message.
6416         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6417         nnmail-pathname-coding-system.
6418         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6419         not decoded ones according to nnmail-group-names-not-encoded-p.
6420         (nnml-generate-active-info): Use nnml-encoded-group-name.
6421
6422 2007-08-08  Glenn Morris  <rgm@gnu.org>
6423
6424         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6425         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6426         doc-strings and comments.
6427
6428 2007-07-25  Glenn Morris  <rgm@gnu.org>
6429
6430         * Relicense all FSF files to GPLv3 or later.
6431
6432 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-sum.el (gnus-summary-move-article): Make
6435         gnus-summary-respool-article work.
6436
6437 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6440         string.
6441
6442 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6443
6444         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6445         that should be ignored when comparing distant RSS articles with local
6446         ones.
6447         (nnrss-make-hash-index): New function.  Create a hash index according
6448         to the ignored fields.
6449         (nnrss-check-group): Use it.
6450
6451 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6454
6455         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6456
6457         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6458         the new optional argument ENCODED is non-nil.
6459         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6460         coding system for encoding group name.
6461         (gnus-group-make-rss-group): Pass un-encoded group name to
6462         gnus-group-make-group.
6463         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6464         encoded.
6465
6466         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6467         Encode group name to which articles are moved or copied.
6468         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6469         coding system for encoding Newsgroup, Followup-To and Xref headers.
6470
6471         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6472         marks; use nnheader-file-coding-system to write a file.
6473         (nnagent-retrieve-headers): Bind file-name-coding-system to
6474         nnmail-pathname-coding-system.
6475
6476         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6477
6478         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6479         (nnml-request-article, nnml-request-create-group)
6480         (nnml-request-rename-group, nnml-find-id)
6481         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6482         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6483         (nnml-save-marks): Use nnml-group-pathname instead of
6484         nnmail-group-pathname.
6485
6486         (nnml-request-create-group, nnml-request-expire-articles)
6487         (nnml-request-move-article, nnml-request-delete-group)
6488         (nnml-deletable-article-p, nnml-possibly-create-directory)
6489         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6490         (nnml-open-marks): Bind file-name-coding-system to
6491         nnmail-pathname-coding-system.
6492
6493         (nnml-request-article): Pass server argument to nnml-find-group-number.
6494         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6495         server argument to nnml-possibly-create-directory.
6496         (nnml-request-accept-article): Pass server argument to
6497         nnml-active-number and nnml-save-mail.
6498         (nnml-find-group-number): Pass server argument to nnml-find-id.
6499         (nnml-request-update-info): Pass server argument to
6500         nnml-marks-changed-p.
6501
6502         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6503         (nnml-save-mail, nnml-active-number): Add server argument.
6504
6505         (nnml-request-delete-group): Warn if group is missing.
6506         (nnml-get-nov-buffer): Decode group name.
6507         (nnml-generate-active-info): Encode group name.
6508         (nnml-open-marks): Decode group name in messages.
6509
6510 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6513         if it is not specified.
6514         (gnus-article-pipe-part, gnus-article-save-part)
6515         (gnus-article-interactively-view-part, gnus-article-copy-part)
6516         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6517         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6518         (gnus-article-replace-part, gnus-article-delete-part)
6519         (gnus-article-view-part-as-type): Pass raw prefix argument to
6520         gnus-article-part-wrapper.
6521
6522 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * gnus-agent.el (gnus-agent-save-active): Bind
6525         nnheader-file-coding-system to gnus-agent-file-coding-system.
6526
6527         * gnus-cache.el (gnus-cache-save-buffers)
6528         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6529         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6530         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6531         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6532         (gnus-cache-generate-active, gnus-cache-rename-group)
6533         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6534         (gnus-cache-update-overview-total-fetched-for): Bind
6535         file-name-coding-system to nnmail-pathname-coding-system.
6536         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6537         variables.
6538         (gnus-cache-decoded-group-name): New function.
6539         (gnus-cache-file-name): Use it.
6540         (gnus-cache-generate-active): Use non-decoded group name for active.
6541
6542         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6543         right place.
6544         (gnus-write-active-file): Don't break non-ASCII group names.
6545
6546         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6547         nnmail-pathname-coding-system.
6548
6549         * lpath.el: Bind default-file-name-coding-system,
6550         file-name-coding-system and language-info-alist for XEmacs.
6551
6552         * gnus-uu.el (gnus-uu-decode-save): Typo.
6553
6554 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6557
6558 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6561         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6562         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6563         (gnus-agent-flush-group, gnus-agent-flush-cache)
6564         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6565         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6566         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6567         (gnus-agent-regenerate-group)
6568         (gnus-agent-update-files-total-fetched-for)
6569         (gnus-agent-update-view-total-fetched-for): Bind
6570         file-name-coding-system to nnmail-pathname-coding-system.
6571         (gnus-agent-group-pathname): Don't encode file names by
6572         nnmail-pathname-coding-system.
6573         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6574         coding-system-for-write instead of buffer-file-coding-system to
6575         gnus-agent-file-coding-system.
6576
6577         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6578         Decode group name.
6579
6580         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6581
6582         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6583         (gnus-read-newsrc-el-file): Make group names unibyte.
6584
6585         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6586         nnmail-pathname-coding-system.
6587
6588         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6589         (nnrss-request-delete-group): Bind file-name-coding-system to
6590         nnmail-pathname-coding-system.
6591         (nnrss-read-server-data, nnrss-read-group-data): Bind
6592         file-name-coding-system correctly.
6593         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6594
6595         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6596         (nntp-server-to-method-cache): New variable.
6597         (nntp-group-pathname): New function that decodes non-ASCII group names.
6598         (nntp-possibly-create-directory, nntp-marks-changed-p)
6599         (nntp-save-marks, nntp-open-marks): Use it.
6600         (nntp-possibly-create-directory, nntp-open-marks):
6601         Bind file-name-coding-system to nnmail-pathname-coding-system.
6602         (nntp-open-marks): Decode group names when bootstrapping marks.
6603
6604         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6605         Newsgroups and Folowup-To headers.
6606
6607 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6610         (gnus-server-closed-face, gnus-server-denied-face)
6611         (gnus-server-offline-face): Remove variable.
6612         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6613
6614         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6615         of modifying message-stack directly for XEmacs.
6616
6617         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6618         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6619         if the coding-system argument is nil for XEmacs.
6620
6621         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6622         mm-charset-override-alist.
6623
6624         * rfc2047.el: Don't require base64; require rfc2045 for the function
6625         rfc2045-encode-string.
6626         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6627         to quote the parameter value.
6628
6629 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6632         form in gnus-group-name-charset-method-alist.
6633
6634         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6635         overrides the default layout edit-form.
6636
6637         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6638
6639         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6640
6641 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6644         as unfetched articles.
6645
6646 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6649
6650 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6653         original back end that keeps marks in the local system.
6654
6655 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6658         arg of pop-to-buffer for XEmacs.
6659         (gnus-article-read-summary-keys): Ditto; don't restore window
6660         configuration if summary command ends up with neither article buffer
6661         nor summary buffer; describe bindings if summary keys end with C-h.
6662
6663 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * message.el (message-fix-before-sending): Skip raw message part to be
6666         forwarded while checking illegible text.
6667         (message-forward-make-body-mime, message-forward-make-body): Mark
6668         signed or encrypted raw message as having no illegible text.
6669
6670 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6673         (gnus-message-with-timestamp-1): New macro.
6674         (gnus-message-with-timestamp): New function.
6675         (gnus-message): Use them.
6676
6677         * nnheader.el (nnheader-message): Use them.
6678
6679 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6682         .newsrc.eld file.
6683
6684 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-agent.el (gnus-agent-fetch-headers)
6687         (gnus-agent-retrieve-headers): Bind
6688         gnus-decode-encoded-address-function to identity.
6689
6690         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6691         available also when the server returns simply a dot.
6692
6693         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6694
6695 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6698
6699 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * gnus-ems.el (gnus-x-splash): Make it work.
6702
6703         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6704         from being used.
6705
6706         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6707
6708 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6711         4th and the 5th arguments.
6712
6713         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6714         the front stickiness.
6715         (gnus-article-summary-command-nosave): Correct the order of the
6716         arguments passed to pop-to-buffer.
6717         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6718         summary command ends up with the article buffer.
6719
6720         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6721         the same faces.
6722
6723 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6724
6725         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6726
6727 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6728
6729         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6730         * gnus-sum.el (gnus-summary-highlight):
6731         * pgg.el (pgg-sign-region, pgg-sign):
6732         * mail-source.el (mail-source-delete-old-incoming-confirm):
6733         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6734
6735 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-art.el (gnus-mime-view-part-externally)
6738         (gnus-mime-view-part-internally): Fix predicate function passed to
6739         completing-read.
6740
6741         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6742
6743         * gnus.el (gnus-update-message-archive-method): Add :version.
6744
6745 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus.el (gnus-update-message-archive-method): New variable.
6748
6749         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6750         according to gnus-message-archive-method if
6751         gnus-update-message-archive-method is non-nil.
6752
6753 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6756         by Loic Dachary <loic@dachary.org>.
6757         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6758
6759 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * message.el (message-pop-to-buffer): Add switch-function argument.
6762         (message-mail): Pass switch-function argument to it.
6763
6764 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6767         Improve doc string.
6768
6769 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6772         (gnus-header-content)
6773         * gnus-cite.el (gnus-cite-10)
6774         * gnus-srvr.el (gnus-server-closed)
6775         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6776         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6777         (gnus-group-mail-3-empty, gnus-group-mail-low)
6778         (gnus-group-mail-low-empty, gnus-splash)
6779         * message.el (message-header-to, message-header-cc)
6780         (message-header-subject, message-header-other, message-header-name)
6781         (message-header-xheader, message-separator, message-cited-text)
6782         (message-mml): Lighten colors of faces used for dark background.
6783
6784 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6785
6786         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6787         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6788
6789 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * message.el (message-narrow-to-headers-or-head):
6792         Ignore mail-header-separator in the body.
6793
6794 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6797         same as window size.
6798
6799 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6800
6801         * message.el (message-font-lock-keywords): Use message-header-xheader
6802         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6803         ahead of the anything pattern, to get it recognised.
6804
6805 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6808         spam.el loads uses it in the compiled defadvice form.
6809
6810 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6811
6812         * gnus-sum.el (gnus-articles-to-read)
6813         (gnus-summary-insert-old-articles): Don't truncate group name for
6814         `read-string'.
6815
6816         * gnus-util.el (gnus-limit-string): Delete this function.
6817
6818         * gnus-sum.el (gnus-simplify-subject-fully): Use
6819         `truncate-string-to-width' instead.
6820
6821 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6822
6823         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6824         if, on summary exit, the next group has to be selected.
6825         (gnus-summary-exit): Use it.
6826
6827 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6830         non-break space.
6831
6832 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6835         Check if group is not a directory.
6836         (nnfolder-request-expire-articles): Don't delete articles if the target
6837         group is not available.
6838
6839         * nnml.el (nnml-request-create-group): Properly check if group is not a
6840         file.
6841         (nnml-request-expire-articles): Don't delete articles if the target
6842         group is not available.
6843
6844         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6845         Don't quote characters that are within parentheses.
6846
6847 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6850         (gnus-handle-ephemeral-exit): Select article according to it.
6851
6852 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * message.el (message-insert-formated-citation-line): Remove newline.
6855         (message-citation-line-format): Add final \n here so that the user can
6856         avoid a blank line.
6857
6858 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6859
6860         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6861         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6862         Update lanl/arXiv support.
6863
6864 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * gnus.el: Bump version number.
6867
6868 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * gnus.el (gnus-version-number): Bump version.
6871
6872 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6873
6874         * gnus.el: No Gnus v0.6 is released.
6875
6876 2007-04-27  Didier Verna  <didier@xemacs.org>
6877
6878         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6879         * gmm-utils.el (gmm-regexp-concat): here.
6880         * message.el: Don't require 'gnus-util.
6881         (message-dont-reply-to-names): Handle name change above.
6882         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6883
6884 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6887         since the initial value varies according to the system.
6888
6889 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6892
6893 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6894
6895         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6896
6897 2007-04-24  Didier Verna  <didier@xemacs.org>
6898
6899         Improve the type of gnus-ignored-from-addresses.
6900         * gnus-util.el (gnus-orify-regexp): New function.
6901         * message.el (gnus-util): Require it.
6902         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6903         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6904         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6905
6906 2007-04-24  Didier Verna  <didier@xemacs.org>
6907
6908         * gnus-sum.el:
6909         * gnus-utils.el: Fix some trailing whitespaces.
6910
6911 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6914         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6915         article's Message-ID; refer parent article in summary buffer.
6916
6917         * message.el (message-bounce): Call mime-to-mml.
6918
6919         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6920         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6921         optimize and/or forms properly.
6922
6923 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6926         URL.
6927
6928 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6931
6932 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6935         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6936         displayed of multipart/alternative part if it is invoked from summary
6937         buffer.
6938
6939         * mm-view.el (mm-inline-text-html-render-with-w3m)
6940         (mm-inline-text-html-render-with-w3m-standalone)
6941         (mm-inline-render-with-function): Use mail-parse-charset by default.
6942
6943 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6944
6945         * parse-time.el (parse-time-string-chars): Check if CHAR
6946         is less than the length of parse-time-syntax.
6947
6948 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6951         from gnus-newsgroup-processable.
6952
6953 2007-04-16  Didier Verna  <didier@xemacs.org>
6954
6955         * gnus-msg.el (gnus-configure-posting-styles): Handle
6956         message-signature-directory properly with :file syntax.  Reported by
6957         "Leo".
6958
6959 2007-04-11  Didier Verna  <didier@xemacs.org>
6960
6961         New user option: message-signature-directory.
6962         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6963         * message.el (message-insert-signature): Ditto.
6964         * message.el (message-signature-file): Doc update.
6965         * message.el (message-signature-directory): New.
6966
6967 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-msg.el (gnus-inews-yank-articles): Use
6970         message-exchange-point-and-mark instead of exchange-point-and-mark.
6971
6972 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * message.el (message-yank-original): Make sure cited text ends with
6975         newline; don't exchange point and mark.
6976
6977 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6978
6979         * tls.el (open-tls-stream): Properly handle case where there
6980         is no associated buffer.
6981
6982 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6983
6984         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6985         message-yank-original, make sure (< mark TEXT point).
6986
6987 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * message.el (message-fill-column): New variable.
6990         (message-mode): Use it.  Add comment on a possible new hook.
6991
6992         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6993         (nnmail-get-new-mail): Reformat.
6994
6995         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6996
6997         * gmm-utils.el: Fix Commentary.
6998         (gmm-tool-bar-from-list): Fix typo in doc string.
6999
7000 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7001
7002         * message.el (message-yank-original): Don't switch point and mark
7003         unnecessarily to put point and mark as documented.
7004
7005 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7008         from the message heads.
7009
7010 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7011
7012         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7013         article buffer does not have a window.  This may not be the best
7014         solution but is certainly better than setting the start of the null,
7015         that is the current, window.
7016
7017 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7020         (gnus-draft-setup): Run it.
7021
7022         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7023         gnus-score-fast-scoring.  Allow regexp.
7024         (gnus-score-headers): Use it.
7025
7026         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7027         XEmacs.
7028
7029         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7030         string.
7031         (gnus-button-alist): Also catch `<f1> k ...'.
7032         (gnus-treat-display-x-face): Fix doc string.
7033
7034 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7035
7036         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7037         evaluation of gnus-extended-version to ensure correct generation of the
7038         User-Agent header when message-generate-headers-first is used.
7039
7040 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7041
7042         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7043         hashcash-path is nil.  Don't call callback with incorrect number of
7044         parameters if val is 0.
7045
7046 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7047
7048         * message.el (message-required-news-headers):
7049         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7050
7051 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7052
7053         * tls.el (open-tls-stream): In handshake-waiting loop,
7054         don't wait more if there is output available to process.
7055
7056 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7057
7058         * tls.el (tls-program): Doc fix.
7059
7060 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * message.el (message-generate-new-buffers): Change the meaning of the
7063         nil value; add `standard' to the choices; treat t as `unique'; improve
7064         doc string.
7065         (gnus-select-frame-set-input-focus): Autoload.
7066         (message-buffer-name): Search for the existing message buffer if
7067         message-generate-new-buffers is nil or `standard'; treat the value t of
7068         message-generate-new-buffers as `unique'.
7069         (message-pop-to-buffer): Raise the frame already displaying the message
7070         buffer; clear the echo area after querying.
7071         (message-setup): Pass the `continue' argument to compose-mail.
7072         (message-mail): Prefer `switch-function' if it is given; search for the
7073         existing message buffer if the `continue' argument is non-nil; pass
7074         continue and switch-function arguments to compose-mail by way of
7075         message-setup.
7076         (message-mail-other-window): Adjust argument of message-setup.
7077         (message-mail-other-frame): Ditto.
7078
7079 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7082         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7083         to turn font-lock on when turning gnus-message-citation-mode on.
7084
7085 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7086
7087         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7088         (mml-smime-function-alist): New variable; add epg as the backend.
7089         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7090         mml-smime- functions instead.
7091         * mm-view.el: Require smime.
7092
7093 2007-03-05  Didier Verna  <didier@xemacs.org>
7094
7095         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7096         instead of just inheritance for posting styles.
7097         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7098
7099 2007-02-24  Chris Moore  <dooglus@gmail.com>
7100
7101         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7102         * pgg-pgp.el (pgg-pgp-encrypt-region):
7103         * pgg-gpg.el (pgg-gpg-encrypt-region):
7104         Check pgg-encrypt-for-me if no other recipients.
7105
7106 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7107
7108         * tls.el (tls-certtool-program): Fix custom type.
7109
7110 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7113         and point-at-eol instead of line-(beginning|end)-position.
7114
7115         * assistant.el (assistant-parse-buffer): Ditto.
7116
7117         * netrc.el (netrc-parse-services): Ditto.
7118
7119 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7120
7121         * mml2015.el (mml2015-epg-find-usable-key): New function.
7122         (mml2015-epg-sign): Use it.
7123         (mml2015-epg-encrypt): Use it.
7124
7125 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * message.el (message-make-in-reply-to): Quote name containing
7128         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7129         if there are special characters.  Reported by NAKAJI Hiroyuki
7130         <nakaji@jp.freebsd.org>.
7131
7132 2007-02-27  Didier Verna  <didier@xemacs.org>
7133
7134         Include the group parameters as well as the topic ones in the
7135         inheritance filter process.
7136         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7137         argument GROUP-PARAMS-LIST.
7138         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7139
7140 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * nntp.el (nntp-never-echoes-commands)
7143         (nntp-open-connection-functions-never-echo-commands): New variables.
7144         (nntp-send-command): Use them.
7145
7146 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7147
7148         * mml2015.el (mml2015-epg-verify): Simplified.
7149
7150 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * mml.el (mml-content-disposition-alist): New user option.
7153         (mml-content-disposition): New function.
7154         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7155         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7156
7157 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7158
7159         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7160         verification.
7161
7162 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7163
7164         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7165         articles posted in the last 24 hours.
7166
7167 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7168
7169         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7170
7171 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7172
7173         * nntp.el (nntp-send-command): Don't wait for echoes when
7174         nntp-open-ssl-stream is used.
7175
7176 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7179         (gnus-message-add-citation-keywords)
7180         (gnus-message-remove-citation-keywords): Remove.
7181         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7182         directly, make the variables in font-lock-defaults buffer-local, add
7183         gnus-message-citation-keywords to them and then update the value of
7184         font-lock-keywords.
7185
7186 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * message.el (message-cite-original-1): Don't call
7189         gnus-article-highlight-citation.
7190
7191         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7192         citations; fix line count.
7193
7194 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7197         (gnus-message-add-citation-keywords)
7198         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7199         versions of font-lock-add-keywords and font-lock-remove-keywords to
7200         work with XEmacs correctly.
7201
7202 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-cite.el (gnus-cite-face-list): Set the values of
7205         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7206         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7207         (gnus-message-cite-prefix-regexp): New variable.
7208         (gnus-message-search-citation-line): Use it; protect against long
7209         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7210         the 0th match data for Emacs.
7211         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7212         (gnus-message-add-citation-keywords): Append keywords rather than
7213         prepending; emulate font-lock-add-keywords if it is not available.
7214         (gnus-message-remove-citation-keywords): Emulate
7215         font-lock-remove-keywords if it is not available.
7216
7217         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7218
7219         * message.el (message-cite-prefix-regexp): Set the value of
7220         gnus-message-cite-prefix-regexp.
7221
7222 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7223
7224         * nnweb.el (nnweb-google-parse-1): Update parser.
7225
7226 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7227
7228         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7229
7230 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7231
7232         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7233         regexp.
7234
7235 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7238         string-to-multibyte.
7239         (uudecode-decode-region-internal): Use it.
7240
7241         * lpath.el: Fbind string-as-multibyte for XEmacs.
7242
7243 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7246         custom choice.
7247
7248         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7249
7250 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7251
7252         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7253
7254         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7255         `write-region' to respect `mm-inhibit-file-name-handlers'.
7256
7257 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7260         Use gnus-home-directory instead of "~/" or "$HOME".
7261
7262 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7265         to mention filename.
7266         Add comments at beginning regarding usage.
7267         (encrypt-write-file-contents): Change interactive so a string is
7268         acceptable.  If the file has no associated model, show an error instead
7269         of a nonsense prompt.
7270
7271 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7272
7273         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7274         Thanks to Yoshihiko Yamada for kind notification of this typo.
7275
7276 2007-01-12  Kenichi Handa  <handa@m17n.org>
7277
7278         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7279         multibyte buffer.
7280
7281 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * gnus-score.el (gnus-score-fast-scoring): New variable.
7284         (gnus-score-headers): Use it.
7285
7286         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7287
7288         * message.el (message-cite-original-1): Call
7289         gnus-article-highlight-citation if requested.
7290         (message-make-from): Allow name and address as optional arguments.
7291
7292         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7293
7294         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7295         bugs to doc string.
7296         (gnus-button-alist): Add mid\\|message-id.
7297         (gnus-button-fetch-group): Extend for use in
7298         `browse-url-browser-function'.
7299         (gnus-button-url-regexp): Try to catch paired parentheses like in
7300         Wikipedia URLs.
7301
7302         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7303         Suggested by Simon Krahnke <overlord@gmx.li>.
7304
7305 2007-01-13  Romain Francoise  <romain@orebokech.com>
7306
7307         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7308         Update copyright.
7309
7310 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7311
7312         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7313
7314 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7315
7316         * gnus-registry.el (gnus-registry-unfollowed-groups)
7317         (gnus-registry-split-fancy-with-parent): Fix documentation.
7318
7319 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7322         from nnweb groups.
7323
7324 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7327         Xref urls.  Erase buffer before requesting head.
7328
7329 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7332         customizable.
7333
7334 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7335
7336         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7337         no signing key is found.
7338         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7339         no encrypting and/or signing key is found.
7340
7341 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7344
7345 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7346
7347         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7348         headers read from disk with the ones newly found in the current search.
7349         This should no longer cause problems, because the article numbers in
7350         Gmane's `nov.php' output are ignored since the previous change.
7351
7352 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7353
7354         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7355
7356 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7359         replace-regexp-in-string; bind url-version; fbind display-images-p and
7360         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7361         find-face and set-itimer-function for Emacs; bind itimer-list for
7362         Emacs.
7363
7364         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7365
7366 2007-01-01  Romain Francoise  <romain@orebokech.com>
7367
7368         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7369
7370 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7371
7372         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7373         `define-minor-mode' macro definition expanded properly.
7374         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7375         exclude it there.
7376
7377         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7378         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7379         `fboundp' test.
7380         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7381         This is OK to autoload in (S)XEmacs now.
7382
7383 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7386         keystroke.
7387         (gnus-summary-limit-to-singletons): Fix typo.
7388
7389         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7390         else fails.
7391
7392 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7393
7394         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7395         docstring.
7396
7397         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7398         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7399         (gnus-summary-insert-dormant-articles): Fix typo in message.
7400
7401 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7404         nil for XEmacs.
7405         (gnus-message-citation-mode): Don't autoload in XEmacs.
7406
7407         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7408
7409 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7410
7411         * nnimap.el (nnimap-expunge-search-string): Mention
7412         nnimap-search-uids-not-since-is-evil in docstring.
7413
7414 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7415
7416         * spam.el: Revert to make-obsolete-variable because
7417         define-obsolete-variable-alias is not supported in Emacs 21.
7418
7419         * spam.el (spam-ifile-path, spam-ifile-database-path)
7420         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7421         make-obsolete-variable.
7422         (spam-bsfilter-path, spam-bsfilter-program)
7423         (spam-spamassassin-path, spam-spamassassin-program)
7424         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7425         use "path" inappropriately.
7426         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7427         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7428         variable names.
7429
7430 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7431
7432         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7433         summary buffer.
7434
7435         * password.el (password-cache-remove): Use clear-string to burn
7436         password, if available.
7437
7438 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7441
7442         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7443
7444         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7445         (gnus-message-highlight-citation): Move defcustom here from
7446         gnus-cite.el.
7447         (gnus-message-citation-mode): Autoload.
7448
7449         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7450         checks to make it compile with XEmacs.
7451         (gnus-message-citation-mode): New minor mode.
7452         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7453         (gnus-message-highlight-citation): New variables.
7454         (gnus-message-search-citation-line)
7455         (gnus-message-add-citation-keywords)
7456         (gnus-message-remove-citation-keywords)
7457         (turn-on-gnus-message-citation-mode)
7458         (turn-off-gnus-message-citation-mode): New functions.
7459
7460 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7461
7462         * gnus-cite.el: Enable highlighting of different citation levels in
7463         message-mode.
7464
7465 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * message.el (message-make-fqdn): Fix comment.
7468         (message-bogus-system-names): Add ".local".
7469
7470         * spam.el (spam-ifile-path, spam-ifile-program)
7471         (spam-ifile-database-path, spam-ifile-database)
7472         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7473         Don't use "path" inappropriately.
7474         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7475         strings.
7476         (spam-check-ifile, spam-ifile-register-with-ifile)
7477         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7478         new variable names.
7479
7480         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7481         (gnus-treat-display-smileys): Simplify using
7482         gnus-image-type-available-p.
7483
7484         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7485         available.
7486
7487         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7488         `display-images-p' if available.
7489
7490 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7493         one after turning on the buffer's multibyteness instead of decoding
7494         them directly in the unibyte buffer that causes unexpected conversion
7495         in Emacs 23 (unicode).
7496
7497 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7498
7499         * message.el (message-generate-hashcash): Fix custom type.
7500
7501 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7504
7505 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7508         disconnect icons.  Add help text.
7509
7510 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7511
7512         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7513         negated to be consistent with the others we handle.
7514
7515 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7518         version of gnus-summary-buffer to something, so that we can use two
7519         article buffers at the same time.
7520
7521 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7524         trigger all the extra headers.
7525         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7526         sorting.
7527
7528 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7529
7530         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7531         solid groups.
7532
7533 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7534
7535         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7536
7537 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * legacy-gnus-agent.el: Add Copyright notice.
7540
7541 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7542
7543         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7544
7545 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7548
7549         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7550         to make it work reliably in CVS Emacs.
7551         (gnus-summary-limit-strange-charsets-predicate)
7552         (gnus-summary-limit-to-predicate): New functions.
7553
7554 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7555
7556         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7557         specifying array size.
7558         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7559         array if it is too small.
7560         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7561         (gnus-sort-threads-loop): New function.
7562
7563 2006-12-06  Chris Moore  <dooglus@gmail.com>
7564
7565         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7566         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7567
7568 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7569
7570         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7571         options.
7572
7573 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7576         DOS-ing the recipient.
7577
7578         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7579         the headers when creating the mapping to avoid mismappings.
7580         (nnweb-gmane-create-mapping): Always nix out old mapping.
7581
7582 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7585         and mm-verify-option to never.
7586
7587 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * message.el (message-signed-or-encrypted-p): New function.
7590         (message-forward-make-body): Use it.
7591
7592         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7593         Replace encode-coding-string with mm-encode-coding-string.
7594
7595 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * nneething.el (nneething-decode-file-name): Replace
7598         decode-coding-string with mm-decode-coding-string.
7599
7600         * gnus-int.el (gnus-open-server): Say failed server's name.
7601
7602 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7603
7604         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7605         strings to a single string.  Quote `errors-file-name'.
7606         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7607         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7608         Adjust calls.  Use `shell-quote-argument'.
7609
7610 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7611
7612         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7613         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7614
7615         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7616         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7617         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7618         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7619         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7620         (gnus-subscribe-newsgroup, gnus-1):
7621         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7622         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7623         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7624         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7625
7626 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7629         keystroke.
7630         (gnus-summary-limit-to-bodies): Implement headersp.
7631
7632 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7633
7634         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7635
7636 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7639
7640 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * message.el (message-generate-hashcash): Expand range of values to
7643         include `opportunistic'.
7644         (message-send-mail): Use it.
7645
7646 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7647
7648         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7649         and comment it.
7650
7651         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7652
7653 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * gnus-util.el (gnus-extract-address-components): Improve comment.
7656
7657 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus-util.el (gnus-extract-address-components): Work with address in
7660         which the name portion contains @.
7661
7662         * lpath.el: Fbind custom-autoload.
7663
7664 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * gnus.el (gnus-start): Move custom group up.
7667         (gnus-select-method): Don't autoload, but make it available for
7668         `customize-variable'.
7669         (gnus-getenv-nntpserver): Don't autoload.
7670
7671 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7672
7673         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7674
7675 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * message.el (message-sendmail-extra-arguments): New variable.
7678         (message-send-mail-with-sendmail): Use it.
7679
7680 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7683         mm-with-unibyte-current-buffer to make string unibyte.
7684
7685         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7686         mm-string-as-multibyte.
7687
7688 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7689
7690         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7691         Reported by Werner Koch <wk@gnupg.org>.
7692
7693 2006-11-14  Daiki Ueno  <ueno@p360>
7694
7695         * mml2015.el: Autoload epa-select-keys when compiling.
7696
7697 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7698
7699         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7700         message-options.
7701         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7702
7703 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7704
7705         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7706         EasyPG (< 0.0.6).
7707         (mml2015-always-trust): New user option.
7708         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7709         prompt.
7710
7711 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * nntp.el (nntp-authinfo-force): New variable.
7714         (nntp-send-authinfo): Use it.
7715
7716 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7719         decode encoded words.  Improve prompt.  Add comment about forwarding.
7720         (message-replacement-char): Move up.
7721
7722 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7723
7724         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7725         instead of gnus-intersection because arguments of gnus-sorted-nunion
7726         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7727
7728 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7731         (message-simplify-subject-functions): Enable
7732         message-strip-subject-encoded-words by default.
7733
7734 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * message.el (message-strip-subject-encoded-words): New function.
7737         (message-simplify-subject-functions): New variable.
7738         (message-simplify-subject): Use it.  Fix typo in doc string.
7739         Support message-strip-subject-encoded-words.
7740
7741 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7742
7743         * gnus-diary.el (gnus-diary-delay-format-function):
7744         * nndiary.el (nndiary-reminders):
7745         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7746
7747 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * gnus-art.el (article-hide-boring-headers): Fetch date from
7750         gnus-original-article-buffer to avoid problems with localized date
7751         strings.
7752
7753 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7756
7757 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7760         New variables.
7761         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7762         (mm-charset-synonym-alist): Move some entries to
7763         mm-codepage-iso-8859-list.
7764         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7765         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7766
7767 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7770
7771 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7774         with Emacs 21 and XEmacs.
7775
7776 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7777
7778         * spam.el (spam-parse-address): New function for better parsing,
7779         catching errors, etc.
7780         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7781
7782 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * mm-view.el: Add interactive arg to html2text autoload.
7785
7786 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7789
7790 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7793         variables.
7794         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7795         (mm-charset-synonym-alist): Move some entries to
7796         mm-codepage-iso-8859-list.
7797
7798         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7799
7800 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * message.el (message-citation-line-format)
7803         (message-insert-formated-citation-line): Fix implementation of %E, %N
7804         and %n according to the doc string.
7805
7806 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7807
7808         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7809         car-safe to avoid bad parses.
7810
7811 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7814         names.
7815
7816         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7817
7818 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7821         header.
7822
7823         * message.el (message-draft-headers): Add Date.
7824         (message-headers-to-generate): Fix typo in docstring.
7825
7826         * nndraft.el (nndraft-required-headers): New variable.
7827         (nndraft-generate-headers): Use it.
7828
7829         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7830
7831 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7832
7833         * gnus-registry.el (gnus-registry-wash-for-keywords)
7834         (gnus-registry-find-keywords): New functions to allow easy searching of
7835         articles that are in the registry.
7836
7837 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7840         ietf-drums-parse-address instead of gnus-extract-address-components.
7841         Reported by Damien Elmes <damien@repose.cx>.
7842
7843 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * gnus.el (gnus-mime): Remove unused custom group.
7846
7847 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7848
7849         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7850         "blank line" when searching for end of armor headers.
7851
7852 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gmm-utils.el (gmm-write-region): Fix variable name.
7855
7856 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * gmm-utils.el (gmm-write-region): New function based on compatibility
7859         code from `mm-make-temp-file'.
7860
7861         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7862
7863         * nnmaildir.el (nnmaildir--update-nov)
7864         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7865         Use `gmm-write-region'.
7866
7867 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7870         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7871
7872         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7873
7874         * message.el (message-replacement-char): New variable.
7875         (message-fix-before-sending): Use it.
7876         (message-simplify-subject): New function to remove duplicate code.
7877         (message-reply, message-followup): Use it.
7878
7879         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7880         gnus-summary-limit-to-articles.
7881
7882 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-util.el (gnus-with-local-quit): New macro.
7885
7886         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7887
7888 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7889
7890         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7891         ignore non-string data.
7892
7893 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7894
7895         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7896         non-string data (needs to be done in the registry too).
7897
7898 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7899
7900         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7901         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7902         (gnus-registry-split-fancy-with-parent)
7903         (gnus-registry-fetch-simplified-message-subject-fast)
7904         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7905         Remove text properties on ingress into the registry and when it's saved.
7906         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7907         registry from entries with no groups.
7908
7909 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7910
7911         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7912         function to remove string properties.
7913
7914 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * gmm-utils.el (gmm): Adjust custom version.
7917
7918         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7919         custom version.
7920
7921         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7922
7923 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * gnus-art.el (gnus-insert-prev-page-button)
7926         (gnus-insert-next-page-button): Simplify.  Reformat.
7927
7928 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7929
7930         * gnus-art.el (gnus-insert-prev-page-button)
7931         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7932
7933 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7934
7935         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7936
7937 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7938
7939         * gnus-art.el (gnus-insert-mime-button)
7940         (gnus-insert-mime-security-button):
7941         Apply gnus-article-button-face to MIME and security buttons.
7942
7943 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7944
7945         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7946         readable.
7947
7948 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7951
7952 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7953
7954         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7955         `browse-url-of-file' instead of `browse-url'.
7956
7957 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7958
7959         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7960         regexp.  Articles containing quotation were cut prematurely.
7961
7962 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * message.el (message-cite-original-1): Use nobody by default for the
7965         value of From header.
7966         (message-reply): Ditto.
7967
7968 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7969
7970         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7971         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7972         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7973
7974 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7977         mails in the doc string.  Add some URLs in comment.
7978         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7979
7980 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7983         backslashes handling and the way to find boundaries of quoted strings.
7984
7985 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7986
7987         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7988         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7989         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7990         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7991
7992 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7995         doc string.
7996         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7997
7998 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * lpath.el: Fbind epg-check-configuration.
8001
8002 2006-09-06  Simon Josefsson  <jas@extundo.com>
8003
8004         * mml2015.el (mml2015-use): Doc fix, mention epg.
8005
8006 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8007
8008         * mml2015.el (mml2015-use): Default to epg, if available.
8009
8010 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8011
8012         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8013         message-sender.
8014         (mml1991-epg-encrypt): Ditto.
8015         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8016         message-sender.
8017         (mml2015-epg-encrypt): Ditto.
8018
8019 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8020
8021         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8022         several common directories.
8023
8024 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8025
8026         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8027         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8028
8029 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus-art.el (article-decode-encoded-words): Make it fast.
8032
8033 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8036
8037         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8038         in quoted string into `\'.
8039
8040 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8043         Use standard-syntax-table.
8044
8045 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * gnus-art.el (gnus-decode-address-function): New variable.
8048         (article-decode-encoded-words): Use it to decode headers which are
8049         assumed to contain addresses.
8050         (gnus-mime-delete-part): Remove useless `or'.
8051
8052         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8053         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8054         (gnus-nov-parse-line): Use it to decode From header.
8055         (gnus-get-newsgroup-headers): Ditto.
8056         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8057
8058         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8059         (mail-decode-encoded-address-string): New alias.
8060
8061         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8062         New function.
8063         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8064         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8065         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8066         (rfc2047-decode-string): Ditto.
8067         (rfc2047-decode-address-region): New function.
8068         (rfc2047-decode-address-string): New function.
8069
8070 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * message.el (message-caesar-buffer-body): Allow rotating headers.
8073
8074         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8075
8076         * message.el (message-insert-formated-citation-line): Fix %f.
8077         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8078
8079 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8082         (gnus-bookmark-mouse-available-p): New macro.
8083         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8084         (gnus-bookmark-bmenu-show-infos): Use it.
8085         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8086         (gnus-bookmark-bmenu-hide-infos): Ditto.
8087         (gnus-bookmark-remove-properties): New function.
8088         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8089         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8090         (gnus-bookmark-write-file): Bind coding-system-for-write.
8091         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8092         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8093         group before selecting it.
8094         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8095         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8096         quit-window if it is not available; use gnus-mouse-2 and bind it to
8097         gnus-bookmark-bmenu-select-by-mouse.
8098         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8099         (gnus-bookmark-bmenu-select-by-mouse): New function.
8100
8101 2006-08-13  Romain Francoise  <romain@orebokech.com>
8102
8103         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8104         space.
8105
8106 2006-08-10  Romain Francoise  <romain@orebokech.com>
8107
8108         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8109         (dns-mode-soa-auto-increment-serial): New user option.
8110         (dns-mode-soa-maybe-increment-serial): New function.
8111         (dns-mode): Add the latter to `write-contents-functions'.
8112
8113 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * compface.el (uncompface): Use binary rather than raw-text-unix.
8116
8117 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * compface.el (uncompface): Make sure the eol conversion doesn't take
8120         place when communicating with the external programs.  Reported by
8121         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8122
8123 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8126
8127 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8128
8129         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8130         Make it more robust by parsing author and date independently.
8131
8132 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8135
8136 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8137
8138         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8139         first matching secret key.
8140         (mml2015-epg-encrypt): Ditto.
8141
8142         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8143         first matching secret key.
8144         (mml1991-epg-encrypt): Ditto.
8145
8146         * mml2015.el (mml2015-encrypt-to-self): New user option.
8147         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8148         mml2015-epg-encrypt-to-self is set.
8149
8150         * mml1991.el (mml1991-encrypt-to-self): New variable.
8151         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8152         mml1991-epg-encrypt-to-self is set.
8153
8154         * mml2015.el (mml2015-signers): New user option.
8155         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8156         (mml2015-epg-encrypt): Allow to select signing keys.
8157
8158         * mml1991.el (mml1991-signers): New variable.
8159         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8160         (mml1991-epg-encrypt): Allow to select signing keys.
8161
8162 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * nnheader.el (nnheader-insert-head): Make it work even if the file
8165         uses CRLF for the line-break code.
8166
8167 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8168
8169         * mml2015.el: Require mml-sec instead of password.
8170         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8171         (mml2015-cache-passphrase): Inherit the default value from
8172         mml-secure-cache-passphrase.
8173         (mml2015-passphrase-cache-expiry): Inherit the default value from
8174         mml-secure-passphrase-cache-expiry.
8175
8176         * mml1991.el: Require mml-sec instead of password.
8177         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8178         (mml1991-cache-passphrase): Inherit the default value from
8179         mml-secure-cache-passphrase.
8180         (mml1991-passphrase-cache-expiry): Inherit the default value from
8181         mml-secure-passphrase-cache-expiry.
8182
8183         * mml-sec.el: Require password.
8184         (mml-secure-verbose): New user option.
8185         (mml-secure-cache-passphrase): New user option.
8186         (mml-secure-passphrase-cache-expiry): New user option.
8187
8188 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8189
8190         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8191         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8192         andreas@altroot.de (Andreas Vögele).
8193
8194         FIXME: Use `tiny change'?
8195
8196 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8197
8198         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8199         workaround for the url package included with Emacs.
8200
8201         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8202
8203 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8206         correctly.  This fixes a bug caused by the 2006-05-12 change.
8207
8208 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8209
8210         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8211         some information about the error when saying that the `bogus' mail
8212         group will be used.
8213
8214 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8217         string.
8218
8219 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8220
8221         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8222
8223 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8224
8225         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8226
8227 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8228
8229         * mml1991.el (mml1991-function-alist): Add epg.
8230         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8231         (mml1991-epg-encrypt): New functions.
8232
8233 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8234
8235         * mml2015.el (mml2015-verbose): New variable.
8236         (mml2015-cache-passphrase): Ditto.
8237         (mml2015-passphrase-cache-expiry): Ditto.
8238         (mml2015-function-alist): Add epg.
8239         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8240         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8241         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8242         functions.
8243
8244 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8245
8246         * message.el (message-cite-original-1): Preserve region when removing
8247         quoted text due to X-No-Archive in order to avoid bogus attribution
8248         when citing multiple messages.
8249
8250 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8251
8252         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8253         Kenneth Jacker <khj@be.cs.appstate.edu>.
8254
8255 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * gnus-diary.el (gnus-user-format-function-d)
8258         (gnus-user-format-function-D): Autoload.
8259
8260         * imap.el (Commentary): Fix typo.
8261
8262         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8263         2006-04-22 contribution.
8264
8265 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8266
8267         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8268         It didn't really fix the bogosity I'm seeing with solid web groups.
8269
8270 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8271
8272         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8273         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8274         created using server names.  If we use the feature without declaring
8275         it, Gnus does not properly manage server and group state.
8276
8277         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8278         bound.
8279
8280 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8281
8282         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8283         looking up the method using GROUP's prefix before inventing a new one.
8284         It is used on killed/unknown groups in various places where returning
8285         an all-new method isn't expected by the caller.
8286
8287         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8288         and match semantics of gnus-group-real-prefix.
8289
8290 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * nnmail.el (nnmail-broken-references-mailers): New variable.
8293         (nnmail-ignore-broken-references): New function generalizing
8294         nnmail-fix-eudora-headers.
8295         (nnmail-fix-eudora-headers): Now obsolete.
8296
8297         * gnus-art.el (gnus-button-handle-custom): Support
8298         `customize-apropos*'.
8299
8300 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8303
8304         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8305         articles.
8306
8307 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * message.el (message-cite-reply-above): New variable.
8310         (message-yank-original): Use it.
8311
8312 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8315
8316 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8319         as read.
8320
8321         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8322
8323 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8326         (gnus-bookmark-default-file): Use gnus-directory.
8327         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8328         Remove "*" in doc string.
8329         (gnus-bookmark-write-file): Simplify.
8330         (gnus-bookmark-maybe-sort-alist): Use `when'.
8331         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8332         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8333         FIXME about Emacs 21 and XEmacs compatibility.
8334         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8335         compatibility.
8336         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8337         compatibility.
8338         (gnus-bookmark-menu-heading): Fix version.
8339
8340 2006-06-19  Bastien Guerry  <bzg@altern.org>
8341
8342         * gnus-bookmark.el: New file.
8343
8344 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * message.el (message-syntax-checks): Doc fix.
8347
8348 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8349
8350         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8351         unsubscribed groups as if they were killed ones.  It causes duplicate
8352         entries in gnus-newsrc-alist.
8353
8354 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * message.el (message-syntax-checks): Doc fix.
8357         (message-send-mail): Add check for continuation headers.
8358         (message-check-news-header-syntax): Fix regexp used to check for
8359         continuation headers.
8360
8361 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8364
8365 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8368
8369 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8372         default-truncate-lines.
8373
8374 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8377         to fill the utf-8 entry.
8378
8379         * lpath.el: Fbind unicode-precedence-list.
8380
8381 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8382
8383         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8384
8385 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8386
8387         * gnus-agent.el (directory-files-and-attributes): Move all the way
8388         forward (the third and final move).
8389         (gnus-agent-read-agentview): Trap reconstruction errors due to
8390         nonexistant directory.  Handle by returning nil.
8391
8392 2006-05-30  Didier Verna  <didier@xemacs.org>
8393
8394         * message.el (message-dont-reply-to-names): Update the custom type.
8395         * message.el (message-dont-reply-to-names): New defsubst: potentially
8396         convert a list of regexps into a single one.
8397         * message.el (message-get-reply-headers): Use it.
8398         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8399
8400 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * gnus-agent.el (directory-files-and-attributes): Move forward.
8403
8404 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * gnus-ml.el (gnus-mailing-list-subscribe)
8407         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8408         (gnus-mailing-list-message): Fix doc strings.
8409
8410 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8411
8412         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8413         of doing it manually.
8414
8415 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8418         comment.
8419
8420 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8421
8422         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8423         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8424         (gnus-agent-read-local): All symbols allocated in my-obarray.
8425         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8426         (gnus-agent-regenerate-group): Check numeric names to see if they are
8427         messages or groups.
8428         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8429         better way of do this...)
8430
8431         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8432         'dummy.group' (there should be a better way of do this...)
8433
8434 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8437         (gnus-saved-headers): Ditto.
8438         (gnus-default-article-saver): Mention functions may have properties.
8439         (gnus-article-save): Override gnus-save-all-headers and
8440         gnus-saved-headers by :headers property which saver function may have.
8441         (gnus-summary-save-in-file): Add :headers property.
8442         (gnus-summary-write-to-file): Ditto.
8443
8444         * gnus-sum.el (gnus-summary-save-article): Bind
8445         gnus-prompt-before-saving to t when saving many articles in a file;
8446         always show all headers.
8447
8448         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8449
8450 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8453         marks.
8454
8455         * message.el (message-indent-citation): Add optional arguments to allow
8456         using it outside of message buffers.
8457
8458         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8459         (gnus-article-treat-unfold-headers): Use it.
8460         (gnus-article-truncate-lines): New variable.
8461         (gnus-article-mode): Use it.
8462         (gnus-article-toggle-truncate-lines): New function.
8463
8464         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8465         gnus-article-toggle-truncate-lines.
8466
8467         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8468         coding system in XEmacs, use binary.
8469
8470 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8473         after-load-alist.
8474
8475         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8476         this function should save decoded articles.
8477         (gnus-summary-write-to-file): Use property to specify this function
8478         should save decoded articles and specify gnus-summary-save-in-file
8479         should be used to save articles other than the first one when saving
8480         many articles.
8481         (gnus-summary-save-body-in-file): Use property to specify this
8482         function should save decoded articles.
8483         (gnus-summary-write-body-to-file): Use property to specify this
8484         function should save decoded articles and specify
8485         gnus-summary-save-body-in-file should be used to save articles other
8486         than the first one when saving many articles.
8487
8488         * gnus-sum.el (gnus-summary-save-article): Simplify.
8489
8490 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-art.el (gnus-default-article-saver): Add
8493         gnus-summary-write-body-to-file.
8494         (gnus-article-save-coding-system): Don't use coding system object
8495         in XEmacs.
8496         (gnus-read-save-file-name): Add optional `dir-var' argument which
8497         specifies directory in which files are saved; work even if optional
8498         `variable' argument is not specified.
8499         (gnus-summary-write-to-file): Read file name.
8500         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8501         (gnus-summary-write-body-to-file): New function.
8502
8503         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8504         (gnus-summary-local-variables): Add it.
8505         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8506         (gnus-summary-save-article): Remove optional `decode' argument;
8507         determine whether to decode articles by the value of
8508         gnus-default-article-saver; when saving many files using
8509         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8510         it first and use gnus-summary-save-in-file or
8511         gnus-summary-save-body-in-file thereafter unless
8512         gnus-prompt-before-saving is always; move point to article which
8513         will be saved.
8514         (gnus-summary-save-article-file): Revert.
8515         (gnus-summary-write-article-file): Revert.
8516         (gnus-summary-save-article-body-file): Revert.
8517         (gnus-summary-write-article-body-file): New function.
8518
8519 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-art.el (gnus-default-article-saver): Doc fix.
8522         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8523         from gnus-summary-save-article-coding-system, and default to a
8524         certain coding system.
8525         (gnus-output-to-file): Add coding cookie and encode text according
8526         to gnus-article-save-coding-system; don't use mm-append-to-file.
8527
8528         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8529         gnus-art.el and rename to gnus-article-save-coding-system.
8530         (gnus-summary-save-article): Require gnus-art; don't show all
8531         headers if it decodes articles; don't add coding cookie here;
8532         don't bind mm-text-coding-system-for-write.
8533         (gnus-summary-save-article-file): Save decoded articles.
8534         (gnus-summary-write-article-file): When saving many files, use
8535         gnus-summary-write-to-file first and gnus-summary-save-in-file
8536         thereafter unless gnus-prompt-before-saving is always.
8537         (gnus-summary-save-article-body-file): Save decoded articles.
8538
8539         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8540
8541 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * nnrss.el (nnrss-check-group): Bind hash-index.
8544
8545 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8546
8547         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8548         its hash index.  Store this hash in `nnrss-group-data'.
8549         (nnrss-read-group-data): Update accordingly.
8550
8551 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8554         entry.
8555
8556         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8557         gnus-article-browse-html-article.
8558
8559 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8560
8561         * gnus-sum.el (gnus-summary-mime-map): Add
8562         gnus-article-browse-html-article.
8563
8564         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8565
8566 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8569         suitable coding systems in customize.
8570
8571 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * mail-source.el (mail-sources): Fix custom type.
8574
8575 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8578         (gnus-summary-expire-articles-now): Shorten prompt.
8579
8580         * gmm-utils.el (wid-edit): Require.
8581         (defun-gmm): Renamed from `gmm-defun-compat'.
8582         (gmm-image-search-load-path): Use it.
8583         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8584
8585 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8588         variable.
8589         (gnus-summary-save-article): Add optional `decode' argument.  If
8590         it is set and gnus-summary-save-article-coding-system is non-nil,
8591         save decoded article.
8592         (gnus-summary-write-article-file): Save decoded article if
8593         gnus-summary-save-article-coding-system is non-nil.
8594
8595         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8596         type.
8597
8598 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8601
8602 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8605         first to test gnus-single-article-buffer which may be buffer-local.
8606
8607         * gnus-sum.el (gnus-summary-setup-buffer): Make
8608         gnus-single-article-buffer buffer-local and nil in ephemeral
8609         group; make gnus-article-buffer, gnus-article-current, and
8610         gnus-original-article-buffer always buffer-local.
8611         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8612         group.
8613         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8614
8615 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * nnml.el (nnml-request-compact-group): Compressed files might not
8618         have .gz extension.
8619
8620 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8621
8622         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8623         (mm-copy-to-buffer): Use with-current-buffer.
8624         (mm-display-part): Simplify.
8625         (mm-inlinable-p): Add optional arg `type'.
8626
8627 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8628
8629         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8630         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8631         Try harder to show the attachment internally or externally using
8632         gnus-mime-view-part-as-type.
8633
8634 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * message.el (message-from-style, message-signature-separator)
8637         (message-user-organization-file, message-send-mail-function)
8638         (message-citation-line-function, message-yank-prefix)
8639         (message-indent-citation-function, message-signature)
8640         (message-signature-file, message-signature-insert-empty-line):
8641         Remove autoloads.
8642
8643         * gnus-art.el (gnus-buttonized-mime-types): Remove
8644         "multipart/signed".  Revert 2006-04-26 change.
8645
8646 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * gnus.el (gnus-version-number): Bump version.
8649
8650 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8651
8652         * gnus.el: No Gnus v0.5 is released.
8653
8654 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8655
8656         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8657         fetching articles by message-id.
8658
8659 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8660
8661         * message.el (hashcash): Require hashcash as normal.
8662
8663         * ecomplete.el (ecomplete-highlight-match-line): Use
8664         point-at-eol.
8665         (ecomplete-highlight-match-line): Use `highlight', because that
8666         face exists in both Emacs and XEmacs.
8667
8668         * message.el (message-display-abbrev): Use point-at-bol.
8669
8670         * mail-source.el: Don't require timer/timer-funcs.
8671
8672         * gnus-async.el: Ditto.
8673
8674         * password.el: Ditto.
8675
8676         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8677
8678         * mm-url.el: Ditto.
8679
8680         * gnus-xmas.el: Don't require timer-funcs.
8681
8682         * mm-util.el: Require timer/timer-funcs.
8683
8684 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8685
8686         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8687         Close.
8688
8689 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8692         unibyte after clear-decrypt function runs.
8693
8694         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8695         returns as a unibyte string.
8696
8697 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * lpath.el: Revert.
8700
8701         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8702         (pgg-gpg-process-sentinel): Revert.
8703
8704         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8705         (pgg-pgp-lookup-key): Revert.
8706
8707         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8708         (pgg-pgp5-lookup-key): Revert.
8709
8710         * pgg.el (pgg-fetch-key): Revert.
8711
8712 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * lpath.el: Fbind string-as-multibyte for XEmacs.
8715
8716         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8717         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8718         (mml1991-pgg-encrypt): Ditto.
8719
8720         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8721         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8722         a multibyte buffer.
8723
8724         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8725         (pgg-pgp-lookup-key): Ditto.
8726
8727         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8728         (pgg-pgp5-lookup-key): Ditto.
8729
8730         * pgg.el (pgg-fetch-key): Ditto.
8731
8732 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         * message.el (message-user-organization-file): Check several
8735         locations of the organization file.
8736
8737         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8738         Add gnus-article-view-part-as-type.
8739
8740         * gnus-art.el (gnus-article-view-part-as-type): New function.
8741
8742         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8743         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8744
8745         * mml.el: Simplify autoload.
8746         (mml-mode): defvar dnd-protocol-alist instead of using
8747         symbol-value.
8748         (mml-default-directory): New variable.
8749         (mml-minibuffer-read-file): Use it.
8750         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8751
8752         * message.el (message-citation-line-format): New variable.
8753         (message-insert-formated-citation-line): New function.
8754         (message-citation-line-function): Add
8755         `message-insert-formated-citation-line' to custom type.
8756
8757         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8758         to doc string.
8759
8760         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8761         depending on mm-verify-option.
8762
8763 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8766         binding pgg-* variables; reimplement the section which prevents
8767         MIME header from being signed.
8768         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8769         pgg-text-mode; remove a blank line at the top of body.
8770
8771         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8772         lines at the top of body; use gnus-newsgroup-charset if there's no
8773         Charset header.
8774
8775 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * message.el (message-self-insert-commands): Doc fix.
8778
8779         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8780         (mm-uu-pgp-encrypted-test): Ditto.
8781         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8782         between header and body; return application/pgp-encrypted handle
8783         if decryption failed; decode decrypted body by charset.
8784
8785         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8786         element match to application/pgp-*.
8787
8788 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8789
8790         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8791         HTML.
8792
8793 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * mail-source.el (mail-source-call-script): Message the error
8796         string.
8797
8798 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8799
8800         * gnus-util.el (gnus-byte-compile): Use it.
8801
8802 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8803
8804         * gnus-util.el (kill-empty-logs): New function.
8805
8806 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8807
8808         * message.el (message-mail-alias-type): Doc fix.
8809         (message-mail-alias-type-p): New function.
8810         (message-send): Use it.
8811         (message-mode): Ditto.
8812         (message-strip-forbidden-properties): Ditto.
8813
8814         * ecomplete.el (ecomplete-database-file-coding-system): New
8815         variable.
8816         (ecomplete-save): Use it.
8817         (ecomplete-setup): Use it.
8818
8819 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * message.el (message-self-insert-commands): New variable.
8822         (message-strip-forbidden-properties): Use it.
8823
8824 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8827         that doesn't make XEmacs choke.
8828
8829 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * gnus-util.el (gnus-replace-in-string):
8832         Prefer replace-regexp-in-string over of replace-in-string.
8833
8834 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-util.el (gnus-select-frame-set-input-focus):
8837         Use select-frame-set-input-focus if it is available in XEmacs; use
8838         definition defined in Emacs 22 for old Emacsen.
8839
8840         * dgnushack.el: Autoload unmorse-region for XEmacs.
8841
8842         * lpath.el: Bind cursor-in-non-selected-windows and
8843         select-frame-set-input-focus for XEmacs.
8844
8845 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8848
8849 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8850
8851         * gnus-registry.el (gnus-registry-cache-save): Remove text
8852         properties when saving via the temp buffer.
8853
8854 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * message.el (message-generate-hashcash): Honor custom type.
8857
8858 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859
8860         * message.el (message-generate-hashcash): Default to non-nil when
8861         hashcash is found.
8862
8863         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8864         (gnus-refer-thread-limit): Increase default to 500.
8865
8866         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8867
8868         * flow-fill.el (fill-flowed): Allow delete-space.
8869
8870 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8873         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8874         Remove autoloads.
8875
8876 2006-04-18  Simon Josefsson  <jas@extundo.com>
8877
8878         * message.el (message-generate-hashcash): Default to.
8879
8880 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8883         concatenating segments rather than before concatenating them.
8884
8885 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8888
8889 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8892
8893         * message.el (message-forward-make-body-plain): Allow
8894         message-forward-ignored-headers to be a list.
8895         (message-remove-ignored-headers): Factor out into function.
8896         (message-forward-make-body-mml): Use it.
8897
8898         * imap.el (imap-quote-specials): New function.
8899         (imap-login-auth): Quote specials.
8900
8901         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8902         (rfc2231-parse-string): Allow concatanation of parameters that
8903         aren't contiguous.  The test case is
8904           (mail-header-parse-content-type "message/external-body;
8905             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8906             access-type=LOCAL-FILE;
8907             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8908
8909 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8910
8911         * nntp.el (nntp-accept-process-output): Return the value of
8912         `nnheader-accept-process-output'.
8913
8914 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8917         (gnus-button-alist): Recognize more diff formats.
8918         (gnus-button-patch): Strip directory.
8919
8920 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8923         Emacs 22 when setting focus.
8924
8925 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * gnus-art.el (gnus-article-treat-types): Do treatment of
8928         text/x-verbatim parts.
8929         (gnus-button-patch): New command.
8930
8931         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8932         addresses that contain invalid characters.
8933
8934 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * message.el (message-put-addresses-in-ecomplete): Use
8937         gnus-replace-in-string.
8938         (message-is-yours-p): Use the more correct
8939         mail-header-parse-address instead of
8940         mail-extract-address-components.
8941         (message-put-addresses-in-ecomplete): Fix typo.
8942
8943         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8944         keystroke.
8945
8946         * gnus-art.el (gnus-treatment-function-alist): Change order of
8947         newsgroups/generic header folding to avoid double-folding.
8948
8949         * message.el (message-hidden-headers): Add X-Draft-From.
8950
8951         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8952         command.
8953         (gnus-summary-repeat-search-article-backward): New command.
8954
8955         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8956         groups in the parent topic.
8957
8958 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8959
8960         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8961         (spam-extra-header-to-number): Return the CRM114 number as a
8962         number instead of a string.
8963
8964 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8965
8966         * gnus-art.el (gnus-face-properties-alist): Moved here from
8967         gnus-fun.
8968
8969         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8970
8971 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * message.el (message-strip-forbidden-properties): Only display on
8974         self-insert-command.
8975
8976         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8977         reindent.
8978         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8979
8980 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8981
8982         * smiley.el (smiley-style): Fix typo.
8983
8984 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * hashcash.el (hashcash-insert-payment-async-2): Use
8987         message-goto-eoh instead of doing it manually.
8988         (mail-add-payment): Use message-narrow-to-header instead of trying
8989         to do the same itself.
8990
8991         * message.el (message-hidden-headers): Add Face.
8992
8993         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8994         reparenting code.
8995         (gnus-summary-reparent-children): Refactored out code.
8996         (gnus-summary-thread-map): New keystroke.
8997         (gnus-summary-reparent-children): Make into command.
8998
8999         * smiley.el (smiley-style): Default to `medium' if using a large
9000         font.
9001
9002         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9003         does it itself.
9004
9005         * message.el (message-point-in-header-p): Simplify definition.
9006
9007 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * nnagent.el (nnagent-request-set-mark): Silence log file
9010         writing.
9011         (nnagent-request-set-mark): Use write-region instead of
9012         append-to-file.
9013
9014         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9015         strange select method.
9016
9017         * ecomplete.el (ecomplete-display-matches): Get highlightling
9018         right.
9019         (ecomplete-display-matches): Use literals.
9020         (ecomplete-display-matches): Disable message logging.
9021
9022         * message.el (message-display-abbrev): Small optimization.
9023
9024         * ecomplete.el (ecomplete-display-matches): Allow automatic
9025         display.
9026
9027         * message.el (message-strip-forbidden-properties): Display
9028         abbrevs.
9029         (message-display-abbrev): Get automatic display right.
9030
9031         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9032         keystrokes.
9033
9034 2006-04-13  Romain Francoise  <romain@orebokech.com>
9035
9036         TODO: Backport to v5-10!
9037
9038         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9039         Moved here (and renamed) from gnus-registry.el.
9040
9041         * gnus-registry.el: Require gnus-util.
9042         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9043
9044 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * gnus-group.el (gnus-group-catchup-current): Change
9047         if-then-else-if-then-else into cond.
9048         (gnus-group-catchup): Indent.
9049         (group-name-at-point): New function.
9050         (gnus-fetch-group): Provide default from thing at point.
9051
9052 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9053
9054         * message.el (message-display-abbrev): Fix regexp.
9055
9056         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9057         choosing.
9058         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9059         dead variables.
9060
9061         * message.el (message-newline-and-indent): Remove debugging.
9062         (message-display-abbrev): Use new implementation.
9063
9064 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-art.el (gnus-article-mode): Set
9067         cursor-in-non-selected-windows to nil.
9068
9069         * smiley.el: Revert previous change.
9070         (smiley-data-directory): defvar it before using it in the
9071         defcustom of `smiley-style'.
9072
9073 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9074
9075         * message.el (message-newline-and-indent): New function.
9076
9077         * ecomplete.el: Implement more bits.
9078
9079         * message.el (message-put-addresses-in-ecomplete): Clean up the
9080         string.
9081
9082         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9083
9084         * gnus-sum.el (gnus-summary-save-parts): Bind
9085         gnus-summary-save-parts-counter and use it to make unique file
9086         names.
9087
9088         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9089
9090         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9091         parameter to say whether to actually parse the individual
9092         addresses.
9093
9094         * message.el (message-put-addresses-in-ecomplete): New function.
9095         (ecomplete): Require.
9096         (message-mail-alias-type): Add ecomplete as an option.
9097
9098 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9099
9100         * flow-fill.el (fill-flowed): Remove trailing space from blank
9101         quoted lines.
9102
9103 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * smiley.el (smiley-style): Move definition later to avoid a
9106         compilation warning.
9107
9108 2006-04-12  Kenichi Handa  <handa@m17n.org>
9109
9110         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9111         buffer and then decode the buffer text if necessary.
9112         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9113         first, and after mm-encode-body, change the buffer to unibyte.
9114         Use mm-disable-multibyte instead of set-buffer-multibyte.
9115
9116 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9119         Content-Type header instead of Content-Disposition header.
9120         (gnus-mime-inline-part): Ditto.
9121         (gnus-mime-view-part-as-charset): Ignore charset that the part
9122         specifies.
9123
9124         * mm-decode.el (mm-display-part): Work with external parts and
9125         usual parts similarly.
9126
9127         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9128         instead of gnus-display-mime.
9129
9130         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9131         instead of with-temp-buffer.
9132
9133         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9134         tag to summarized topics part in order to encode non-ASCII text.
9135
9136 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * smiley.el (smiley-style): New variable.
9139         (smiley-directory): New function.
9140         (smiley-data-directory): Derive from `smiley-style' using
9141         `smiley-directory'.
9142         (smiley-regexp-alist): Add new entries.
9143
9144         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9145         (gnus-article-browse-delete-temp): Add :version.
9146
9147 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9148
9149         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9150         the sieve region.
9151
9152 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * gnus.el (gnus-version-number): Bump version.
9155
9156 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus.el: No Gnus v0.4 is released.
9159
9160 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9163         layout.
9164
9165         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9166         unknown charset.
9167
9168         * message.el (message-header-synonyms): Add Original-To to the
9169         default.
9170
9171         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9172         optional parameter.
9173
9174 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * gnus-fun.el (gnus): Require it for gnus-directory.
9177
9178 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9181
9182 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9183
9184         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9185
9186 2006-04-05  Simon Josefsson  <jas@extundo.com>
9187
9188         * password.el (password-reset): New function.
9189
9190 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9191
9192         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9193         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9194
9195 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9196
9197         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9198         Some whitespace was matched into the url, which broke browsing hits
9199         > 100 when mm-url-use-external was nil.
9200
9201 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9204         gnus-extra-headers for 'Newsgroups.
9205
9206         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9207         bound.
9208
9209 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9210
9211         * pgg-gpg.el: Clean up process buffers every time gpg processes
9212         complete.
9213
9214 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9217         doc string.
9218
9219 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9220
9221         * pgg-gpg.el (pgg-gpg-process-filter)
9222         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9223
9224         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9225         lines, temporary fix.
9226
9227 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9230
9231 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9232
9233         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9234         default-enable-multibyte-characters.  This reverts the change from
9235         revision 6.17 which is no longer necessary because the passphrase
9236         is sent separately now.  GnuPG messages are unreadable under
9237         multibyte locales with default-enable-multibyte-characters set to
9238         nil.
9239
9240 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * message.el (message-tool-bar-gnome): Move "spell".
9243
9244 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9247         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9248         instead.
9249
9250 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9251
9252         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9253         newsgroups handling for NNTP overviews which don't include
9254         Newsgroups.
9255
9256 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9257
9258         * message.el (message-resend): Bind message-generate-hashcash to nil.
9259
9260 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9261
9262         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9263         when searching for already-paid recipients.
9264
9265 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9266
9267         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9268         passphrases when it is not needed.
9269         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9270         passphrase stuff from gpg, should only be necessary when you use
9271         gpg with a smartcard.
9272
9273 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * mml.el (mml-insert-mime): Ignore cached contents of
9276         message/external-body part.
9277
9278         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9279         (mm-insert-part): Ditto.
9280
9281 2006-03-23  Simon Josefsson  <jas@extundo.com>
9282
9283         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9284         Reiner.
9285         (pgg-gpg-use-agent-p): Use it again.
9286
9287 2006-03-23  Simon Josefsson  <jas@extundo.com>
9288
9289         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9290         older emacsen.
9291         (pgg-gpg-use-agent-p): Don't use it.
9292
9293 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9296         if we can.
9297
9298 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9299
9300         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9301         (pgg-gpg-update-agent): New function.
9302         (pgg-gpg-use-agent-p): New function.
9303         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9304         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9305         (pgg-gpg-sign-region): Use it.
9306
9307 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9310         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9311
9312 2006-03-21  Simon Josefsson  <jas@extundo.com>
9313
9314         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9315         <wilde@sha-bang.de>.
9316         (pgg-gpg-use-agent): New variable.
9317         (pgg-gpg-process-region): Use it.
9318         (pgg-gpg-encrypt-region): Likewise.
9319         (pgg-gpg-encrypt-symmetric-region): Likewise.
9320         (pgg-gpg-decrypt-region): Likewise.
9321         (pgg-gpg-sign-region): Likewise.
9322         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9323
9324 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9327
9328         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9329         Add comment on version.
9330
9331 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * smiley.el: Add missing test smiley.
9334
9335 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * mm-decode.el (mm-with-part): New macro.
9338         (mm-get-part): Use it; work with message/external-body as well.
9339         (mm-save-part): Treat name and filename equally.
9340
9341         * mm-extern.el (mm-extern-cache-contents): New function.
9342         (mm-inline-external-body): Use it; force the part to be displayed;
9343         move undisplayer added to the cached handle to the parent.
9344
9345         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9346         (gnus-mime-view-part-as-type): Work with message/external-body.
9347
9348         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9349
9350 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9353         images in image-load-path.  [Sync with image.el, revision 1.60, in
9354         Emacs.]
9355
9356 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9359         path rather than symbol.  Always return list of directories.
9360         Guarantee that image directory comes first.  [Sync with image.el,
9361         revision 1.59, in Emacs.]
9362
9363         * message.el (message-make-tool-bar): Adjust to new API of
9364         `gmm-image-load-path-for-library'.
9365
9366         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9367
9368         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9369
9370 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9371
9372         * gnus-art.el (gnus-article-only-boring-p):
9373         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9374         intangible text.
9375         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9376
9377 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9380         `defun' instead of `gmm-defun-compat'.
9381
9382 2006-03-14  Simon Josefsson  <jas@extundo.com>
9383
9384         * message.el (message-unique-id): Don't use message-number-base36
9385         if (user-uid) is a float.
9386         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9387
9388 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9391
9392         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9393         empty line between a part and a message part.
9394
9395 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * smiley.el: Add more test smileys.
9398         (smiley-data-directory, smiley-regexp-alist)
9399         (gnus-smiley-file-types): Fix doc strings.
9400         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9401         adding new elements.
9402         (smiley-mouse-map): Unused code.  Make it a comment.
9403
9404 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9407         scan latest NoCeM messages instead of old ones.
9408         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9409         delimiters that are recently used.
9410         (gnus-nocem-load-cache): Add autoload cookie.
9411
9412         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9413
9414         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9415         level which is larger than gnus-use-nocem is specified.
9416
9417         * gnus-group.el (gnus-group-get-new-news): Ditto.
9418
9419 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * gnus-util.el (gnus-tool-bar-update): New function.
9422
9423         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9424         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9425
9426         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9427
9428         * gnus-group.el (gnus-group-redraw-when-idle)
9429         (gnus-group-redraw-check): Remove.
9430         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9431
9432 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9435         if optional last element is specified in splits (FIELD VALUE...).
9436
9437 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9440         to gmm-image-load-path-for-library.  Call with no-error argument.
9441         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9442
9443         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9444
9445         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9446
9447         * gmm-utils.el (gmm-image-load-path): Remove alias.
9448
9449 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gmm-utils.el (gmm-image-load-path): Add alias.
9452
9453         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9454         nnml-generate-nov-databases-1.
9455         (nnml-generate-nov-databases): Use it.
9456         (nnml-generate-nov-databases-directory): Document no-active
9457         argument.
9458
9459         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9460         directory if path is t.  Add no-error.
9461
9462         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9463         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9464
9465         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9466         resetting gnus-article-browse-html-temp-list.
9467
9468         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9469         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9470         Add example to docstring.  Rename local variables.  Move error
9471         checks to default case in cond and simplify.
9472
9473 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9476         handle is multipart when calling it recursively.
9477         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9478
9479 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9480
9481         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9482         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9483
9484 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9487         is loaded.
9488
9489         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9490         loaded.
9491
9492 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9495         to "Emacs 23 (unicode)" in doc string.
9496
9497         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9498         "Emacs 23 (unicode)" in comment.
9499
9500 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9503
9504         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9505         characters 160 through 255 in Emacs 23.
9506
9507 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9510         gnus-article-browse-html-temp.
9511         (gnus-article-browse-delete-temp): Make it customizable.  Add
9512         `file'.  Adjust doc string.
9513         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9514         query for each file.  Adjust doc string.
9515         (gnus-article-browse-html-parts): Add
9516         `gnus-article-browse-delete-temp-files' to
9517         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9518
9519 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9520
9521         * gnus-art.el (gnus-article-browse-html-temp)
9522         (gnus-article-browse-delete-temp): New variables.
9523         (gnus-article-browse-delete-temp-files): New function.
9524         (gnus-article-browse-html-parts): Use it.
9525
9526 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9529
9530         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9531         string.
9532
9533         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9534         gnus-summary-insert-new-articles when unplugged.  Remove
9535         gnus-summary-search-article-forward.
9536
9537         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9538         display-visual-class instead of display-color-cells.
9539
9540 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * dgnushack.el: Autoload customize-group for XEmacs.
9543
9544         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9545         message/* containing non-ASCII text properly.
9546
9547 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * message.el: Require gmm-utils, remove autoloads.
9550         (message-tool-bar): Set default based on
9551         gmm-tool-bar-style.
9552         (message-tool-bar-gnome): Add gmm-customize-mode.
9553
9554         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9555         gmm-tool-bar-style.
9556         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9557
9558         * gnus-group.el (gnus-group-tool-bar): Set default based on
9559         gmm-tool-bar-style.
9560         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9561
9562         * gmm-utils.el (gmm-image-directory): Rename variable from
9563         gmm-image-load-path.
9564         (gmm-image-load-path): Use gmm-image-directory.
9565         (gmm-customize-mode): New function.
9566         (gmm-tool-bar-style): New variable.
9567
9568         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9569         gnus-group-redraw-line-number.
9570         (gnus-group-redraw-check): Simplify.
9571         (gnus-group-tool-bar-update): Remove redraw check.
9572         (gnus-group-make-tool-bar): Add redraw check.
9573
9574 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9575
9576         * gnus-art.el (gnus-button): Add missing parentheses.
9577
9578 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * lpath.el: Fbind line-number-at-pos.
9581
9582 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9585
9586 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * gnus-art.el (gnus-button): New face.
9589         (gnus-article-button-face): Use it.
9590
9591         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9592         gnus-summary-next-page.  Re-order.
9593
9594         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9595         next-node are now included.
9596         (gnus-group-redraw-line-number): New internal variable.
9597         (gnus-group-redraw-check): Helper function for updating the tool
9598         bar.
9599         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9600
9601         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9602
9603         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9604         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9605         Use it to match format of Spamassassin 3.0 and later.  Reported by
9606         IRIE Tetsuya <irie@t.email.ne.jp>.
9607         (spam-check-bogofilter)
9608         (spam-bogofilter-register-with-bogofilter): Fix args of
9609         `gnus-error' calls.
9610
9611 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9614         unnecessary interaction when sending queued mails.  Reported by
9615         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9616
9617 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9620         first or last are nil.
9621
9622 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9623
9624         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9625
9626 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9629
9630 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * dns.el (query-dns): Protect more against buggy tcp output.
9633
9634 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9637         nov.php.
9638
9639 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9640
9641         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9642         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9643         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9644         output on the server side.
9645         (nnweb-google-create-mapping): Update regexps and add some
9646         progress indication.
9647
9648 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9651         gnus-agent-toggle-plugged.  Re-order icons.
9652         (gnus-group-tool-bar-gnome): Add
9653         gnus-group-{prev,next}-unread-group.
9654         (gnus-group-tool-bar-gnome): Re-order icons.
9655
9656         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9657         gnus-summary-insert-new-articles.
9658
9659         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9660         comments.
9661
9662         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9663         also available in Emacs 21.3.
9664
9665         * message.el (message-fix-before-sending): Change "Emacs 22" to
9666         "Emacs 23 (unicode)" in comment.
9667
9668         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9669         "Emacs 23 (unicode)" in comment.
9670
9671         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9672         comment.
9673         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9674
9675         * mm-view.el (mm-fill-flowed): Add :version.
9676
9677 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9680         and load-path.
9681
9682 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * message.el: Autoload gmm-image-load-path.
9685         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9686         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9687         consitency.
9688
9689         * gmm-utils.el (gmm-image-load-path): Also search in
9690         "../etc/images".  Don't set gmm-image-load-path if we don't find
9691         the image.
9692
9693 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gmm-utils.el (gmm-image-load-path): Don't make
9696         `gmm-image-load-path' include subdirectories which the second arg
9697         `image' might specify.
9698
9699         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9700         subdirectory to icon file names.
9701
9702         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9703
9704 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9707         gmm-image-load-path calls.
9708
9709         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9710
9711         * message.el (message-make-tool-bar): Ditto.
9712
9713         * mml.el (mml-preview): Added comment concerning tool bar icons.
9714
9715         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9716         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9717
9718         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9719         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9720
9721         * message.el (message-tool-bar-gnome): Use new icon names.
9722         (message-make-tool-bar): Use `gmm-image-load-path'.
9723
9724         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9725         functions from MH-E.
9726         (gmm-image-load-path): New variable from MH-E.
9727         (gmm-image-load-path): New function from MH-E.  Added arguments
9728         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9729         *-image-load-path-called-flag.
9730
9731 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9732
9733         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9734
9735 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9736
9737         * nnimap.el (nnimap-request-move-article): Change folder back to
9738         source group before deleting.
9739
9740 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9743
9744         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9745         mm-url.
9746
9747         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9748
9749 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9752         coding system which mm-charset-to-coding-system returns for a
9753         given charset is valid.
9754
9755 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9756
9757         * html2text.el (html2text-remove-tag-list):
9758         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9759
9760 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9761
9762         * gnus-cus.el: Revert 2005-10-17 change.
9763
9764 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-art.el (article-strip-banner): Call
9767         article-really-strip-banner only when the regexp match is made.
9768
9769 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-art.el (article-strip-banner): Use
9772         gnus-extract-address-components instead of
9773         mail-header-parse-addresses to make it work with non-ASCII text;
9774         remove mail-encode-encoded-word-string.
9775
9776         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9777         values which are surrounded with \"...\"; make it never cause a
9778         Lisp error; give up parsing of parameters if it failed in
9779         extracting type.
9780
9781 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9782
9783         * smime.el (smime-cert-by-ldap-1): Fix bug where
9784         `smime-ldap-search' returns results without userCertificates.
9785
9786 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9789
9790 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * spam.el (spam-check-spamassassin-headers): Adapt format for
9793         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9794         <ari@mbf.ocn.ne.jp>.
9795         (spam-list-of-processors): Add spam-use-gmane.
9796
9797 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9800         make-temp-file; make it work with XEmacs as well.
9801
9802         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9803         mm-make-temp-file.
9804
9805         * mm-decode.el (mm-display-external): Use the 3rd arg of
9806         mm-make-temp-file.
9807         (mm-create-image-xemacs): Ditto.
9808
9809 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9812         with message-narrow-to-headers.
9813         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9814         (gnus-draft-check-draft-articles): New function.
9815         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9816
9817 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gnus-art.el (gnus-article-browse-html-parts):
9820         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9821         Don't use suffix argument for mm-make-temp-file for Emacs 21
9822         compatibility.  Remove useless `format'.
9823
9824 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9825
9826         * nnweb.el (nnweb-google-wash-article): Update regexps.
9827         (nnweb-group-alist): Use defvoo instead of defvar.
9828
9829 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9832         re-loading nn* modules.
9833
9834 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9837         for `tool-bar-mode' and don't check it's default-value.
9838
9839         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9840
9841         * message.el (message-make-tool-bar): Ditto.
9842
9843         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9844         `substring'.  Shorten tmp-file name.
9845
9846         * gnus.el: Remove bogus comment.
9847
9848 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9849
9850         * gnus-art.el (gnus-article-browse-html-parts): New function.
9851         (gnus-article-browse-html-article): New function for viewing html
9852         articles with a browser.
9853
9854 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9855
9856         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9857         in elisp.
9858         (pgg-gpg-encrypt-symmetric-region): Ditto.
9859         (pgg-gpg-sign-region): Ditto.
9860
9861         * pgg-def.el (pgg-text-mode): New variable.
9862
9863         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9864         (mml2015-pgg-encrypt): Ditto.
9865
9866         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9867         (mml1991-pgg-encrypt): Ditto.
9868
9869 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9872         message-make-date instead of current-time-string.
9873
9874         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9875         to gnus-decoded which mm-uu might set.
9876
9877 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9880         don't decode quoted parameters; remove misimported Emacs code.
9881         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9882         (rfc2231-decode-encoded-string): Don't use split-string which
9883         behaves differently according to Emacs version; use
9884         mm-decode-coding-region to convert charset to coding-system.
9885         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9886         (rfc2231-encode-string): Remove misimported Emacs code.
9887
9888 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9891         when calling mail-header-parse-content-type.
9892         (article-de-quoted-unreadable): Ditto.
9893         (article-de-base64-unreadable): Ditto.
9894         (article-wash-html): Ditto.
9895
9896         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9897         calling mail-header-parse-content-type and
9898         mail-header-parse-content-disposition.
9899         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9900         mail-header-parse-content-type.
9901
9902         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9903         insert charset and format parameters; encode description after
9904         inserting it to buffer.
9905         (mml-insert-parameter): Fold lines properly even if a parameter is
9906         segmented into two or more lines; change the max column to 76.
9907
9908         * rfc1843.el (rfc1843-decode-article-body): Don't use
9909         ignore-errors when calling mail-header-parse-content-type.
9910
9911         * rfc2231.el (rfc2231-parse-string): Return at least type if
9912         possible; don't cause an error even if it fails in parsing of
9913         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9914         (rfc2231-encode-string): Don't break lines at the beginning, leave
9915         it to mml-insert-parameter.
9916
9917         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9918         calling mail-header-parse-content-type.
9919
9920 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * spam-report.el (spam-report-gmane-use-article-number):
9923         Improve doc string.
9924         (spam-report-gmane-internal): Check if a suitable header was found
9925         in the article.
9926
9927 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9930         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9931
9932 2006-02-05  Romain Francoise  <romain@orebokech.com>
9933
9934         Update copyright notices of all files in the gnus directory.
9935
9936 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9937
9938         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9939
9940 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9943         segmented lines of parameter value to cope with Thunderbird 1.5
9944         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9945         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9946         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9947
9948 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9949
9950         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9951         parts.
9952
9953 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9954
9955         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9956         there's only one active file for all servers.
9957         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9958         solid groups.  Gnus might have used a FAST request to select the group.
9959         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9960         and nnweb-search redundantly in the active file.
9961         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9962         (nnweb-request-create-group): Don't use ARGS.
9963         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9964         initialisations.  Let nnoo do the work.
9965
9966 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9969         Say the part has been decoded.
9970
9971         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9972
9973 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9974
9975         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9976         mailcap-viewer-test-cache when there's no 'test clause, since that
9977         will invert the meaning of a "nil" test previously determined by
9978         mailcap-mailcap-entry-passes-test.
9979
9980 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9983         compiling.
9984
9985         * gnus-sum.el: Ditto.
9986
9987         * message.el: Don't bind tool-bar-map when compiling.
9988
9989 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9990
9991         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9992
9993 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9994
9995         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9996         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9997         current Google Groups.
9998
9999 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10002         and tool-bar-mode.
10003
10004         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10005         and tool-bar-mode.
10006
10007         * message.el (message-tool-bar-update): Simplify.
10008         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10009
10010         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10011         gnus-summary-buffer.
10012         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10013         gnus-summary-reply.
10014
10015         * gmm-utils.el (gmm): Add :version.
10016
10017 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * Makefile.in (clean): New rule.
10020         (distclean): Use it.
10021
10022 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10023
10024         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10025         autoload.
10026
10027 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gmm-utils.el (gmm-verbose): Add :group.
10030
10031 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * message.el: Change some comments WRT tool-bars.
10034
10035         * gnus-sum.el (gnus-summary-tool-bar)
10036         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10037         (gnus-summary-tool-bar-zap-list): New variables.
10038         (gnus-summary-make-tool-bar): Complete rewrite using
10039         `gmm-tool-bar-from-list'.
10040
10041         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10042         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10043         variables.
10044         (gnus-group-make-tool-bar): Complete rewrite using
10045         `gmm-tool-bar-from-list'.
10046         (gnus-group-tool-bar-update): New function.
10047
10048         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10049
10050 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10053         is dissected into a single part of which the type is the same as
10054         the given one; decode charset.
10055
10056 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10057
10058         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10059         into alists as symbol not string, since that's what
10060         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10061         look for.
10062
10063 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10066         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10067
10068         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10069
10070 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10073         (gnus-xmas-mime-security-button-menu): New function.
10074
10075         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10076         (gnus-mime-security-button-menu): New definition.
10077         (gnus-mime-security-button-map): Use them.
10078         (gnus-mime-security-button-menu): New function.
10079         (gnus-insert-mime-security-button): Addition to help echo.
10080         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10081         (gnus-mime-security-pipe-part): New functions.
10082
10083         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10084         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10085
10086         * mm-decode.el (mm-handle-set-disposition): Remove.
10087         (mm-handle-set-description): Remove.
10088
10089 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10092         (mm-w3m-standalone-supports-m17n-p): New function.
10093         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10094         w3m usage.
10095
10096         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10097         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10098
10099 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * message.el (message-tool-bar-zap-list): Use
10102         gmm-tool-bar-zap-list as custom type.
10103         (message-tool-bar-update): New function.
10104         (message-tool-bar, message-tool-bar-gnome)
10105         (message-tool-bar-retro): Add message-tool-bar-update.
10106         (message-tool-bar-gnome): Add flyspell-buffer.
10107
10108         * gnus-util.el (gnus-error): Describe `args'.
10109
10110         * gmm-utils.el (gmm-error): Describe `args'.
10111         (gmm-tool-bar-zap-list): New widget.
10112         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10113
10114 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10117         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10118         the number of recursive calls.
10119
10120         * mm-decode.el (mm-handle-set-disposition): New macro.
10121         (mm-handle-set-description): New macro.
10122
10123 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10126         encoding.
10127
10128 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * message.el (message-tool-bar-zap-list, message-tool-bar)
10131         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10132         (message-tool-bar-local-item-from-menu): Remove.
10133         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10134         (message-make-tool-bar): New function.
10135         (message-mode): Use `message-make-tool-bar'.
10136
10137         * gmm-utils.el: New file.
10138         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10139         (gmm-lazy): New widget copied from `nnmail.el'.
10140         (gmm-tool-bar-from-list): New function for creating customizable
10141         tool bars.
10142         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10143         output.
10144         (gmm): Add :prefix to defgroup.
10145
10146 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10147
10148         * gmm-utils.el (gmm-widget-p): New function.
10149
10150 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * mml.el (mml-attach-file): Describe `description' in doc string.
10153         (mml-menu): Add Emacs MIME manual and PGG manual.
10154
10155 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10156
10157         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10158
10159 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10160
10161         * nntp.el (nntp-end-of-line): Doc fix.
10162
10163 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10164
10165         * imap.el (imap-open): Handle case where buffer is a buffer
10166         object.
10167
10168 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10169
10170         * gnus-delay.el (gnus-delay): Don't autoload.
10171         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10172         to be re-loaded when customizing the `gnus-delay' group.
10173
10174 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10175
10176         * message.el (message-insert-citation-line): Use newlines.
10177
10178 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10179
10180         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10181         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10182         these routines, so the passphrase can be managed externally and
10183         passed in to the system.
10184         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10185         pgg-add-passphrase-to-cache function.
10186
10187         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10188         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10189         these routines, so the passphrase can be managed externally and
10190         passed in to the system.
10191         (pgg-pgp5-sign-region): Use new name of
10192         pgg-add-passphrase-to-cache function.
10193
10194 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10195
10196         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10197         part of the decoded armor to find the key-identifier.
10198         (pgg-gpg-lookup-key-owner): New function to return the
10199         human-readable identifier of a key owner.
10200         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10201         itself.
10202         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10203         the key value) if we have a key and can match it against a secret
10204         key.  Also, added a note pointing out fact that the prompt only
10205         indicates the first matching key.
10206
10207         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10208         pgg-decrypt-region.
10209         (pgg-add-passphrase-to-cache): Rename from
10210         `pgg-add-passphrase-cache' to reduce confusion (all callers
10211         changed).
10212         (pgg-remove-passphrase-from-cache): Rename from
10213         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10214         changed).
10215         (pgg-read-passphrase, pgg-add-passphrase-cache)
10216         (pgg-remove-passphrase-cache): Add informative docstrings.
10217         (pgg-decrypt): Convey provided passphrase in subordinate call to
10218         pgg-decrypt-region.
10219
10220 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10221
10222         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10223         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10224         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10225         'passphrase' argument, so the passphrase can be managed externally
10226         and then passed in to the system.
10227
10228         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10229         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10230         so the passphrase cache can be used reliably with identifiers
10231         besides a pgp packet's key id.
10232
10233         * pgg-gpg.el (pgg-gpg-encrypt-region)
10234         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10235         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10236         these routines, so the passphrase can be managed externally and
10237         passed in to the system.
10238
10239         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10240         'notruncate' argument, so the passphrase cache can be used
10241         reliably with identifiers besides a pgp packet's key id.
10242
10243 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10244
10245         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10246         symmetric encryption.
10247         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10248         encrypted session key.
10249         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10250         message ask for the passphrase in a proper way.
10251
10252         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10253         New user commands for symmetric encryption.
10254
10255 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10258
10259         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10260
10261 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10262
10263         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10264
10265 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * mm-decode.el (mm-inlined-types): Add application/pgp.
10268         (mm-automatic-display): Ditto.
10269
10270         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10271         part as text.
10272
10273 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * nnrss.el: Update copyright.
10276         (nnrss-opml-import): Query whether to subscribe to each entry.
10277
10278         * gnus-art.el:
10279         * gnus-sum.el:
10280         * gnus-xmas.el:
10281         * messagexmas.el:
10282         * mm-uu.el:
10283         * mm-view.el: Update copyright.
10284
10285 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * message.el (message-info): New function.
10288         (message-mode-menu): Add it.
10289         Update copyright.
10290
10291         * ChangeLog: Fix and update copyright.
10292
10293 2006-01-13  Romain Francoise  <romain@orebokech.com>
10294
10295         * message.el (message-forward-subject-name-subject): Prefer the
10296         address to 'nowhere' if the sender has no name.
10297         Fix typo.  Update copyright year.
10298
10299 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-art.el (article-wash-html): Use
10302         gnus-summary-show-article-charset-alist if a numeric arg is given.
10303         (gnus-article-wash-html-with-w3m-standalone): New function.
10304
10305         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10306         mm-inline-text-html-render-with-w3m-standalone.
10307         (mm-text-html-washer-alist): Map w3m-standalone to
10308         gnus-article-wash-html-with-w3m-standalone.
10309         (mm-inline-text-html-render-with-w3m-standalone): New function.
10310
10311 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10314         Improve LaTeX.
10315
10316 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10319         (nnrss-request-article): Render text/plain parts as HTML.
10320
10321         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10322         the buffer.
10323
10324 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10327         custom definition of `gnus-posting-styles'.
10328
10329         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10330         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10331
10332 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10335         Use nntp for bug archive.
10336
10337 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10340         parts.
10341         (nnrss-normalize-date): New function converts ISO 8601 date into
10342         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10343         (nnrss-check-group): Use it.
10344
10345 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10348
10349         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10350         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10351         (nnrss-insert-w3): Ditto.
10352
10353 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10356         the articles to be forwarded including the case where neither a
10357         number of articles nor a region is specified.
10358
10359 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * nnrss.el (nnrss-request-article): Fix last change; fill
10362         text/plain parts.
10363
10364 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10367         in text/plain part.
10368         (nnrss-check-group): Don't add excessive newline to dc:subject.
10369
10370 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10371
10372         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10373         article.
10374
10375 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10378         (nnml-use-compressed-files, nnml-save-mail): Support other
10379         comression programs such as bzip2.
10380
10381 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * dns.el (query-dns): Make sure we check the buffer size before
10384         removing tcp headers.
10385
10386 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10389         remove MIME buttons associated with multipart/alternative parts.
10390         (gnus-mime-display-alternative): Tag buttons using `article-type'
10391         text property.
10392
10393         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10394         associated with multipart/alternative parts.
10395
10396         * gnus-art.el (gnus-signature-separator): Fix custom type.
10397
10398         * mm-decode.el (mm-inlined-types): Fix custom type.
10399         (mm-keep-viewer-alive-types): Ditto.
10400         (mm-automatic-display): Ditto.
10401         (mm-attachment-override-types): Ditto.
10402         (mm-inline-override-types): Ditto.
10403         (mm-automatic-external-display): Ditto.
10404
10405 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * spam-report.el (spam-report-user-mail-address)
10408         (spam-report-user-agent): New variables.
10409         (spam-report-url-ping-plain): Use spam-report-user-agent.
10410
10411 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10412
10413         * gnus-art.el (gnus-button-handle-custom): Do not just use
10414         `customize-apropos' for any "M-x customize-*" button but the
10415         function called for.  Accept both the function name and its
10416         argument in order to achieve this.
10417         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10418         function name to `gnus-button-handle-custom' in case of "M-x
10419         customize-*" buttons.
10420
10421 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10424         multipart/alternative and add xref to mm-discouraged-alternatives
10425         in doc string.
10426
10427         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10428         gnus-buttonized-mime-types in doc string.
10429
10430 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10433         Suggest image/.* in the doc string.
10434
10435 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10436
10437         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10438         message-marks (Debian bug #342521).
10439
10440 2005-12-12  Simon Josefsson  <jas@extundo.com>
10441
10442         * password.el (password-read-from-cache): Add.
10443         (password-read): Use it.
10444
10445 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10448         us-ascii as a MIME charset.
10449
10450         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10451         against the case where the 2nd arg TYPE is nil.
10452
10453 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * pop3.el (pop3-stream-type): Fix custom version.
10456
10457         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10458
10459 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10460
10461         * mm-decode.el (mm-display-external): Add missing cdr.
10462
10463 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10466         RFC1524) if it is in mailcap or add a suffix according to
10467         mailcap-mime-extensions when generating a temp filename; postpone
10468         deleting a temp file for 2 seconds for some wrappers, shell
10469         scripts, and so on, which might exit right after having started a
10470         viewer command as a background job.
10471
10472 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10473
10474         * nntp.el (nntp-marks-directory): Fix custom group.
10475
10476         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10477         steps when < 10.
10478
10479         * gnus-start.el (gnus-no-server-1): Mention
10480         `gnus-level-default-subscribed' in doc string.
10481
10482 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10483
10484         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10485         parens.
10486
10487 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-xmas.el (gnus-use-toolbar): Revert.
10490         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10491         gnus-use-toolbar is default.
10492
10493         * messagexmas.el (message-use-toolbar): Revert.
10494         (message-setup-toolbar): Use global default-toolbar if
10495         message-use-toolbar is default.
10496
10497 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10500         according to default-toolbar-visible-p.
10501
10502         * messagexmas.el (message-use-toolbar): Ditto.
10503
10504 2005-11-26  Dave Love  <fx@gnu.org>
10505
10506         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10507         (tls-program, tls-success): Provide openssl alternative.
10508
10509         * starttls.el: Doc fixes.
10510         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10511         SERVICE to PORT.
10512
10513         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10514         port null or service name.
10515         (starttls-negotiate): Autoload.
10516
10517 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * message.el (message-kill-to-signature): Fix interactive spec.
10520
10521 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * pop3.el (pop3-open-server): Recognize a string as a service name.
10524
10525 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10526
10527         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10528
10529 2005-11-23  Dave Love  <fx@gnu.org>
10530
10531         Add pop3s, pop3/starttls.
10532
10533         * pop3.el (pop3-authentication-scheme): Clarify doc.
10534         (open-tls-stream, starttls-open-stream): Autoload.
10535         (pop3-stream-type): New.
10536         (pop3-open-server): Use it.
10537
10538         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10539         for POP.
10540         (mail-source-keyword-map): Add :stream for POP.
10541         (mail-source-fetch-pop): Use pop3-stream-type.
10542
10543 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10546         of current-time-string.
10547
10548 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10549
10550         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10551         date header.
10552
10553 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10554
10555         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10556         it can seriously impact performance as it bypasses the agent's
10557         local caches.
10558
10559 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10560
10561         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10562         must be explicitly online rather than "not explicitly offline" for
10563         its flags to be synchronized.
10564
10565         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10566         that gnus-uu-unmark-thread will function correctly.
10567
10568         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10569         1024K is instead displayed as 1M.
10570
10571 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10572
10573         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10574
10575 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10576
10577         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10578
10579 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10580
10581         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10582         error message to display actual error condition.
10583         (gnus-agent-save-local): Avoid saving symbols that are bound to
10584         nil as they simply result in a warning message in
10585         gnus-agent-read-local.
10586
10587 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10590         rather than make-variable-buffer-local for file-precious-flag.
10591
10592 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10593
10594         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10595         for duplicates which are removed.  The invalid sort check then
10596         triggers a rescan after the sort as sorting may have moved
10597         duplicate entries such that they can be cheaply detected.
10598
10599 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10602
10603 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10604
10605         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10606         internal variable to a custom variable.  Changed default value
10607         from compressed(2) to uncompressed(1).
10608         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10609         support for uncompressed agentview files.  Taken together, reading
10610         the agentview file should now be 6-7 times faster.
10611
10612 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10613
10614         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10615         as a buffer-local variable.  This avoids creating truncated
10616         dribble files as a result of a hang up, eg.
10617
10618 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10619
10620         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10621         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10622         XEmacs.
10623
10624 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * gnus-start.el (gnus-start-draft-setup): Enforce
10627         `gnus-draft-mode' for nndraft:drafts at startup.
10628
10629         * gnus.el (gnus-splash): Change custom group.
10630         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10631         allow-list argument.
10632
10633         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10634         string.
10635
10636 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-art.el (gnus-default-article-saver): Add user-defined
10639         `function' to custom type.
10640
10641 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10642
10643         * imap.el (imap-open): Handle case where buffer is a buffer
10644         object.
10645
10646 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10649         long lines.
10650         (gnus-cache-delete-group): Wrap doc strings.
10651
10652         * gnus-agent.el (gnus-agent-rename-group)
10653         (gnus-agent-delete-group): Wrap doc strings.
10654
10655 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * messagexmas.el (message-use-toolbar): Change the valid values
10658         into default, top, bottom, left, and right.
10659         (message-toolbar-thickness): New variable.
10660         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10661         well.
10662         (message-setup-toolbar): Make it work.
10663
10664         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10665         (gnus-use-toolbar): Change the valid values into default, top,
10666         bottom, left, and right.
10667         (gnus-toolbar-thickness): New variable.
10668         (gnus-xmas-setup-toolbar): New function.
10669         (gnus-xmas-setup-group-toolbar): Use it.
10670         (gnus-xmas-setup-summary-toolbar): Use it.
10671
10672 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673
10674         * gnus-start.el (gnus-1): Add "native" to
10675         gnus-predefined-server-alist.
10676
10677         * gnus.el (gnus-method-to-server): Don't add "native" to the
10678         lists here, because that leads to problems when
10679         gnus-select-method is bound.
10680
10681 2005-11-09  Simon Josefsson  <jas@extundo.com>
10682
10683         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10684         use (not sort-by-date) instead.
10685
10686 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10687
10688         * gnus-delay.el (gnus-delay-group): Don't autoload.
10689         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10690         to be re-loaded when customizing the `gnus-delay' group.
10691
10692 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10693
10694         * message.el: Revert last changes.
10695         (message-insert-citation-line): Use newlines.
10696
10697 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10698
10699         * message.el (message-courtesy-message)
10700         (message-mark-insert-begin, message-mark-insert-end)
10701         (message-elide-ellipsis, message-cancel-message)
10702         (message-add-header, message-change-subject)
10703         (message-cross-post-followup-to-header)
10704         (message-cross-post-insert-note, message-reduce-to-to-cc)
10705         (message-widen-reply, message-delete-not-region)
10706         (message-kill-to-signature, message-insert-signature)
10707         (message-insert-importance-high, message-insert-importance-low)
10708         (message-insert-or-toggle-importance)
10709         (message-insert-disposition-notification-to)
10710         (message-indent-citation, message-yank-original)
10711         (message-cite-original-without-signature, message-cite-original)
10712         (message-insert-citation-line, message-position-on-field)
10713         (message-fix-before-sending, message-send-mail-partially)
10714         (message-send-mail, message-send-mail-with-sendmail)
10715         (message-send-mail-with-qmail, message-send-news)
10716         (message-check-news-header-syntax, message-generate-headers)
10717         (message-insert-courtesy-copy, message-fill-address)
10718         (message-fill-header, message-shorten-references)
10719         (message-setup-1, message-cancel-news)
10720         (message-forward-make-body-plain, message-forward-make-body-mime)
10721         (message-forward-make-body-mml, message-encode-message-body)
10722         (message-forward-make-body-digest-plain)
10723         (message-forward-make-body-digest-mime)
10724         (message-use-alternative-email-as-from): Insert `hard-newline'
10725         instead of ordinary newlines.
10726
10727 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * message.el (message-generate-headers): Downcase the argument
10730         given to message-check-element.
10731
10732 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10733
10734         * nntp.el (nntp-authinfo-rejected): New error condition.
10735         (nntp-wait-for): Use new error condition to signal authentication
10736         error.
10737         (nntp-retrieve-data): Rethrow new error condition to break out of
10738         recursive call to nntp-send-authinfo.
10739
10740 2005-11-08  Romain Francoise  <romain@orebokech.com>
10741
10742         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10743         (gnus-summary-exit-map): Bind to `Z p'.
10744         (gnus-summary-make-menu-bar): Add menu item.
10745
10746 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10749         (gnus-treat-*): Add `first' in all doc strings.
10750
10751         * gnus-group.el (gnus-group-compact-group): Fix typo.
10752
10753 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus.el (gnus-parameters-case-fold-search): New variable.
10756         (gnus-parameters-get-parameter): Use it.
10757
10758         * gnus-score.el (gnus-home-score-file): Doc fix.
10759
10760 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10761
10762         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10763
10764 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * mm-util.el (mm-special-display-p): New function.
10767
10768         * mml.el (mml-preview): Use it; doc fix.
10769
10770 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10771
10772         * imap.el (imap-open): Handle case where buffer is a buffer object.
10773
10774 2005-10-29  Romain Francoise  <romain@orebokech.com>
10775
10776         * message.el (message-fix-before-sending): Fix comment.
10777
10778 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10779
10780         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10781
10782 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10783
10784         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10785         Used in gnus-score.el.
10786
10787 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10790
10791 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10794         whitespace removed in revision 7.8.  Use concatenated string to
10795         protect trailing whitespace.
10796
10797 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10798
10799         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10800         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10801         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10802         Courier IMAP ("some version from 2004").  Mostly based on similar
10803         code in the same function.
10804
10805 2005-10-26  Didier Verna  <didier@xemacs.org>
10806
10807         * gnus-group.el (gnus-group-compact-group): Invalidate original
10808         article buffer.
10809         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10810         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10811         NOV database and in article itself.
10812         Invalidate article backlog.
10813
10814 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10817
10818 2005-10-26  Simon Josefsson  <jas@extundo.com>
10819
10820         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10821         part of 2004-07-25 change.
10822
10823 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * message.el (message-display-completion-list): New function.
10826         (message-expand-group): Use it; make sure the Completions buffer
10827         is modifiable.
10828 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10829
10830         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10831         user-mail-name is an empty string.
10832
10833 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10836         depending on gnus-score-decay-constant.
10837
10838         * encrypt.el (encrypt-insert-file-contents)
10839         (encrypt-write-file-contents): Don't use `gnus-message'.
10840
10841         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10842         arguments.
10843         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10844         arguments to mm-uu-verbatim-marks-extract.
10845         (mm-uu-hide-markers): New variable.
10846         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10847
10848         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10849         (gnus-convert-image-to-face-command): Use "convert" by default to
10850         allow other input image formats.
10851         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10852         accordingly.
10853
10854 2005-10-23  Simon Josefsson  <jas@extundo.com>
10855
10856         * imap.el (imap-gssapi-program): Align command line parameters
10857         with latest GNU SASL.
10858         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10859
10860 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10863         HTML.
10864         (nnslashdot-request-article): Ditto.
10865
10866         * lpath.el (featurep): Add nobreak-char-display.
10867
10868 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10869
10870         * mail-source.el (mail-source-fetch-pop): Require pop3.
10871         (mail-source-check-pop): Ditto.
10872
10873 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10876         errors.
10877
10878 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10879
10880         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10881         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10882
10883         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10884
10885         * mm-bodies.el (mm-decode-string): Call
10886         `mm-charset-to-coding-system' with allow-override argument.
10887
10888 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10891         (rfc2047-charset-to-coding-system): New function.
10892         (rfc2047-decode-encoded-words): New function.
10893         (rfc2047-decode-region): Use them.
10894         (rfc2047-decode-cte): Remove.
10895         (rfc2047-parse-and-decode): Remove.
10896         (rfc2047-decode): Remove.
10897
10898 2005-10-15  Kenichi Handa  <handa@m17n.org>
10899
10900         * rfc2047.el (rfc2047-decode-cte): New function.
10901         (rfc2047-decode-region): Change the way to decode successive
10902         encoded-words: decode B- or Q-encoding in each encoded-word,
10903         concatenate them, and decode it as charset.
10904
10905 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * lpath.el: Fbind codepage-setup for XEmacs.
10908
10909 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10910
10911         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10912         widget-move-and-invoke.
10913         (gnus-custom-mode): Use gnus-custom-map.
10914
10915 2005-10-15  Bill Wohler  <wohler@newt.com>
10916
10917         * message.el (message-tool-bar-map): Renamed image file from
10918         mail_send to mail/send.
10919
10920 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10921
10922         * message.el (message-expand-group): Pass the common
10923         prefix substring of completion to `display-completion-list'.
10924
10925 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * mml-sec.el (mml-secure-method): New internal variable.
10928         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10929         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10930         functions using mml-secure-method.
10931
10932         * mml.el (mml-mode-map): Add key bindings for those functions.
10933         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10934         Harder <harder@myrealbox.com>.
10935         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10936         end of message if point is the headers of the message.
10937
10938         * message.el (message-in-body-p): New function.
10939
10940         * assistant.el: Autoload gnus-util and netrc.
10941
10942         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10943         Use `mm-charset-override-alist' only when decoding.
10944
10945         * mm-bodies.el (mm-decode-body): Call
10946         `mm-charset-to-coding-system' with allow-override argument.
10947
10948         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10949         `filename' from Content-Disposition if Content-Type doesn't
10950         provide `name'.
10951         (gnus-mime-view-part-as-type): Set default instead of
10952         initial-input.
10953
10954 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10955
10956         * format-spec.el (format-spec): Propagate text properties of % spec.
10957
10958 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * gnus-art.el (gnus-treat-predicate): Add `first'.
10961
10962 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10965         (mm-charset-override-alist): New variable.
10966         (mm-charset-to-coding-system): Use it.
10967         (mm-codepage-setup): New helper function.
10968         (mm-charset-eval-alist): New variable.
10969         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10970         about unknown charsets.
10971
10972         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10973
10974 2005-10-04  David Hansen  <david.hansen@gmx.net>
10975
10976         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10977         (nnrss-check-group): Ditto.
10978
10979 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10982         Rename x-gnus-verbatim to x-verbatim.
10983         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10984
10985         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10986         x-verbatim.
10987
10988         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10989
10990         * gnus-util.el (gnus-remove-duplicates): Remove.
10991
10992         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10993         instead of gnus-remove-duplicates.
10994
10995         * message.el (message-remove-duplicates): Remove.
10996         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10997         message-remove-duplicates.
10998
10999         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11000         available, else use implementation from `delete-dups'.
11001
11002         * message.el (message-insert-expires): New function.
11003         (message-mode-map): Add key binding.
11004         (message-mode-field-menu): Add menu entry.
11005         (message-mode): Document it.
11006         (message-make-expires-date): Use `message-make-date'.
11007
11008 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11009
11010         * message.el (message-make-expires-date): New function.
11011
11012 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * Makefile.in (list-installed-shadows): New entry.
11015         (install): Use it.
11016         (remove-installed-shadows): New entry.
11017
11018         * dgnushack.el (dgnushack-default-load-path): New variable.
11019         (dgnushack-find-lisp-shadows): New function.
11020         (dgnushack-remove-lisp-shadows): New function.
11021
11022 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * Makefile.in (install-el-elc): New entry.
11025         (install): Use it so that .el files are necessarily installed.
11026
11027 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11030
11031 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11032
11033         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11034         function rather than the diff-mode.el package.
11035         (mm-display-external): Use with-current-buffer.
11036         (mm-viewer-completion-map, mm-viewer-completion-map):
11037         Move initialization inside declaration.
11038
11039 2005-09-29  Simon Josefsson  <jas@extundo.com>
11040
11041         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11042         autoload mail-check-payment.
11043         (spam-check-hashcash): Define unconditionally, since hashcash.el
11044         is part of Gnus now.  Ignore errors from payment checking.
11045
11046 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * message.el (message-bold-region, message-unbold-region): Rename
11049         from `bold-region' and `unbold-region'.
11050
11051         * message.el: Remove useless autoloads.
11052
11053 2005-09-28  Simon Josefsson  <jas@extundo.com>
11054
11055         * message.el (message-use-idna): Default to t.
11056         (message-use-idna): Test whether encoding works too.  Doc fix.
11057
11058 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * nntp.el (nntp-warn-about-losing-connection): Remove.
11061
11062 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11065         customizable.  Change default value.
11066         (mm-uu-diff-groups-regexp): Change default value.
11067         (mm-uu-type-alist): Add doc string.
11068         (mm-uu-configure): Add doc string.  Make it interactive.
11069         (mm-uu-tex-groups-regexp): New variable.
11070         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11071         (mm-uu-type-alist): Add LaTeX documents.
11072         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11073         of "text/verbatim".
11074         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11075
11076         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11077         instead of "text/verbatim".
11078
11079         * message.el (message-mark-inserted-region)
11080         (message-mark-insert-file): Use slrn style marks when called with
11081         prefix argument.
11082
11083 2005-09-27  Simon Josefsson  <jas@extundo.com>
11084
11085         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11086
11087 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11088
11089         * message.el (message-remove-duplicates): New function.
11090         Implementation borrowed from `gnus-remove-duplicates'.
11091         (message-idna-to-ascii-rhs): Also encode idna addresses in
11092         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11093         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11094         only ask about the same idna domain once per header and also tell
11095         in what header to replace the idna domain.
11096
11097         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11098         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11099         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11100         a header is decoded and not just the last one.
11101
11102 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11105         has been decoded.
11106
11107         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11108         (mm-insert-part): Don't modify text if it has been decoded.
11109
11110         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11111         decoded.
11112
11113         * mm-view.el (mm-inline-text): Don't strip text props unless
11114         decoding enriched or richtext parts.
11115
11116 2005-09-25  Romain Francoise  <romain@orebokech.com>
11117
11118         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11119         * gnus-start.el (gnus-subscribe-interactively):
11120         * gnus-uu.el (gnus-uu-grab-articles):
11121         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11122         space.
11123
11124 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11125
11126         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11127         * mm-view.el (mm-view-pkcs7-decrypt):
11128         * gnus-sum.el (gnus-summary-limit-to-extra)
11129         (gnus-summary-respool-article, gnus-read-move-group-name):
11130         * gnus-score.el (gnus-summary-increase-score):
11131         * gnus-util.el (gnus-completing-read-with-default):
11132         * gnus-art.el (gnus-read-save-file-name)
11133         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11134         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11135         * message.el (message-check-news-header-syntax):
11136         Follow convention for reading with the minibuffer.
11137
11138 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * spam-report.el (spam-report-url-ping-plain):
11141         Use gnus-extended-version as User-Agent.
11142
11143         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11144         default value is nil.
11145
11146         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11147         (mm-uu-verbatim-marks-extract): New function.
11148         (mm-uu-extract): New face.
11149         (mm-uu-copy-to-buffer): Use it.
11150
11151         * spam-report.el (spam-report-gmane-ham): Renamed from
11152         `spam-report-gmane-unspam'.
11153         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11154         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11155
11156         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11157         Autoload.
11158         (spam-report-gmane-unregister-routine): Renamed
11159         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11160
11161 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11162
11163         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11164         (spam-report-gmane-unregister-routine): Add support for gmane
11165         unregistration.
11166
11167         * spam-report.el (spam-report-gmane-unspam)
11168         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11169         (spam-report-gmane): Change to take a single article and do unspam
11170         registration.
11171
11172 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * mm-url.el (mm-url-decode-entities): Fix regexp.
11175
11176 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11179         default to nil, to be able to use Gnus at all.  If the default
11180         switches to something else, then the function should be fixed not
11181         be exceedingly slow.
11182
11183 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11184
11185         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11186         fail hard.
11187
11188         * spam-report.el: Add better Keywords line.
11189
11190         * spam.el: Add Maintainer and better Keywords line.
11191
11192 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-art.el (gnus-article-replace-part)
11195         (gnus-mime-replace-part): New functions.
11196         (gnus-mime-action-alist, gnus-mime-button-commands)
11197         (gnus-mime-save-part-and-strip): Added file argument.
11198         (gnus-article-part-wrapper): Added interactive argument.
11199
11200         * gnus-sum.el (gnus-summary-mime-map): Add
11201         `gnus-article-replace-part'.
11202
11203 2005-09-19  Didier Verna  <didier@xemacs.org>
11204
11205         The nnml compaction feature:
11206         * nnml.el (nnml-request-compact-group): New function.
11207         * nnml.el (nnml-request-compact): New function.
11208         * gnus-int.el (gnus-request-compact-group): New function.
11209         * gnus-int.el (gnus-request-compact): New function.
11210         * gnus-group.el (gnus-group-compact-group): New function.
11211         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11212         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11213         * gnus-srvr.el (gnus-server-compact-server): New function.
11214         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11215         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11216
11217 2005-09-18  Deepak Goel  <deego@gnufans.org>
11218
11219         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11220         format spec.
11221
11222 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11225
11226 2005-09-15  Romain Francoise  <romain@orebokech.com>
11227
11228         * message.el (message-fill-paragraph): Clarify docstring.
11229
11230 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-art.el (gnus-mime-display-part): Protect against broken
11233         MIME messages.
11234
11235 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11238         before parsing header.
11239
11240 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11241
11242         * html2text.el (html2text-replace-list): Add new entities.
11243
11244 2005-09-11  Romain Francoise  <romain@orebokech.com>
11245
11246         * message.el (message-alternative-emails): Improve docstring.
11247         (message-setup-1): Call `message-use-alternative-email-as-from'
11248         after `message-setup-hook' to give it precedence over posting
11249         styles, etc.
11250         (message-use-alternative-email-as-from): Add docstring.  Remove
11251         the original From header if present.
11252
11253         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11254         (nnml-save-mail): Use it.
11255
11256         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11257         articles.  Add new argument `silent'.
11258         (gnus-uu-mark-all): Report the total number of marked articles.
11259
11260 2005-09-10  Romain Francoise  <romain@orebokech.com>
11261
11262         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11263         (gnus-uu-mark-series): Likewise.
11264
11265 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * spam-report.el (spam-report-gmane): Fix generation of spam
11268         report URL.
11269
11270 2005-09-10  Simon Josefsson  <jas@extundo.com>
11271
11272         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11273         t, based on discussion on the ding list with Robert Epprecht
11274         <epprecht@solnet.ch>.
11275
11276 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * spam-report.el (spam-report-gmane): Make it work without
11279         X-Report-Spam header.  Gmane now only provides Archived-At.
11280         This is only used if `spam-report-gmane-use-article-number' is nil.
11281         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11282
11283         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11284         make `gnus-summary-sort-by-recipient' work with threading.
11285
11286         * nnweb.el (nnweb-google-wash-article): Print a message if article
11287         is not available.
11288
11289 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11290
11291         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11292         change.  Decode text/* parts content before displaying.
11293
11294 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11297
11298 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11301
11302         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11303         url-package-name, url-package-version,
11304         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11305         w3m-display-inline-images, and w3m-minor-mode-map.
11306
11307 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * message.el (message-tab-body-function): Fix mismatched custom type.
11310
11311         * gnus.el (gnus-group-change-level-function): Ditto.
11312
11313         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11314
11315         * gnus-art.el (gnus-signature-limit)
11316         (gnus-article-mime-part-function): Ditto.
11317
11318 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * mml.el (mml-mode): Silence the byte compiler.
11321
11322         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11323         using `(sit-for 0)' before moving the point to the specified part;
11324         skip unbuttonized parts.
11325         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11326         return to the summary window if gnus-auto-select-part is non-nil.
11327
11328 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11331         variables.
11332         (mml-dnd-attach-file, mml-mode): Use them.
11333
11334         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11335         Make fetching article by MID work again for Google Groups.  Added
11336         FIXME concerning gnus-group-make-web-group.
11337
11338         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11339         Don't depend on Gnus by using mail-extract-address-components if
11340         gnus-extract-address-components is not bound.
11341
11342 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11343
11344         * gnus-art.el (gnus-mime-display-security): Don't display the
11345         signature, but only the signed part.
11346
11347 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11350
11351         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11352         list, not listp.
11353
11354 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11355
11356         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11357         when encoding.
11358
11359         * mm-bodies.el (mm-decode-content-transfer-encoding):
11360         De-canonicalize CRLF for all text content types, not just
11361         text/plain.
11362
11363 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11366         valid article; point arrow and cursor at the MIME button.
11367
11368 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11371         Suggested by Dan Christensen <jdc@uwo.ca>.
11372
11373         * mm-decode.el (mm-save-part): Enable change of prompt.
11374
11375 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11376
11377         * gnus-msg.el (gnus-inews-add-send-actions): Made
11378         `message-post-method' lambda parameter ARG `&optional'.
11379
11380 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * gnus-sum.el (gnus-summary-mime-map): Added
11383         gnus-article-save-part-and-strip, gnus-article-delete-part and
11384         gnus-article-jump-to-part.
11385
11386         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11387         (gnus-article-edit-part): Use it.
11388         (gnus-article-part-wrapper): Added no-handle argument.
11389         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11390         functions.
11391
11392 2005-08-29  Romain Francoise  <romain@orebokech.com>
11393
11394         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11395         docstring.
11396         (gnus-face-from-file): Likewise.
11397
11398 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11401         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11402         non-nil.
11403         (gnus-auto-select-part): New variable.
11404         (gnus-article-jump-to-part): New function.
11405         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11406         (gnus-mime-delete-part): Allow selecting specified part after
11407         deleting or stripping parts.
11408         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11409         part if argument is bogus.
11410
11411 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11412
11413         * gnus-art.el (w3m-minor-mode-map):
11414         * gnus-spec.el (gnus-newsrc-file-version):
11415         * gnus-util.el (nnmail-active-file-coding-system)
11416         (gnus-original-article-buffer, gnus-user-agent):
11417         * gnus.el (gnus-ham-process-destinations)
11418         (gnus-parameter-ham-marks-alist)
11419         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11420         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11421         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11422         * mm-decode.el (gnus-current-window-configuration):
11423         * mm-extern.el (gnus-article-mime-handles):
11424         * mm-url.el (url-current-object, url-package-name)
11425         (url-package-version):
11426         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11427         (smime-keys, w3m-cid-retrieve-function-alist)
11428         (w3m-current-buffer, w3m-display-inline-images)
11429         (w3m-minor-mode-map):
11430         * mml-smime.el (gnus-extract-address-components):
11431         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11432         (gnus-newsrc-hashtb, message-default-charset)
11433         (message-deletable-headers, message-options)
11434         (message-posting-charset, message-required-mail-headers)
11435         (message-required-news-headers):
11436         * mml1991.el (mc-pgp-always-sign):
11437         * mml2015.el (mc-pgp-always-sign):
11438         * nnheader.el (nnmail-extra-headers):
11439         * rfc1843.el (gnus-decode-encoded-word-function)
11440         (gnus-decode-header-function, gnus-newsgroup-name):
11441         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11442
11443 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11444
11445         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11446         the end of the date treatments.
11447
11448 2005-08-15  Simon Josefsson  <jas@extundo.com>
11449
11450         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11451         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11452         Capello and Romain Francoise.
11453         (pgg-fetch-key-function): Removed, not used?
11454         (pgg-insert-url-with-w3): Require url, to get
11455         url-insert-file-contents regardless of where it is defined.
11456
11457 2005-08-13  Romain Francoise  <romain@orebokech.com>
11458
11459         * message.el (message-cite-original-1): New function.
11460         (message-cite-original): Use it.
11461         (message-cite-original-without-signature): Ditto.
11462
11463 2005-08-08  Romain Francoise  <romain@orebokech.com>
11464
11465         * message.el (message-yank-empty-prefix): New variable.
11466         (message-indent-citation): Use it.
11467         (message-cite-original-without-signature): Respect X-No-Archive.
11468
11469 2005-08-08  Simon Josefsson  <jas@extundo.com>
11470
11471         * pgg.el: Autoload url-insert-file-contents instead of loading
11472         w3/url.
11473         (pgg-insert-url-with-w3): Don't load url here.
11474
11475 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11476
11477         * message.el (message-kill-to-signature): Don't insert newline at
11478         bol.
11479         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11480
11481 2005-08-06  Romain Francoise  <romain@orebokech.com>
11482
11483         * message.el (message-user-fqdn): Fix typo in docstring.
11484
11485 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11486
11487         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11488
11489         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11490
11491 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * mm-bodies.el (mm-encode-body): Use coding system rather than
11494         charset to encode text.
11495
11496         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11497         number of charsets if utf-8 is available (XEmacs).
11498
11499 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11502         taken from `gnus-button-mid-or-mail-regexp'.
11503         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11504         (gnus-button-alist): Improve regexp for domain part of the MIDs
11505         for news:localpart@domain buttons.
11506         (gnus-button-ctan-directory-regexp): Update.
11507
11508 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * sieve-manage.el (sieve-manage-interactive-login): Use
11511         make-local-variable rather than make-variable-buffer-local.
11512         (sieve-manage-open): Ditto.
11513         (sieve-manage-authenticate): Ditto.
11514
11515         * mml.el (mml-generate-mime-1): Make the content type default to
11516         text/plain if the filename is not specified.
11517
11518 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11521         instead of insert-buffer.
11522
11523         * message.el (message-yank-original): Ditto; set the mark at the
11524         end of the yanked message.
11525
11526 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11529         lines to scroll rather than to stop it.
11530
11531         * mml.el (mml-generate-default-type): Add doc string.
11532         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11533         default to application/octet-stream when determining the content
11534         type if it is not specified for the part or the mml contents; add
11535         a comment about mml-generate-default-type.
11536
11537 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11538
11539         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11540         make it default to application/octet-stream when determining the
11541         content type if it is not specified for the external contents.
11542
11543 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11546         segmented parameter but also other parameters might be there.
11547
11548 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * mm-decode.el (mm-display-external): Delete temp file, directory
11551         and buffer immediately if the external process is exited.
11552
11553 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11556         fewer lines than that of scroll-margin.
11557         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11558
11559 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-art.el (gnus-article-next-page): Revert.
11562         (gnus-article-beginning-of-window): New macro.
11563         (gnus-article-next-page-1): Use it.
11564         (gnus-article-prev-page): Ditto.
11565         (gnus-article-edit-part): Use insert-buffer-substring instead of
11566         insert-buffer.
11567         (gnus-article-edit-exit): Ditto.
11568
11569         * gnus-util.el (gnus-beginning-of-window): Remove.
11570         (gnus-end-of-window): Remove.
11571
11572         * lpath.el: Don't bind header-line-format and scroll-margin.
11573
11574 2005-07-25  Simon Josefsson  <jas@extundo.com>
11575
11576         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11577         to have the url package without w3.  Reported by Daiki Ueno
11578         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11579
11580 2005-07-20  Didier Verna  <didier@xemacs.org>
11581
11582         * gnus-diary.el: Remove the description comment (nndiary is now
11583         properly documented in the Gnus manual).
11584         Fix the spelling of "Back End".
11585         * nndiary.el: Ditto.
11586         Fix the copyright notice.
11587
11588 2005-07-18  Romain Francoise  <romain@orebokech.com>
11589
11590         * gnus-sum.el (gnus-summary-to-prefix)
11591         (gnus-summary-newsgroup-prefix): New variables.
11592         (gnus-summary-from-or-to-or-newsgroups): Use them.
11593
11594 2005-07-17  Romain Francoise  <romain@orebokech.com>
11595
11596         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11597         space as it's generally not especially interesting to the user.
11598
11599 2005-07-16  Romain Francoise  <romain@orebokech.com>
11600
11601         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11602         nil to avoid prompting and file modification if one of the
11603         messages at the top of the nnfolder file contains a copyright
11604         notice.
11605         Update copyright notice.
11606
11607         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11608         instead of `current-time-string' as the latter creates a time
11609         string that is not RFC 2822 compliant (it lacks the zone).
11610         Update copyright notice.
11611
11612 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11613
11614         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11615         for text/rtf.  Display default in prompt.  Pass default for M-n.
11616
11617         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11618
11619 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * gnus-msg.el (gnus-button-mailto): Remove
11622         save-selected-window-window hackery because it relies on
11623         save-selected-window internals.
11624
11625 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11628         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11629         (gnus-article-prev-page): Ditto.
11630
11631         * gnus-util.el (gnus-beginning-of-window): New function.
11632         (gnus-end-of-window): New function.
11633
11634         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11635
11636 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11637
11638         * gnus-score.el (gnus-score-edit-all-score): Set
11639         gnus-score-edit-exit-function to gnus-score-edit-done and call
11640         gnus-message.
11641
11642 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643
11644         * gnus-msg.el (gnus-button-mailto): Remove
11645         save-selected-window-window hackery because it relies on
11646         save-selected-window internals.
11647
11648 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11651         add-minor-mode.
11652         (gnus-binary-mode): Ditto.
11653
11654         * gnus-topic.el (gnus-topic-mode): Ditto.
11655
11656 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11657
11658         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11659         (gnus-article-prev-page): Take scroll-margin into consideration.
11660
11661 2005-07-04  Lute Kamstra  <lute@gnu.org>
11662
11663         Update FSF's address in GPL notices.
11664
11665 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11666
11667         * gnus.el (gnus-exit):
11668         * gnus-group.el (gnus-group-icons):
11669         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11670
11671         * gnus-nocem.el (gnus-nocem):
11672         * message.el (message-various, message-buffers, message-sending)
11673         (message-interface, message-forwarding, message-insertion)
11674         (message-headers, message-news, message-mail):
11675         * pgg-gpg.el (pgg-gpg):
11676         * pgg-parse.el (pgg-parse):
11677         * pgg-pgp.el (pgg-pgp):
11678         * pgg-pgp5.el (pgg-pgp5):
11679         * pop3.el (pop3): Finish `defgroup' description with period.
11680
11681 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus-art.el (article-display-face): Improve the efficiency.
11684         (article-display-x-face): Ditto; remove grey x-face stuff.
11685
11686 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (article-display-face): Correct the position in
11689         which Faces are inserted.
11690
11691 2005-06-29  Didier Verna  <didier@xemacs.org>
11692
11693         * gnus-art.el (article-display-face): Display faces in correct
11694         order.
11695
11696 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11699         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11700         (gnus-nocem-check-article): Fetch the Type header.
11701         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11702         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11703         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11704         make sure gnus-nocem-hashtb is initialized.
11705         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11706         (gnus-nocem-unwanted-article-p): Ditto.
11707
11708         * pgg.el (pgg-verify): Return the verification result.
11709
11710 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11711
11712         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11713         is ascii.
11714
11715 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11716
11717         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11718         `show-nonbreak-escape'.
11719
11720 2005-06-23  Lute Kamstra  <lute@gnu.org>
11721
11722         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11723
11724         * dig.el (dig-mode):
11725         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11726
11727 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11728
11729         * nnimap.el (nnimap-split-download-body): Fix spellings.
11730
11731 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11732
11733         * gnus-art.el (gnus-article-encrypt-body):
11734         * gnus-cus.el (gnus-score-customize):
11735         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11736         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11737
11738 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11739
11740         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11741         header by looking for magic "MII" at the beginnig.
11742
11743 2005-06-16  Miles Bader  <miles@gnu.org>
11744
11745         * gnus-xmas.el (gnus-xmas-group-startup-message):
11746         Use renamed gnus-splash face.
11747
11748         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11749         (assistant-field-face): New backward-compatibility alias for renamed
11750         face.
11751         (assistant-render-text): Use renamed assistant-field face.
11752
11753         * spam.el (spam): Remove "-face" suffix from face name.
11754         (spam-face): New backward-compatibility alias for renamed face.
11755         (spam-face, spam-initialize): Use renamed spam face.
11756
11757         * message.el (message-header-to, message-header-cc)
11758         (message-header-subject, message-header-newsgroups)
11759         (message-header-other, message-header-name)
11760         (message-header-xheader, message-separator, message-cited-text)
11761         (message-mml): Remove "-face" suffix from face names.
11762         (message-header-to-face, message-header-cc-face)
11763         (message-header-subject-face, message-header-newsgroups-face)
11764         (message-header-other-face, message-header-name-face)
11765         (message-header-xheader-face, message-separator-face)
11766         (message-cited-text-face, message-mml-face):
11767         New backward-compatibility aliases for renamed faces.
11768         (message-font-lock-keywords): Use renamed message faces.
11769
11770         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11771         (sieve-test-commands, sieve-tagged-arguments):
11772         Remove "-face" suffix from face names.
11773         (sieve-control-commands-face, sieve-action-commands-face)
11774         (sieve-test-commands-face, sieve-tagged-arguments-face):
11775         New backward-compatibility aliases for renamed faces.
11776         (sieve-control-commands-face, sieve-action-commands-face)
11777         (sieve-test-commands-face, sieve-tagged-arguments-face):
11778         Use renamed sieve faces.
11779
11780         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11781         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11782         (gnus-group-news-3-empty, gnus-group-news-4)
11783         (gnus-group-news-4-empty, gnus-group-news-5)
11784         (gnus-group-news-5-empty, gnus-group-news-6)
11785         (gnus-group-news-6-empty, gnus-group-news-low)
11786         (gnus-group-news-low-empty, gnus-group-mail-1)
11787         (gnus-group-mail-1-empty, gnus-group-mail-2)
11788         (gnus-group-mail-2-empty, gnus-group-mail-3)
11789         (gnus-group-mail-3-empty, gnus-group-mail-low)
11790         (gnus-group-mail-low-empty, gnus-summary-selected)
11791         (gnus-summary-cancelled, gnus-summary-high-ticked)
11792         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11793         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11794         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11795         (gnus-summary-low-undownloaded)
11796         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11797         (gnus-summary-low-unread, gnus-summary-normal-unread)
11798         (gnus-summary-high-read, gnus-summary-low-read)
11799         (gnus-summary-normal-read, gnus-splash):
11800         Remove "-face" suffix from face names.
11801         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11802         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11803         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11804         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11805         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11806         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11807         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11808         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11809         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11810         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11811         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11812         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11813         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11814         (gnus-summary-normal-ticked-face)
11815         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11816         (gnus-summary-normal-ancient-face)
11817         (gnus-summary-high-undownloaded-face)
11818         (gnus-summary-low-undownloaded-face)
11819         (gnus-summary-normal-undownloaded-face)
11820         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11821         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11822         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11823         (gnus-splash-face):
11824         New backward-compatibility aliases for renamed faces.
11825         (gnus-group-startup-message): Use renamed gnus faces.
11826
11827         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11828         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11829         (gnus-server-agent): Remove "-face" suffix from face names.
11830         (gnus-server-agent-face, gnus-server-opened-face)
11831         (gnus-server-closed-face, gnus-server-denied-face)
11832         (gnus-server-offline-face):
11833         New backward-compatibility aliases for renamed faces.
11834         (gnus-server-agent-face, gnus-server-opened-face)
11835         (gnus-server-closed-face, gnus-server-denied-face)
11836         (gnus-server-offline-face): Use renamed gnus faces.
11837
11838         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11839         Remove "-face" suffix from face names.
11840         (gnus-picon-xbm-face, gnus-picon-face):
11841         New backward-compatibility aliases for renamed faces.
11842
11843         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11844         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11845         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11846         (gnus-cite-11): Remove "-face" suffix from face names.
11847         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11848         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11849         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11850         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11851         New backward-compatibility aliases for renamed faces.
11852         (gnus-cite-attribution-face, gnus-cite-face-list)
11853         (gnus-article-boring-faces): Use renamed gnus faces.
11854
11855         * gnus-art.el (gnus-signature, gnus-header-from)
11856         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11857         (gnus-header-content): Remove "-face" suffix from face names.
11858         (gnus-signature-face, gnus-header-from-face)
11859         (gnus-header-subject-face, gnus-header-newsgroups-face)
11860         (gnus-header-name-face, gnus-header-content-face):
11861         New backward-compatibility aliases for renamed faces.
11862         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11863
11864         * gnus-sum.el (gnus-summary-selected-face)
11865         (gnus-summary-highlight): Use renamed gnus faces.
11866         * gnus-group.el (gnus-group-highlight): Likewise.
11867
11868 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11869
11870         * gnus-sieve.el (gnus-sieve-article-add-rule):
11871         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11872         * spam-stat.el (spam-stat-buffer-change-to-spam)
11873         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11874
11875         * message.el (message-is-yours-p):
11876         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11877
11878 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * mm-view.el (mm-inline-text): Withdraw the last change.
11881
11882 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11885         executing enriched-decode.
11886
11887 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11890         charset of tar files.
11891
11892 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11893
11894         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11895
11896 2005-06-04  Lute Kamstra  <lute@gnu.org>
11897
11898         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11899         information is never recorded.
11900
11901 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11902
11903         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11904
11905 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * pop3.el (pop3-apop): Run md5 in the binary mode.
11908
11909         * starttls.el (starttls-set-process-query-on-exit-flag):
11910         Use eval-and-compile.
11911
11912 2005-05-31  Simon Josefsson  <jas@extundo.com>
11913
11914         * smime.el (smime-replace-in-string): Define.
11915         (smime-cert-by-ldap-1): Use it.
11916
11917 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * gnus-art.el (article-display-x-face): Replace
11920         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11921
11922         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11923         set-process-query-on-exit-flag or process-kill-without-query.
11924
11925         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11926         loop instead of replace-regexp.
11927
11928         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11929         instead of process-kill-without-query if it is available.
11930
11931         * lpath.el: Fbind ldap-search-entries.
11932
11933         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11934         instead of find-file-hooks if it is available.
11935
11936         * mml1991.el: Bind pgg-default-user-id when compiling.
11937
11938         * mml2015.el: Bind pgg-default-user-id when compiling.
11939
11940         * nndraft.el (nndraft-request-associate-buffer):
11941         Use write-contents-functions instead of write-contents-hooks if it is
11942         available.
11943
11944         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11945         instead of find-file-hooks if it is available.
11946
11947         * nntp.el (nntp-open-connection): Replace
11948         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11949         (nntp-open-ssl-stream): Ditto.
11950         (nntp-open-tls-stream): Ditto.
11951
11952         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11953         set-process-query-on-exit-flag or process-kill-without-query.
11954         (starttls-open-stream-gnutls): Use it instead of
11955         process-kill-without-query.
11956         (starttls-open-stream): Ditto.
11957
11958 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11959
11960         * smime.el (smime-cert-by-ldap-1): Don't use
11961         replace-regexp-in-string.
11962
11963 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11964
11965         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11966
11967         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11968         in PEM format.  Adjust to the XEmacs compability.
11969
11970 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11973         by `string-to-number'.
11974         * gnus-agent.el (gnus-agent-regenerate-group)
11975         (gnus-agent-fetch-articles): Ditto.
11976         * gnus-art.el (gnus-button-fetch-group): Ditto.
11977         * gnus-cache.el (gnus-cache-generate-active)
11978         (gnus-cache-articles-in-group): Ditto.
11979         * gnus-group.el (gnus-group-set-current-level)
11980         (gnus-group-insert-group-line): Ditto.
11981         * gnus-score.el (gnus-score-set-expunge-below)
11982         (gnus-score-set-mark-below, gnus-summary-score-effect)
11983         (gnus-summary-score-entry): Ditto.
11984         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11985         (gnus-soup-pack): Ditto.
11986         * gnus-spec.el (gnus-xmas-format): Ditto.
11987         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11988         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11989         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11990         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11991         * nndb.el (nndb-get-remote-expire-response): Ditto.
11992         * nndiary.el (nndiary-parse-schedule-value)
11993         (nndiary-string-to-number, nndiary-request-replace-article)
11994         (nndiary-request-article): Ditto.
11995         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11996         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11997         * nneething.el (nneething-make-head): Ditto.
11998         * nnfolder.el (nnfolder-request-article)
11999         (nnfolder-retrieve-headers): Ditto.
12000         * nnheader.el (nnheader-file-to-number): Ditto.
12001         * nnkiboze.el (nnkiboze-request-article): Ditto.
12002         * nnmail.el (nnmail-process-unix-mail-format)
12003         (nnmail-process-babyl-mail-format): Ditto.
12004         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12005         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12006         (nnmh-request-create-group, nnmh-request-list-1)
12007         (nnmh-request-group, nnmh-request-article): Ditto.
12008         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12009         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12010         * nnsoup.el (nnsoup-make-active): Ditto.
12011         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12012         * nntp.el (nntp-find-group-and-number)
12013         (nntp-retrieve-headers-with-xover): Ditto.
12014         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12015         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12016         (pgg-format-key-identifier): Ditto.
12017         * pop3.el (pop3-last, pop3-stat): Ditto.
12018         * qp.el (quoted-printable-decode-region): Ditto.
12019
12020         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12021         of concat.
12022
12023 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12026
12027         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12028
12029         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12030
12031         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12032
12033         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12034
12035         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12036
12037         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12038         (gnus-carpal-mode): Ditto.
12039
12040         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12041         (gnus-browse-mode): Ditto.
12042
12043         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12044
12045         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12046
12047 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12048
12049         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12050
12051 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-util.el (gnus-run-mode-hooks): New function.
12054
12055         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12056
12057         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12058         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12059
12060 2005-05-27  Lute Kamstra  <lute@gnu.org>
12061
12062         * dns-mode.el (dns-mode): Specify customization group.
12063
12064 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12065
12066         * gnus-agent.el (gnus-agent-make-mode-line-string):
12067         Use mode-line-highlight as mouse-face.
12068
12069 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * canlock.el (canlock): Change the parent group to news.
12072
12073         * deuglify.el (gnus-outlook-deuglify): Add :group.
12074
12075         * dig.el (dig): Add :group.
12076
12077         * dns-mode.el (dns-mode): Add :group.
12078
12079         * encrypt.el (encrypt): Add :group.
12080
12081         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12082         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12083         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12084         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12085         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12086
12087         * gnus-diary.el (gnus-diary): Add :group.
12088
12089         * gnus.el (gnus-group-news-1-face): Add :group.
12090         (gnus-group-news-1-empty-face): Ditto.
12091         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12092         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12093         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12094         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12095         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12096         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12097         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12098         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12099         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12100         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12101         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12102         (gnus-summary-high-ticked-face): Ditto.
12103         (gnus-summary-low-ticked-face): Ditto.
12104         (gnus-summary-normal-ticked-face): Ditto.
12105         (gnus-summary-high-ancient-face): Ditto.
12106         (gnus-summary-low-ancient-face): Ditto.
12107         (gnus-summary-normal-ancient-face): Ditto.
12108         (gnus-summary-high-undownloaded-face): Ditto.
12109         (gnus-summary-low-undownloaded-face): Ditto.
12110         (gnus-summary-normal-undownloaded-face): Ditto.
12111         (gnus-summary-high-unread-face): Ditto.
12112         (gnus-summary-low-unread-face): Ditto.
12113         (gnus-summary-normal-unread-face): Ditto.
12114         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12115         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12116
12117         * hashcash.el (hashcash): New custom group.
12118         (hashcash-default-payment): Add :group.
12119         (hashcash-payment-alist): Ditto.
12120         (hashcash-default-accept-payment): Ditto.
12121         (hashcash-accept-resources): Ditto.
12122         (hashcash-path): Ditto.
12123         (hashcash-extra-generate-parameters): Ditto.
12124         (hashcash-double-spend-database): Ditto.
12125         (hashcash-in-news): Ditto.
12126
12127         * message.el (message-minibuffer-local-map): Add :group.
12128
12129         * netrc.el (netrc): Add :group.
12130
12131         * sieve-manage.el (sieve-manage-log): Add :group.
12132         (sieve-manage-default-user): Diito.
12133         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12134         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12135         (sieve-manage-authenticators): Ditto.
12136         (sieve-manage-authenticator-alist): Ditto.
12137         (sieve-manage-default-port): Ditto.
12138
12139         * sieve-mode.el (sieve-control-commands-face): Add :group.
12140         (sieve-action-commands-face): Ditto.
12141         (sieve-test-commands-face): Ditto.
12142         (sieve-tagged-arguments-face): Ditto.
12143
12144         * smime.el (smime): Add :group.
12145
12146         * spam-report.el (spam-report): Add :group.
12147
12148         * spam.el (spam, spam-face): Add :group.
12149
12150 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12151
12152         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12153         return \n.\n.\n at the end of articles.  Protect against that.
12154         (nntp-with-open-group): Allow debugging.
12155
12156         * nnheader.el (mail-header-set-extra): Make into a function
12157         because I just could't understand how to quote the list properly.
12158
12159         * dns.el (query-dns-cached): New function.
12160
12161 2005-05-26  Lute Kamstra  <lute@gnu.org>
12162
12163         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12164
12165 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12168
12169         * gnus-art.el: Don't autoload mail-extract-address-components.
12170
12171         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12172         eval-and-compile to evaluate it.
12173
12174         * hashcash.el: Don't autoload executable-find.
12175
12176         * nndb.el: Don't declare the nndb back end two or more times; don't
12177         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12178
12179         * nntp.el: Autoload format-spec instead of format; use
12180         eval-and-compile to evaluate autoload forms.
12181
12182 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12183
12184         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12185
12186 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12187
12188         * gnus.el (gnus-version-number): Bump version.
12189
12190 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12191
12192         * gnus.el: No Gnus v0.3 is released.
12193
12194 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12195
12196         * lpath.el (featurep): Bind show-nonbreak-escape.
12197
12198 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-art.el (gnus-article-edit-part): Disable undo.
12201
12202 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12205         gnus-article-date-lapsed-new-header is t if date timer is active;
12206         skip headers in which the original date value is empty.
12207         (gnus-article-save-original-date): Redefine it as a macro.
12208         (gnus-display-mime): Use it.
12209
12210 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-art.el (article-date-ut): Support converting date in
12213         forwarded parts as well.
12214         (gnus-article-save-original-date): New function.
12215         (gnus-display-mime): Use it.
12216
12217 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12218
12219         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12220         enclosure element of <item>.
12221
12222 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * message.el (message-kill-buffer-query): Renamed from
12225         `message-kill-buffer-query-if-modified'.  Added :version.
12226
12227 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12230         window layout.
12231
12232 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * mml.el: Autoload dnd when compiling.
12235
12236 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12239         x-dnd-*.
12240
12241 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * qp.el (quoted-printable-encode-region): Save excursion.
12244
12245 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12246
12247         * message.el (message-kill-buffer-query-if-modified): Add new variable
12248         so the user can kill a modified message buffer quickly.
12249         (message-kill-buffer): Use it.
12250
12251 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * lpath.el: Fbind display-time-event-handler; don't fbind
12254         string-to-multibyte.
12255
12256         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12257
12258 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12261         contained in text because xml.el decodes entities) with LFs.
12262
12263 2005-04-11  Lute Kamstra  <lute@gnu.org>
12264
12265         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12266         differently.
12267
12268 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12269
12270         * mm-util.el (mm-detect-coding-region): Typo.
12271
12272 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12275
12276 2005-04-06  Deepak Goel  <deego@gnufans.org>
12277
12278         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12279         user-function allow user modifications of the scores.
12280         (spam-stat-score-buffer-user): New function, to allow
12281         user-computed modifications to the score.
12282         (spam-stat-score-buffer-user-functions): List of additional
12283         scoring functions.
12284         (spam-stat-error-holder): Global temporary error holder.
12285         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12286         variable.
12287
12288 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12289
12290         * gnus-registry.el (gnus-registry-clean-empty-function)
12291         (gnus-registry-trim, gnus-registry-fetch-groups)
12292         (gnus-registry-delete-group): Groups that match
12293         `gnus-registry-ignored-groups' are removed from the registry
12294         entries, not just ignored for splitting.  This helps clean up the
12295         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12296         to get all the groups a message ID is in.
12297
12298         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12299         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12300         (spam-stat-score-buffer-user-functions): Add :number custom type.
12301
12302 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12305         argument in XEmacs.
12306
12307         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12308         (nnrss-request-group): Decode group name first.
12309         (nnrss-request-article): Make a text/plain article if mml-to-mime
12310         failed.
12311         (nnrss-get-encoding): Return a compatible encoding according to
12312         nnrss-compatible-encoding-alist.
12313         (nnrss-find-el): Use consp instead of listp.
12314         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12315
12316 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12319         which Emacs 20 doesn't support.
12320         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12321
12322 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12325         silence the byte compiler inside the defun.
12326
12327         * gnus-demon.el (parse-time-string): Add autoload.
12328
12329         * gnus-delay.el (parse-time-string): Add autoload.
12330
12331         * gnus-art.el (parse-time-string): Add autoload.
12332
12333         * nnultimate.el (parse-time): Require for `parse-time-string'.
12334
12335 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12338
12339         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12340
12341         * smime.el (smime-ldap-host-list): Add :version.
12342
12343 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12346         pass it to `gnus-browse-read-group'.
12347         (gnus-browse-read-group): Add NUMBER argument and pass it to
12348         `gnus-group-read-ephemeral-group'.
12349
12350         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12351         argument and pass it to `gnus-group-read-group'.
12352
12353 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12354
12355         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12356         mm-xemacs-find-mime-charset-1 if we have the mule feature
12357         available at runtime.
12358
12359 2005-03-25  Werner Lemberg  <wl@gnu.org>
12360
12361         * nnmaildir.el: Replace `illegal' with `invalid'.
12362
12363 2005-03-23  Lute Kamstra  <lute@gnu.org>
12364
12365         * time-date.el: Add comment on time value formats.
12366         Don't require parse-time.
12367         (with-decoded-time-value): New macro.
12368         (encode-time-value): New function.
12369         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12370         (days-to-time): Return a valid time value when arg is huge.
12371         (time-since): Use time-subtract.
12372         (time-to-number-of-days): Use time-to-seconds.
12373
12374 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12375
12376         * gnus-start.el (gnus-display-time-event-handler):
12377         Check display-time-timer at runtime rather than only at load time
12378         in case display-time-mode is turned off in the mean time.
12379
12380 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12383         used.
12384
12385         * nneething.el (nneething-map-file-directory): Derive from
12386         `gnus-directory'.
12387
12388         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12389         the To/Cc button.
12390
12391 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * nnmaildir.el (nnmaildir-request-accept-article):
12394         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12395
12396 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12397
12398         * gnus-async.el: Require timer-funcs at compile time when in
12399         XEmacs for `run-with-idle-timer'.
12400
12401 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12402
12403         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12404         autoloaded function.
12405
12406 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12407
12408         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12409
12410 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12411
12412         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12413
12414 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12417         gnus-expert-user to default.
12418
12419 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12420
12421         * nnimap.el (nnimap-open-server): Ditto.
12422
12423         * imap.el (imap-authenticate): Fix typo.
12424
12425 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12426
12427         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12428         buffer (since IMAP server might return FETCH response out of
12429         order, and the nntp buffer must be sorted).
12430
12431 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12432
12433         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12434         comparison on string.
12435
12436         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12437         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12438         (gnus-agent-summary-fetch-series): Modified to protect against
12439         gnus-agent-summary-fetch-group clearing processable flags.
12440         (gnus-agent-synchronize-group-flags): Update live group buffer as
12441         synchronization may occur due to the user toggle the plugged
12442         status.
12443         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12444         successfully downloaded.
12445         (gnus-agent-expire-group-1): Avoid using markers when the overview
12446         is in ascending order; greatly improves performance.
12447         (gnus-agent-regenerate-group): Use
12448         gnus-agent-synchronize-group-flags to reset read status in both
12449         gnus and server.
12450         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12451
12452 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12453
12454         * message.el: Don't autoload former message-utils variables.
12455         (message-strip-subject-trailing-was): Change doc string.
12456
12457         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12458         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12459         (nnweb-google-search): Add "hl=en" here.
12460         (nnweb-google-parse-1, nnweb-google-create-mapping):
12461         Don't hardcode URL.
12462
12463 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12464
12465         * message.el (message-get-reply-headers, message-followup):
12466         Mention related variables `message-use-followup-to' and
12467         `message-use-mail-followup-to', in the information buffer.
12468
12469         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12470         of broken groups(-beta).google.com.
12471
12472 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12473
12474         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12475         parameter to invoked gnus-request-move-article; remove the
12476         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12477         all at once instead of once per article.
12478         (gnus-summary-remove-process-mark): Accept a list of articles as
12479         well as a single article for processing.
12480
12481         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12482         parameter.
12483
12484         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12485
12486         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12487
12488         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12489         parameter.
12490
12491         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12492         parameter.
12493
12494         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12495         parameter and remove the gnus-sum-hint-move-is-internal variable.
12496
12497         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12498         parameter.
12499
12500         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12501         parameter.
12502
12503         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12504         parameter.
12505
12506         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12507
12508         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12509         parameter.
12510
12511         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12512         parameter.
12513
12514 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12515
12516         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12517         a more conservative way.
12518
12519 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12520
12521         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12522         buffer, so it moves the window's cursor.
12523
12524 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12525
12526         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12527         `mm-dissect-multipart' and receive the from field as an (optional)
12528         argument from `mm-dissect-multipart'.
12529         (mm-dissect-multipart): Receive the from field as an argument and
12530         pass it on when we call `mm-dissect-buffer' on MIME parts.
12531         Fixes verification/decryption of signed/encrypted MIME parts.
12532
12533 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12534
12535         * gnus-sum.el (gnus-summary-move-article): Set
12536         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12537         whatever it calls (right now, only nnimap-request-move article
12538         respects it).
12539
12540         * nnimap.el (nnimap-request-move-article): When
12541         gnus-sum-hint-move-is-internal is set, don't do the extra
12542         nnimap-request-article.
12543
12544 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12547
12548         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12549         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12550
12551         * gnus-sum.el (gnus-summary-caesar-message):
12552         Apply `gnus-treat-article' after rotation.
12553
12554         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12555         doc string.
12556
12557 2005-02-22  Simon Josefsson  <jas@extundo.com>
12558
12559         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12560         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12561         <arne@arnested.dk>.
12562         (encrypt): Add password-cache and password-cache-expiry as group
12563         members.
12564
12565 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12566
12567         * smime.el (smime-ldap-host-list): Doc fix.
12568         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12569         cache) password.
12570         (smime-sign-region): Use it.
12571         (smime-decrypt-region): Use it.
12572         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12573         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12574         fails.
12575         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12576         certificate from DER to PEM format rather than calling openssl.
12577
12578         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12579
12580         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12581         for signing/encryption.
12582
12583         * mml.el (mml-parse-1): Use them.
12584
12585 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12586
12587         * nnrss.el (nnrss-verbose): Removed.
12588         (nnrss-request-group): Use `nnheader-message' instead.
12589
12590 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12591
12592         * nnrss.el (nnrss-verbose): New variable.
12593         (nnrss-request-group): Make it say nnrss is requesting a group.
12594
12595 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12598         Handle news URL with given port correctly.
12599
12600 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12603         containing special characters.
12604
12605         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12606
12607         * mml.el (mime-to-mml): Ditto.
12608
12609         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12610         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12611         (rfc2047-decode-region): Quote decoded words containing special
12612         characters when rfc2047-quote-decoded-words-containing-tspecials
12613         is non-nil.
12614
12615 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12616
12617         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12618
12619         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12620
12621 2005-02-15  Simon Josefsson  <jas@extundo.com>
12622
12623         * nnimap.el (nnimap-debug): Doc fix.
12624
12625         * imap.el (imap-debug): Doc fix.
12626
12627 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12630
12631 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12632
12633         * gnus.el (spam-contents): Improve docs for spam-contents
12634         parameter in its variable incarnation.
12635
12636 2005-02-14  Simon Josefsson  <jas@extundo.com>
12637
12638         * smime-ldap.el: Use require instead of load-library for ldap.
12639         (smime-ldap-search): Indent.
12640         (smime-ldap-search-internal): Shorten line.
12641
12642         * smime.el (smime-cert-by-dns): Add doc-string.
12643         (smime-cert-by-ldap-1): Indent.
12644
12645         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12646         mml-smime-get-dns-ldap.
12647         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12648
12649 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12650
12651         * smime.el: Require smime-ldap.
12652         (smime-ldap-host-list): New variable.
12653         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12654
12655         * mml-smime.el (mml-smime-encrypt-query): New function.
12656         (mml-smime-encrypt-query): Use it.
12657
12658         * smime-ldap.el: New file.
12659
12660 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12663
12664 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12667         argument in doc string.  Make query for type more clear.
12668
12669 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * gnus.el (gnus-group-startup-message): Search for gnus images in
12672         etc/images/gnus.
12673         * mm-util.el (mm-image-load-path): Likewise.
12674         * smiley.el (smiley-data-directory): Search for smilies in
12675         etc/images/smilies.
12676
12677 2005-02-09  Kim F. Storm  <storm@cua.dk>
12678
12679         Change Emacs release version from 21.4 to 22.1 throughout.
12680         Change Emacs development version from 21.3.50 to 22.0.50.
12681
12682 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12685
12686         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12687         non-Mule XEmacs as well.
12688         (mm-decompress-buffer): Signal an error intentionally if it does
12689         not decompress compressed data because auto-compression-mode is
12690         disabled.
12691
12692 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12693
12694         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12695         an ID in the registry even if it has no groups.
12696
12697 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12700         merge it into mm-decompress-buffer.
12701         (gnus-mime-copy-part): Use the MIME part charset, the value which
12702         a user specified or gnus-newsgroup-charset for decoding, like
12703         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12704         save-buffer what was used.  Suggested by Kevin Ryde
12705         <user42@zip.com.au>.
12706         (gnus-mime-inline-part): Allow the name parameter as well as the
12707         filename parameter; force decompressing of compressed data; always
12708         display contents being not decoded as unibyte.
12709
12710         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12711         as well as the filename parameter.
12712
12713         * mm-util.el (mm-decompress-buffer): Merge
12714         gnus-mime-jka-compr-maybe-uncompress.
12715         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12716         of compressed data.
12717
12718 2005-02-08  Simon Josefsson  <jas@extundo.com>
12719
12720         * imap.el (imap-log): Doc fix.
12721
12722 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12725         the coding cookies; decompress compressed parts.
12726
12727         * mml.el (mml-generate-mime-1): Add the charset parameter according
12728         to the value which a user specified manually or the coding cookie.
12729
12730         * mm-util.el (mm-string-to-multibyte): New function.
12731         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12732         (mm-coding-system-to-mime-charset): New function.
12733         (mm-decompress-buffer): New function.
12734         (mm-find-buffer-file-coding-system): New function.
12735
12736         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12737         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12738         parts.
12739
12740 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12741
12742         * mm-view.el (mm-display-inline-fontify): Decode a part according
12743         to the charset parameter.
12744
12745 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12748         prefix arg is neither nil nor a number, as info specifies.
12749
12750 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12753         timestamps.
12754
12755 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12756
12757         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12758         groups error checking and notify user.
12759
12760 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12761
12762         * message.el (message-send-mail-function): Check existence of
12763         sendmail-program first before using default value
12764         `message-send-mail-with-sendmail'.  Otherwise use more generic
12765         `smtpmail-send-it'.
12766
12767 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * nntp.el (nntp-request-update-info): Always return nil.
12770
12771 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12772
12773         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12774
12775 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12776
12777         * message.el (message-beginning-of-line): Change the behavior when
12778         invoked between BOL and : so that it first moves backward.
12779
12780 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12783         article buffer when editing of the article is discarded.
12784         (gnus-article-prepare): Revert.
12785
12786 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-art.el (gnus-article-prepare):
12789         Remove message-strip-forbidden-properties from the local hook.
12790
12791 2005-01-27  Simon Josefsson  <jas@extundo.com>
12792
12793         * password.el (password-cache-add): Only start one timer per key.
12794         Reported by Derek Atkins <warlord@MIT.EDU>.
12795
12796 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12797
12798         * run-at-time.el: Removed.  It is no longer needed as
12799         timer-funcs.el in the xemacs-base package has a working version of
12800         `run-at-time'.
12801
12802         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12803
12804         * password.el: Require timer-funcs instead of run-at-time in
12805         XEmacs.
12806         Remove `password-run-at-time' macro.
12807         (password-cache-add): Use `run-at-time' instead of
12808         `password-run-at-time'.
12809
12810         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12811         Remove `nnheader-cancel-function-timers' alias,
12812         `cancel-function-timers' exists in XEmacs in timer-funcs.
12813
12814         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12815         for `run-with-idle-timer'.
12816
12817         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12818         for `run-at-time'.
12819
12820         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12821         for `with-timeout'.
12822
12823         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12824         the same as for XEmacs 21.4.
12825         No need to ignore `run-with-idle-timer', this function exists in
12826         XEmacs now in timer-funcs.el in the xemacs-base package.
12827         (dgnushack-compile): No need to delete
12828         run-at-time.el from the list of files to compile because it
12829         doesn't exist anymore.
12830
12831 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12834         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12835
12836 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12837
12838         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12839         sensitively.
12840
12841 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12842
12843         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12844
12845 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12848         which will be inserted according to the multibyteness of a buffer
12849         rather than the type of contents.  Suggested by ARISAWA Akihiro
12850         <ari@mbf.ocn.ne.jp>.
12851
12852         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12853         of string which old xml.el may return rather than a string.
12854
12855 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12858
12859 2005-01-16  Simon Josefsson  <jas@extundo.com>
12860
12861         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12862         idn/idna.el isn't available.
12863         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12864         <michael@waxrat.com>.
12865
12866         * hashcash.el: Remove non-FSF copyright header.
12867
12868         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12869         (hashcash-generate-payment): Use it.
12870         (hashcash-generate-payment-async): Use it.
12871
12872 2005-01-15  Simon Josefsson  <jas@extundo.com>
12873
12874         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12875         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12876
12877         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12878         gnus-summary-idna-message.
12879         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12880         (gnus-summary-idna-message): New function.
12881
12882 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12885         gnus-novice-user.
12886
12887 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * nnrss.el (nnrss-request-delete-group): Delete entries in
12890         nnrss-group-alist as well.
12891         (nnrss-save-server-data): Insert newline.
12892
12893 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * gnus.el (gnus-user-agent): Use list of symbols instead of
12896         symbols.  Display full version number for (S)XEmacs.  Optionally
12897         display (S)XEmacs codename.
12898
12899         * gnus-util.el (gnus-emacs-version): Update for new
12900         `gnus-user-agent'.
12901
12902         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12903         Gnus version.
12904
12905 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12908         which is unreadable in some setups.
12909
12910 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-spec.el (gnus-update-format-specifications): Flush the
12913         group format spec cache if it doesn't support decoded group names.
12914
12915 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12918         Allow to apply decay on score files matching a regexp.
12919
12920 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12923         compatibility in %g and %c.
12924
12925 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12928         name for only %g and %c.
12929         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12930         of gnus-tmp-group to decoded group name.
12931         (gnus-group-make-rss-group): Exclude `/'s from group names.
12932
12933 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * nnrss.el (nnrss-get-encoding): Fix regexp.
12936
12937 2004-12-27  Simon Josefsson  <jas@extundo.com>
12938
12939         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12940         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12941         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12942
12943 2004-12-17  Kim F. Storm  <storm@cua.dk>
12944
12945         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12946
12947         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12948
12949 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12950
12951         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12952
12953 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * nnrss.el: Require rfc2047 and mml.
12956         (nnrss-file-coding-system): New variable.
12957         (nnrss-format-string): Redefine it as an inline function.
12958         (nnrss-decode-group-name): New function.
12959         (nnrss-string-as-multibyte): Remove.
12960         (nnrss-retrieve-headers): Decode group name; don't use
12961         nnrss-format-string.
12962         (nnrss-request-group): Decode group name.
12963         (nnrss-request-article): Decode group name; allow a Message-ID as
12964         well as an article number; don't use nnrss-format-string; encode a
12965         Message-ID string which may contain non-ASCII characters; use
12966         mml-to-mime to compose a MIME article.
12967         (nnrss-request-expire-articles): Decode group name.
12968         (nnrss-request-delete-group): Decode group name.
12969         (nnrss-fetch): Clarify error message.
12970         (nnrss-read-server-data): Use insert-file-contents instead of load;
12971         bind file-name-coding-system; use multibyte buffer.
12972         (nnrss-save-server-data): Bind coding-system-for-write to the
12973         value of nnrss-file-coding-system; bind file-name-coding-system;
12974         add coding cookie.
12975         (nnrss-read-group-data): Use insert-file-contents instead of load;
12976         bind file-name-coding-system; use multibyte buffer.
12977         (nnrss-save-group-data): Bind coding-system-for-write to the
12978         value of nnrss-file-coding-system; bind file-name-coding-system.
12979         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12980         make it work with non-ASCII text.
12981         (nnrss-find-el): Make it work with old xml.el as well.
12982
12983 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12984
12985         * nnrss.el (nnrss-get-encoding): New function.
12986         (nnrss-fetch): Use unibyte buffer initially; bind
12987         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12988         decode contents according to the encoding attribute.
12989         (nnrss-save-group-data): Add coding cookie.
12990         (nnrss-mime-encode-string): New function.
12991         (nnrss-check-group): Use it to encode subject and author.
12992
12993 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12994
12995         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12996         imaginary variable.
12997
12998 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13001         correctly even if there are wide characters.
13002
13003 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13004
13005         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13006         downcased symbol names; make a new cache instead of reusing
13007         bbdb-hashtable.
13008
13009 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13012         concatenating segments rather than before concatenating them.
13013         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13014
13015         * message.el (message-get-reply-headers): Bind `extra'.
13016
13017 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13018
13019         * message.el (message-extra-wide-headers): New variable.
13020         (message-get-reply-headers): Use it.
13021
13022 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13025         (gnus-agent-group-pathname): Ditto.
13026
13027         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13028
13029         * gnus-group.el (gnus-group-make-group): Decode group name.
13030         (gnus-group-make-rss-group): Register the group data after opening
13031         the nnrss group.
13032
13033 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13034
13035         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13036         by expiry now get marked as read.
13037
13038 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13041
13042 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13043
13044         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13045         unify Latin characters in XEmacs.
13046         (mm-find-mime-charset-region): Use it.
13047
13048 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-util.el (gnus-delete-directory): New function.
13051
13052         * gnus-agent.el (gnus-agent-delete-group): Use it.
13053
13054         * gnus-cache.el (gnus-cache-delete-group): Use it.
13055
13056 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13059         names.
13060
13061 2004-12-16  Simon Josefsson  <jas@extundo.com>
13062
13063         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13064
13065 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13068
13069         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13070         (gnus-group-set-current-level): Decode group name.
13071
13072 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13073
13074         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13075         failed.
13076
13077 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-group.el (gnus-group-delete-group): Decode group name.
13080         (gnus-group-make-rss-group): Encode group name.
13081         (gnus-group-catchup-current): Decode group name.
13082         (gnus-group-kill-group): Decode group name.
13083
13084 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13085
13086         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13087
13088 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-group.el (gnus-group-make-rss-group):
13091         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13092
13093         * gnus-start.el (gnus-setup-news): Honor user's setting to
13094         gnus-message-archive-method.  Suggested by Lute Kamstra
13095         <lute@gnu.org>.
13096
13097 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13098
13099         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13100         global counterparts of the buffer-local variables.
13101
13102 2004-11-16  Romain Francoise  <romain@orebokech.com>
13103
13104         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13105         counterparts of the buffer-local variables.
13106
13107 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * message.el (message-forbidden-properties): Fixed typo in doc
13110         string.
13111
13112 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * gnus-util.el (gnus-replace-in-string): Added doc string.
13115
13116         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13117         to avoid problems when splitting mails with many recipients.
13118
13119 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13120
13121         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13122         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13123
13124 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13125
13126         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13127         if there is no hashtable in memory or file modification time is
13128         newer than cached timestamp.
13129
13130 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13133         not-matching option.
13134
13135 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13138         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13139         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13140         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13141         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13142         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13143
13144 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * message.el (message-forward-make-body-mml): Remove headers
13147         according to message-forward-ignored-headers if a message is decoded.
13148
13149 2004-12-02  Romain Francoise  <romain@orebokech.com>
13150
13151         * message.el (message-forward-make-body-plain): Always remove
13152         headers according to message-forward-ignored-headers.
13153
13154 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * spam.el (spam-summary-prepare-exit): Remove the
13157         gnus-summary-limit pop for now, it has problems with ham marks for
13158         me.
13159
13160 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13161
13162         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13163         correctly.
13164
13165 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13166
13167         * format-spec.el (format-spec): Message the char.
13168
13169 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13170
13171         * gnus-art.el (gnus-split-methods): Reformat comments.
13172
13173         * spam.el (spam-summary-prepare-exit): Remove article limits
13174         before exiting the summary buffer.
13175
13176 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13179         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13180
13181         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13182         order to silence the byte compiler.
13183
13184         * spam.el: Fix the way to silence the byte compiler, which
13185         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13186         bbdb-search-simple, spam-BBDB-register-routine,
13187         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13188         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13189         spam-stat-buffer-is-spam, spam-stat-load,
13190         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13191         spam-stat-save and spam-stat-split-fancy.
13192
13193 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13196         which may confuse users.
13197         (canlock-password-for-verify): Ditto.
13198
13199         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13200
13201         * gnus-art.el (gnus-emphasis-alist): Ditto.
13202
13203         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13204
13205         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13206
13207         * gnus-start.el (gnus-save-killed-list): Ditto.
13208
13209         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13210         (gnus-sum-thread-tree-root): Ditto.
13211         (gnus-sum-thread-tree-false-root): Ditto.
13212         (gnus-sum-thread-tree-single-indent): Ditto.
13213
13214         * message.el (message-courtesy-message): Ditto.
13215         (message-archive-note): Ditto.
13216         (message-subscribed-address-file): Ditto.
13217         (message-user-fqdn): Ditto.
13218
13219         * spam-report.el (spam-report-gmane-regex): Ditto.
13220
13221         * spam.el (spam-blackhole-good-server-regex): Ditto.
13222
13223 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * mml.el (mml-preview): Widen the message buffer before copying
13226         the contents to the preview buffer; sort headers before previewing.
13227
13228         * message.el (message-hidden-headers): Fix the way to avoid a bug
13229         in the `repeat' widget in Emacs 21.3 or earlier.
13230
13231 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * message.el (message-hidden-headers): Default to "^References:".
13234         Improve customization type.  Suggested by Reiner Steib
13235         <Reiner.Steib@gmx.de>.
13236
13237 2004-11-25  Romain Francoise  <romain@orebokech.com>
13238
13239         * message.el (message-strip-forbidden-properties): Remove check for
13240         obsolete `message-hidden' text property, hidden headers are not
13241         accessible in the buffer anymore.
13242
13243 2004-11-22  Romain Francoise  <romain@orebokech.com>
13244
13245         * message.el (message-header-format-alist): Add `From' in list
13246         so that it can be sorted.
13247         (message-fix-before-sending): Widen and sort headers before
13248         sending.
13249         (message-hide-headers): Use narrowing to hide headers by moving
13250         them to the top of the buffer and narrowing to the region
13251         underneath.
13252
13253 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13254
13255         * message.el (message-strip-forbidden-properties): Bind
13256         buffer-read-only (etc) to nil.
13257
13258 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13261         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13262
13263 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13264
13265         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13266
13267 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13268
13269         * dns.el (query-dns): Use sit-for to time instead of
13270         accept-process-output, since that doesn't seem to work on udp
13271         sockets.
13272
13273 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13276
13277 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13278
13279         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13280         doc string.  Improve doc string.
13281
13282 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * nntp.el (nntp-request-update-info): Return nil if
13285         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13286         may not call gnus-activate-group which uselessly issues the GROUP
13287         commands for all nntp groups and wastes time.  Reported by Romain
13288         Francoise <romain@orebokech.com>.
13289
13290         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13291
13292 2004-11-15  Simon Josefsson  <jas@extundo.com>
13293
13294         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13295         headers separately.
13296         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13297         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13298
13299 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * gnus-start.el (gnus-convert-old-newsrc):
13302         Assign legacy-gnus-agent to 5.10.7.
13303
13304 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13305
13306         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13307         start of the lines.
13308
13309 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13310
13311         * hashcash.el (hashcash-default-payment): Change default to 20.
13312         (hashcash-default-accept-payment): Change default to 20.
13313         (hashcash-process-alist): New variable.
13314         (hashcash-generate-payment-async): Add.
13315         (hashcash-already-paid-p): Add.
13316         (hashcash-insert-payment): Don't generate payments twice.
13317         (hashcash-insert-payment-async): Add.
13318         (hashcash-insert-payment-async-2): Add.
13319         (hashcash-cancel-async): Add.
13320         (hashcash-wait-async): Add.
13321         (hashcash-processes-running-p): Add.
13322         (hashcash-wait-or-cancel): Add.
13323         (mail-add-payment): New optional argument.  Conditionally start
13324         asynchronous calculation.
13325         (mail-add-payment-async): Add.
13326
13327         * message.el (message-send-mail): Wait for asynchronous hashcash
13328         results.  Don't clobber existing X-Hashcash headers.
13329         (message-setup-1): Call mail-add-payment-async when
13330         message-generate-hashcash is non-nil.
13331
13332 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13333
13334         * message.el (message-use-alternative-email-as-from): Examine the
13335         From header as well; use message-make-from in order to include a
13336         user's full name.
13337
13338 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13341         default; improve customization type.
13342         (gnus-emphasis-custom-with-format): New macro.
13343         (gnus-emphasis-custom-value-to-external): New function.
13344         (gnus-emphasis-custom-value-to-internal): New function.
13345
13346 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13347
13348         * dns.el (query-dns): Resolve reverse addresses.
13349
13350 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13351
13352         * gnus-group.el (gnus-group-get-new-news): Use it.
13353
13354         * gnus-start.el (gnus-check-reasonable-setup): New function.
13355
13356 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13359         "Args out of range" error.  Reported by Arnaud Giersch
13360         <arnaud.giersch@free.fr>.
13361
13362 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13363
13364         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13365
13366 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13367
13368         * spam.el (spam group): Add :version.
13369
13370         * pgg-def.el (pgg group): Add :version.
13371
13372 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * gnus-art.el (gnus-article-edit-article): Don't associate the
13375         article buffer with a draft file.  This is a temporary measure
13376         against the 2004-08-22 change to gnus-article-edit-mode.
13377
13378 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13381         (html2text-format-tags): Remove unused variable `attr'.
13382
13383 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13384
13385         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13386
13387         * tls.el (tls-process-connection-type, tls-success)
13388         (tls-certtool-program): Add :version.
13389
13390         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13391         (starttls-extra-arguments, starttls-process-connection-type)
13392         (starttls-connect, starttls-failure, starttls-success): Add :version.
13393
13394         * spam-stat.el (spam-stat): Add :version.
13395
13396         * sieve.el (sieve): Add :version.
13397
13398         * sha1.el (sha1): Add :version.
13399         (sha1-use-external): Remove redundant version.
13400
13401         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13402         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13403         (nnmail-split-fancy-match-partial-words)
13404         (nnmail-split-lowercase-expanded): Add :version.
13405
13406         * nndiary.el (nndiary): Add :version.
13407
13408         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13409
13410         * mml-sec.el (mml-default-sign-method)
13411         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13412         Add :version.
13413
13414         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13415
13416         * mm-url.el (mm-url-use-external, mm-url-program)
13417         (mm-url-arguments): Add :version.
13418
13419         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13420         (mm-attachment-file-modes, mm-decrypt-option)
13421         (mm-w3m-safe-url-regexp): Add :version.
13422
13423         * message.el (message-cite-prefix-regexp)
13424         (message-sendmail-envelope-from, message-minibuffer-local-map)
13425         (message-user-fqdn, message-completion-alist): Add :version.
13426
13427         * gnus-win.el (gnus-configure-windows-hook)
13428         (gnus-use-frames-on-any-display): Add :version.
13429
13430         * gnus-art.el (gnus-article-address-banner-alist)
13431         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13432         (gnus-treat-from-picon, gnus-treat-mail-picon)
13433         (gnus-treat-x-pgp-sig): Add :version.
13434
13435         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13436         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13437         (gnus-summary-article-delete-hook)
13438         (gnus-summary-display-while-building): Add :version.
13439
13440         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13441         (gnus-get-top-new-news-hook): Add :version.
13442
13443         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13444         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13445
13446         * gnus-registry.el (gnus-registry): Add :version.
13447
13448         * gnus-spec.el (gnus-use-correct-string-widths)
13449         (gnus-make-format-preserve-properties): Add :version.
13450
13451         * gnus.el (gnus-group-charter-alist)
13452         (gnus-group-fetch-control-use-browse-url)
13453         (gnus-install-group-spam-parameters): Add :version.
13454
13455         * gnus-diary.el (gnus-diary): Add :version.
13456
13457         * gnus-delay.el (gnus-delay): Add :version.
13458
13459         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13460         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13461         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13462         Add :version.
13463
13464         * gnus-agent.el (gnus-agent-max-fetch-size)
13465         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13466         (gnus-agent-prompt-send-queue): Add :version.
13467
13468         * deuglify.el (gnus-outlook-deuglify): Add :version.
13469
13470         * html2text.el: Beautify code.  Improve doc strings.  Some
13471         checkdoc cleanup.
13472         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13473
13474 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13475
13476         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13477
13478 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13479
13480         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13481         when package is loaded.
13482
13483         * spam.el (spam-summary-score-preferred-header): Add global preference
13484         for people who want to override the default SpamAssassin over
13485         Bogofilter preference (when both are set).
13486         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13487         (spam-user-format-function-S): Check
13488         spam-summary-score-preferred-header.
13489         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13490         (spam-user-format-function-S): Format the score correctly.
13491
13492 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13495         signature file.  Suggested by Manoj Srivastava
13496         <srivasta@golden-gryphon.com>.
13497
13498         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13499         iso-2022-jp even in the Japanese language environment.
13500         Suggested by Jason Rumney <jasonr@gnu.org>.
13501
13502 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13505         use the same characters as the dummy marks; make it free from
13506         getting affected by the language environment.
13507         (gnus-summary-read-group-1): Update mark positions only when the
13508         format spec is updated.
13509
13510         * gnus-spec.el (gnus-update-format-specifications): Return a list
13511         of updated types.
13512
13513 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13516         of boundp to check if display-warning is available.
13517
13518 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13519
13520         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13521
13522 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * nnspool.el (nnspool-spool-directory): Use news-path if the
13525         news-directory variable is not bound.
13526
13527         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13528         function instead of display-warning if it is not available.
13529
13530 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13533         v5-10: Use `point-at-bol'.
13534
13535 2004-10-26  Simon Josefsson  <jas@extundo.com>
13536
13537         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13538         <chenggao@gmail.com>.
13539
13540 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13543         instead.
13544
13545 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13546
13547         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13548         to remove a server from the nnimap-server-buffer-alist.
13549         (nnimap-open-connection, nnimap-close-server): Use it.
13550
13551         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13552
13553 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13556         running the major-mode function.
13557
13558 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13561         dummy marks in the right way.
13562
13563 2004-10-18  David Edmondson  <dme@dme.org>
13564
13565         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13566         excessively.
13567
13568 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13569
13570         * gnus-util.el (gnus-split-references): Accept a nil references
13571         string and go on blissfully.
13572
13573         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13574         cases where the references string is non-nil but has no references.
13575
13576         * encrypt.el: Add autoload tags.
13577
13578         * spam.el (spam-resolve-registrations-routine): Remove article
13579         from unregistration list too.  Reported by David Hanak
13580         <dhanak@isis.vanderbilt.edu>
13581
13582 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13585         nil.  Changed custom type.
13586
13587 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13590
13591         * gnus-sum.el (gnus-summary-move-article): Use it.
13592
13593 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13594
13595         * encrypt.el: Add autoload cookies.
13596
13597         * spam.el (spam-backend-article-list-property)
13598         (spam-backend-get-article-todo-list)
13599         (spam-backend-put-article-todo-list)
13600         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13601         Resolve registrations separately.
13602         (spam-register-routine): Format comments.
13603         (spam-unregister-routine, spam-register-routine): Always call with
13604         specific-articles, no default list.
13605         (spam-summary-prepare-exit): Use the spam-classifications function.
13606
13607         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13608         gnus-encrypt.el.
13609
13610         * encrypt.el: Copied from gnus-encrypt.el.
13611
13612         * gnus-encrypt.el: Commented that it's obsolete.
13613
13614 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13617         (gnus-score-save): Use it.
13618
13619         * message.el (message-bury): Use `window-dedicated-p'.
13620
13621 2004-10-15  Simon Josefsson  <jas@extundo.com>
13622
13623         * pop3.el (top-level): Don't require nnheader.
13624         (pop3-read-timeout): Add.
13625         (pop3-accept-process-output): Add.
13626         (pop3-read-response, pop3-retr): Use it.
13627
13628 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13629
13630         * spam.el (spam-register-routine): Move comment.
13631         (spam-verify-bogofilter): Use 'unknown for the initial
13632         spam-bogofilter-valid state, not 'never.
13633
13634         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13635         for netrc-machine.
13636
13637         * nnimap.el (nnimap-open-connection): Use
13638         netrc-machine-user-or-password.
13639
13640 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13641
13642         * gnus-registry.el (gnus-registry-unload-hook):
13643         Set as a variable with add-hook.
13644
13645         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13646         of news-path.
13647
13648         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13649
13650         * spam.el: Delete duplicate `provide'.
13651         (spam-unload-hook): Set as a variable with add-hook.
13652
13653 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13656         in the doc string.
13657
13658         * message.el (message-ignored-news-headers)
13659         (message-ignored-supersedes-headers)
13660         (message-ignored-resent-headers)
13661         (message-forward-ignored-headers): Improve custom type.
13662
13663 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * message.el (message-tokenize-header): Fix 2004-09-06 change
13666         which used point-min in the wrong place.
13667
13668 2004-10-12  Simon Josefsson  <jas@extundo.com>
13669
13670         * tls.el (tls-certtool-program): New variable.
13671         (tls-certificate-information): New function, based on
13672         ssl-certificate-information.
13673
13674 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * compface.el: Move the version of ELisp-based uncompface program
13677         to the contrib directory because of the copyright problem.
13678
13679 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * message.el (message-kill-buffer): Raise the current frame.
13682
13683 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13686
13687         * gnus.el (message-y-or-n-p): Autoload.
13688
13689         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13690         (pop3-password-required, pop3-authentication-scheme)
13691         (pop3-leave-mail-on-server): Made customizable.
13692         (pop3): New custom group.
13693         (pop3-retr): Remove `sleep-for' statements.
13694         Suggested by Dave Love <fx@gnu.org>.
13695
13696         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13697         Windows/DOS.
13698
13699         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13700         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13701         Dave Love <fx@gnu.org>.
13702
13703         * mml.el (mml-minibuffer-read-disposition): Require match.
13704         Suggested by Dave Love <fx@gnu.org>.
13705
13706 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13709         doc string.
13710
13711 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13714
13715 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13716
13717         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13718         instead of calling `mm-insert-inline', to decode text/* parts
13719         before displaying them.
13720
13721 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * mm-uu.el (mm-uu-text-plain-type): New variable.
13724         (mm-uu-pgp-signed-extract-1): Use it.
13725         (mm-uu-pgp-encrypted-extract-1): Use it.
13726         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13727         bind mm-uu-text-plain-type with that value.
13728         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13729         mm-uu-dissect.
13730
13731 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * gnus-group.el (gnus-update-group-mark-positions):
13734         * gnus-sum.el (gnus-update-summary-mark-positions):
13735         * message.el (message-check-news-body-syntax):
13736         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13737         of string-as-multibyte.
13738
13739 2004-10-05  Juri Linkov  <juri@jurta.org>
13740
13741         * gnus-group.el (gnus-update-group-mark-positions):
13742         * gnus-sum.el (gnus-update-summary-mark-positions):
13743         * message.el (message-check-news-body-syntax):
13744         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13745         8-bit unibyte values to a multibyte string for search functions.
13746
13747 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13750         (mm-uu-dissect-text-parts): New function.
13751
13752         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13753         dissect text parts.
13754
13755         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13756         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13757
13758         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13759
13760         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13761         gnus-current-topics instead of gnus-current-topic.
13762
13763 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13764
13765         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13766
13767 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13768
13769         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13770         where approriate.
13771
13772         * nnml.el (nnml-generate-active-info): do.
13773
13774         * nndiary.el (nndiary-generate-active-info): do.
13775
13776         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13777         (gnus-topic-move): do.
13778
13779         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13780         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13781
13782         * gnus-srvr.el (gnus-server-prepare)
13783         (gnus-server-open-all-servers): do.
13784
13785         * gnus-msg.el (gnus-summary-cancel-article)
13786         (gnus-summary-resend-message)
13787         (gnus-summary-mail-crosspost-complaint): do.
13788
13789         * gnus-move.el (gnus-change-server): do.
13790
13791         * gnus-group.el (gnus-group-unmark-all-groups)
13792         (gnus-group-set-current-level): do.
13793
13794 2004-10-04  Simon Josefsson  <jas@extundo.com>
13795
13796         * message.el (message-generate-hashcash): Doc fix.
13797
13798 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13799
13800         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13801         avoid infinite recursion via gnus-get-function.
13802
13803 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13804
13805         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13806
13807         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13808
13809         * nnmail.el (nnmail-split-history): do.
13810
13811         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13812         (nnml-request-delete-group): do.
13813
13814         * nnslashdot.el (nnslashdot-read-groups): do.
13815
13816         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13817         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13818
13819         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13820         (nnspool-sift-nov-with-sed): Use last.
13821         (nnspool-retrieve-headers-with-nov): Use mapc.
13822         (nnspool-request-newgroups): Use dolist.
13823         (nnspool-request-group): Use last.
13824
13825         * nntp.el (nntp-read-server-type): Use dolist.
13826
13827         * nnvirtual.el (nnvirtual-create-mapping)
13828         (nnvirtual-update-read-and-marked): Use dolist.
13829         (nnvirtual-convert-headers): Simplify.
13830
13831 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13832
13833         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13834         support for sync'ing tick marks.
13835
13836 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13839         there's no visible header.
13840
13841 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13842
13843         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13844         necessary, pass full group name to gnus-request-set-marks.
13845
13846 2004-10-01  Simon Josefsson  <jas@extundo.com>
13847
13848         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13849         acroread.
13850
13851 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13852
13853         * spam-report.el (spam-report-gmane): Fix interactive.
13854
13855         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13856
13857         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13858         when writing file.
13859         (gnus-agent-synchronize-flags): Don't default to being
13860         interactive.
13861
13862 2004-09-30  Simon Josefsson  <jas@extundo.com>
13863
13864         * message.el (message-generate-hashcash): Add.
13865         (message-send-mail): Use it, call mail-add-payment.
13866
13867 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13868
13869         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13870
13871 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13872
13873         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13874         gnus-requst-update-info with explicit code to sync the in-memory
13875         info read flags with the marks being sync'd to the backend.
13876
13877         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13878
13879 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13880
13881         * spam.el (spam-verify-bogofilter): Add new function.
13882         (spam-check-bogofilter)
13883         (spam-bogofilter-register-with-bogofilter): Use it.
13884         (spam-verify-bogofilter): Add small fixes.
13885
13886 2004-09-28  Simon Josefsson  <jas@extundo.com>
13887
13888         * hashcash.el (hashcash-generate-payment): Revert.
13889
13890 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13891
13892         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13893         gnus-extract-references instead of gnus-split-references.
13894
13895         * gnus-util.el (gnus-extract-references): Add new function, analogous
13896         to gnus-split-references but extracts only the message-ID without
13897         anything extra.
13898
13899         * hashcash.el (hashcash-generate-payment)
13900         (hashcash-check-payment): Do the right thing if hashcash-path is
13901         nil (because the hashcash program could not be found).
13902
13903         * spam.el (spam-use-hashcash): Remove comment.
13904
13905 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13906
13907         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13908         (gnus-cache-enter-article, gnus-cache-remove-article)
13909         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13910
13911         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13912
13913         * gnus-art.el (article-hide-boring-headers)
13914         (article-translate-strings, article-display-face)
13915         (gnus-article-mime-match-handle-first)
13916         (gnus-article-highlight-headers)
13917         (gnus-article-add-buttons-to-head): do.
13918
13919 2004-09-27  Simon Josefsson  <jas@extundo.com>
13920
13921         * hashcash.el: New version, from
13922         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13923         ../contrib/.
13924
13925 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13928
13929 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13930
13931         * gnus-dup.el (gnus-dup-open): Use mapc.
13932         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13933
13934         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13935         Reported by Stefan Wiens <s.wi@gmx.net>.
13936
13937         * gnus.el (gnus-shutdown): Use dolist.
13938
13939         * gnus-undo.el (gnus-undo): Use mapc.
13940
13941         * nnrss.el (nnrss-generate-active): do.
13942
13943         * message.el (message-cite-original-without-signature)
13944         (message-cite-original): Use mapc.
13945         (message-do-actions, message-make-forward-subject): Use dolist.
13946
13947 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13948
13949         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13950         deletion to remove entire duplicate line.  Fixes merged article
13951         number bug.
13952
13953 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13954
13955         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13956         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13957         first ask if you want to open a server and then, even when you
13958         responded with no, asking if you want to synchronize the server's
13959         flags.
13960         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13961         multi-line expressions.
13962         (gnus-agent-synchronize-group-flags): New internal function.
13963         Updates marks in memory (in the info structure) AND in the
13964         backend.
13965
13966         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13967
13968         * nnagent.el (nnagent-request-set-mark): Use
13969         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13970         method, to ensure that synchronization updates marks in the
13971         backend and in the info (in memory) structure.
13972
13973 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13976         convention fully; don't miss the root article of a thread; make
13977         the X-Draft-From header with correct article numbers.
13978
13979 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13980
13981         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13982         unless plugged.  Disable the agent so that an open failure causes
13983         an error.
13984
13985         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13986         Reverted 2004-09-21 change.  The backend must be opened while
13987         synchronizing flags even when the backend stores the flags
13988         locally.
13989
13990 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13993         in `header' match.  Reported by Svend Tollak Munkejord.
13994
13995         * message.el (message-cite-original): Fix use of
13996         `message-cite-articles-with-x-no-archive'.
13997
13998 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14001         (gnus-window-to-buffer): Ditto.
14002
14003         * mml.el (mml-preview-buffer): New variable.
14004         (mml-preview): Manage window layout with gnus-buffer-configuration.
14005
14006         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14007         X-Draft-From header even if those articles aren't quoted.
14008
14009 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14010
14011         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14012         (gnus-request-set-mark, gnus-request-update-mark): Use new
14013         g-s-t-u-l-m to decide to use backend even when unplugged.
14014
14015 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14018         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14019
14020 2004-09-20  Simon Josefsson  <jas@extundo.com>
14021
14022         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14023         "utf-16-le".
14024
14025 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14026
14027         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14028
14029 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * uudecode.el (uudecode-use-external): Add :version.
14032
14033         * smime.el (smime-CA-file, smime-encrypt-cipher)
14034         (smime-dns-server): Add :version.
14035
14036         * smiley.el (gnus-smiley-file-types): Add :version.
14037
14038         * sha1.el (sha1-use-external): Add :version.
14039
14040         * pgg-def.el (pgg-query-keyserver): Add :version.
14041
14042         * nnmail.el (nnmail-fancy-expiry-targets)
14043         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14044         Add :version.
14045
14046         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14047         (nnimap-retrieve-groups-asynchronous): Add :version.
14048         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14049
14050         * mml.el (mml-content-disposition-parameters)
14051         (mml-insert-mime-headers-always): Add :version.
14052
14053         * mm-util.el (mm-coding-system-priorities): Add :version.
14054
14055         * mm-decode.el (mm-inline-text-html-with-images)
14056         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14057         (mm-verify-option): Add :version.
14058         (mm-text-html-renderer): Change :version.
14059
14060         * message.el (message-fcc-externalize-attachments)
14061         (message-required-headers, message-draft-headers)
14062         (message-subject-trailing-was-query)
14063         (message-subject-trailing-was-ask-regexp)
14064         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14065         (message-mark-insert-end, message-archive-header)
14066         (message-archive-note, message-cross-post-default)
14067         (message-cross-post-note, message-followup-to-note)
14068         (message-cross-post-note-function, message-use-mail-followup-to)
14069         (message-subscribed-address-functions)
14070         (message-subscribed-address-file, message-subscribed-addresses)
14071         (message-subscribed-regexps, message-allow-no-recipients)
14072         (message-yank-cited-prefix, message-signature-insert-empty-line)
14073         (message-hidden-headers, message-hierarchical-addresses)
14074         (message-mail-user-agent, message-use-idna)
14075         (message-valid-fqdn-regexp)
14076         (message-strip-special-text-properties, message-header-synonyms)
14077         (message-beginning-of-line, message-tab-body-function): Add :version.
14078         (message-insert-canlock, message-wide-reply-confirm-recipients):
14079         Change :version.
14080
14081         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14082         and :version.
14083         (mail-source-delete-old-incoming-confirm)
14084         (mail-source-movemail-program): Add :version.
14085
14086         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14087         (gnus-agent-cache, gnus-agent): Change :version.
14088
14089         * gnus-util.el (gnus-use-byte-compile): Change :version.
14090
14091         * gnus-sum.el (gnus-summary-make-false-root-always)
14092         (gnus-summary-default-high-score)
14093         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14094         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14095         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14096         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14097         (gnus-sum-thread-tree-single-indent)
14098         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14099         (gnus-sum-thread-tree-leaf-with-other)
14100         (gnus-sum-thread-tree-single-leaf): Add :version.
14101         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14102         (gnus-article-loose-mime): Change :version.
14103
14104         * gnus-start.el (gnus-backup-startup-file)
14105         (gnus-save-startup-file-via-temp-buffer): Add :version.
14106
14107         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14108         (gnus-server-offline-face): Add :version.
14109
14110         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14111
14112         * gnus-msg.el (gnus-gcc-externalize-attachments)
14113         (gnus-debug-files, gnus-debug-exclude-variables)
14114         (gnus-discouraged-post-methods): Change :version.
14115         (gnus-confirm-mail-reply-to-news)
14116         (gnus-confirm-treat-mail-like-news): Add :version.
14117
14118         * gnus-int.el (gnus-server-unopen-status): Add :version.
14119
14120         * gnus-group.el (gnus-group-jump-to-group-prompt)
14121         (gnus-large-ephemeral-newsgroup)
14122         (gnus-fetch-old-ephemeral-headers): Add :version.
14123
14124         * gnus-fun.el (gnus-x-face-directory)
14125         (gnus-convert-pbm-to-x-face-command)
14126         (gnus-convert-image-to-x-face-command)
14127         (gnus-convert-image-to-face-command): Add :version.
14128
14129         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14130
14131         * gnus-cite.el (gnus-cite-blank-line-after-header)
14132         (gnus-article-boring-faces): Add :version.
14133
14134         * gnus-art.el (gnus-buttonized-mime-types)
14135         (gnus-inhibit-mime-unbuttonizing)
14136         (gnus-treat-display-face)
14137         (gnus-treat-body-boundary): Change :version.
14138         (gnus-body-boundary-delimiter, gnus-picon-databases)
14139         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14140         (gnus-treat-date-english, gnus-treat-fold-headers)
14141         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14142         (gnus-treat-mail-picon, gnus-treat-wash-html)
14143         (gnus-article-encrypt-protocol)
14144         (gnus-use-idna, gnus-article-over-scroll)
14145         (gnus-mime-display-multipart-alternative-as-mixed)
14146         (gnus-mime-display-multipart-related-as-mixed)
14147         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14148         (gnus-ctan-url, gnus-button-ctan-handler)
14149         (gnus-button-handle-ctan-bogus-regexp)
14150         (gnus-button-ctan-directory-regexp)
14151         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14152         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14153         (gnus-button-man-level, gnus-button-emacs-level)
14154         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14155
14156         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14157         (gnus-agent-go-online): Change :version.
14158         (gnus-agent-expire-unagentized-dirs)
14159         (gnus-agent-auto-agentize-methods): Add :version.
14160
14161         * flow-fill.el (fill-flowed-display-column)
14162         (fill-flowed-encode-column): Add :version.
14163
14164         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14165         (gnus-outlook-deuglify-unwrap-max)
14166         (gnus-outlook-deuglify-cite-marks)
14167         (gnus-outlook-deuglify-unwrap-stop-chars)
14168         (gnus-outlook-deuglify-no-wrap-chars)
14169         (gnus-outlook-deuglify-attrib-cut-regexp)
14170         (gnus-outlook-deuglify-attrib-verb-regexp)
14171         (gnus-outlook-deuglify-attrib-end-regexp)
14172         (gnus-outlook-display-hook): Add :version.
14173
14174         * binhex.el (binhex-use-external): Add :version.
14175
14176 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14179         and `invisible'.
14180
14181 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14182
14183         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14184         in gnus-registry-trim.
14185
14186 2004-09-13  Simon Josefsson  <jas@extundo.com>
14187
14188         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14189
14190         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14191
14192         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14193         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14194         <yamaoka@jpl.org>.
14195         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14196         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14197         <yamaoka@jpl.org>.
14198
14199         * sieve.el (sieve-manage-mode): Ditto.
14200
14201 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14204
14205 2004-09-11  Simon Josefsson  <jas@extundo.com>
14206
14207         * dns-mode.el: Add.
14208
14209         * mm-view.el (mm-display-dns-inline): Add.
14210
14211         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14212         (mm-automatic-display): Ditto.
14213
14214         * mailcap.el (mailcap-mime-data): Add text/dns.
14215         (mailcap-mime-extensions): Map .soa to text/dns.
14216
14217 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14218
14219         * gnus-art.el (article-decode-mime-words, article-babel)
14220         (gnus-article-highlight-signature, gnus-article-add-buttons)
14221         (gnus-signature-toggle): Remove unnecessary bindings of
14222         `inhibit-read-only' inherited from v5.10 merge.
14223
14224 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * nntp.el (nntp): New customization group.
14227         (nntp-authinfo-file): Add customization group.
14228
14229         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14230
14231         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14232
14233         * gnus.el (to-address, to-list, subscribed)
14234         (large-newsgroup-initial): Ditto.
14235
14236         * flow-fill.el (fill-flowed-display-column)
14237         (fill-flowed-encode-column): Ditto.
14238
14239 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14240
14241         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14242         Use point-min rather than 1.
14243         (message-send-mail): Use buffer-size rather than point-max.
14244
14245         * gnus-sum.el (gnus-summary-search-article-forward):
14246         Signal a specific `search-failed' rather than a generic `error'.
14247
14248         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14249         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14250         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14251
14252 2004-09-10  Simon Josefsson  <jas@extundo.com>
14253
14254         * nndb.el (require): Remove tcp and duplicate cl.
14255
14256 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * gnus-agent.el (directory-files-and-attributes): Move forward.
14259
14260 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14261
14262         * gnus-agent.el (directory-files-and-attributes): Optionally
14263         defined to support XEmacs.
14264
14265 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14266
14267         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14268         to avoid run-time CL dependencies.
14269         (gnus-agent-unfetch-articles): New function.
14270         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14271         article numbers even when local .overview file is missing.
14272         (gnus-agent-read-article-number): New function.  Only accepts
14273         27-bit article numbers.
14274         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14275         gnus-agent-read-article-number.
14276         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14277         from backend while recognizing that article numbers in .overview
14278         must be valid.
14279         (gnus-agent-update-files-total-fetched-for): Use
14280         directory-files-and-attributes to improve performance.
14281         * gnus-int.el (gnus-request-move-article): Use
14282         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14283         improve performance.
14284
14285         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14286         some users confused by references to .newsrc when they only have a
14287         .newsrc.eld file.
14288         (gnus-convert-mark-converter-prompt)
14289         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14290         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14291         New function.  Used internally to only display 'gnus converting
14292         files' message when actually necessary.
14293
14294         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14295         methods now autoloaded.
14296
14297 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14300         identifiers.
14301
14302 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14303
14304         * gnus-picon.el: Fix indentation and closing parenthesis.
14305
14306 2004-09-01  Simon Josefsson  <jas@extundo.com>
14307
14308         * message.el (message-canlock-generate): Require sha1, not
14309         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14310         to require within a function.  Sadly, if sha1.el isn't loaded, the
14311         let binding in m-c-g will hide the defcustom definition, which is
14312         bad.)
14313
14314         * canlock.el: Require sha1, not sha1-el.
14315
14316         * message.el: Don't autoload sha1 (there is a autoload cookie in
14317         sha1.el).
14318
14319         * sha1-el.el: Renamed to sha1.el.
14320
14321 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14322
14323         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14324
14325 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14326
14327         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14328
14329 2004-08-30  Kim F. Storm  <storm@cua.dk>
14330
14331         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14332
14333         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14334         Add :group 'nnimap.
14335
14336 2004-08-30  Andreas Schwab  <schwab@suse.de>
14337
14338         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14339         ?* and ?\;.
14340
14341         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14342         and ?\' to symbol instead of whitespace.
14343
14344 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14347
14348         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14349         instead of re-search-forward.
14350
14351         * gnus-uu.el (gnus-uu-save-article): Ditto.
14352         (gnus-uu-post-encode-uuencode): Ditto.
14353
14354         * html2text.el (html2text-clean-list-items): Ditto.
14355         (html2text-clean-dtdd): Ditto.
14356         (html2text-format-tags): Ditto.
14357
14358         * message.el (message-send-mail-with-sendmail): Fix regexp.
14359         (message-fill-field-general): Use search-forward instead of
14360         re-search-forward.
14361         (unbold-region): Ditto.
14362
14363         * nnrss.el (nnrss-request-article): Ditto.
14364
14365         * nnslashdot.el (nnslashdot-request-article): Ditto.
14366
14367         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14368
14369         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14370         "Unrecognized menu descriptor" error in XEmacs.
14371
14372 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14373
14374         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14375         parent article of a sparse article in the thread hashtb.
14376
14377 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14378
14379         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14380         (nnmail-expand-newtext): Lowercase expanded entries if
14381         nnmail-split-lowercase-expanded is non-nil.
14382
14383 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14386
14387         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14388         of gnus-tmp-news-method into string under XEmacs.  It will be
14389         passed to gnus-correct-length which takes only a string argument.
14390
14391 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-util.el (gnus-bind-print-variables): New macro.
14394         (gnus-prin1): Use it.
14395         (gnus-prin1-to-string): Use it.
14396         (gnus-pp): New function.
14397         (gnus-pp-to-string): New function.
14398
14399         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14400         Replace pp-to-string with gnus-pp-to-string.
14401         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14402         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14403         * gnus-msg.el (gnus-debug): Ditto.
14404         * gnus-score.el (gnus-score-save): Ditto.
14405         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14406         gnus-pp-to-string.
14407         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14408         with gnus-pp.
14409         * score-mode.el (gnus-score-pretty-print): Ditto.
14410         * webmail.el (webmail-debug): Ditto.
14411
14412 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-art.el (article-display-face, article-display-x-face):
14415         Use buffer-read-only.
14416
14417 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-art.el (article-hide-list-identifiers):
14420         Bind inhibit-read-only as t.
14421
14422 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14425
14426 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14427
14428         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14429         (gnus-narrow-to-page): Don't assume point-min == 1.
14430         (gnus-article-edit-mode): Derive from message-mode.
14431
14432         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14433         point-min == 1.
14434
14435         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14436         Disable incorrect use of `assert'.
14437
14438         * message.el (message-mode): Set comment-start-skip.
14439
14440
14441 2004-08-22  Sam Steingold  <sds@gnu.org>
14442
14443         * pop3.el (pop3-leave-mail-on-server): New user variable.
14444         (pop3-movemail): Delete mail only when it is nil.
14445
14446 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14449
14450         * mml.el (mml-preview): Use `pop-to-buffer'.
14451
14452         * message.el (message-goto-mail-followup-to): Insert after "To".
14453         (message-carefully-insert-headers): Add comment.
14454
14455         * gnus.el: Remove unused variable `gnus-article-check-size'.
14456
14457         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14458
14459         * gnus-art.el (gnus-button-alist): Improve
14460         `gnus-button-handle-library' entry.
14461
14462 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14463
14464         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14465         downcase, since XEmacs capitalizes error messages differently.
14466
14467 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14468
14469         * nntp.el: Add (require 'gnus) due to reference to
14470         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14471
14472 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14473
14474         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14475         `mm-fill-flowed'.
14476
14477         * mm-decode.el (mm-dissect-singlepart): Check it.
14478
14479 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14480
14481         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14482         'imap' for netrc parsing.
14483
14484 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * mailcap.el (mailcap-mime-data): Mark as risky.
14487
14488 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14491         may be included in the encoded word.
14492         (rfc2047-encode): Don't append a space if the encoded word
14493         includes close parenthesis.
14494
14495 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14498         of text within parentheses.
14499
14500 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14501
14502         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14503         (gnus-encrypt-write-file-contents): Make the password key the file
14504         name PLUS the cipher, not just the cipher.  Also remove failed
14505         passwords from the cache.
14506
14507 2004-08-06  Simon Josefsson  <jas@extundo.com>
14508
14509         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14510         fix.
14511
14512 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14515         LWSP.
14516
14517 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14518
14519         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14520         to append in-reply-to: data to the references: header.
14521
14522         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14523         (netrc-parse): Use gnus-encrypt.el functions.
14524
14525         * gnus-encrypt.el: Add new file for encryption support; currently
14526         does only a few GPG ciphers and an internal XOR cipher.
14527
14528         * password.el: Add comments on using password-read-and-add.
14529         (password-read-and-add): Add function to read and add the
14530         password to the cache at once.
14531
14532 2004-07-28  Simon Josefsson  <jas@extundo.com>
14533
14534         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14535         parameter (but don't use it, for now).
14536
14537         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14538         instead of hard coding to nil.
14539
14540 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14543         as mm-inline-image-xemacs does.
14544
14545 2004-07-26  Simon Josefsson  <jas@extundo.com>
14546
14547         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14548         Revert part of 2004-07-17 change below.
14549
14550 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14553         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14554
14555 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14556
14557         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14558         quotes that actually start with ">" at the beginning of the
14559         lines.
14560
14561 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * rfc2047.el (rfc2047-encode-region): Fix last change.
14564         (rfc2047-encode-parameter): Remove useless concat.
14565
14566 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14569         encode special characters; fix some kind of misconfigured headers;
14570         signal a real error if debug-on-quit or debug-on-error is non-nil.
14571         (rfc2047-encode-max-chars): New variable.
14572         (rfc2047-encode-1): Use it.
14573         (rfc2047-encode-parameter): New function.
14574
14575         * mml.el (mml-insert-parameter): Remove an excessive space.
14576
14577 2004-07-17  Simon Josefsson  <jas@extundo.com>
14578
14579         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14580         Kai Grossjohann <kai@emptydomain.de>.
14581         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14582         (gnus-group-make-menu-bar): Ditto.
14583
14584         * gnus-util.el (gnus-group-server): Add.
14585
14586 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14587
14588         * message.el (message-clone-locals): Clone sendmail and smtp
14589         variables.
14590
14591 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * rfc2047.el (rfc2047-encode-region): Fix last change.
14594
14595 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14598         characters as non-special.
14599
14600 2004-07-09  Simon Josefsson  <jas@extundo.com>
14601
14602         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14603         Users will lose all flag changes made while unplugged with
14604         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14605         good default.  See numerous reports on ding mailing list.
14606
14607 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14610         add generate-head-function and generate-article-function to the
14611         rfc822-forward entry.
14612         (nndoc-rfc822-forward-generate-article): New function.
14613         (nndoc-rfc822-forward-generate-head): New function.
14614
14615         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14616
14617 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14618
14619         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14620         respect display group parameter and gnus-summary-expunge-below.
14621         (gnus-articles-to-read): Remove unused reference to display group
14622         parameter.
14623
14624 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14625
14626         * nnheader.el (nnheader-uniquify-message-id): New experimental
14627         variable.
14628         (nnheader-nov-read-message-id): Use it.
14629
14630         * spam-report.el (spam-report-gmane): Add interactive.
14631
14632 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14635         qp-or-base64 for the application/* types.
14636
14637 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14638
14639         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14640
14641 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14642
14643         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14644         trim value.
14645
14646 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14647
14648         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14649         New macro and function.
14650         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14651
14652 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14655         after-load-alist.
14656
14657 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14658
14659         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14660         update info that isn't there.
14661
14662 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14663
14664         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14665         entry.
14666
14667 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * mm-view.el (mm-inline-render-with-function): Use multibyte
14670         buffer; decode html source by charset.
14671
14672         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14673
14674         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14675         Mule-UCS is loaded under XEmacs.
14676         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14677
14678 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14679
14680         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14681
14682 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * mm-util.el (mm-coding-system-p): Return a coding-system.
14685         (mm-mime-mule-charset-alist): Use shift_jis instead of
14686         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14687         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14688         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14689         instead of japanese-shift-jis and iso-latin-1 respectively in
14690         order to share the default value with both Emacs and XEmacs-mule.
14691         (mm-mule-charset-to-mime-charset): Make
14692         mm-coding-system-priorities effective.
14693         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14694         while predicating of candidates upon the priorities.
14695
14696 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14697
14698         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14699         gnus-uu-invert-processable.
14700
14701         * gnus.el: Autoload gnus-uu-invert-processable.
14702
14703 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * mm-util.el (mm-with-multibyte-buffer): New macro.
14706
14707         * rfc2047.el (rfc2047-encode-string): Use it.
14708         (rfc2047-encode-region): Move point to the end of the region after
14709         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14710
14711 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14714         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14715
14716 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14719         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14720         Karl Chen <quarl@nospam.quarl.org>.
14721
14722 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14723
14724         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14725         invalid addresses.
14726
14727 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14728
14729         * spam.el: Change section markers, revise TODO list.
14730         (spam-backends): Make new master list of all installed backends.
14731         (spam-summary-exit-behavior): Add new variable to determine how
14732         messages moves are done at summary exit.
14733         (spam-move-spam-nonspam-groups-only)
14734         (spam-process-ham-in-nonham-groups)
14735         (spam-process-ham-in-spam-groups): Remove variables, the
14736         spam-summary-exit-behavior variable should be used to manage this
14737         behavior.
14738         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14739         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14740         and spam-old-spam-articles.
14741         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14742         Add empty variables, placeholders for the backends they represent.
14743         (spam-set-difference): Move, unchanged.
14744         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14745         unless the user has a processor variable.
14746         (spam-classifications, spam-classification-valid-p)
14747         (spam-backend-properties, spam-backend-property-valid-p)
14748         (spam-backend-function-type-valid-p)
14749         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14750         (spam-report-articles-gmane, spam-report-articles-resend):
14751         Remove functions, they are not needed.
14752         (spam-install-backend-super, spam-backend-list)
14753         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14754         (spam-backend-function, spam-backend-ham-registration-function)
14755         (spam-backend-spam-registration-function)
14756         (spam-backend-ham-unregistration-function)
14757         (spam-backend-spam-unregistration-function)
14758         (spam-backend-statistical-p, spam-backend-mover-p)
14759         (spam-install-backend-alias, spam-install-checkonly-backend)
14760         (spam-install-mover-backend, spam-install-nocheck-backend)
14761         (spam-install-backend, spam-install-statistical-backend)
14762         (spam-install-statistical-checkonly-backend): Add backend installation
14763         support.
14764         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14765         (spam-group-processor-p): Use the new backend code and respect the
14766         summary exit behavior.
14767         (spam-mark-spam-as-expired-and-move-routine): Remove.
14768         (spam-summary-prepare): Change to use the new spam-old-articles
14769         variable.
14770         (spam-copy-or-move-routine, spam-copy-spam-routine)
14771         (spam-move-spam-routine, spam-copy-ham-routine)
14772         (spam-move-ham-routine): Add code to copy/move ham or spam.
14773         (spam-fetch-field-fast): Improve doc and code, plus allow the
14774         'number request.
14775         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14776         variables.
14777         (spam-split, spam-find-spam): Use the new backend code.
14778         (spam-registration-functions): Remove variable.
14779         (spam-unregister-routine): Add convenience wrapper.
14780         (spam-log-undo-registration, spam-register-routine)
14781         (spam-log-processing-to-registry)
14782         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14783         where possible.
14784         (spam-check-gmane-xref, spam-check-regex-headers)
14785         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14786         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14787         (spam-check-bogofilter-headers, spam-check-spamoracle)
14788         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14789         (spam-check-crm114-headers): Use the spam-split-group that
14790         spam-split prepares, no need to determine it every time.
14791
14792         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14793         to the nnheader-parse-naked-head call.
14794
14795         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14796
14797         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14798         the nnheader-nov-read-message-id call.
14799
14800 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14803         gnus-activate-group twice.  Suggested by Markus Peter
14804         <warp@spin.de>.
14805
14806 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * gnus-art.el (gnus-article-time-format): Exchange the order of
14809         day and month in the default value; fix customization type.
14810         (article-date-ut): Use add-text-properties.
14811         (article-make-date-line): Use message-make-date instead of
14812         current-time-string.
14813
14814         * message.el (message-fetch-field): Don't use set-text-properties.
14815         (message-make-date): Simplify.
14816
14817         * messagexmas.el (message-xmas-make-date): New function.
14818         (message-xmas-redefine): Defalias message-make-date to it.
14819
14820 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14823         (rfc2047-encode-region): Treat text within parentheses as special;
14824         show the original text when error has occurred.
14825
14826         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14827         already-computed method to gnus-activate-group.
14828
14829         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14830         same select-methods identical Lisp objects.
14831
14832         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14833         object when modifying the info.
14834
14835 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14838         gnus-opened-servers since it has never been opened with the new
14839         configuration yet.
14840
14841 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14844         arg to nnheader-generate-fake-message-id.
14845
14846 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14847
14848         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14849         number and build a fake message ID localized to a group and
14850         article number (so it's repeatable from that point on).
14851         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14852         ID format.
14853
14854         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14855         nnheader-generate-fake-message-id with the article number.
14856
14857 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14858
14859         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14860         end-of-buffer.
14861
14862 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14863
14864         * message.el (message-ignored-supersedes-headers): Add Approved.
14865
14866 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14869         goto-char.
14870         (rfc2047-encode): Fold the line before encoding.
14871
14872 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14873
14874         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14875         folding -- not all headers can be folded, and this should be done
14876         by the message composition mode.  Probably.  I think.
14877
14878 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14881         fast.
14882
14883         * gnus-ems.el (gnus-remove-image): Don't use
14884         message-text-with-property; remove only the image found first.
14885
14886         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14887         found first.
14888
14889 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14890
14891         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14892
14893 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * message.el (message-text-with-property): Make it fast and accept
14896         optional arguments.
14897         (message-strip-forbidden-properties): Use it.
14898         (message-fix-before-sending): Follow the m-t-w-p change.
14899
14900         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14901
14902 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-art.el (article-hide-headers): Don't change the buffer
14905         mistakenly when performing mml-preview even if
14906         gnus-single-article-buffer is nil.
14907
14908 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14909
14910         * message.el (message-expand-name-databases): New user option.
14911         (message-expand-name): Use it.
14912
14913 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14914
14915         * spam.el (spam-report-articles-resend)
14916         (spam-report-resend-register-routine): Allow ham reporting.
14917         (spam-report-resend-register-ham-routine): Add wrapper.
14918         (spam-registration-functions): Add ham resending functions.
14919         (spam-list-of-processors): Add ham resend processor.
14920
14921         * gnus.el (ham-resend-to): Add new group parameter.
14922         (spam-process): Add ham resend option.
14923
14924         * spam-report.el (spam-report-resend): Allow reporting ham.
14925         (spam-report-resend-ham): Add wrapper.
14926
14927 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14928
14929         * message.el (message-cite-articles-with-x-no-archive): New
14930         variable.
14931         (message-cite-original): Use it.
14932
14933 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14934
14935         * message.el (message-cite-original): Respect X-No-Archive.
14936
14937 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus-art.el (article-hide-headers): Refer to the values for
14940         gnus-ignored-headers and gnus-visible-headers in the summary
14941         buffer since a user may have set them as group parameters.
14942
14943 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14944
14945         * assistant.el (assistant-node-name): Add convenience function.
14946         (assistant-render-text, assistant-render-node): Add error handling,
14947         plus handle multiple next nodes.
14948         (assistant-find-next-node): Comment out for now.
14949         (assistant-find-next-nodes): Add function, returns list of next
14950         nodes.
14951
14952 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * mail-source.el (mail-source-directory): Fix doc-string.
14955
14956 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14957
14958         * assistant.el (assistant-render-text, assistant-eval): Add :set
14959         widget type, which is different because it takes and returns a
14960         list.  Much hilarity ensues.
14961
14962 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14965
14966         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14967         doc-string.
14968
14969         * gnus-start.el (gnus-activate-group): Added doc-string.
14970
14971 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14974
14975 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14976
14977         * assistant.el (assistant-render-text): Try to add a :set
14978         widget, more to come.
14979
14980         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14981         strings.
14982         (spam-report-articles-resend)
14983         (spam-register-routine): Do registration iff any articles warrant
14984         it.
14985         (spam-summary-prepare-exit): Change log message for nil group
14986         destinations.
14987
14988 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14989
14990         * spam.el (spam-report-resend-register-routine): Allow
14991         spam-report-resend-to to be a group parameter or a global value.
14992
14993 2004-05-26  Simon Josefsson  <jas@extundo.com>
14994
14995         * starttls.el: Merge with my GNUTLS based starttls.el.
14996         (starttls-gnutls-program, starttls-use-gnutls)
14997         (starttls-extra-arguments, starttls-process-connection-type)
14998         (starttls-connect, starttls-failure, starttls-success): New
14999         variables.
15000         (starttls-program, starttls-extra-args): Doc fix.
15001         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15002         functions.
15003         (starttls-negotiate, starttls-open-stream): Check
15004         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15005         function if it is set.
15006
15007 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15010         structured fields.
15011
15012 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15015
15016 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15017
15018         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15019         variable.
15020         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15021         assigning the spam-mark to new messages.
15022
15023 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15024
15025         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15026
15027 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15030
15031         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15032         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15033         default.
15034
15035 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15036
15037         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15038         correct data.
15039
15040 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15041
15042         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15043         (spam-group-processor-p): Fix function.
15044         (spam-group-processor-multiple-p)
15045         (spam-group-spam-processor-report-gmane-p)
15046         (spam-group-spam-processor-report-resend-p)
15047         (spam-group-spam-processor-bogofilter-p)
15048         (spam-group-spam-processor-blacklist-p)
15049         (spam-group-spam-processor-ifile-p)
15050         (spam-group-ham-processor-ifile-p)
15051         (spam-group-spam-processor-spamoracle-p)
15052         (spam-group-spam-processor-crm114-p)
15053         (spam-group-ham-processor-bogofilter-p)
15054         (spam-group-spam-processor-stat-p)
15055         (spam-group-ham-processor-stat-p)
15056         (spam-group-ham-processor-whitelist-p)
15057         (spam-group-ham-processor-BBDB-p)
15058         (spam-group-ham-processor-spamoracle-p)
15059         (spam-group-ham-processor-copy-p): Remove functions with some
15060         prejudice against unneeded code.
15061         (spam-report-articles-resend)
15062         (spam-report-resend-register-routine): Allow the group/topic
15063         spam-resend-to value to override spam-report-resend-to.
15064         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15065         properly now.
15066
15067         * gnus.el (spam-resend-to): Add group/topic parameter.
15068         (spam-process): Move the OBSOLETE processors to the end of the
15069         choices.
15070
15071 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15072
15073         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15074         with resend-to set to nil, and then ask the user if necessary.
15075         (spam-report-resend): spam-report-resend takes a list of articles, not
15076         separate article numbers.
15077
15078 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15081         addition to emacs-w3m.
15082
15083 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15084
15085         * assistant.el (assistant-authinfo-data): New function.
15086         (assistant-eval): Eval for entire assistant.
15087
15088         * netrc.el (netrc-services-file): New variable.
15089         (netrc-parse-services): New function.
15090         (netrc-find-service-name): New function.
15091         (netrc-find-service-number): New function.
15092         (netrc-port-equal): New function.
15093         (netrc-machine): Use it.
15094
15095         * nnimap.el (nnimap-open-connection): Use netrc.
15096
15097         * gnus-util.el (gnus-netrc-get): Remove aliases.
15098
15099         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15100
15101         * assistant.el (wid-edit): Fix compilation.
15102
15103         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15104
15105 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15106
15107         * gnus-util.el (gnus-set-file-modes): New function.  (small
15108         patch).
15109
15110 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15111
15112         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15113
15114         * assistant.el (assistant-render-node): Fix up rendering and
15115         read-only text.
15116         (assistant-render-node): Reset.
15117         (assistant-make-read-only): Not sticky.
15118
15119 2004-05-20  Danny Siu  <dsiu@adobe.com>
15120
15121         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15122         centered even when gnus-auto-center-summary is t.
15123
15124 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15125
15126         * dns.el (dns-get-txt-answer): New function.
15127         (dns-read-txt): Ditto.
15128         (query-dns): Use it.
15129
15130 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15133         active for foreign groups even if the group level is higher than
15134         the specified value.
15135
15136 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15137
15138         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15139         non-active groups.
15140
15141         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15142
15143 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15144
15145         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15146
15147 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15148
15149         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15150         (spam-crm114-header, spam-crm114-spam-switch)
15151         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15152         (spam-crm114-positive-spam-header)
15153         (spam-crm114-database-directory, spam-list-of-processors)
15154         (spam-group-spam-processor-crm114-p)
15155         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15156         (spam-generic-score, spam-list-of-checks)
15157         (spam-list-of-statistical-checks, spam-registration-functions)
15158         (spam-check-crm114-headers, spam-crm114-score)
15159         (spam-check-crm114, spam-crm114-register-with-crm114)
15160         (spam-crm114-register-spam-routine)
15161         (spam-crm114-unregister-spam-routine)
15162         (spam-crm114-register-ham-routine)
15163         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15164         asjo@koldfront.dk (Adam Sjøgren).
15165
15166         * gnus.el: Add spam-use-crm114.
15167
15168         * spam.el (spam-list-of-processors, spam-registration-functions):
15169         Add spam-use-resend.
15170         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15171         (spam-report-articles-gmane): Add doc fix.
15172         (spam-report-articles-resend, spam-report-resend-register-routine):
15173         Add wrappers around spam-report-resend-to.
15174
15175         * spam-report.el (spam-report-resend-to, spam-report-resend):
15176         Add support for resending spam.
15177         (spam-report-gmane): Fix line length >80.
15178
15179         * gnus.el (spam-process): Add spam-use-resend.
15180
15181 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15182
15183         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15184         number of processed spam messages.
15185         (spam-ham-copy-or-move-routine): Return the number of processed
15186         ham messages.
15187         (spam-summary-prepare-exit): Use the above values to decide
15188         whether status messages shouled be displayed.
15189
15190 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15193         `rfc2047-encoding-function-alist' in order to avoid conflicting
15194         with the old version.
15195         (rfc2047-encode-region): Concatenate words containing non-ASCII
15196         characters in structured fields; don't encode space-delimited
15197         ASCII words even in unstructured fields; don't break words at
15198         char-category boundaries.
15199         (rfc2047-encode-1): New function.
15200         (rfc2047-encode): Use it; encode text so that it occupies the
15201         maximum width within 76-column; work correctly on Q encoding for
15202         iso-2022-* charsets.
15203         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15204         sure not to break a line just after the header name.
15205         (rfc2047-b-encode-region): Removed.
15206         (rfc2047-b-encode-string): New function.
15207         (rfc2047-q-encode-region): Removed.
15208         (rfc2047-q-encode-string): New function.
15209
15210         * mm-util.el (mm-replace-in-string): New function.
15211
15212 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15215         get it right.
15216         (gnus-inews-make-draft): Really.
15217
15218 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15219
15220         * nnmh.el (nnmh-request-list-1): Don't check the link count
15221         before descending.  (small patch)
15222
15223 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15224
15225         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15226         stuff.
15227
15228         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15229         on real group name.
15230
15231         * gnus-art.el (gnus-signature-limit): Doc fix.
15232
15233         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15234
15235         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15236
15237 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15238
15239         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15240         isn't a string.
15241
15242 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15243
15244         * gnus-draft.el (gnus-draft-send): Bind
15245         rfc2047-encode-encoded-words.
15246
15247         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15248         (rfc2047-encodable-p): Say that =? needs encoding.
15249         (rfc2047-encode-encoded-words): New variable.
15250
15251         * gnus-group.el (gnus-group-select-group): Doc fix.
15252
15253         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15254
15255         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15256         to nil.
15257
15258         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15259
15260         * nnheader.el (nnheader-get-lines-and-char): New function.
15261
15262 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * gnus-msg.el (gnus-summary-followup-with-original): Document
15265         yanking of region when active.
15266
15267 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15270         groups if the group level is higher than the specified value.
15271
15272 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15275         (gnus-group-jump-to-group): Added prefix argument using
15276         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15277         non-active group.
15278
15279         * compface.el (uncompface): Be verbose when changing
15280         `uncompface-use-external'.
15281
15282         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15283         handle manual section.
15284
15285 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15286
15287         * gnus-art.el (gnus-button-alist): Revert previous change.
15288
15289 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15292
15293 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15294
15295         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15296         whether backend can accept message.
15297
15298         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15299
15300 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15301
15302         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15303         Avoid creating directory when nntp-marks-is-evil is true.
15304         Reported by Reiner Steib.
15305
15306 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * gnus-picon.el (gnus-picon-style): New variable.
15309         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15310         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15311         Jesper Harder <harder@ifa.au.dk>.
15312
15313 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15314
15315         * message.el (message-fill-field): Return point.
15316         (message-generate-headers): Go to end of field.
15317
15318         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15319         stuff for non-living groups.
15320
15321 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15322
15323         * gnus-art.el (gnus-article-followup-with-original)
15324         (gnus-article-reply-with-original): gnus-mark-active-p ->
15325         gnus-region-active-p.
15326
15327 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15330         only when there is spam or ham to be processed.
15331
15332 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15333
15334         * mail-source.el (mail-source-delete-crash-box): Refactor.
15335         (mail-source-fetch): Use it.
15336         (mail-source-fetch-file): Ditto.
15337         (mail-source-fetch-directory): Run postscript in loop.
15338         (mail-source-fetch-pop): Delete.
15339         (mail-source-fetch-maildir): Ditto.
15340         (mail-source-fetch-imap): Ditto.
15341
15342         * imap.el (imap-authenticators): Comment out sasl.
15343
15344         * message.el (message-skip-to-next-address): New function.
15345         (message-fill-header-address): Refactor.
15346         (message-fill-address): Use it.
15347         (message-delete-address): Use it.
15348         (message-fill-header-general): Refactor.
15349         (message-fill-field-address): Rename.
15350         (message-narrow-to-field): Find the start of the header.
15351         (message-header-format-alist): Don't pre-fill.
15352         (message-fill-header): Removed.
15353         (message-insert-header): New function.
15354         (message-shorten-references): Use it.
15355
15356         * rfc2047.el (rfc2047-field-value): Strip props.
15357
15358         * mail-parse.el (mail-header-make-address): New alias.
15359
15360         * ietf-drums.el (ietf-drums-make-address): New function.
15361
15362         * imap.el: Add compiler directives.
15363
15364         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15365
15366         * gnus-art.el (article-decode-idna-rhs): Don't use
15367         message-idna-inside-rhs-p.
15368
15369 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15370
15371         * message.el (message-idna-inside-rhs-p): Removed.
15372         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15373
15374         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15375         false positives.
15376
15377 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15378
15379         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15380
15381 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15382
15383         * nneething.el (nneething-file-name): Don't create spurious
15384         files.
15385
15386         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15387         (gnus-inews-do-gcc): Remove sleep.
15388
15389         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15390         part under point.
15391
15392         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15393         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15394
15395 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15396
15397         * spam.el (spam-summary-prepare-exit): Fixed (length).
15398
15399 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15400
15401         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15402         as expired without moving it" message when there are spam
15403         messages left.
15404
15405 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15406
15407         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15408         header is not nil.
15409
15410 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15411
15412         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15413         nntp-possibly-create-directory, not nntp-possibly-change-group.
15414         (nntp-marks-changed-p): New arg SERVER.
15415         (nntp-request-update-info): Adjust caller.
15416
15417 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15418
15419         * nntp.el (nntp-save-marks): Pass missing arg.
15420
15421 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15422
15423         * nntp.el: Support marks.
15424         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15425         (nntp-marks-modtime, nntp-marks-directory): New variables.
15426         (nntp-request-set-mark, nntp-request-update-info)
15427         (nntp-possibly-create-directory, nntp-marks-changed-p)
15428         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15429         functions.
15430
15431 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15432
15433         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15434         (gnus-xmas-redefine): Rename.
15435
15436         * gnus-score.el (gnus-score-insert-help): Use
15437         gnus-select-lowest-window.
15438
15439         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15440         appt-select-lowest-window and rename to gnus-select-lowest-window.
15441
15442         * gnus.el: do.
15443
15444 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15445
15446         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15447         encodings of MIME-encoded words, in order to improve
15448         interoperability with several broken MUAs.
15449
15450 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15451
15452         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15453         tags, only when charsets are not specified in headers.
15454         (mm-inline-text-html-render-with-w3m): Ditto.
15455
15456         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15457         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15458
15459 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15460
15461         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15462         instead of MIME-decoded from fields when checking
15463         `gnus-article-address-banner-alist'.
15464
15465 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15466
15467         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15468         description rather than subject.
15469
15470 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15471
15472         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15473
15474 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15475
15476         * gnus.el (gnus-version-number): Bump.
15477
15478 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15479
15480         * gnus.el: No Gnus v0.2 is released.
15481
15482 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15483
15484         * gnus-agent.el (gnus-agent-read-agentview): Inline
15485         gnus-uncompress-range.
15486
15487 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15488
15489         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15490         `exec-installed-p'.
15491
15492 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15493
15494         * gnus.el (spam-process, spam-autodetect-methods): Add
15495         bsfilter and bsfilter-headers.
15496
15497         * spam.el (spam-bsfilter): New customize group.
15498         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15499         (spam-bsfilter-header, spam-bsfilter-probability-header)
15500         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15501         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15502         (spam-bsfilter-database-directory): New options.
15503         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15504         (spam-list-of-statistical-checks, spam-registration-functions):
15505         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15506         (spam-bsfilter-score): New command.
15507         (spam-check-bsfilter-headers, spam-check-bsfilter)
15508         (spam-bsfilter-register-with-bsfilter)
15509         (spam-bsfilter-register-spam-routine)
15510         (spam-bsfilter-unregister-spam-routine)
15511         (spam-bsfilter-register-ham-routine)
15512         (spam-bsfilter-unregister-ham-routine): New functions.
15513         (spam-generic-score): Support bsfilter; Accept an optional argument
15514         to recalcurate spam score even if scoring header has already been
15515         added.
15516         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15517         optional argument to recalcurate spam score even if scoring header
15518         has already been added.
15519
15520 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15521
15522         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15523         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15524         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15525         link is missing.
15526
15527 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15528
15529         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15530         (html2text-get-attr): Rewrite.
15531
15532         * message.el (message-setup-1): Remove redundant put-text-property
15533         on mail-header-separator.
15534
15535 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15536
15537         * gnus-registry.el (gnus-registry-cache-whitespace)
15538         (gnus-registry-action, gnus-registry-spool-action)
15539         (gnus-registry-split-fancy-with-parent): Change message levels
15540         from 5 to 3 or 7, as needed.
15541
15542         * spam.el (spam-summary-prepare-exit)
15543         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15544         (spam-split, spam-find-spam, spam-log-undo-registration)
15545         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15546         level from 5 to 6.
15547
15548 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15551         2004-03-04 change).
15552
15553 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15554
15555         * sieve-manage.el (sieve-manage-open):
15556         * nnweb.el (nnweb-insert-html):
15557         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15558         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15559         * nnspool.el (nnspool-request-group):
15560         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15561         * nnml.el (nnml-request-update-info):
15562         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15563         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15564         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15565         (nnimap-request-set-mark):
15566         * nnfolder.el (nnfolder-request-update-info):
15567         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15568         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15569         * gnus-uu.el (gnus-uu-find-articles-matching):
15570         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15571         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15572         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15573         * gnus-nocem.el (gnus-nocem-scan-groups):
15574         * gnus-int.el (gnus-start-news-server):
15575         * gnus-group.el (gnus-group-make-kiboze-group)
15576         (gnus-group-browse-foreign-server):
15577         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15578         Use mapc when appropriate.
15579
15580 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15581
15582         FIXME: Make separate entries for each person.
15583
15584         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15585         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15586         <shields@msrl.com>:
15587
15588         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15589         may need for spam sorting and scoring.
15590         (spam-user-format-function-S): Add user format function suitable for
15591         general use.
15592         (spam-article-sort-by-spam-status): Add sorting function for summary
15593         sorting.
15594         (spam-extra-header-to-number): Add function to get a score from a
15595         header.
15596         (spam-summary-score): Add function to get a numeric score from the
15597         headers.
15598         (spam-generic-score): Fix function doc, was in wrong place.
15599         (spam-initialize): Take symbols when it's run, and install the
15600         extra headers that spam-necessary-extra-headers thinks we need.
15601
15602 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15603
15604         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15605         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15606
15607 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15608
15609         * gnus-sum.el (gnus-set-global-variables)
15610         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15611         (gnus-article-get-xrefs, gnus-summary-best-group)
15612         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15613         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15614         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15615         Use with-current-buffer.
15616
15617 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * spam.el (spam-summary-prepare-exit): Simplify logic.
15620         (spam-fetch-article-header): Read the article header if it's not
15621         available.
15622         (spam-list-articles): Simplify logic.
15623         (spam-filelist-register-routine): Fix bug with unregister-list.
15624
15625         * gnus-registry.el: Fix comments at beginning.
15626
15627 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15628
15629         * message.el (message-cater-to-broken-inn): Remove.
15630         (message-shorten-references): Make sure the total folded length of
15631         References is shorter than 998 characters to cater to a bug in INN
15632         2.3.  Also, don't pretend that references aren't folded -- this
15633         hasn't worked for a while.
15634
15635 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15636
15637         * gnus-agent.el (gnus-agentize):
15638         gnus-agent-send-mail-real-function no longer set to current value
15639         of message-send-mail-function but rather a lambda that calls
15640         message-send-mail-function.  The change makes the agent real-time
15641         responsive to user changes to message-send-mail-function.
15642
15643 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15644
15645         * legacy-gnus-agent.el
15646         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15647         help from Florian Weimer <fw@deneb.enyo.de>
15648
15649 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * nnmail.el (nnmail-cache-insert): Revert last change.
15652
15653 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * nnmail.el (nnmail-cache-insert): Always check whether
15656         nnmail-cache-ignore-groups matches a group name.
15657
15658 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15661         (spam-find-spam, spam-log-processing-to-registry)
15662         (spam-log-registered-p, spam-log-unregistration-needed-p)
15663         (spam-log-undo-registration): Use gnus-message instead of
15664         gnus-error, none of these errors are fatal.
15665
15666         * gnus-registry.el (gnus-registry-clean-empty-function)
15667         (gnus-registry-clean-empty): Remove only empty entries without
15668         extra data.
15669
15670 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * spam-stat.el (spam-stat-buffer-change-to-spam)
15673         (spam-stat-buffer-change-to-non-spam): Change (error) to
15674         (gnus-message 8) invocation.
15675
15676 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * nntp.el (nntp-via-netcat-command): New variable.
15679         (nntp-via-netcat-switches): New variable.
15680         (nntp-open-via-rlogin-and-netcat): New function.
15681         (nntp-open-connection-function): Doc fix.
15682         (nntp-telnet-command): Doc fix.
15683         (nntp-end-of-line): Doc fix.
15684         (nntp-via-rlogin-command): Doc fix.
15685         (nntp-via-user-name): Doc fix.
15686         (nntp-via-address): Doc fix.
15687
15688 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15691         error in Emacs 21.1.
15692
15693 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15694
15695         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15696
15697 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15698
15699         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15700         (gnus-agent-with-refreshed-group): New macro.
15701         (gnus-agent-rename-group): New function.
15702         (gnus-agent-delete-group): New function.
15703         (gnus-agent-save-group-info): Use gnus-command-method when
15704         `method' parameter is nil.  Don't write nil entries into the
15705         active file.
15706         (gnus-agent-get-group-info): New function.
15707         (gnus-agent-fetch-articles): Use
15708         gnus-agent-update-files-total-fetched-for to increment disk space
15709         used.
15710         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15711         gnus-agent-update-view-total-fetched-for to increment disk space
15712         used.
15713         (gnus-agent-get-local): Added optional parameters to avoid calling
15714         gnus-group-real-name and gnus-find-method-for-group.
15715         (gnus-agent-set-local): Delete stored entry if either min, or max,
15716         are nil.
15717         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15718         quit, use gnus-agent-regenerate-group to record existance of any
15719         articles fetched to disk before the quit occurred.
15720         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15721         gnus-agent-update-view-total-fetched-for, and
15722         gnus-agent-update-files-total-fetched-for to decrement disk space
15723         used.
15724         (gnus-agent-retrieve-headers): Use
15725         gnus-agent-update-view-total-fetched-for to increment disk space
15726         used.
15727         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15728         with gnus-agent-update-files-total-fetched-for to decrement disk
15729         space and fresh group buffer.
15730         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15731         (gnus-agent-need-update-total-fetched-for): New variable.
15732         (gnus-agent-update-files-total-fetched-for): New function.
15733         (gnus-agent-update-view-total-fetched-for): New function.
15734         (gnus-agent-total-fetched-for): New function.
15735
15736         * gnus-cache.el (gnus-cache-save-buffers): Use
15737         gnus-cache-update-overview-total-fetched-for to change disk space
15738         used by this group.
15739         (gnus-cache-possibly-enter-article): Use
15740         gnus-cache-update-file-total-fetched-for to increment disk space
15741         used by this group.
15742         (gnus-cache-possibly-remove-article): Use
15743         gnus-cache-update-file-total-fetched-for to decrement disk space
15744         used by this group.
15745         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15746         (gnus-cache-rename-group): New function.
15747         (gnus-cache-delete-group): New function.
15748         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15749         (gnus-cache-need-update-total-fetched-for): New variable.
15750         (gnus-cache-with-refreshed-group): New macro.
15751         (gnus-cache-update-file-total-fetched-for): New function.
15752         (gnus-cache-update-overview-total-fetched-for): New function.
15753         (gnus-cache-rename-group-total-fetched-for): New function.
15754         (gnus-cache-delete-group-total-fetched-for): New function.
15755         (gnus-cache-total-fetched-for): New function.
15756
15757         * gnus-group.el: Require gnus-sum and autoload functions to
15758         resolve warnings when gnus-group.el compiled alone.
15759         (gnus-group-line-format): Documented new %F.
15760         (size of Fetched data) group line format; identifies disk space
15761         used by agent and cache.
15762         (gnus-group-line-format-alist): Defined new F format.
15763         (gnus-total-fetched-for): New function.
15764         (gnus-group-delete-group): No longer update
15765         gnus-cache-active-altered as gnus-request-delete-group now keeps
15766         the cache in sync.
15767         (gnus-group-list-active): Let the agent store a server's active
15768         list if currently plugged.
15769
15770         * gnus-int.el (gnus-request-delete-group):
15771         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15772         local disk in sync with the server.
15773         (gnus-request-rename-group):
15774         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15775         local disk in sync with the server.
15776
15777         * gnus-start.el (gnus-get-unread-articles):
15778         Cosmetic simplification to logic.
15779
15780         * gnus-util.el (gnus-rename-file): New function.
15781
15782 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15783
15784         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15785
15786 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15787
15788         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15789         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15790
15791 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15792
15793         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15794         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15795
15796 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15797
15798         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15799
15800 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15801
15802         * spam.el (spam-set-difference): Add function to replace
15803         gnus-set-difference in spam.el.
15804         (spam-summary-prepare-exit): Use spam-set-difference.
15805
15806 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15807
15808         * gnus-registry.el (gnus-registry-cache-file): Update to use
15809         gnus-dribble-directory OR gnus-home-directory OR ~.
15810         (gnus-registry-split-fancy-with-parent): Fix doc.
15811
15812 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * message.el (message-exchange-point-and-mark): Use
15815         message-mark-active-p.  Suggested by Jesper Harder
15816         <harder@ifa.au.dk>.
15817
15818 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * message.el (message-exchange-point-and-mark): Don't activate
15821         region if it was inactive.  Suggested by Hiroshi Fujishima
15822         <pooh@nature.tsukuba.ac.jp>.
15823
15824 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * gnus-art.el (article-display-face): Display Faces in the same
15827         order as X-Faces.
15828
15829 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15832
15833 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15836         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15837         (gnus-article-mime-hierarchy): Remove.
15838         (gnus-article-mime-hierarchy-next): Remove.
15839         (gnus-article-mode): Revert 2004-03-19 change.
15840         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15841         (gnus-insert-mime-button): Revert 2004-03-19 change.
15842         (gnus-mime-accumulate-hierarchy): Remove.
15843         (gnus-mime-enter-multipart): Remove.
15844         (gnus-mime-leave-multipart): Remove.
15845         (gnus-mime-display-part): Revert 2004-03-19 change.
15846         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15847
15848         * mml.el (mml-preview): Revert 2004-03-19 change.
15849
15850 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15851
15852         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15853
15854 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15857         t while entering a file name using the mm-with-multibyte macro.
15858         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15859
15860         * mm-util.el (mm-with-multibyte): New macro.
15861
15862 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15865         user option.
15866         (gnus-mime-multipart-functions): Doc and customization fix.
15867         (gnus-article-mime-hierarchy): New variable.
15868         (gnus-article-mime-hierarchy-next): New variable.
15869         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15870         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15871         gnus-article-mime-hierarchy-next to nil.
15872         (gnus-insert-mime-button): Show hierarchy numbers.
15873         (gnus-mime-accumulate-hierarchy): New function.
15874         (gnus-mime-enter-multipart): New function.
15875         (gnus-mime-leave-multipart): New function.
15876         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15877         (gnus-mime-display-alternative): Show hierarchy numbers.
15878
15879         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15880         gnus-article-mime-hierarchy-next to nil.
15881
15882 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15883
15884         * dns.el: Don't require gnus-xmas.
15885
15886 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15887
15888         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15889         inline PGP.
15890         (mml-menu): Disable mml-quote-region if mark is inactive.
15891
15892 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15895         when the group's active is not available.
15896
15897 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15900         error.
15901
15902 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15903
15904         * imap.el (imap-store-password): New variable.
15905         (imap-interactive-login): Use it.
15906         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15907
15908 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15911         window-start and hscroll to summary window.
15912
15913 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15914
15915         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15916         conversion message to newsrc-dribble when an actual conversion is
15917         performed.
15918
15919 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15920
15921         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15922
15923 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * mm-decode.el (mm-complicated-handles): New function reviving
15926         former definition of mm-multiple-handles.
15927
15928         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15929         (gnus-mime-delete-part): Use it.
15930
15931 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15932
15933         * gnus-agent.el (gnus-agent-read-local): Bind
15934         nnheader-file-coding-system to gnus-agent-file-coding-system to
15935         avoid the implicit assumption that they will always be equal.
15936         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15937         coding-system-for-write, as the with-temp-file macro first prints
15938         to a buffer then saves the buffer.
15939
15940 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * gnus-art.el (gnus-article-edit-part): New function.
15943         (gnus-mime-save-part-and-strip): Use it; do query instead of
15944         signaling an error; don't use mm-multiple-handles.
15945         (gnus-mime-delete-part): Ditto.
15946
15947 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15948
15949         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15950         old file versions.
15951         (gnus-group-prepare-hook): Removed function that converted list
15952         form of gnus-agent-expire-days to group properties.
15953
15954         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15955         (gnus-request-accept-article): Re-indented.
15956
15957         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15958         converters to handle old agent file formats.  Added logic for a
15959         "backup before upgrading warning".
15960         (gnus-convert-mark-converter-prompt): Developers can mark
15961         functions as needing (default), or not needing,
15962         gnus-convert-old-newsrc's "backup before upgrading warning".
15963         (gnus-convert-converter-needs-prompt): Tests whether the user
15964         should be protected from potentially irreversable changes by the
15965         function.
15966
15967         * legacy-gnus-agent.el: New.  Provides converters that are only
15968         loaded when gnus-convert-old-newsrc needs to call them.
15969
15970 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * mail-source.el (mail-source-touch-pop): Doc fix.
15973
15974         * message.el (message-smtpmail-send-it): Doc fix.
15975
15976 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15977
15978         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15979
15980         * nnmail.el (nnmail-split-fancy): do.
15981
15982         * gnus-kill.el (gnus-kill, gnus-execute): do.
15983
15984 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15985
15986         * gnus-sum.el (gnus-widget-reversible-match)
15987         (gnus-widget-reversible-to-internal)
15988         (gnus-widget-reversible-to-external): New functions.
15989         (gnus-widget-reversible): New widget.
15990         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15991
15992 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15993
15994         * gnus-sum.el (gnus-thread-sort-functions)
15995         (gnus-article-sort-functions): Document `(not F)' items.
15996
15997 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15998
15999         * spam.el (spam-use-gmane-xref): Add new backend.
16000         (spam-gmane-xref-spam-group): Add variable to control the name of the
16001         Gmane spam group.
16002         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16003         (spam-regex-headers-spam, spam-regex-headers-ham)
16004         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16005         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16006         backends and checks.
16007         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16008
16009         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16010         an autodetect method.
16011
16012 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16013
16014         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16015         articles are being added to a group.
16016         (gnus-request-replace-article): Inform the agent that articles
16017         need to be uncached as the cached contents are no longer valid.
16018
16019 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * binhex.el: Don't autoload executable-find.
16022
16023         * canlock.el: Don't autoload mail-fetch-field.
16024
16025         * dgnushack.el: Autoload c-mode for XEmacs.
16026
16027         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16028
16029         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16030         rmail-dont-reply-to and rmail-output.
16031
16032         * gnus-score.el: Don't autoload ffap-string-at-point.
16033
16034         * gnus-setup.el: Don't autoload sc-cite-original.
16035
16036         * imap.el: Don't autoload base64-decode-string,
16037         base64-encode-string and md5.
16038
16039         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16040         and rmail-msg-restore-non-pruned-header.
16041
16042         * mm-decode.el: Don't autoload executable-find.
16043
16044         * mm-url.el: Don't autoload executable-find.
16045
16046         * mm-view.el: Don't autoload diff-mode.
16047
16048         * nndb.el: Don't autoload news-reply-mode, news-setup,
16049         cancel-timer and telnet.
16050
16051         * password.el: Don't autoload run-at-time for Emacs.
16052
16053         * sha1-el.el: Don't autoload executable-find.
16054
16055         * sieve-mode.el: Don't autoload c-mode.
16056
16057         * uudecode.el: Don't autoload executable-find.
16058
16059 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16060
16061         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16062         (gnus-agent-possibly-alter-active): Avoid null in numeric
16063         comparison.
16064         (gnus-agent-set-local): Refuse to save null in local object table.
16065         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16066         list of articles that will be marked as unread.
16067
16068 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16071
16072 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16073
16074         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16075         language tags.
16076
16077 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16078
16079         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16080         Don't bind "obarray".
16081
16082         * gnus-sum.el (gnus-thread-sort-functions): Added
16083         `gnus-thread-sort-by-most-recent-number' and
16084         `gnus-thread-sort-by-most-recent-date'.
16085         Reported by Kai Grossjohann <kai@emptydomain.de>.
16086
16087 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16090
16091 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16092
16093         * gnus-cus.el (gnus-agent-customize-category): Removed
16094         ignore-errors macro reference that required cl to be loaded at
16095         run-time.
16096
16097         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16098         single-interval range of the form (min . max).  Previously the
16099         range had to look like ((min . max)).  Likewise, return
16100         (min . max) rather than ((min . max)).
16101         (gnus-range-map): Use gnus-range-normalize to accept
16102         single-interval range.
16103
16104         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16105         the cache, but not the agent, now appear with their usual face.
16106
16107         * dgnushack.el (loaddir): New variable that is bound to the
16108         directory containing the dgnushack.el file. Use loaddir, rather
16109         than srcdir, to update load-path. Change lets dgnushack compile
16110         code in directories other than GNUS/lisp.
16111
16112 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * lpath.el: Don't bind w3m-safe-url-regexp.
16115
16116         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16117         w3m-safe-url-regexp variable buffer-local.
16118
16119         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16120
16121 2004-02-27  Simon Josefsson  <jas@extundo.com>
16122
16123         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16124         gnus-group-real-prefix.
16125         (gnus-summary-move-article): Use it, instead of
16126         gnus-group-real-prefix.
16127
16128 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * lpath.el: Bind w3m-safe-url-regexp.
16131
16132         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16133         w3m-safe-url-regexp variable buffer-local and set it as the value
16134         of mm-w3m-safe-url-regexp.
16135
16136         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16137
16138         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16139         parsing gnus-posting-styles when the message is not for replying.
16140
16141         * dgnushack.el: Autoload sgml-mode for XEmacs.
16142
16143         * nnrss.el (nnrss-opml-export): Use
16144         mm-set-buffer-file-coding-system instead of
16145         set-buffer-file-coding-system.
16146
16147 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16148
16149         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16150         of checkdoc.el).
16151         * nnrss.el: do.
16152         * gnus-mlspl.el: do.
16153         * gnus-ml.el: do.
16154         * gnus-srvr.el: do.
16155
16156         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16157
16158 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16159
16160         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16161         Corrections to custom-manual links.
16162
16163         * gnus-art.el (gnus-article): Ditto.
16164
16165         * mm-decode.el (mime-display, mime-security): Ditto.
16166
16167 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16168
16169         * flow-fill.el: Typo.
16170
16171 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16172
16173         * spam-wash.el: New file.
16174
16175 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16176
16177         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16178
16179 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16180
16181         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16182         to be run with new-articles as LIST1, not LIST2.
16183         (spam-registration-functions): Add spam-use-ham-copy as a nil
16184         registration backend.
16185
16186 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16187
16188         * spam-stat.el (spam-stat-washing-hook): New option.
16189         (spam-stat-buffer-words): Use it.
16190         (spam-stat-process-directory, spam-stat-test-directory): Use
16191         insert-file-contents-literally.
16192         (spam-stat-coding-system): New variable.
16193         (spam-stat-load, spam-stat-save): Use it.
16194
16195 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * spam-report.el (spam-report-plug-agent): Quote
16198         spam-report-url-to-file and spam-report-url-ping-plain.
16199
16200 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16203         / in mailto URLs.
16204
16205 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16206
16207         * spam-report.el (spam-report-process-queue): Fix interactive use.
16208         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16209         (spam-report-unplug-agent): Doc fixes.
16210         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16211         (spam-report-agentize, spam-report-deagentize): Autoload.
16212
16213 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16216
16217         * message.el (message-setup-fill-variables): Add mml tags to
16218         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16219         <ajk@iu.edu>.
16220         (message-mode): Don't modify paragraph-separate there.
16221
16222 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * compface.el (uncompface-use-external): Default to undecided.
16225         (uncompface-use-external-threshold): New variable.
16226         (uncompface-float-time): New macro.
16227         (uncompface): Determine whether to use the external decoder if
16228         uncompface-use-external is undecided.
16229
16230 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16231
16232         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16233         after images.
16234
16235         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16236
16237 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16238
16239         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16240
16241         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16242
16243         * gnus-sum.el (gnus-summary-limit-to-age)
16244         (gnus-summary-limit-children): do.
16245
16246         * gnus-int.el (gnus-request-scan): do.
16247
16248         * gnus-group.el (gnus-group-suspend): do.
16249
16250         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16251
16252         * gnus-cite.el (gnus-cite-parse-attributions): do.
16253
16254         * gnus-agent.el (gnus-summary-set-agent-mark)
16255         (gnus-agent-regenerate-group): do.
16256
16257         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16258
16259         * binhex.el (binhex-decode-region-internal): do.
16260
16261 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * gnus-fun.el (gnus-face-properties-alist): New user option.
16264         (gnus-display-x-face-in-from): Use it.
16265
16266         * gnus-art.el (article-display-face): Ditto.
16267
16268         * compface.el (uncompface-use-external): Default to nil.
16269
16270 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16271
16272         * nntp.el (nntp-erase-buffer): New function.
16273         (nntp-retrieve-data, nntp-send-command)
16274         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16275         (nntp-possibly-change-group): Use it.
16276
16277         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16278         with-current-buffer.
16279
16280 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16281
16282         * compface.el: Merge the ELisp-based uncompface program.
16283         (compface): New customization group.
16284         (uncompface-use-external): New user option.
16285         (uncompface): Call uncompface-internal if uncompface-use-external
16286         is nil.
16287         (uncompface-internal): New function.  Note that there are also
16288         some other functions and variables added for this function.
16289
16290 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16291
16292         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16293         if necessary.
16294
16295 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16296
16297         * spam-report.el (spam-report-unplug-agent)
16298         (spam-report-plug-agent, spam-report-deagentize)
16299         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16300         Add support for the Agent in spam-report: when unplugged, report to a
16301         file; when plugged, submit all the requests.
16302
16303         * spam.el (spam-register-routine): Fix message about
16304         registration.
16305
16306 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16307
16308         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16309         dependencies.
16310         (rfc2047-encode): Use it.
16311
16312         * gnus-art.el (gnus-button-marker-list): Move before first
16313         reference.
16314
16315         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16316         (imap-parse-body): Fix format string mismatch.
16317
16318         * gnus-score.el (gnus-summary-increase-score): do.
16319
16320         * nnrss.el (nnrss-close): New function.
16321
16322 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16323
16324         * nnrss.el (nnrss-make-filename): New function.
16325         (nnrss-request-delete-group, nnrss-read-server-data)
16326         (nnrss-save-server-data, nnrss-read-group-data)
16327         (nnrss-save-group-data): Use it.
16328         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16329         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16330         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16331
16332 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16333
16334         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16335
16336 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16337
16338         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16339         files.
16340
16341         * message.el (message-generate-headers-first): Don't quote nil
16342         and t in docstrings.
16343
16344         * imap.el (imap-id): do.
16345
16346         * gnus-agent.el (gnus-agent-consider-all-articles)
16347         (gnus-agent-queue-mail): do.
16348
16349 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * spam-report.el (spam-report-process-queue): New function.
16352         Process requests from `spam-report-requests-file'.
16353         (spam-report-process-queue): Doc fix.
16354
16355 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * spam.el (spam-register-routine)
16358         (spam-log-processing-to-registry, spam-log-registered-p)
16359         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16360         Change "check" to "spam-check" for semi-clarity.
16361
16362 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16363
16364         * pop3.el: Require nnheader.
16365
16366         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16367
16368         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16369
16370         * gnus-picon.el: Require cl.
16371
16372         * gnus-fun.el: Require gnus-ems and gnus-util.
16373
16374         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16375
16376         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16377
16378         * gnus-art.el (gnus-article-edit-mode): Define before first
16379         reference.
16380
16381 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16382
16383         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16384         (gnus-uu-post-encoded): Use point-at-bol.
16385
16386         * gnus-topic.el (gnus-group-active-topic-p): do.
16387
16388         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16389
16390         * gnus-group.el (gnus-group-kill-region): do.
16391
16392         * gnus-art.el (article-date-ut): do.
16393
16394         * message.el (message-fetch-field): Remove redundant
16395         case-fold-search binding.
16396         (message-narrow-to-field): Simplify.
16397
16398 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16399
16400         * spam.el (spam-directory): Derive from `gnus-directory'.
16401
16402         * spam-report.el (spam-report-url-to-file)
16403         (spam-report-requests-file): New function and variable for offline
16404         reporting.
16405         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16406         and user defined function.
16407         (spam-report-url-ping-mm-url): Remove doubled slash.
16408
16409 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16410
16411         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16412
16413 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16414
16415         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16416         format string mismatch.
16417
16418         * sieve.el (sieve-deactivate-all): do.
16419
16420         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16421
16422         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16423
16424         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16425
16426         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16427
16428 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16429
16430         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16431         the list of checks.
16432
16433 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16434
16435         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16436         padding.
16437
16438 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16439
16440         * mm-view.el (mm-fill-flowed): New variable.
16441         (mm-inline-text): Use it.
16442
16443 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16444
16445         * spam.el (spam-spamassassin-register-ham-routine)
16446         (spam-spamassassin-register-spam-routine): Fix function names.
16447
16448 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus.el (gnus-tmp-grouplens): Remove.
16451         (gnus-summary-line-format): Remove grouplens.
16452
16453         * gnus-group.el (gnus-group-line-format): Ditto.
16454
16455         * gnus-spec.el (gnus-format-specs): Ditto.
16456         (gnus-update-format-specifications): Flush the group format spec
16457         cache if there's the grouplens stuff.
16458         (gnus-parse-simple-format): Replace %l with the empty string.
16459
16460 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16461
16462         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16463         omission.
16464
16465 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16468         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16469
16470 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16471
16472         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16473         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16474         New macros and functions.
16475         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16476         Handle > NLINK_MAX messages.
16477         * nnmaildir.el (nnmaildir-request-set-mark): Use
16478         nnmaildir--emlink-p and nnmaildir--eexist-p.
16479
16480 2004-01-25  Alex Schroeder  <alex@gnu.org>
16481
16482         * spam-stat.el (spam-stat-process-directory-age): New option.
16483         (spam-stat-process-directory): Use it.
16484
16485 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16486
16487         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16488         (spam-stat-save): Accept prefix argument.
16489
16490 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16491
16492         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16493         links" error.
16494
16495 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16498         the rest of the and/or forms.
16499
16500 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16501
16502         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16503         compatibility with old .newsrc.eld files.
16504
16505         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16506
16507         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16508
16509         * gnus-start.el (gnus-1): do.
16510
16511         * gnus-group.el (gnus-group-line-format-alist): do.
16512
16513         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16514
16515         * gnus-gl.el: Remove.
16516
16517 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16518
16519         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16520         marks consisting of a single range {for example, (3 . 5)} rather
16521         than a list of a single range { ((3 . 5)) }.
16522
16523 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16524
16525         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16526         with-current-buffer.
16527         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16528         avoid consing a string.
16529
16530         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16531         Remove obsolete entries for big5 and gb2312.
16532
16533 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16534
16535         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16536         uncompressed list.
16537
16538 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16539
16540         * spam-stat.el (spam-stat-strip-xref): New function.
16541         (spam-stat-process-directory): Use it.
16542
16543         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16544         here -- it's done in message-fetch-field.
16545
16546 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16547
16548         * gnus-agent.el (gnus-agent-queue-mail)
16549         (gnus-agent-prompt-send-queue): New variables.
16550         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16551         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16552         "nndraft:queue" along to gnus-draft-send.  Use
16553         gnus-agent-prompt-send-queue.
16554         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16555         is "nndraft:queue".  Suggested by Gaute Strokkenes
16556         <gs234@srcf.ucam.org>
16557
16558         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16559         (agent-enable-undownloaded-faces): Added.
16560         (gnus-agent-cat-groups): Use eval-and-compile, not
16561         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16562         method of gnus-agent-cat-groups even when the buffer has been
16563         evaled.
16564         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16565         delete gnus-agent-save-active-1.
16566         (gnus-agent-save-groups): Deleted.  Identical to
16567         gnus-agent-save-active.
16568         (gnus-agent-write-active): No longer adjust agent's copy of active
16569         file as agent's adjustments are now stored in their own
16570         file.  Removed optional parameter.
16571         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16572         servers.  Add use of min/max range limits from server's local
16573         file.
16574         (gnus-agent-save-alist): Removed unused optional argument.
16575         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16576         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16577         (gnus-agent-set-local): A per-server file that keeps min/max range
16578         limits for articles known to the agent.  Provides a fast mechanism
16579         for altering many active ranges.
16580         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16581         active file (local makes it unnecessary).
16582         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16583
16584         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16585         (agent-enable-undownloaded-faces): Added.
16586
16587         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16588         disable it when sending to "nndraft:queue".
16589         (gnus-group-send-queue): Add safety check to avoid sending queue
16590         when unplugged.
16591
16592         * gnus-group.el (gnus-group-catchup): Use new
16593         gnus-sequence-of-unread-articles, not
16594         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16595         numbers of articles.  Use gnus-range-map to avoid having to
16596         uncompress the unread list.
16597         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16598         Fixed invalid ange-ftp reference.
16599
16600         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16601         (gnus-sorted-range-intersection): Intersection of two ranges
16602         without requiring that they first be uncompressed.
16603
16604         * gnus-start.el (gnus-activate-group): Unless blocked by the
16605         caller, possibly expand the active range to include both cached
16606         and agentized articles.
16607         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16608         multiple version-dependent converters.
16609         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16610         gnus-agent-save-active.
16611         (gnus-save-newsrc-file): Save dirty agent range limits.
16612
16613         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16614         gnus-agent-possibly-alter-active.
16615         (gnus-adjust-marked-articles): Faster handling of simple lists.
16616
16617 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16618
16619         * spam-stat.el (spam-stat-test-directory): New optional argument
16620         displays a list of files detected.  Suggested by Andrew Cohen
16621         <cohen@andy.bu.edu>.
16622         (spam-stat-buffer-words-with-scores): Don't narrow and change
16623         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16624
16625 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16626
16627         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16628         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16629         (spam-spamassassin-arguments)
16630         (spam-spamassassin-spam-flag-header)
16631         (spam-spamassassin-positive-spam-flag-header)
16632         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16633         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16634         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16635         (spam-list-of-processors, spam-list-of-checks)
16636         (spam-list-of-statistical-checks, spam-registration-functions)
16637         (spam-check-spamassassin-headers, spam-check-spamassassin)
16638         (spam-spamassassin-score)
16639         (spam-spamassassin-register-with-sa-learn)
16640         (spam-spamassassin-register-spam-routine)
16641         (spam-spamassassin-register-ham-routine)
16642         (spam-assassin-register-spam-routine)
16643         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16644         (spam-bogofilter-score): Fix to show article before scoring.
16645
16646 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16647
16648         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16649         default scoring function.
16650         (spam-generic-score): Call spam-spamassassin-score if
16651         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16652         spam-bogofilter-score otherwise.
16653
16654         * gnus.el (spam-process, spam-autodetect-methods): Add
16655         spamassassin and spamassassin-headers.
16656
16657 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16658
16659         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16660         Suppress unnecessary messages.
16661
16662 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16663
16664         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16665         make-hash-table.
16666
16667 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * canlock.el (base64-encode-string): Don't autoload it.
16670
16671 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * run-at-time.el: Remove useless (require 'itimer),
16674         eval-and-compile and (featurep 'xemacs).
16675
16676 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16677
16678         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16679         GROUP is a virtual group.
16680
16681 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16682
16683         * gnus.el: Autoload `message-y-or-n-p'.
16684
16685 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16686
16687         * pgg-parse.el: Remove unnecessary (require 'custom).
16688
16689         * pgg-def.el: do.
16690
16691         * nnmail.el: do.
16692
16693         * gnus-undo.el: do.
16694
16695         * gnus-picon.el: do.
16696
16697         * gnus-util.el: do.
16698
16699 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16702
16703 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16706         handle, as well as a list.
16707
16708         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16709         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16710         (mm-w3m-cid-retrieve): Simplify.
16711
16712 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16713
16714         * message.el (message-kill-to-signature): Allow prefix arg to
16715         specify number of lines to keep before signature.
16716
16717 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16718
16719         * message.el (message-kill-to-signature): Change docstring.
16720
16721 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * canlock.el: Always require sha1-el.
16724         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16725
16726         * message.el: Autoload sha1 only when compiling.
16727
16728         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16729         eudc-expand-inline for XEmacs.
16730
16731 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * message.el (message-canlock-generate): Require sha1-el.
16734
16735 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16736
16737         * message.el (message-expand-name): Silence the byte compiler.
16738
16739         * lpath.el: Add detect-coding-system.
16740
16741         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16742         cus-edit.
16743
16744 2004-01-13  Simon Josefsson  <jas@extundo.com>
16745
16746         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16747         Invoke gnus-score-mode.  Reported by
16748         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16749
16750         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16751         Jim Blandy <jimb@redhat.com> (tiny change).
16752
16753 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16754
16755         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16756
16757 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16758
16759         * spam.el (spam-get-article-as-string): Update to use
16760         gnus-request-article-this-buffer, much simpler.
16761         (spam-get-article-as-buffer): Remove.
16762
16763 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16764
16765         * message.el (message-expand-name): Use EUDC if the user uses that.
16766
16767 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16768
16769         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16770         character for the encoding to avoid consing a string.
16771
16772         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16773         unnecessarily.
16774
16775         * mm-util.el (mm-replace-chars-in-string): Remove.
16776
16777         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16778         of mm-replace-chars-in-string.
16779
16780 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16781
16782         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16783
16784         * mm-util.el (mm-subst-char-in-string): Support inplace.
16785
16786         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16787         a new string in every iteration.  Use shy groups.
16788
16789 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16790
16791         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16792         * gnus-soup.el (gnus-soup-group-brew):
16793         * gnus-msg.el (gnus-put-message):
16794         * gnus-move.el (gnus-group-move-group-to-server):
16795         * gnus-kill.el (gnus-batch-score):
16796         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16797         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16798         (gnus-group-update-group, gnus-group-read-group)
16799         (gnus-group-make-group, gnus-group-make-help-group)
16800         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16801         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16802         (gnus-group-sort-by-unread, gnus-group-catchup)
16803         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16804         (gnus-group-yank-group, gnus-group-set-info)
16805         (gnus-group-list-groups):
16806         * gnus.el (gnus-generate-new-group-name):
16807         * gnus-delay.el (gnus-delay-send-queue):
16808         * nnvirtual.el (nnvirtual-catchup-group):
16809         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16810         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16811         (gnus-group-prepare-topics, gnus-topic-check-topology):
16812         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16813         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16814         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16815         (gnus-group-make-articles-read):
16816         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16817         (gnus-group-change-level, gnus-kill-newsgroup)
16818         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16819         (gnus-get-unread-articles, gnus-make-articles-unread)
16820         (gnus-make-ascending-articles-unread): Use accessor
16821         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16822         to get group information for improved readability.
16823
16824
16825 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16826
16827         * gnus-art.el (article-decode-mime-words, article-babel)
16828         (gnus-article-highlight-signature, gnus-article-add-buttons)
16829         (gnus-signature-toggle): Use gnus-with-article-buffer.
16830
16831         * gnus-art.el (gnus-article-highlight-headers)
16832         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16833
16834         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16835         (gnus-article-set-globals, gnus-request-article-this-buffer)
16836         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16837         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16838         (gnus-mime-display-alternative): Use with-current-buffer.
16839
16840 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16841
16842         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16843         also under 80 char limit, and call gnus-error if needed.
16844         (spam-fetch-article-header): Fix - it was a
16845         buffer-local variable (gnus-newsgroup-data).
16846         (spam-find-spam): Use spam-generate-fake-headers, forget about
16847         spam-insert-fake-headers.
16848         (spam-insert-fake-headers): Remove.
16849
16850 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16851
16852         * deuglify.el (gnus-article-outlook-unwrap-lines)
16853         (gnus-outlook-rearrange-article)
16854         (gnus-outlook-repair-attribution-outlook)
16855         (gnus-outlook-repair-attribution-block)
16856         (gnus-outlook-repair-attribution-other): Remove redundant
16857         save-excursion.
16858
16859 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16862         (spam-fetch-field-subject-fast)
16863         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16864         (spam-fetch-article-header): Add functions to deal with Gnus
16865         internals for fast retrieval of article header data.
16866         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16867
16868 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16869
16870         * pop3.el (pop3-md5): Remove.
16871         (pop3-apop): Replace pop3-md5 with md5.
16872
16873         * mm-bodies.el: base64 is always built-in.
16874
16875         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16876         with-current-buffer.
16877
16878 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * canlock.el (canlock-insert-header): Remove excessive grouping in
16881         regexp.
16882
16883         * gnus-sum.el (gnus-summary-read-document): Ditto.
16884
16885         * gnus-uu.el (gnus-uu-part-number): Ditto.
16886
16887         * html2text.el (html2text-remove-tags): Ditto.
16888         (html2text-format-tags): Ditto.
16889         (html2text-format-single-elements): Ditto.
16890
16891         * mml.el (mml-parse-1): Ditto.
16892
16893 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16894
16895         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16896
16897         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16898
16899         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16900
16901         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16902
16903 2003-11-15  Simon Josefsson  <jas@extundo.com>
16904
16905         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16906         (pgg-gpg-lookup-key): Use regexp match instead of
16907         split-string (split-string is different between emacs 21.2 and
16908         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16909
16910 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16911
16912         * gnus-art.el (gnus-mime-view-all-parts)
16913         (gnus-article-part-wrapper, gnus-article-view-part): Use
16914         with-current-buffer.
16915
16916 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16917
16918         * spam.el (spam-disable-spam-split-during-ham-respool)
16919         (spam-spamoracle-database, spam-cache-lookups)
16920         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16921         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16922         (spam-group-ham-marks, spam-group-spam-marks)
16923         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16924         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16925         also add spam-use-blackholes to the statistical checks.
16926         (spam-fetch-field-fast): Add interface to fetching fields, may
16927         become a macro.
16928         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16929         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16930         (spam-insert-fake-headers): Fake an article when needed.
16931         (spam-find-spam): Fake article when possible.
16932         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16933         (spam-check-bogofilter-headers): Use message-fetch-field instead
16934         of nnmail-fetch-field.
16935
16936 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16937
16938         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16939
16940 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16941
16942         * spam.el (spam-split): Do not require spam-use-CHECK to be
16943         enabled if that check is passed to spam-split explicitly; also
16944         fix so 'spam doesn't get converted to spam-split-group when
16945         spam-split-symbolic-return is t.
16946         (spam-find-spam): Find registrations of the article and use those
16947         instead of re-running spam-split to find the spam/ham
16948         classification of the article.
16949         (spam-log-processing-to-registry, spam-log-registered-p)
16950         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16951         Use gnus-error instead of gnus-message.
16952         (spam-log-registration-type): Add function to determine the
16953         classification of a message based on registry entries; will
16954         return nil if both 'spam and 'ham are found.
16955         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16956         a reasonably fast local cache without the loading errors.
16957         (spam-cache-lookups): Set to t by default.
16958         (spam-find-spam): Don't try to guess spam-cache-lookups.
16959         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16960         spam-caches entry.
16961         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16962         caching of whitelist/blacklist entries.
16963         (spam-check-whitelist, spam-check-blacklist): Invoke
16964         spam-from-listed-p with a type, not a cache variable.
16965         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16966
16967 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16968
16969         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16970
16971         * nnmail.el (nnmail-split-fancy): do.
16972
16973         * mml.el (mml-parse): do.
16974
16975         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16976         (gnus-score-adaptive): do.
16977
16978 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16981         (gnus-mime-button-map): Don't set keymap parent.
16982         (gnus-button-ctan-directory-regexp): Use shy grouping.
16983         (gnus-prev-page-map): Don't set keymap parent.
16984         (gnus-prev-page-map): Remove duplicated one.
16985         (gnus-next-page-map): Don't set keymap parent.
16986         (gnus-mime-security-button-map): Ditto.
16987
16988         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16989         version number.
16990
16991         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16992
16993 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * canlock.el (canlock-sha1-function): Remove.
16996         (canlock-sha1-function-for-verify): Remove.
16997         (canlock-openssl-program): Remove.
16998         (canlock-openssl-args): Remove.
16999         (canlock-ignore-errors): Remove.
17000         (canlock-sha1-with-openssl): Remove.
17001         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17002         (canlock-verify): Don't use canlock-ignore-errors.
17003
17004         * sha1-el.el (sha1-string-external): Make it can return a string
17005         in binary form.
17006         (sha1-region-external): Ditto.
17007         (sha1-string-internal): Ditto.
17008         (sha1-region-internal): Ditto.
17009         (sha1-region): Ditto.
17010         (sha1-string): Ditto.
17011         (sha1): Ditto.
17012
17013 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17014
17015         * spam.el (spam-report-articles-gmane): New command.
17016
17017 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17020
17021         * run-at-time.el (run-at-time-saved): Remove.
17022         (run-at-time): Doc fix.
17023
17024 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17025
17026         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17027         (gnus-summary-limit-map): Add it.
17028         (gnus-summary-make-menu-bar): do.
17029
17030 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17031
17032         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17033         Make attempt at some caching support (done for BBDB only now).
17034         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17035         addresses to be checked.
17036         (spam-clear-cache-BBDB): Add function, to be invoked by
17037         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17038         (spam-check-BBDB): Check and use the caches, if
17039         spam-cache-lookups is on, remove superfluous (provide).
17040
17041 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17044
17045 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17046
17047         * run-at-time.el (run-at-time-saved): Move to after the definition
17048         of `run-at-time'.
17049
17050         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17051
17052 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17055         mm-w3m-local-map-property.
17056
17057         * mm-view.el (mm-w3m-mode-map): Remove.
17058         (mm-w3m-local-map-property): Remove.
17059         (mm-inline-text-html-render-with-w3m): Don't use
17060         mm-w3m-local-map-property.
17061
17062 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17063
17064         * run-at-time.el: New file.
17065
17066         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17067         under Emacs.
17068
17069         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17070         of gnus-set-text-properties.
17071
17072         * gnus-uu.el (gnus-uu-save-article): Ditto.
17073
17074         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17075
17076         * gnus-cite.el (gnus-cite-parse): Ditto.
17077
17078         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17079         of gnus-.
17080
17081         * gnus-xmas.el (run-at-time): Require run-at-time.
17082
17083         * gnus.el: Changed calls to nnheader-run-at-time and
17084         password-run-at-time throughout to use run-at-time directly.
17085
17086         * password.el: Removed definition of run-at-time.
17087
17088         * nnheaderxm.el: Remove definition of run-at-time.
17089
17090 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17091
17092         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17093         in prompt.
17094
17095 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17096
17097         * messagexmas.el (message-xmas-redefine): Alias
17098         `message-make-caesar-translation-table' to
17099         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17100         version.
17101
17102         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17103         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17104         `gnus-xmas-set-text-properties'.
17105         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17106         `gnus-xmas-completing-read'.
17107         (gnus-xmas-completing-read): Removed.
17108         (gnus-xmas-open-network-stream): Removed.
17109
17110         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17111         XEmacs version.
17112
17113         * dns.el (dns-make-network-process): Use `open-network-stream'
17114         instead of `gnus-xmas-open-network-stream'.
17115
17116         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17117
17118         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17119
17120 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17121
17122         * gnus-art.el (gnus-mime-display-alternative)
17123         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17124         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17125         Don't use gnus-local-map-property.
17126
17127         * gnus-util.el (gnus-local-map-property): Remove.
17128
17129         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17130         gnus-completing-read-maybe-default with completing-read.
17131
17132         * gnus-util.el (gnus-completing-read): do.
17133         (gnus-completing-read-maybe-default): Remove.
17134
17135 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17136
17137         * password.el: Only autoload `run-at-time' if not XEmacs.
17138         Only autoload the itimer functions if XEmacs.
17139
17140 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17143         XEmacsen.
17144
17145         * dgnushack.el: Autoload executable-find for XEmacs.
17146
17147 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17148
17149         * gnus-art.el (gnus-read-string): Remove.
17150         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17151         read-string.
17152
17153 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17154
17155         * netrc.el: Autoload password-read.
17156         (netrc): Add configuration group.
17157         (netrc-encoding-method, netrc-openssl-path): Add
17158         variables for encoding and decoding of files with symmetric
17159         ciphers.
17160         (netrc-encode): Add assistant function to encode a file with
17161         netrc-encoding-method.
17162         (netrc-parse): Add interactive parameter, added optional
17163         decoding if netrc-encoding-method is non-nil but otherwise
17164         behavior is standard.
17165         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17166         Do s/encode/encrypt/ everywhere.
17167
17168         * spam.el: Remove executable-find autoload.
17169
17170 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17171
17172         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17173
17174         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17175
17176 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17177
17178         * gnus-art.el (gnus-treat-ansi-sequences)
17179         (article-treat-ansi-sequences): New variable and function.
17180         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17181
17182         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17183         Use it.
17184
17185 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17186
17187         * mm-util.el (mm-quote-arg): Remove.
17188
17189         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17190         shell-quote-argument.
17191
17192         * gnus-uu.el (gnus-uu-command): do.
17193
17194         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17195
17196         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17197         with make-char.
17198
17199         * mm-util.el (mm-make-char): Remove.
17200
17201         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17202         add-minor-mode.
17203
17204         * gnus-undo.el (gnus-undo-mode): do.
17205
17206         * gnus-topic.el (gnus-topic-mode): do.
17207
17208         * gnus-sum.el (gnus-dead-summary-mode): do.
17209
17210         * gnus-start.el (gnus-slave-mode): do.
17211
17212         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17213
17214         * gnus-ml.el (gnus-mailing-list-mode): do.
17215
17216         * gnus-gl.el (gnus-grouplens-mode): do.
17217
17218         * gnus-draft.el (gnus-draft-mode): do.
17219
17220         * gnus-dired.el (gnus-dired-mode): do.
17221
17222         * gnus-ems.el (gnus-add-minor-mode): Remove.
17223
17224         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17225         Replace gnus-char-width with char-width.
17226
17227         * gnus-ems.el (gnus-char-width): Remove.
17228
17229         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17230         Replace gnus-char-width with char-width.
17231
17232         * gnus-ems.el (gnus-char-width): Remove.
17233
17234         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17235         definition.
17236         Remove Emacs 20 hash table compatibility code.
17237
17238         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17239         20 compatibility code.
17240
17241         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17242
17243         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17244
17245         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17246         with point-at-{eol,bol}.
17247
17248         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17249
17250         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17251
17252         * flow-fill.el (fill-flowed-point-at-bol)
17253         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17254
17255         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17256         Replace with point-at-{eol,bol} throughout all files.
17257
17258 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * ntlm.el (ntlm-string-as-unibyte): New macro.
17261         (ntlm-build-auth-response): Use it.
17262
17263         Remove Emacs 20 stuff:
17264         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17265         (butlast, mapc, remove): Remove the compiler macros.
17266         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17267         of delq and copy-sequence.
17268         * gnus-art.el (popup-menu): Remove the compiler macro.
17269         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17270         Emacs 20.
17271
17272 2004-01-05  Simon Josefsson  <jas@extundo.com>
17273
17274         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17275         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17276         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17277         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17278         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17279         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17280         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17281         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17282         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17283         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17284         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17285         string-xor into ntlm-string-xor.  Suggested by
17286         Jesper Harder <harder@myrealbox.com>.
17287
17288         * ntlm.el: Don't include poem.
17289
17290         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17291         Jesper Harder <harder@myrealbox.com>.
17292
17293         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17294
17295         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17296         probably breaks emacs with DL patch, but do we care? Is anyone
17297         still using the DL stuff?)
17298
17299         * sieve-manage.el: Use the password package.
17300         (sieve-manage-read-passwd): Remove.
17301         (sieve-manage-interactive-login): Use password.  Re-add
17302         condition-case around loop.
17303
17304         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17305         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17306         the password package.
17307
17308 2003-02-19  Simon Josefsson  <jas@extundo.com>
17309
17310         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17311         token.
17312
17313 2002-08-07  Simon Josefsson  <jas@extundo.com>
17314
17315         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17316         (sieve-manage-authenticators):
17317         (sieve-manage-authenticator-alist): Add some SASL mechs.
17318         (sieve-sasl-auth): New function.
17319         (sieve-manage-cram-md5-auth):
17320         (sieve-manage-plain-auth): Rewrite using SASL library.
17321         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17322         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17323         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17324         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17325
17326 2004-01-05  Simon Josefsson  <jas@extundo.com>
17327
17328         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17329         New files.
17330
17331 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17332
17333         * gnus-group.el (gnus-no-groups-message): Update.
17334
17335         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17336
17337 2003-11-09  Simon Josefsson  <jas@extundo.com>
17338
17339         * imap.el: Support for ID IMAP extension (RFC 2971).
17340         (imap-local-variables): Add imap-id.
17341         (imap-id): New variable.
17342         (imap-id): New function.
17343         (imap-parse-response): Parse untagged ID response.
17344         * nnimap.el (nnimap-id): New variable.
17345         (nnimap-open-connection): Use it.
17346
17347 2003-12-28  Simon Josefsson  <jas@extundo.com>
17348
17349         * gnus-score.el (gnus-score-edit-all-score): New.
17350         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17351
17352 2004-01-04  Simon Josefsson  <jas@extundo.com>
17353
17354         * password.el: Add.
17355
17356 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17357
17358         * dns.el (dns-query-types): Fix typo.
17359         (dns-query-types): New function.
17360         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17361         PTR and SOA replies, see RFC 1035.
17362
17363 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17364
17365         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17366
17367         * Moved to Changelog.2.
17368
17369 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17370
17371         * gnus.el (gnus-version-number): Bump version.
17372
17373 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17374
17375         * gnus.el: No Gnus v0.1 is released.
17376
17377 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17378
17379         * gnus.el: No Gnus v0.0 is released.
17380
17381 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17382
17383         * gnus.el (gnus-version-number): Bump.
17384         (gnus-version): No.
17385
17386 See ChangeLog.2 for earlier changes.
17387
17388     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17389       Free Software Foundation, Inc.
17390
17391   This file is part of GNU Emacs.
17392
17393   GNU Emacs is free software: you can redistribute it and/or modify
17394   it under the terms of the GNU General Public License as published by
17395   the Free Software Foundation, either version 3 of the License, or
17396   (at your option) any later version.
17397
17398   GNU Emacs is distributed in the hope that it will be useful,
17399   but WITHOUT ANY WARRANTY; without even the implied warranty of
17400   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17401   GNU General Public License for more details.
17402
17403   You should have received a copy of the GNU General Public License
17404   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17405
17406 ;; Local Variables:
17407 ;; coding: utf-8
17408 ;; fill-column: 79
17409 ;; add-log-time-zone-rule: t
17410 ;; End: