Use with-current-buffer instead of gnus-eval-in-buffer-window to avoid
[gnus] / lisp / ChangeLog
1 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5         Reported by Stefan Monnier.
6         (gnus-summary-save-in-rmail): Ditto.
7
8         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9         article buffer, instead of both the article buffer and the summary
10         buffer.  Sort of suggested by Dan Jacobson.
11
12         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
13
14         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
15         Suggested by Dan Jacobson.
16
17         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
18         documentation clearer.
19
20         * message.el (message-shorten-references): Comment on the number "21".
21         Suggested by Stefan Monnier.
22
23         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
24         Suggested by Dan Jacobson.
25
26         * gnus.el (gnus-large-newsgroup): Mention
27         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
28
29         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
30         externalize attachments.  Bug reported by Steve Wen.
31
32         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
33         really message anything to the user.
34
35         * nnmail.el (nnmail-article-group): Allow using the fancy split method
36         directly.
37
38         * nnimap.el (nnimap-request-group): Low higher than high to signal no
39         messages in empty groups.
40
41 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
42
43         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
44         non-UIDNEXT group.
45
46 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
49         not the value from the collection.
50
51         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
52         values.  This sometimes happens on some groups that have no info.
53         (nnimap-request-newgroups): New function.
54
55 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
58         check into `gnus-registry-initialize'.
59         (gnus-registry-initialize): Ditto.
60         Fix and extend header docs.
61
62 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
65         regexp backtrace overflows.
66
67         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
68         for starttls that tls.el implements; i.e. openssl.
69
70         * tls.el (tls-starttls-switches): Give up on using starttls with
71         gnutls-cli.
72         (tls-program): Add --insecure to be consistent with the defaults from
73         openssl s_client.  Now all three commands are insecure.
74
75 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * lpath.el: Bind completion-styles-alist for XEmacs.
78
79         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
80         (gravatar-create-image): New function that's an alias to
81         gnus-xmas-create-image, gnus-create-image, or create-image.
82         (gravatar-data->image): Use it.
83
84 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
87         install the nnregistry refer method.
88         (gnus-registry-install-hooks): Use it.
89         (gnus-registry-unfollowed-groups): Add nnmairix to the default
90         unfollowed groups.
91
92 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
93
94         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
95         expanding threads.
96
97 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * nnir.el: Use the server names without suffixes (bug #7009).
100
101         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
102         unencrypted to STARTTLS, if possible.
103
104 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
105
106         * message.el (message-ignored-supersedes-headers): Strip Injection-*
107         headers before superseding.
108
109 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * nnrss.el (nnrss-use-local): Add documentation.
112
113         * nnimap.el (nnimap-extend-tls-programs): New function.
114         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
115         (nnimap-wait-for-connection): Accept the greeting from the stupid
116         output from openssl s_client -starttls, too.
117
118         * tls.el (tls-starttls-switches): New variable.
119         (tls-find-starttls-argument): Use it.
120         (open-tls-stream): Ditto.
121
122         * netrc.el (netrc-credentials): Return the value of the "default"
123         entry.
124         (netrc-machine): Ditto.
125
126         * nnimap.el (nnimap-find-article-by-message-id): Really return the
127         article number.
128         (nnimap-split-fancy): New variable.
129         (nnimap-split-incoming-mail): Use it.
130
131         * nntp.el (nntp-server-list-active-group): Document.
132
133         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
134         SELECT to get the message-id.
135
136         * mail-source.el (mail-sources): Removed webmail support.
137         (defvar): Ditto.
138         (mail-source-fetcher-alist): Ditto.
139         (mail-source-fetch-webmail): Removed.
140
141         * webmail.el: Removed -- doesn't seem relevant any more.
142
143         * gnus.el: Fix up make-obsolete-variable declarations throughout.
144
145         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
146         the \r.
147
148 2010-09-30  Julien Danjou  <julien@danjou.info>
149
150         * gnus-agent.el (gnus-agent-add-group): Fix call to
151         gnus-completing-read.
152
153 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * nndoc.el (nndoc-retrieve-groups): New function.
156
157         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
158         `default', use nnmail-split-methods.
159         (nnimap-request-article): Downcase the NILs so that they are nil.
160
161         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
162         symbol.
163
164         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
165         code, since if the user has requested network, that's what they ought
166         to get.
167         (nnimap-request-set-mark): Erase the buffer before issuing commands.
168         (nnimap-split-rule): Mark as obsolete.
169
170         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
171         variable.
172
173         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
174         correct slot, too.
175
176 2010-09-29  Julien Danjou  <julien@danjou.info>
177
178         * gnus.el (gnus-local-domain): Declare variable obsolete.
179
180         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
181         computing.
182         (gnus-ido-completing-read): Require ido.
183
184 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-registry.el: Don't prompt on load, which makes it impossible to
187         build Gnus.
188
189         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
190         when interpreting the structures.
191         (nnimap-request-accept-article): Add \r\n to the lines to make this
192         work with Cyrus.
193
194         * nndraft.el (nndraft-request-expire-articles): Use the group name
195         instead if "nndraft".  Fix found by Nils Ackermann.
196
197 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
198
199         * nnregistry.el: Added.
200
201 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
202
203         * nnmail.el (group, group-art-list, group-art):
204         Remove unneeded directives.
205
206 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
209         (mm-mime-charset)
210         * rfc2047.el (rfc2047-syntax-table)
211         * utf7.el (utf7-utf-16-coding-system): Comment fix.
212
213         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
214         rather than `insert-file-contents' and `eval-region'.
215
216         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
217         construction.
218
219         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
220
221         * time-date.el: No need to require cl for Emacs 21.
222
223 2010-09-29  Julien Danjou  <julien@danjou.info>
224
225         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
226         replacement of `gnus-gravatar-relief' to mimic
227         `gnus-faces-properties-alist'.
228         Add :version property.
229
230 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * mail-source.el (mail-source-report-new-mail)
233         * message.el (message-default-mail-headers)
234         * mm-decode.el (mm-valid-image-format-p): Comment fix.
235
236         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
237
238 2010-09-28  Julien Danjou  <julien@danjou.info>
239
240         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
241         mail-address contains the same string as real-name.
242
243         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
244         non-blank in header, otherwise it'll get stripped.
245
246         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
247         real-name, and then for mail address rather than doing : or , search.
248
249 2010-09-27  Julien Danjou  <julien@danjou.info>
250
251         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
252         (gnus-server-goto-server): Use gnus-completing-read.
253
254         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
255
256         * mm-util.el (defalias): Use gnus-completing-read.
257         (mm-codepage-setup): Use gnus-completing-read.
258
259         * smime.el (smime-sign-buffer): Use gnus-completing-read.
260         (smime-decrypt-buffer): Use gnus-completing-read.
261
262         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
263
264         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
265         (mml-minibuffer-read-disposition): Use gnus-completing-read.
266         (mml-insert-multipart): Use gnus-completing-read.
267
268         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
269
270         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
271
272         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
273
274         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
275
276         * gnus.el (gnus-read-method): Use gnus-completing-read.
277
278         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
279
280         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
281         (gnus-mime-action-on-part): Use gnus-completing-read.
282         (gnus-article-encrypt-body): Use gnus-completing-read.
283
284         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
285         (gnus-topic-move-matching): Use gnus-completing-read.
286         (gnus-topic-copy-matching): Use gnus-completing-read.
287         (gnus-topic-sort-topics): Use gnus-completing-read.
288         (gnus-topic-move): Use gnus-completing-read.
289
290         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
291         (gnus-agent-add-group): Use gnus-completing-read.
292
293         * nnmairix.el (nnmairix-create-server-and-default-group): Use
294         gnus-completing-read.
295         (nnmairix-update-groups): Use gnus-completing-read.
296         (nnmairix-get-server): Use gnus-completing-read.
297         (nnmairix-backend-to-server): Use gnus-completing-read.
298         (nnmairix-goto-original-article): Use gnus-completing-read.
299         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
300
301         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
302
303         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
304         (gnus-group-make-useful-group): Use gnus-completing-read.
305         (gnus-group-make-web-group): Use gnus-completing-read.
306         (gnus-group-add-to-virtual): Use gnus-completing-read.
307         (gnus-group-browse-foreign-server): Use gnus-completing-read.
308
309         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
310         (gnus-summary-limit-to-extra): Use gnus-completing-read.
311         (gnus-summary-execute-command): Use gnus-completing-read.
312         (gnus-summary-respool-article): Use gnus-completing-read.
313         (gnus-read-move-group-name): Use gnus-completing-read.
314
315         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
316         (gnus-summary-score-effect): Use gnus-completing-read.
317
318         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
319
320         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
321         right completing-read function.
322         (gnus-use-ido): New variable
323         (gnus-completing-read-with-default): Remove.
324
325 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
328         x-focus-frame.
329
330         * nnimap.el (auth-source-forget-user-or-password)
331         (auth-source-user-or-password): Autoload.
332
333         * message.el (message-from-style, message-interactive)
334         (message-cite-prefix-regexp, message-sendmail-envelope-from)
335         (message-yank-prefix, message-indentation-spaces, message-signature)
336         (message-signature-file): Add comment.
337
338 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
341         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
342         new articles.
343
344         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
345         parts.
346         (nnimap-request-article): Work with the t setting, too.
347
348         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
349         that you don't get flashes of other buffers.
350         (gnus-summary-show-complete-article): Intern before setting.
351
352 2010-09-27  David Engster  <dengste@eml.cc>
353
354         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
355         well as HEADERS.
356         (nnmairix-retrieve-headers): Provide new argument for the above.
357
358 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359
360         * gnus-sum.el (gnus-summary-move-article): Don't alter
361         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
362         group.
363
364         * nnimap.el (nnimap-update-info): Don't destructively alter active.
365
366         * message.el (message-cite-prefix-regexp): Revert my last edit.
367
368         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
369         variable instead of the Gnus variable.
370
371         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
372
373         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
374         again.
375
376         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
377         since some servers don't like it.
378         (nnimap-open-connection): Forget credentials if the server says the
379         password was wrong.
380         (nnimap-parse-line): Protect against invalid data.
381
382         * gnus-sum.el (gnus-summary-move-article): Add comment.
383         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
384         nothing alters it while scanning for new messages.
385
386         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
387         which may or may not help.
388         (nnimap-open-connection): If we're doing a stream connection, and then
389         discover we're on a STARTTLS-capable server, then open a STARTTLS
390         connection instead.
391
392 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * nnimap.el (utf7): Required.
395
396         * message.el (message-cite-prefix-regexp): Remove "}" from citation
397         prefix.
398
399 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
400
401         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
402
403 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * nnimap.el (nnimap-request-accept-article): Message the error on
406         error.
407
408 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
411
412 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * nndoc.el (nndoc-request-list): Return success always.
415
416         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
417         `fetch-old' -- we only want to fetch the articles we've requested.  The
418         rest are in the agent, probably.
419         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
420         disappeared server" to something low.  It's not important.
421
422         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
423         arrived before the FETCH data.
424
425         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
426         target here, because we don't know the Gnus name of the group.
427
428         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
429         for the correct group.
430
431         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
432
433         * gnus.el (gnus): Give a final warning after startup.
434
435         * gnus-util.el (gnus-action-message-log): New variable.
436         (gnus-message): Use it.
437         (gnus-final-warning): New function.
438
439         * nnimap.el (nnimap-open-connection): Record the greeting.
440         (nnimap): Add greeting.
441
442 2010-09-26  Julien Danjou  <julien@danjou.info>
443
444         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
445         arguments.
446         (gnus-html-wash-images): Fix spec computing to include start/end.
447
448         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
449
450 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
453         deletion.
454         (nnimap-retrieve-headers): Don't select the group, because that's
455         already done by nnimap-possibly-change-group.
456
457         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
458         (gnus-picon-transform-address): Use it.
459
460         * mail-source.el (mail-source-value): Revert previous patch.
461
462         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
463         on failure.
464         (nnimap-open-connection): Look up both virtual and physical server name
465         credentials.
466
467         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
468
469 2009-02-07  Dave Love  <fx@gnu.org>
470
471         * tls.el (open-tls-stream): Don't query killing process.
472
473 2009-02-08  Dave Love  <fx@gnu.org>
474
475         * gnus-win.el (gnus-window-to-buffer-helper,
476         gnus-all-windows-visible-p): Function needn't be a symbol.
477
478         * mail-source.el (mail-source-value): Function needn't be a symbol.
479
480 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * message.el (message-cite-prefix-regexp): Remove } from the cite
483         prefix.
484
485         * gnus-art.el (gnus-treatment-function-alist): Do picons before
486         highlight again, so that the highlight is correct.
487
488         * gnus-picon.el (gnus-picon): Remove again.
489         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
490
491         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
492         doing the header highlightling, so that the background colour of the
493         picon is correct.
494
495         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
496         (gnus-picon): Ditto.
497         (gnus-picon): Reinstate.  The background colour for picons is white.
498         (gnus-picon-insert-glyph): Make the background white.
499
500         * nnml.el (nnml-open-nov): Don't return dead buffers.
501
502         * auth-source.el (auth-source-create): Query the user for whether to
503         store the credentials.
504
505         * netrc.el (netrc-store-data): New function.
506
507         * auth-source.el (auth-source-user-or-password): Use the existing auth
508         sources, if any, for creation.
509
510         * gnus.el (gnus-group-fast-parameter): Return the last matching
511         parameter instead of the first matching parameter.
512
513 2010-09-26  Julien Danjou  <julien@danjou.info>
514
515         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
516
517 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * mml2015.el (mml2015-use): Remove gpg support.
520
521         * mml1991.el (mml1991-function-alist): Remove gpg function.
522         (mml1991-gpg-sign): Removed.
523
524 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
525
526         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
527         (gnus-browse-unsubscribe-current-group): Document it.
528         (gnus-browse-unsubscribe-group): Use it.
529
530 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
533         address to the To list for easier response.
534
535         * gnus.el (gnus-play-startup-jingle): Removed.
536         (gnus-splash): Don't play jingle.
537         (gnus): Silence gnus-load message.
538
539         * gnus-art.el (gnus-treat-play-sounds): Removed.
540
541         * gnus.el (gnus-play-jingle): Remove audio support.
542
543         * gnus-cus.el (gnus-score-customize): Remove audio reference.
544
545         * earcon.el: Removed -- no users.
546
547         * gnus-audio.el: Removed -- no users of this package.
548
549         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
550
551         * gnus-start.el (gnus-setup-news): Remove nocem support.
552
553         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
554
555         * gnus.el (gnus-use-nocem): Removed.
556
557         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
558         Removed.
559
560         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
561         uses NoCeM any more.
562
563         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
564         (gnus-button-ctan-handler): Ditto.
565         (gnus-button-handle-ctan-bogus-regexp): Ditto.
566         (gnus-button-ctan-directory-regexp): Ditto.
567         (gnus-button-handle-ctan): Ditto.
568         (gnus-button-tex-level): Ditto.
569         (gnus-button-alist): Removed CTAN stuff.
570
571 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
574         nnimap-streaming test.
575
576         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
577         servers twice.
578
579         * nnimap.el (nnimap-open-connection): Add more error reporting when
580         nnimap fails early.
581
582         * nnheader.el (nnheader-get-report-string): New function.
583         (nnheader-get-report): Use it.
584
585         * gnus-int.el (gnus-check-server): Say what the error was when opening
586         failed.
587
588         * nnimap.el (nnimap-wait-for-response): Search further when we're not
589         using streaming.
590
591 2010-09-25  Julien Danjou  <julien@danjou.info>
592
593         * gnus-html.el (gnus-html-rescale-image): Use our defalias
594         gnus-window-inside-pixel-edges.
595
596 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
599
600         * mm-decode.el (mm-save-part): Allow saving to other directories the
601         normal Emacs way.
602
603         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
604         by Jay Berkenbilt.
605
606         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
607         there isn't a single byte.
608
609         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
610         just do it.  It doesn't really seem to matter what the user responds
611         here, I think, so it's just a confusing question.
612
613         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
614         non-streaming case.
615
616         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
617         (gnus-article-encrypt-body): Use it.
618
619         * gnus-sum.el (gnus-summary-show-complete-article): New command and
620         keystroke.
621
622         * nnimap.el (nnimap-find-wanted-parts-1): Use
623         gnus-fetch-partial-articles.
624
625         * gnus-art.el (gnus-fetch-partial-articles): New variable.
626
627         * nnimap.el (nnimap-insert-partial-structure): New function.
628         (nnimap-get-partial-article): New function.
629         (nnimap-request-article): Use it.
630         (nnimap-wait-for-response): Return whether the wait was successful.
631         (nnimap-finish-retrieve-group-infos): Don't do anything if the
632         retrieval wasn't successful.
633         (nnimap-retrieve-group-data-early): Allow throttling servers.
634         (nnimap-streaming): New variable.
635         (nnimap-fetch-partial-articles): Removed.
636
637         * mm-decode.el (mm-with-part): Protect against killed buffers.
638
639         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
640         for prettier summary display.
641
642 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
643
644         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
645         directly.
646
647 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
650         apparently third-party libraries depend on it.
651
652         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
653         before starting negotiation.
654
655         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
656         privacy reasons.
657         (gnus-treat-mail-gravatar): Ditto.
658
659         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
660         buffer when inserting images.  Inserting text into the headers, for
661         instance, can make them invalid.
662
663 2010-09-25  Julien Danjou  <julien@danjou.info>
664
665         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
666         variables.
667
668         * nnheader.el: Remove useless variables news-reply-yank-from and
669         news-reply-yank-message-id.
670
671         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
672         variables.
673
674         * mml1991.el: Remove useless mml1991-verbose.
675
676         * gnus.el: Remove useless variable gnus-use-generic-from.
677         Remove obsolete variable gnus-topic-indentation.
678
679         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
680
681         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
682
683         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
684
685         * gnus-group.el: Remove useless gnus-group-icon-cache.
686         Remove useless gnus-ephemeral-group-server.
687
688         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
689
690         * mml2015.el: Remove useless mml2015-verbose.
691
692         * mml-smime.el: Remove useless mml-smime-verbose.
693
694         * gnus.el: Remove useless gnus-local-domain.
695
696         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
697         gnus-gravatar-size.
698
699         * gnus-art.el: Remove useless gnus-treat-translate.
700
701 2010-09-24  Julien Danjou  <julien@danjou.info>
702
703         * gnus-sum.el: Add support for Gravatars.
704
705         * gnus-art.el: Add support for Gravatars.
706
707         * gnus-gravatar.el: Add this file.
708
709         * gravatar.el: Add this file.
710
711 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
714
715         * gnus-group.el (gnus-group-fetch-faq): Removed.
716
717         * gnus.el (gnus-group-faq-directory): Removed.
718
719         * gnus-group.el (gnus-group-fetch-charter): Removed.
720
721         * gnus.el (gnus-group-charter-alist): Removed.
722
723         * gnus-group.el (gnus-group-archive-directory): Removed.
724         (gnus-group-recent-archive-directory): Ditto.
725         (gnus-group-make-archive-group): Removed.
726
727         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
728
729         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
730         use the same article number for all the cached articles.
731
732         * nnimap.el (nnimap-command): Register the last command time so
733         that we can use it for idling NOOPs.
734         (nnimap-open-connection): Start the keeplive timer.
735         (nnimap-make-process-buffer): Store all the process buffers.
736         (nnimap-keepalive): New function.
737
738         * starttls.el: (starttls-open-stream): Add autoload cookie.
739
740 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
741
742         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
743         handling.
744
745 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
748         its data structures.
749
750         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
751         instead of the cl.el copy-list.
752         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
753         equalp.
754
755 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
758         and tool-bar-local-item-from-menu.
759
760         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
761         mode-line-highlight face for Emacs.
762
763         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
764         loading gnus-sum.elc; fix comment for canlock-verify.
765         (gnus-article-jump-to-part): Use read-number.
766         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
767         Emacs pre-21 compatible code for help-echo.
768         (gnus-article-next-page-1): No need to adjust the number of lines.
769         (gnus-article-describe-bindings): Always use help-buffer.
770
771         * gnus-audio.el (gnus-audio-inline-sound)
772         * gnus-cus.el (gnus-custom-mode)
773         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
774
775         * gnus-sum.el (gnus-remove-overlays): Doc fix.
776
777         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
778         compatible code.
779
780 2010-09-24  Glenn Morris  <rgm@gnu.org>
781
782         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
783         visiting the fcc file in rmail-mode.
784
785         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
786
787 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * nnir.el: Silence the byte compiler.
790
791         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
792         alias to browse-url-url-encode-chars if any.
793         (gnus-html-encode-url): Use it.
794
795 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-start.el (gnus-use-backend-marks): New variable.
798         (gnus-get-unread-articles-in-group): Use it.
799
800         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
801         makeover.
802
803 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
804
805         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
806
807 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
810         Removed.
811         (gnus-setup-news-hook): Removed
812         gnus-fixup-nnimap-unread-after-getting-new-news.
813
814         * gnus-int.el (gnus-request-update-info): Protect against backends not
815         having the function.
816
817         * nnimap.el (nnimap-stream): Mention starttls.
818         (nnimap-open-connection): Add starttls support.
819
820 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
821
822         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
823
824 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
827         BODYSTRUCTUREs.
828         (nnimap-transform-headers): Unfold quoted {42} headers.
829
830         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
831         the info.
832         (gnus-get-unread-articles): Only call updatep on backends that support
833         it.
834
835         * nnweb.el (nnweb-request-update-info): NOOP.
836
837         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
838
839         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
840         since it only deals with marks.
841
842         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
843         gnus-request-marks, and make a new gnus-request-update-info.
844
845         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
846         the active instead of the high number, which is usually too low.
847
848 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
849
850         * netrc.el (netrc-parse): Remove encrypt.el mentions.
851         * encrypt.el: Removed.
852
853 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
856         server in symbolic form.
857
858         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
859         0.9.
860
861 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
864         (nnimap-update-info): Fix up code slightly.
865
866         * gnus-int.el (gnus-open-server): Add tracing for performance
867         debugging.
868
869         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
870         (gnus-group-insert-group-line): Pass the real group name so that it
871         gets the right data.
872
873         * gnus-start.el (gnus-get-unread-articles): Don't have
874         `gnus-get-unread-articles-in-group' update info, since that can be
875         really slow and doesn't seem to be needed?
876
877 2010-09-22  Dan Christensen  <jdc@uwo.ca>
878
879         * time-date.el (date-to-time): Try using parse-time-string first before
880         using the slower timezone-make-date-arpa-standard.
881
882 2010-09-22  Julien Danjou  <julien@danjou.info>
883
884         * gnus-group.el (gnus-group-insert-group-line): Call
885         gnus-group-highlight-line.
886         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
887         default hook list.
888         (gnus-group-update-eval-form): Add new function.
889         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
890         (gnus-group-get-icon): Use gnus-group-update-eval-form.
891
892 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
895         immediate, then expire all articles.
896         (nnimap-update-info): Fix off-by-one errors.
897         (nnimap-flags-to-marks): Would return no marks lists for group with no
898         flags.  Instead return the other data.
899
900 2010-09-22  Julien Danjou  <julien@danjou.info>
901
902         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
903         Only return an icon.
904         (gnus-group-insert-group-line): Compute icon to return.
905
906         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
907         variable.
908         (gnus-html-image-fetched): Only cache if
909         gnus-html-image-automatic-caching is set.
910         (gnus-html-image-fetched): Check for errors.
911
912 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
915         once per method on `g'.  This ensures that backends like nnfolder don't
916         open all their folders.
917
918         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
919         (nnimap-request-list): Nix out group in the correct buffer.
920         (nnimap-parse-flags): Implement by using `read' instead of
921         hand-parsing.
922         (nnimap-flags-to-marks): Pass on permanent-flags.
923         (nnimap-make-process-buffer): Record the server name.
924         (nnimap-parse-flags): Fix typo.
925         (nnimap-request-scan): Run split on the server in general, not just a
926         single group.
927
928         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
929         parameter, and propagate this downwards.
930
931         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
932         since EXAMINE changes it on the server.
933
934         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
935         this command might take a while.
936
937 2010-09-22  Julien Danjou  <julien@danjou.info>
938
939         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
940         harmful if you have 2 images side-by-side, they can't be properly
941         update on text deletion.  Using text-property is safer here.
942         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
943         data.
944
945 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * nnimap.el (nnimap-expunge-inbox): Removed.
948         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
949         (nnimap-expunge): Flip default to t.
950
951         * gnus.el (gnus-method-to-server): Don't push things to the cache
952         unless it's unique.
953         (gnus-server-to-method): Ditto.
954
955 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
956
957         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
958
959 2010-09-22  Julien Danjou  <julien@danjou.info>
960
961         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
962         get the start of data.
963         (gnus-html-encode-url): Add this function to encode special chars in
964         URL.
965         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
966         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
967
968         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
969         default.
970         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
971
972         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
973         images alt-text.
974         (gnus-html-put-image): Put alt-text as help-echo.
975
976 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
979         * mm-util.el (mm-decompress-buffer)
980         * nnir.el (nnir-run-find-grep)
981         * pop3.el (pop3-list): Use 3rd arg of split-string.
982
983         * time-date.el (format-seconds): Comment fix.
984
985         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
986         and byte-optimize-form-code-walker.
987         (dgnushack-make-auto-load): Don't advise make-autoload.
988
989         * lpath.el: Remove Emacs 21 stuff.
990
991 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
994         outside the active range.  Suggested by Dan Christensen.
995
996         * gnus-start.el (gnus-get-unread-articles): Get the extended method
997         slightly later to avoid double-getting it.
998
999         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1000         previous patch.
1001
1002         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1003
1004 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1005
1006         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1007
1008 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus-int.el (gnus-open-server): Give a better error message in the
1011         "go offline" case.
1012
1013         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1014         marks for nnimap, which is seldom the right thing to do.
1015
1016         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1017         (gnus-same-method-different-name): New function.
1018
1019         * nnimap.el (parse-time): Require.
1020
1021         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1022         method in the presence of many similar methods.
1023
1024         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1025
1026         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1027         nnml-inhibit-expiry.
1028
1029         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1030         find out whether methods are equal.
1031
1032         * nnimap.el (nnimap-find-expired-articles): New function.
1033         (nnimap-process-expiry-targets): New function.
1034         (nnimap-request-move-article): Request the article before looking at
1035         what the Message-ID is.  Fix found by Andrew Cohen.
1036         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1037
1038         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1039         for oldness in addition to being a predicate.
1040
1041         * nnimap.el (nnimap-request-group): When we have zero articles, return
1042         the right data to Gnus.
1043         (nnimap-request-expire-articles): Only delete articles immediately if
1044         the target is 'delete.
1045
1046         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1047         method, this would bug out.
1048
1049         * gnus-group.el (gnus-group-expunge-group): Renamed from
1050         gnus-group-nnimap-expunge, and implemented as a normal interface
1051         function.
1052
1053         * gnus-int.el (gnus-request-expunge-group): New function.
1054
1055         * nnimap.el (nnimap-request-create-group): Implement.
1056         (nnimap-request-expunge-group): New function.
1057
1058 2010-09-21  Julien Danjou  <julien@danjou.info>
1059
1060         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1061         (gnus-html-cache-expired): Add new function.
1062         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1063         wethever we should display image for fetch it.
1064         Compute alt-text earlier to pass it to the fetching function too.
1065         (gnus-html-schedule-image-fetching): Change function argument to only
1066         get one image at a time, not a list.
1067         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1068         cache.
1069         (gnus-html-get-image-data): New function to retrieve image data from
1070         cache.
1071         (gnus-html-put-image): Change buffer argument to use image data rather
1072         than file, and place image above region rather than inserting a new
1073         one. Do not take alt-text as argument, since it's useless now: we place
1074         the image above alt-text.
1075         (gnus-html-prune-cache): Remove.
1076         (gnus-html-show-images): Start to fetch image when we find one, do not
1077         push into a temporary list.
1078         (gnus-html-prefetch-images): Only fetch image if they have expired.
1079         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1080         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1081
1082 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1085
1086 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1089         spec inser "*" if the group isn't active instead of 0.
1090
1091         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1092         opening the server.
1093         (nnimap-request-delete-group): Implement group deletion.
1094         (nnimap-transform-headers): Return the size of the entire message in
1095         the Bytes header, not just the size of the first part.
1096         (nnimap-request-move-article): When moving an article from nnimap,
1097         request the article first so the accepting form has an article to
1098         accept.  Reported by Dan Christensen.
1099         (nnimap-command): Make sure that the error message doesn't error out.
1100
1101 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1102
1103         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1104         we haven't requested anything.
1105
1106 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1109         "".  Fix found by Andrew Cohen.
1110
1111         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1112         instead of -encode-string.
1113
1114 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1117
1118         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1119         by mm-subst-char-in-string.
1120
1121 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1124         waiting for the connection string.
1125
1126         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1127         arriving.
1128
1129         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1130         bogus characters.  This allows selecting certain Gmail groups.
1131
1132         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1133         (nnimap-fetch-partial-articles): New variable.
1134         (nnimap-open-connection): When looking for credentials, also use the
1135         nnimap-server-port.
1136         (nnimap-request-article): Return the group/article number, so that Gnus
1137         `^' works as expected.
1138         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1139         them.
1140
1141         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1142         comments.
1143         (gnus-methods-sloppily-equal): New function.
1144         (gnus): When using the development version of Gnus, load the gnus-load
1145         file.
1146
1147         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1148         `gnus-open-server' on each method before trying to scan them etc.  This
1149         ensures that all the backend parameters are set correctly.
1150
1151         * nnimap.el (nnimap-authenticator): New variable.
1152         (nnimap-open-connection): Allow anonymous login.
1153         (nnimap-transform-headers): The chars header is called Chars not
1154         Bytes.
1155         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1156         drops.
1157
1158         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1159         patch, found by Knut Anders Hatlen.
1160
1161 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1162
1163         * gnus-agent.el (gnus-agent-batch-confirmation)
1164         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1165         to gnus-message.
1166         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1167         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1168         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1169         * gnus-int.el (gnus-open-server): Likewise.
1170         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1171         (gnus-score-check-syntax): Likewise.
1172         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1173         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1174         Likewise.
1175         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1176
1177 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1180         calling conventions so that prefetch doesn't bug out.
1181
1182 2010-09-19  Julien Danjou  <julien@danjou.info>
1183
1184         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1185         rather than `subst-char-in-region' in order to be able to replace ASCII
1186         char by UTF-8 ones.
1187
1188         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1189         than curl.
1190         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1191         the right URL and ALT text on images.
1192         (gnus-html-wash-tags): Fix tag case.
1193         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1194         (gnus-article-html): Add -o display_ins_del=2 option.
1195         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1196
1197 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1200         the extra mail headers, which sometimes seem to happen for unknown
1201         reasons.
1202
1203         * mail-parse.el (mail-header-encode-parameter): Define as
1204         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1205         (or most, perhaps?) mail readers don't understand the latter, but do
1206         understand the former.
1207
1208         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1209         to nil, so that no methods are automatically agentized.  I think this
1210         is probably what most users want.
1211
1212         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1213         from url-retrieve, for instance about invalid URLs.
1214
1215         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1216         groups that have no articles.
1217         (nnimap-request-article): Check that we really got an article when we
1218         requested one.
1219
1220         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1221         doesn't exist.
1222
1223         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1224         nntp buffer so the agent can save it.
1225         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1226         that CRLF doesn't get translated to \n.
1227         (nnimap-open-connection): Don't make 'shell commands only send \n.
1228
1229 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1230
1231         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1232         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1233         Update var name.
1234         (nnml-generate-nov-file): Use dolist.
1235         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1236         Use with-current-buffer.
1237
1238 2010-09-18  Julien Danjou  <julien@danjou.info>
1239
1240         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1241         parallel.
1242
1243 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1246         the range update right.
1247         (nnimap-request-group): Don't make `M-g' bug out on group with no
1248         marks.
1249         (nnoo): Required, so that other packages can require nnimap.
1250         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1251         command we're looking for.  This helps when the server sends more
1252         responses after we've gotten everything we expected.
1253         (nnimap): Add a `newlinep' field to keep track of end-of-line
1254         conventions.
1255         Don't send CRLF to things that don't want it.
1256         (nnimap-request-accept-article): Ditto.
1257
1258 2010-09-18  Julien Danjou  <julien@danjou.info>
1259
1260         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1261         than curl to retrieve images.
1262
1263 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1266         the marks.
1267         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1268         (nnimap-wait-for-connection): New function.
1269         (nnimap-open-connection): If we have PREAUTH, don't query for login
1270         credentials.
1271         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1272         when doing a partial update.
1273
1274 2010-09-18  Julien Danjou  <julien@danjou.info>
1275
1276         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1277         tags.
1278
1279 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * nnimap.el (nnimap-credentials): New function.
1282         (nnimap-open-connection): Use the new function to look for credentials
1283         also on the numeric equivalents of "imap" and "imaps".
1284
1285         * gnus-start.el (gnus-activate-group): Send the info to
1286         gnus-request-group.
1287
1288         * nnimap.el (nnimap-request-group): Have the "check" version of the
1289         function parse flags and update the info, so that a `M-g' get a total
1290         resync of all flags from the group.
1291
1292         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1293         to allow backends to alter the info on group selection.  Also alter all
1294         the backend -request-group functions to take the parameter.
1295
1296         * nnimap.el (nnimap-store-info): New function.
1297         (nnimap-update-info): Store the info for later usage.
1298         (nnimap-request-group): Use the stored info for the dont-check case, so
1299         that we don't retrieve all marks when we enter a group.
1300
1301         * nnimap.el: Use deffoo instead of defun for interface functions.
1302
1303         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1304         update the group info.  This makes the nndraft groups, for instance, go
1305         back to their old behaviour.
1306
1307         * gnus-sum.el (gnus-select-newsgroup): Indent.
1308
1309         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1310         in.
1311         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1312         nothing.
1313
1314         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1315         from methods that are denied.
1316
1317         * gnus-int.el (gnus-method-denied-p): New function.
1318
1319         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1320         store the password instead of netrc.
1321         (nnimap-open-connection): Don't error out when we can't make a
1322         connections.
1323
1324         * auth-source.el (auth-source-create): In the password prompt, say what
1325         we're querying for.  Also prompt for user name if that hasn't been
1326         given.
1327
1328         * nnimap.el (nnimap-with-process-buffer): Removed.
1329
1330 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1333         method when we're reading from the agent.
1334
1335         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1336
1337         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1338         that's probably most useful for users.
1339
1340         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1341         "failed" all the time.
1342
1343         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1344         ...)) with (with-current-buffer ... ).
1345
1346         * nntp.el (nntp-open-server): Return whether the open was successful or
1347         not.
1348
1349         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1350         select an unread unseen article first.
1351
1352         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1353         /etc/services, supply some sensible port defaults.
1354
1355         * dgnushack.el: Define netrc-credentials.
1356
1357 2010-09-17  Julien Danjou  <julien@danjou.info>
1358
1359         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1360
1361 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1362
1363         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1364         doesn't have any parameters.
1365
1366 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1369         only upcased checks.
1370
1371         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1372
1373         * nnimap.el (nnimap-open-shell-stream): New function.
1374         (nnimap-open-connection): Use it.
1375         (nnimap-transform-headers): Get the number of lines in each message.
1376         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1377         number of lines.
1378         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1379         problem.
1380
1381         * utf7.el (utf7-encode): Autoload.
1382
1383         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1384         to allow the mail splitting to not return a default group.  This is
1385         useful for nnimap, which will leave unmatched mail in the inbox.
1386
1387         * nnimap.el: Rewritten.
1388
1389         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1390         nnimap usage.
1391
1392         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1393         if the move is internal, so that nnimap can do fast internal moves.
1394
1395         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1396         data.
1397         (gnus-read-active-for-groups): Support finishing the early retrieval of
1398         data.
1399
1400         * gnus-range.el (gnus-range-nconcat): New function.
1401
1402         * gnus-int.el (gnus-finish-retrieve-group-infos)
1403         (gnus-retrieve-group-data-early): New functions.
1404
1405 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1406
1407         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1408         (nnrss-retrieve-groups):
1409         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1410         (pop3-quit): Use with-current-buffer.
1411
1412 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1415         instead of nnheader-accept-process-output.
1416
1417         * dgnushack.el (dgnushack-compile): Add comment.
1418
1419         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1420
1421         * gnus-html.el (gnus-html-schedule-image-fetching)
1422         (gnus-html-prefetch-images): Replace process-kill-without-query by
1423         gnus-set-process-query-on-exit-flag.
1424
1425 2010-09-16  Romain Francoise  <romain@orebokech.com>
1426
1427         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1428
1429 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1432         parameter to unintern is mandatory-ish in Emacs 24.
1433
1434         * gnus-html.el (gnus-html-schedule-image-fetching)
1435         (gnus-html-prefetch-images): Check for curl before using it.
1436
1437         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1438         depend on curl, which isn't essential.
1439
1440         * imap.el: Revert back to version
1441         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1442         seem problematic.
1443
1444 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1445
1446         * gnus-registry.el (gnus-registry-install-shortcuts):
1447         Explicitly pass `obarray' to `unintern' to avoid a warning.
1448
1449 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1452         change.
1453
1454         * nnrss.el (nnrss-request-list): Removed this function and related
1455         functions, including the moreover stuff.
1456
1457 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * nnrss.el (nnrss-retrieve-groups): New function.
1460
1461 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1462
1463         * .dir-locals.el: Add no-byte-compile cookie.
1464
1465 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * time-date.el (format-seconds): Comment fix.
1468
1469         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1470         for back end that doesn't support request-scan.
1471
1472 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1475         then do request scans from the backends.
1476
1477         * netrc.el (netrc-credentials): New conveniency function.
1478
1479         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1480         avoid running a hook per line, since this takes a lot of time,
1481         profiling shows.
1482         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1483         directly if gnus-visual-p is true.
1484
1485 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1488         groups; replace mapcar with dolist which is a bit faster; pass groups
1489         info to gnus-read-active-file-1.
1490         (gnus-read-active-file-1): Scan only specified groups if the new
1491         optional arg `infos' is given.
1492
1493 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494
1495         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1496
1497         * pop3.el (pop3-movemail): Removed.
1498         (pop3-streaming-movemail): Renamed to pop3-movemail.
1499
1500         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1501         don't restrict end-tag searches to the end of the line.
1502
1503 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1506         articles of every unchecked group to t, which means unknown since the
1507         server has never been opened.
1508
1509 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus-html.el (gnus-html-show-alt-text): New command.
1512         (gnus-html-browse-image): Ditto.
1513         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1514         to browse the image directly.
1515         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1516         better.
1517
1518         * gnus-async.el (gnus-async-article-callback): Call
1519         `gnus-html-prefetch-images' unconditionally.
1520
1521         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1522         before feeding URLs to curl.
1523
1524 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1527         internal images as deletable by `W D D'.
1528
1529         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1530         (gnus-async-article-callback): Fix typo.
1531
1532 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1535         current line to work around bugs in the output from w3m.
1536
1537         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1538         for groups that want that.
1539
1540         * nntp.el (nntp-wait-for-string): Supply a timeout for
1541         accept-process-output to ensure progress.
1542
1543         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1544         level to get unread articles from, then use that for foreign groups,
1545         too.
1546
1547         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1548         confuses the rest of the function.
1549
1550         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1551         for the methods that support -retrieve-groups, too.
1552
1553         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1554
1555 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1558         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1559
1560         * pop3.el: Require cl when compiling.
1561         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1562
1563 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1566         that aren't going to be activated.
1567         (gnus-get-unread-articles): Fix up the last commit.
1568
1569         * gnus-html.el (gnus-article-html): Allow calling without specifying
1570         the handle.  In that case, dissect the buffer first.
1571
1572         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1573
1574         * nnimap.el (nnimap-open-connection): Revert the change that would look
1575         into authinfo for imaps instead of imap.
1576
1577         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1578         say that you don't want to call gnus-request-group with don-check, but
1579         do check the reponse.  This is for virtual groups only.
1580         (gnus-get-unread-articles): Count the archive groups as secondary, so
1581         that they're activated the same way as before.
1582
1583         * imap.el (imap-message-map): Removed optional buffer parameter, since
1584         no callers use it.
1585         (imap-message-get): Ditto.
1586         (imap-message-put): Ditto.
1587         (imap-mailbox-map): Ditto.
1588         (imap-mailbox-put): Ditto.
1589         (imap-mailbox-get): Ditto.
1590         (imap-mailbox-get): Revert last change for this function.
1591
1592         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1593         case-insensitively.
1594         (nnimap-debug): Removed.
1595
1596         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1597         to use `imap-fetch' instead.  According to the comments, this should be
1598         safe, since all other IMAP clients use the 1:* syntax.
1599         (imap-enable-exchange-bug-workaround): Removed.
1600         (imap-debug): Removed -- doesn't seem very useful.
1601
1602         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1603         mail from a file, and the file doesn't exist.
1604
1605         * imap.el (imap-log): New convenience function used throughout instead
1606         of repeating the same code all over the place.
1607
1608         * pop3.el (pop3-streaming-movemail): Return t for success.
1609
1610         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1611         .authinfo if we're using ssl connection.
1612
1613         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1614         already have if we're in a main Gnus `g' run.
1615
1616         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1617
1618 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1621
1622         * nnmh.el (nnmh-request-list-1): Bind `file'.
1623
1624         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1625         alias to set-process-query-on-exit-flag or process-kill-without-query.
1626         (pop3-open-server): Use it.
1627
1628 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1631         box to the Incoming file.  Fixes mistake in previous checkin.
1632
1633         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1634         request loop (for debugging purposes) removed.
1635
1636         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1637         culprit is more visible.
1638         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1639         (nnml-add-incremental-nov): New functions to do "incremental" nov
1640         updates, where we just append to the end of the existing nov files
1641         without reading/writing them in full.
1642
1643         * mail-source.el (mail-source-delete-crash-box): Really only check the
1644         incoming files once in a while.
1645
1646         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1647
1648         * mail-source.el (mail-source-delete-crash-box): Only check the
1649         incoming files for deletion once per day to save a lot of file
1650         accesses.
1651
1652         * pop3.el (pop3-logon): Fix up unbound variable typo.
1653
1654         * mail-source.el (pop3-streaming-movemail): Autoload.
1655
1656         * pop3.el (pop3-streaming-movemail): Respect
1657         pop3-leave-mail-on-server.
1658
1659         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1660         retrieval.
1661
1662         * pop3.el (pop3-process-filter): Removed unused function.
1663         (pop3-streaming-movemail, pop3-send-streaming-command)
1664         (pop3-wait-for-messages, pop3-write-to-file)
1665         (pop3-number-of-responses): New functions for streaming pop3
1666         retrieval.
1667
1668         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1669         come from no known methods.
1670         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1671         list.
1672
1673         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1674         message sizes.
1675         (pop3-movemail): Use erase-buffer instead of looping and deleting
1676         regions, which seems rather odd.
1677
1678         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1679         file once per `g' run.
1680
1681         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1682         directories.  This makes the draft queue directory work.
1683
1684         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1685         data from the backends, so that we only request the list of groups from
1686         each method once.  This should speed things up considerably.
1687
1688         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1689         detect that it's not implemented.
1690
1691         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1692         we actually do recurse down into the tree, but don't stat all leaf
1693         nodes.
1694
1695         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1696         then say so instead of bugging out.
1697
1698         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1699         files exist before trying to read them.
1700
1701         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1702         around <pre_int>.
1703
1704         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1705
1706         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1707
1708 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * mm-util.el (mm-image-load-path): Just return the image directories,
1711         not all directories in the path in addition to the image directories.
1712         (mm-image-load-path): Maintain a cache of the image directories so that
1713         the `g' command in Gnus doesn't have to stat dozens of directories each
1714         time.
1715
1716         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1717         (gnus-html-wash-tags): Add a new `i' command to insert images.
1718         (gnus-html-insert-image): New command and keystroke.
1719         (gnus-html-redisplay-with-images): New command and keystroke.
1720         (gnus-html-show-images): Renamed command.
1721         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1722         spacers.
1723         (gnus-html-wash-tags): Decode entities at the end, so that entities
1724         inside the tags don't mess up the rest of the "parsing".
1725
1726         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1727         so that nnimap methods aren't agentized by default.  There's apparently
1728         many problems related to agent/imap behaviour.
1729
1730         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1731
1732         * gnus-html.el: Doc fix.
1733
1734 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1737         specifier-spec-list for Emacs 21.
1738
1739         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1740         glyph-width and glyph-height instead of display-graphic-p and
1741         image-size; make avoidance of displaying small images work for XEmacs.
1742
1743         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1744         for XEmacs.
1745
1746         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1747         of symbol that holds plist data.
1748         (gnus-process-plist): Remove plist of process after getting it.
1749
1750 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * message.el (message-generate-hashcash): Change default to
1753         'opportunistic if hashcash is installed.
1754
1755         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1756         (gnus-html-put-image): Only call image-size once, since it's somewhat
1757         time-consuming on remote X servers.
1758
1759 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1762         type on data, not a file name.
1763
1764         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1765         window-pixel-edges for Emacs 21.
1766
1767         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1768         decoded contents.
1769         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1770
1771 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1774         group line format, since it isn't very interesting.
1775
1776         * gnus-agent.el (gnus-agent-short-article),
1777         (gnus-agent-long-article): Increase values for these two variables,
1778         since most people are likely to have more network connection and
1779         storage than before.
1780
1781         * gnus.el (gnus-refer-article-method): Change default to 'current.
1782         When referring an article, the common behaviour is to refer it from the
1783         current select method, not the native select method.  The chances of
1784         the native select method having the message in question is rather slim
1785         these days.
1786
1787         * gnus-sum.el (gnus-auto-select-subject): Change default to
1788         `unseen-or-unread'.  I think it's likely that most people want to
1789         select an unseen article over a previously seen, but unread one.
1790
1791         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1792         means that in the article buffer none of the minor mode elements will
1793         be shown, usually, and this is not desirable in most cases.
1794
1795         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1796         that commands like `d' (and the like) go to the next line in the
1797         buffer, instead of the next unread article.  I think this is the
1798         behaviour that is most natural for most users.
1799         (gnus-single-article-buffer): Change default to nil, so that people can
1800         have as many article buffers open as they have summary buffer.  I think
1801         this is the most natural way for the groups to behave.
1802
1803         * message.el (message-generate-new-buffers): Change default to
1804         `unsent', so that all new message buffers start their names with the
1805         string "*unsent", and it's easier to find the buffers if you move from
1806         them.
1807
1808 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1811         small.  They're probably tracking images.
1812         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1813         (gnus-html-rescale-image): Yet another try at getting the image sizing
1814         right.
1815
1816         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1817         nntp-marks-file-name is nil.
1818
1819 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1820
1821         * gnus-html.el (gnus-html-wash-tags)
1822         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1823         Better logging.
1824
1825 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1828
1829         * gnus-html.el (gnus-html-wash-tags): Check the value of
1830         gnus-blocked-images in the summary buffer.
1831
1832 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1833
1834         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1835
1836 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1839         like "a", it seems like.
1840         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1841         since it needs to be picked from the correct buffer.
1842
1843         * nnwfm.el: Removed.
1844
1845         * nnlistserv.el: Removed.
1846
1847 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1848
1849         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1850         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1851
1852 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * nnkiboze.el: Removed.
1855
1856         * nndb.el: Removed.
1857
1858         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1859         alt text.
1860         (gnus-html-rescale-image): Try to get the rescaling logic right for
1861         images that are just wide and not tall.
1862
1863         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1864         overshadow variable bindings.
1865
1866 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1867
1868         * gnus-html.el (gnus-html-wash-tags)
1869         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1870         extra logging.
1871
1872 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1875         (gnus-max-image-proportion): New variable.
1876         (gnus-html-rescale-image): New function.
1877         (gnus-html-put-image): Rescale images.
1878
1879 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1880
1881         Fix up some byte-compiler warnings.
1882         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1883         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1884         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1885         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1886         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1887         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1888         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1889
1890 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * gnus-html.el (gnus-article-html): Decode contents by charset.
1893
1894 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1897         (gnus-html-frame-width, gnus-blocked-images)
1898         * message.el (message-prune-recipient-rules): Add custom version.
1899         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1900
1901         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1902         functions.
1903
1904         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1905         gnus-process-get.
1906
1907 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1908
1909         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1910         instead of lsub directly.
1911
1912 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * nnwarchive.el: Removed.
1915
1916         * gnus-soup.el: Removed.
1917
1918         * nnsoup.el: Removed.
1919
1920         * nnultimate.el: Removed.
1921
1922         * gnus-html.el (gnus-blocked-images): New variable.
1923
1924         * message.el (message-prune-recipients): New function.
1925         (message-prune-recipient-rules): New variable.
1926
1927         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1928         guess whether a long line is natural text or not.
1929
1930         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1931         gnus-process-plist and friends for compatibility.
1932
1933 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1934
1935         * gnus-html.el: Require packages that define macros used in this file.
1936         (gnus-article-mouse-face): Declare to silence byte-compiler.
1937         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1938         process-get.
1939         (gnus-html-put-image): Use plist-get to avoid getf.
1940         (gnus-html-prefetch-images): Use with-current-buffer.
1941
1942 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * gnus-ems.el: Provide compatibility functions for
1945         gnus-set-process-plist.
1946
1947         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1948         header-line-format for XEmacs 21.4.
1949
1950         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1951         * gnus.el (gnus-valid-select-methods)
1952         * message.el (message-send-mail-partially-limit)
1953         * mm-decode.el (mm-text-html-renderer)
1954         * mml.el (mml-insert-mime-headers-always)
1955         * smiley.el (smiley-regexp-alist): Bump custom version.
1956
1957 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * gnus-html.el: require mm-url.
1960         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1961         with the url to `url'.
1962         (gnus-html-wash-tags): Support cid: URLs/images.
1963
1964 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1967         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1968         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1969
1970         * gnus-move.el: Removed file, since it doesn't really work.
1971
1972         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1973         UTF-8.  This seems to fix problems with some German web feeds.
1974
1975         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1976         at the top so that the proper colours are applied.
1977
1978         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1979         don't have dots in their names.
1980
1981         * gnus-art.el (gnus-article-view-part): Doc fix.
1982
1983         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1984         XEmacs-compatible.
1985         (gnus-html-put-image): Don't do images on non-graphic displays.
1986
1987         * nnslashdot.el: Removed this unused backend.
1988
1989         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1990         actions.
1991         (gnus-undo-register-1): Revert last change.
1992
1993         * gnus-group.el (gnus-group-completing-read): Protect against not
1994         having completion-styles bound.
1995
1996         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1997         make broken recipients happier.
1998
1999         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2000
2001         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2002         point parameter.
2003
2004         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2005
2006         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2007         completion-styles for group selection.
2008
2009 2009-02-04  Andreas Schwab  <schwab@suse.de>
2010
2011         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2012         headers and regexp-quote the match if necessary.
2013
2014 2009-03-24  Miles Bader  <miles@gnu.org>
2015
2016         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2017         the blinking smiley.
2018
2019 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2020
2021         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2022         blink smiley.
2023
2024 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2027         where the dribbel file lives exists.
2028
2029         * message.el (message-send-mail-partially-limit): Change the default to
2030         nil, since most people don't want this.
2031
2032         * mm-url.el (mm-url-decode-entities): Also decode entities like
2033         &#x3212.
2034
2035 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2036
2037         * gnus-sum.el (gnus-summary-idna-message):
2038         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2039         Hyperlink urls in docstrings with URL `...'.
2040
2041 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2042
2043         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2044         functions.
2045
2046 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2049         say what the mouseover text should be.
2050
2051         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2052         version of the mm-w3m-safe-url-regexp variable to only download images
2053         in the groups where we want that to happen.
2054
2055         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2056
2057         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2058         easier debugging.
2059         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2060         big pictures in the article buffer.
2061
2062         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2063         gnus-article-html.
2064         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2065         w3m.
2066
2067         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2068
2069 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2072         which doesn't exist.
2073
2074         * message.el (message-inhibit-ecomplete): New variable to allow some
2075         function to inhibit ecomplete address storage.
2076         (message-resend): Disable ecomplete message storage when resending
2077         messages.
2078
2079         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2080
2081 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2084         Save excursion while copying, moving, and deleting articles in order to
2085         prevent the cursor from jumping to unforeseen place.
2086
2087 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * lpath.el: No need to bind bookmark-current-buffer,
2090         bookmark-yank-point and bookmark-make-record-function.
2091
2092 2010-08-17  Glenn Morris  <rgm@gnu.org>
2093
2094         * gnus-sync.el: Require gnus components whose functions are used.
2095
2096         * gnus-art.el (bookmark-make-record-function):
2097         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2098         Declare for compiler.
2099
2100         * mm-url.el (mml-compute-boundary): Autoload.
2101
2102 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2105
2106 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2107
2108         Typo fix "hoo4a" -> "hook".
2109
2110         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2111
2112 2010-08-14  Glenn Morris  <rgm@gnu.org>
2113
2114         * gnus-sync.el (gnus-sync): Fix defgroup version.
2115
2116 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2117
2118         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2119
2120         * gnus-sync.el: Fix docs.
2121         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2122         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2123
2124 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2125
2126         Optimizations for gnus-sync.el.
2127
2128         * gnus-sync.el: Add docs about gnus-sync-backend
2129         possibilities.
2130         (gnus-sync-save): Remove unnecessary message.
2131         (gnus-sync-read): Optimize and show what groups were skipped.
2132
2133 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2134
2135         Minor bug fixes for gnus-sync.el.
2136
2137         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2138         read the sync on get-new-news.
2139
2140         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2141         quiet.
2142
2143         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2144
2145 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2146
2147         Make saving and restoring of hidden threads work with overlays.
2148         Patch applied by Ted Zlatanov.
2149
2150         * gnus-sum.el (gnus-hidden-threads-configuration)
2151         (gnus-restore-hidden-threads-configuration): Update to deal with text
2152         properties, rather than searching for a magic character.
2153
2154 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2155
2156         New gnus-sync.el library for synchronization of marks.
2157
2158         * gnus-sync.el: New library for synchronization of marks.
2159
2160         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2161         renamed from `gnus-registry-grep-in-list'.
2162
2163         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2164
2165         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2166
2167 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2170         determining charset of text fails.
2171
2172 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * nnmail.el (nnmail-get-new-mail-1): Revert.
2175
2176         * nnml.el (nnml-active-number): Make sure names of newly created groups
2177         in nnml-group-alist are encoded.
2178
2179 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2182         containing non-ASCII characters in active file for nnml back end.
2183
2184 2010-07-24  David Engster  <dengste@eml.cc>
2185
2186         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2187         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2188
2189 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2190
2191         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2192         tag (Bug#6654).
2193
2194 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2197         the article buffer, not the summary buffer.
2198
2199 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2202         Emacs 23 as well.
2203
2204 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2207         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2208
2209 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2210
2211         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2212         Patch applied by Karl Fogel.
2213
2214         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2215         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2216
2217 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2218
2219         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2220         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2221         C-w still not working correctly from Article buffers; Thierry's
2222         patch to fix that will be applied after this.
2223
2224         * gnus-art.el (bookmark-make-record-function): New local variable.
2225
2226         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2227         article buffer.
2228         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2229
2230 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2231
2232         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2233         on changes in bookmark.el.
2234
2235 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2238         `no-log' instead of message not to log prompt string.
2239
2240 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2241
2242         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2243         the *other* type of HTML form submission.
2244
2245 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2246
2247         * auth-source.el (auth-source-pick): If choice does not contain a
2248         questioned keyword, set the check to t.
2249
2250 2010-06-12  Romain Francoise  <romain@orebokech.com>
2251
2252         * gnus-util.el (gnus-date-get-time): Move up before first use.
2253
2254 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2257         (gnus-article-edit-part): Bind it to make last part that is substituted
2258         or deleted visible.
2259         (gnus-mime-display-single): Buttonize part of which id equals to
2260         gnus-mime-buttonized-part-id.
2261
2262 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2263
2264         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2265         (gnus-dd-mmm): Use gnus-date-get-time.
2266         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2267         simplify logic.
2268         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2269         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2270
2271 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2272
2273         * auth-source.el (top): Autoload `secrets-list-collections',
2274         `secrets-create-item', `secrets-delete-item'.
2275         (auth-sources): Fix tag string.
2276         (auth-get-source, auth-source-retrieve, auth-source-create)
2277         (auth-source-delete): New defuns.
2278         (auth-source-pick): Rewrite in order to avoid 2 passes.
2279         (auth-source-forget-user-or-password): New parameter USERNAME.
2280         (auth-source-user-or-password): New parameters CREATE-MISSING and
2281         DELETE-EXISTING.  Retrieve password interactively, if needed.
2282
2283 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2284
2285         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2286         deleting unused directories when gnus-expert-user is t.
2287
2288 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2291         for each temp file when gnus-article-browse-delete-temp is ask.
2292
2293 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2294
2295         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2296         Lisp calls to delete-backward-char by calls to delete-char.
2297
2298 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2299
2300         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2301
2302 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2303
2304         * password-cache.el (password-cache-remove): Fix docstring.
2305
2306 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2309         article unless decoding article to be saved.
2310
2311 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2314         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2315         generated within the mm-with-unibyte-current-buffer macro.
2316
2317 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2320         to nil when we're in a mml-preview buffer and no group is selected.
2321
2322 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2323
2324         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2325         when catching the `C-g'.  Reported by "Leo".
2326
2327 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * message.el (message-forward-make-body-plain)
2330         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2331         multibyte-string-p.
2332
2333         * lpath.el: Revert.
2334
2335 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * message.el (message-forward-make-body-mml): Assume original message
2338         is multibyte string; error on unibyte.
2339         (message-forward-make-body-plain): Ditto; don't add excessive newline
2340         in body end.
2341
2342         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2343
2344 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2345
2346         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2347         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2348
2349 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * mm-extern.el (mm-extern-url): Don't use
2352         mm-with-unibyte-current-buffer.
2353         (mm-extern-cache-contents): Use with-current-buffer instead of
2354         save-excursion + set-buffer.
2355
2356 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * mm-util.el (mm-emacs-mule): Remove.
2359
2360 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2361
2362         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2363         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2364         change.
2365
2366 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2369         bind the default value of enable-multibyte-characters to nil.
2370
2371 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * message.el (message-forward-make-body-plain)
2374         (message-forward-make-body-mml):
2375         Don't use mm-with-unibyte-current-buffer.
2376
2377 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2378
2379         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2380
2381 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2382
2383         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2384         (Bug#5592).
2385
2386 2010-05-07  Julien Danjou  <julien@danjou.info>
2387
2388         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2389         it to mm-pipe-part.
2390
2391         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2392         it is given.
2393
2394 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * binhex.el (binhex-decode-region-internal)
2397         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2398         (dns-query)
2399         * nnweb.el (nnweb-gmane-search)
2400         * pgg-parse.el (pgg-parse-armor)
2401         * pgg.el (pgg-verify-region)
2402         * sha1.el (sha1-string-external)
2403         * uudecode.el (uudecode-decode-region-internal)
2404         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2405         XEmacs.
2406
2407         * gnus-art.el (gnus-article-browse-html-parts)
2408         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2409         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2410         make-temp-file.
2411
2412         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2413         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2414         compiling.
2415
2416         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2417         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2418         XEmacs when compiling.
2419
2420         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2421         gnus-pick-mode-off-hook for XEmacs when compiling.
2422         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2423         gnus-binary-mode-off-hook for XEmacs when compiling.
2424
2425         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2426         nil if char-charset is not available.
2427
2428         * imap.el (imap-disable-multibyte)
2429         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2430         macros.
2431
2432         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2433         instead of encode-coding-string.
2434
2435         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2436         'xemacs) instead of mm-emacs-mule to switch function definitions.
2437         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2438
2439         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2440         bind temporary-file-directory for XEmacs;
2441         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2442         timer-set-function for XEmacs 21.4 and SXEmacs;
2443         bind timer-list for XEmacs 21.4 and SXEmacs;
2444         fbind char-charset and find-charset-region for non-Mule XEmacs;
2445         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2446         encode-coding-region and encode-coding-string for XEmacs having no
2447         file-coding feature.
2448
2449 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2450
2451         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2452
2453 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2456         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2457
2458 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2459
2460         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2461         alias `jka-compr-delete-temp-file' no longer exists.
2462
2463 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2464
2465         Use define-minor-mode in Gnus where applicable.
2466         * mml.el (mml-mode): Use define-minor-mode.
2467         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2468         (gnus-undo-mode): Use define-minor-mode.
2469         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2470         (gnus-dead-summary-mode): Use define-minor-mode.
2471         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2472         Initialize in declaration.
2473         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2474         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2475         (gnus-mailing-list-mode): Use define-minor-mode.
2476         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2477         (gnus-draft-mode): Use define-minor-mode.
2478         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2479         (gnus-dired-mode): Use define-minor-mode.
2480
2481 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2482
2483         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2484         handles on recursive mml-to-mime translation and check them for
2485         boundary delimiter collisions.  Reported by Greg Troxel.
2486
2487 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2490
2491 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2492
2493         * mm-util.el (mm-find-buffer-file-coding-system):
2494         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2495
2496 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2497
2498         * message.el (message-generate-headers): Record insertion of optional
2499         headers as well.  Otherwise the check to prevent repeated insertion of
2500         optional headers is a no-op.
2501
2502 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2503
2504         * smime.el: Don't mention CVS.
2505
2506         * nnrss.el (nnrss-fetch): Don't mention CVS.
2507
2508         * nnir.el: Don't mention CVS.
2509
2510 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2511
2512         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2513
2514 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * lpath.el: Fbind bookmark-default-handler,
2517         bookmark-get-bookmark-record, bookmark-make-record-default,
2518         bookmark-prop-get for Emacs <23 and XEmacs.
2519
2520 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2521
2522         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2523         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2524         Use with-current-buffer to silence the byte-compiler.
2525         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2526         bother to require `gnus'.
2527         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2528
2529 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2530
2531         * gnus-sum.el (gnus-summary-bookmark-make-record)
2532         (gnus-summary-bookmark-jump): New functions.
2533         (gnus-summary-mode): Setup bookmark support.
2534
2535 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2536
2537         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2538         if set.
2539
2540 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2543         gnus-article-browse-html-save-cid-image; make it work recursively for
2544         forwarded messages as well.
2545         (gnus-article-browse-html-parts): Work when prefix arg is given.
2546         (gnus-article-browse-html-article): Doc fix.
2547
2548 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2549
2550         * message.el (message-default-mail-headers):
2551         (message-default-headers): Carry the value mail-default-headers over
2552         into message-default-mail-headers, rather than message-default-headers.
2553
2554 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2555
2556         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2557         charset.
2558
2559         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2560         charset into the <meta> tag when the article is encoded to utf-8.
2561
2562 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2565         directories as well.
2566         (gnus-article-browse-html-parts): Work for images that do not specify
2567         file names; delete temp directory when quitting; insert header at the
2568         right place; use file: scheme for image files.
2569
2570 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2571
2572         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2573         (gnus-article-browse-html-parts): Use it to make temporary cid image
2574         files in addition to html file so that browser may display them.
2575
2576 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2579
2580 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2581
2582         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2583
2584 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2585
2586         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2587         about Secret Service API sources.  Improve Customize options.
2588         (auth-source-pick): Change to accept any number of search parameters.
2589         Implement fallbacks iteratively, not recursively.  Add scoring on the
2590         second pass and sort by score.  Call Secret Service API when needed.
2591         (auth-source-user-or-password): Use it.  Call Secret Service API
2592         directly when needed to get the user name and the password.
2593
2594 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2595
2596         * message.el (message-interactive): Doc fix.
2597         (message-qmail-inject-args): Reflow.
2598         (message-kill-to-signature): Fix typo in docstring.
2599
2600         * smiley.el (smiley-buffer): Fix typo in docstring.
2601
2602 2010-03-24  Glenn Morris  <rgm@gnu.org>
2603
2604         * mail-source.el (gnus-message): Declare.
2605         (mail-source-delete-old-incoming): Require gnus-util.
2606
2607 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2610
2611         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2612
2613         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2614         password-cache's default if it is not bound.
2615         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2616         password-cache-expiry's default if it is not bound.
2617
2618         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2619         available in Emacs 21.
2620
2621         * lpath.el: Suppress compiler warnings for:
2622         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2623         XEmacs;
2624         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2625         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2626         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2627
2628 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2629
2630         * auth-source.el (auth-sources): Fix up definition so extra parameters
2631         are always inline.
2632
2633 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2634
2635         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2636         wasn't updated after mismatch.  Clear cached mailbox info correctly
2637         when uidvalidity changes.
2638         (nnimap-group-prefixed-name): New function to avoid some code
2639         duplication.
2640         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2641         (nnimap-request-group): Use it.
2642         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2643         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2644         with many imap folders.  This is done by caching the group status from
2645         the imap server persistently in a group parameter `imap-status'.  (This
2646         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2647         but not persistently, so every Gnus startup was still very slow.)
2648
2649 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2650
2651         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2652         delete the extra newline.  Otherwise editing of :string and :number
2653         types don't work.
2654
2655 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2658         secrets.el dependency.
2659         (auth-sources): Add optional user name.  Add secrets.el configuration
2660         choice (unused right now).
2661
2662 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2665         `gnus-registry-install-shortcuts' fill in the functions.
2666
2667         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2668         warnings.
2669         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2670         (gnus-registry-install-shortcuts): Populate and use it in a
2671         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2672
2673 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2674
2675         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2676         In-place substitutions for the group name encoding/decoding.
2677         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2678         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2679         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2680         (nnimap-update-unseen, nnimap-request-list)
2681         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2682         (nnimap-request-set-mark, nnimap-split-to-groups)
2683         (nnimap-split-articles, nnimap-request-newgroups)
2684         (nnimap-request-create-group, nnimap-request-accept-article)
2685         (nnimap-request-delete-group, nnimap-request-rename-group)
2686         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2687         `encoded-mbx' for consistency.
2688         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2689         variable `imap-current-mailbox'.
2690
2691         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2692         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2693
2694 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2695
2696         * pop3.el (pop3-display-message-size-flag): Display message size byte
2697         counts during POP3 download.
2698         (pop3-movemail): Use it.
2699         (pop3-list): Implement listing of available messages.
2700
2701 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2702
2703         * nnir.el (nnir-get-article-nov-override-function): New function to
2704         override the normal NOV retrieval.
2705         (nnir-retrieve-headers): Use it.
2706
2707 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2708
2709         * auth-source.el (netrc-machine-user-or-password): Autoload.
2710
2711 2010-03-19  Glenn Morris  <rgm@gnu.org>
2712
2713         Stop message.el from loading about 40 libraries it doesn't always need.
2714         The general approach is to autoload rather than require, and to
2715         require in the specific functions rather than the file.  (Bug#5642)
2716
2717         * gmm-utils.el: Don't require wid-edit.
2718         (widget-create-child-value, widget-convert, widget-default-get):
2719         Autoload.
2720
2721         * gnus-util.el: Don't require time-date, netrc.
2722         (message-fetch-field, gnus-group-name-decode): Declare rather than
2723         autoloading.
2724         (gnus-fetch-field): Require message.
2725         (gnus-decode-newsgroups): Require gnus-group.
2726
2727         * ietf-drums.el: Don't require time-date.
2728
2729         * message.el: Don't require hashcash, canlock, ecomplete.
2730         Do require mail-utils.  Require nnheader only when compiling.
2731         (smtpmail-default-smtp-server): Remove declaration.
2732         (message-send-mail-function): Check smtpmail-default-smtp-server
2733         is bound rather than requiring smtpmail.
2734         (message-auto-save-directory, message-insert-signature): Use
2735         expand-file-name rather than nnheader-concat.
2736         (nnheader-insert-file-contents): Autoload.
2737         (hashcash-wait-async): Declare.
2738         (message-send-mail): Only call gnus-setup-posting-charset if
2739         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2740         (message-send-mail-with-sendmail): Require sendmail.
2741         (canlock-password, canlock-password-for-verify): Declare.
2742         (message-canlock-password): Require canlock.
2743         (nnheader-get-report): Autoload.
2744         (gnus-setup-posting-charset): Declare.
2745         (message-send-news): Require gnus-msg.
2746         (message-make-references, message-make-in-reply-to): Use mail-header-id
2747         rather than the alias mail-header-message-id.
2748         (ecomplete-add-item, ecomplete-save): Declare.
2749         (message-put-addresses-in-ecomplete): Require ecomplete.
2750         (ecomplete-display-matches): Autoload.
2751
2752         * mm-decode.el: Don't require mailcap, gnus-util.
2753         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2754         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2755         Autoload.
2756         (mailcap-mime-extensions): Declare.
2757
2758         * mm-encode.el: Don't require mailcap.
2759         (mailcap-extension-to-mime): Autoload.
2760
2761         * mml-sec.el: Don't require password-cache.
2762
2763         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2764         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2765         (mml-minibuffer-read-type): Require mailcap.
2766         (mml-preview): Require gnus-msg.
2767
2768         * mml1991.el: Require password-cache.
2769         (password-cache-expiry): Remove declaration.
2770
2771         * mml2015.el: Require password-cache.
2772         (password-cache-expiry): Remove declaration.
2773
2774         * nneething.el (mailcap): Require mailcap.
2775
2776         * nnheader.el (declare-function): Add compatibility stub.
2777         (message-remove-header): Declare rather than autoload.
2778         (nnheader-replace-header): Require message.
2779
2780         * nnimap.el (declare-function): Add compatibility stub.
2781         (netrc-parse, netrc-machine-user-or-password): Declare.
2782         (nnimap-open-connection): Require netrc.
2783
2784         * nntp.el (declare-function): Add compatibility stub.
2785         (netrc-parse, netrc-machine, netrc-get): Declare.
2786         (nntp-send-authinfo): Require netrc.
2787
2788         * rfc2047.el: Don't require qp.
2789         (quoted-printable-encode-region, quoted-printable-decode-string):
2790         Autoload.
2791
2792         * sieve-mode.el: Don't require easymenu.
2793         (easy-menu-add-item): Autoload it.
2794
2795         * spam-stat.el (time-to-number-of-days): Autoload it.
2796
2797 2010-03-19  Glenn Morris  <rgm@gnu.org>
2798
2799         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2800
2801 2010-03-18  Glenn Morris  <rgm@gnu.org>
2802
2803         * hashcash.el (declare-function): Remove duplicate definition.
2804
2805 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2806
2807         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2808         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2809         value if any backslash escapes).
2810
2811 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2814         if it is available.  (bug#5647)
2815
2816         * lpath.el: Suppress compiler warning for coding-system-from-name for
2817         Emacs 21 and XEmacs.
2818
2819 2010-03-14  Juri Linkov  <juri@jurta.org>
2820
2821         * hmac-def.el:
2822         * hmac-md5.el:
2823         * netrc.el: Fix keywords.
2824
2825 2010-02-26  Glenn Morris  <rgm@gnu.org>
2826
2827         * message.el (message-send-mail-function): Change the default, so that
2828         it inherits from a customized send-mail-function.  (Bug#5643)
2829
2830 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2831
2832         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2833         shell-command-to-string signals an error (bug#5299).
2834
2835 2010-02-24  Glenn Morris  <rgm@gnu.org>
2836
2837         * message.el (message-smtpmail-send-it)
2838         (message-send-mail-with-mailclient): Doc fixes.
2839
2840 2010-02-16  Glenn Morris  <rgm@gnu.org>
2841
2842         * message.el (message-default-mail-headers): Change the default value
2843         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2844
2845 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2848         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2849
2850 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2851
2852         * time-date.el (date-to-time): Doc fix (Bug#5408).
2853
2854 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2855
2856         * message.el (message-mail): Just pass yank-action on to message-setup.
2857         (message-setup): Handle (FUN . ARGS) form of yank-action.
2858         (message-with-reply-buffer, message-widen-reply)
2859         (message-yank-original): Handle non-buffer values of
2860         message-reply-buffer (Bug#4080).
2861         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2862
2863 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2864
2865         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2866         Fix typo in docstring.
2867
2868 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2869
2870         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2871         response.
2872
2873 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2876
2877         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2878
2879         * message.el (message-check-news-header-syntax): Protect against a
2880         string that `rfc822-addresses' returns when parsing fails.
2881
2882 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2885         (gnus-previous-char-property-change): New functions.
2886
2887         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2888
2889 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2890
2891         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2892         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2893
2894 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2895
2896         * message.el (message-exchange-point-and-mark): Rework last change to
2897         avoid using optional arg of exchange-point-and-mark, for backward
2898         compatibility.
2899
2900 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2901
2902         * message.el (message-exchange-point-and-mark): Call
2903         exchange-point-and-mark with an argument rather than setting
2904         mark-active by hand (Bug#5175).
2905
2906 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * nntp.el (nntp-service-to-port): Work for service expressed with
2909         numeric string; replace [:digit:] with [0-9] for XEmacs.
2910
2911 2009-12-17  Glenn Morris  <rgm@gnu.org>
2912
2913         * gnus-group.el (gnus-bug-group-download-format-alist):
2914         Change emacs entry to debbugs.gnu.org.  Bump :version.
2915
2916 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2917
2918         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2919
2920 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2921
2922         * message.el (message-info): Explain why we use `Info-goto-node'.
2923
2924 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2927
2928 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2929
2930         * message.el (message-completion-in-region): New compatibility function.
2931         (message-expand-group): Use it.
2932
2933 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2936         with no unread article should be listed if the 2nd arg `predicate' is
2937         given.
2938
2939 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2942
2943 2009-11-29  Juri Linkov  <juri@jurta.org>
2944
2945         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2946         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2947         on `gnus-recenter'. (Bug#4698, Bug#4981)
2948
2949 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2950
2951         * sha1.el (sha1-string-external): default-directory "/" in case
2952         otherwise non-existent.  process-connection-type pipe for touch of
2953         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2954
2955 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2956
2957         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2958         it's comms related and sgml-mode.el has "comm" on that basis too.
2959
2960 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2963         containing tspecial characters if they have been already quoted.
2964
2965 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2966
2967         * dns-mode.el (auto-mode-alist): Purecopy string.
2968
2969 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2970
2971         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2972
2973 2009-10-24  Glenn Morris  <rgm@gnu.org>
2974
2975         * gnus-art.el (help-xref-stack-item): Define for compiler.
2976
2977 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2978
2979         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2980
2981 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2984
2985 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2988         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2989
2990 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2993         (gnus-overlays-in): New alias to overlays-in.
2994
2995         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2996         gnus-overlay-get, and gnus-delete-overlay.
2997         (gnus-summary-show-thread): Make it work as well for systems in which
2998         next-single-char-property-change is not available.
2999         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3000
3001         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3002         (gnus-overlay-get): New alias to extent-property.
3003         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3004
3005         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3006         SXEmacs.
3007
3008         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3009         SXEmacs.
3010
3011 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3012
3013         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3014
3015 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3016
3017         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3018         and XEmacs that don't have `remove-overlays'.
3019
3020 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3021
3022         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3023         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3024         selective display.  Use overlays instead.
3025
3026 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3027
3028         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3029
3030 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3031
3032         * spam-stat.el (spam-stat-load): Fix typo in message.
3033
3034 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3035
3036         * dig.el (dig-invoke): Fix typo in docstring.
3037         (query-dig): Reflow docstring.
3038
3039 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3040
3041         * gnus-art.el (gnus-article-encrypt-body):
3042         * message.el (message-check-recipients):
3043         * mm-util.el (mm-codepage-setup):
3044         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3045         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3046
3047 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3048
3049         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3050         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3051         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3052         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3053         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3054
3055 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3056
3057         * dig.el: Add "Keywords: comm", as per net-utils.el.
3058
3059 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3060
3061         * dig.el (dig-mode): Use define-derived-mode.
3062
3063 2009-09-19  Glenn Morris  <rgm@gnu.org>
3064
3065         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3066
3067 2009-09-18  Glenn Morris  <rgm@gnu.org>
3068
3069         * gnus-diary.el (gnus-diary-check-message):
3070         * message.el (message-insert-formatted-citation-line):
3071         * nnbabyl.el (top-level):
3072         * nndiary.el (nndiary-schedule):
3073         Fix typos in condition-case handlers.
3074
3075 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3078         configuration that provides the sole article window in a frame;
3079         position point correctly after deleting a part.
3080
3081 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3082
3083         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3084         (spam-resolve-registrations-routine): Use it to unregister articles
3085         that change status.
3086
3087 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3090         with XEmacs.
3091         (parse-time-string-chars): Use it.
3092
3093 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3094
3095         * imap.el (imap-interactive-login): Better messages.
3096         (imap-open): Fix bug with renamed buffer on reconnect.
3097         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3098         for easier debugging and cleaner code.  On successful (guessed based on
3099         server capabilities) secondary authentication, set imap-state
3100         correctly.
3101         (imap-last-authenticator): Define imap-last-authenticator as a variable
3102         to avoid warnings.
3103
3104 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * nnrss.el (nnrss-request-article): Remove binding of
3107         default-enable-multibyte-characters that has gotten needless by
3108         the 2007-07-13 change in rfc2047-encode-message-header.
3109
3110         * mml.el (mml-insert-multipart): Error on the message header.
3111         (mml-insert-part): Error on the message header; position point at
3112         the end of a MIME tag.
3113
3114 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * time-date.el (autoload): Expand define-obsolete-function-alias into
3117         defalias and make-obsolete for old Emacsen that Gnus supports.
3118         (with-no-warnings): Define it for old Emacsen.
3119         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3120         is available.
3121         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3122         float-time is available; suppress compile warning for time-to-seconds.
3123
3124         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3125         (gnus-float-time): Alias to float-time if it exists.
3126
3127         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3128         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3129         float-time is available; suppress compile warning for time-to-seconds.
3130
3131         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3132         XEmacs.
3133
3134 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * imap.el (imap-message-map): Docstring fix.
3137
3138 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3141         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3142         Add the optional argument `encoding' that overrides the default.
3143
3144         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3145         mm-encode-buffer.
3146
3147 2009-09-04  Glenn Morris  <rgm@gnu.org>
3148
3149         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3150         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3151         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3152         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3153         * mm-util.el (mm-with-unibyte-current-buffer)
3154         (mm-find-buffer-file-coding-system):
3155         * yenc.el (yenc-decode-region): Use default-value rather than
3156         default-enable-multibyte-characters.
3157
3158 2009-09-03  Glenn Morris  <rgm@gnu.org>
3159
3160         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3161         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3162         than default-enable-multibyte-characters.
3163
3164 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3165
3166         * gnus-art.el (gnus-article-read-summary-keys):
3167         Fix gnus-buffer-configuration's value temporarily used.
3168
3169 2009-09-02  Glenn Morris  <rgm@gnu.org>
3170
3171         * gnus-util.el (gnus-float-time): New function.
3172         * gnus-delay.el (gnus-delay-article):
3173         * gnus-sum.el (gnus-thread-latest-date):
3174         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3175         * nnspool.el (nnspool-request-newgroups):
3176         Use gnus-float-time rather than time-to-seconds.
3177         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3178
3179         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3180         (gnus-header-subject-face, gnus-header-newsgroups-face)
3181         (gnus-header-name-face, gnus-header-content-face):
3182         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3183         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3184         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3185         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3186         (gnus-cite-face-11):
3187         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3188         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3189         (gnus-server-closed-face, gnus-server-denied-face)
3190         (gnus-server-offline-face):
3191         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3192         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3193         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3194         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3195         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3196         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3197         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3198         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3199         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3200         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3201         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3202         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3203         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3204         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3205         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3206         (gnus-summary-high-undownloaded-face)
3207         (gnus-summary-low-undownloaded-face)
3208         (gnus-summary-normal-undownloaded-face)
3209         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3210         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3211         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3212         (gnus-splash-face):
3213         * message.el (message-header-to-face, message-header-cc-face)
3214         (message-header-subject-face, message-header-newsgroups-face)
3215         (message-header-other-face, message-header-name-face)
3216         (message-header-xheader-face, message-separator-face)
3217         (message-cited-text-face, message-mml-face):
3218         * sieve-mode.el (sieve-control-commands-face)
3219         (sieve-action-commands-face, sieve-test-commands-face)
3220         (sieve-tagged-arguments-face):
3221         * spam.el (spam-face):
3222         Mark face aliases with "-face" in the name as obsolete.
3223
3224 2009-09-01  Glenn Morris  <rgm@gnu.org>
3225
3226         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3227         than goto-line.
3228
3229 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3232         Don't move point if the command is invoked inside the message header.
3233
3234 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3235
3236         * imap.el (imap-send-command): Simplify.
3237         (imap-wait-for-tag): point-max -> buffer-size.
3238
3239 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3240
3241         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3242         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3243         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3244         * nnir.el (nnir-swish-e-index-file):
3245         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3246         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3247         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3248         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3249         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3250         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3251
3252 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3255         Don't save excursion.
3256
3257 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * nnheader.el (nnheader-find-file-noselect):
3260         * mm-util.el (mm-insert-file-contents):
3261         Use (default-value 'major-mode) instead of default-major-mode.
3262
3263 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3264
3265         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3266
3267 2009-08-26  Glenn Morris  <rgm@gnu.org>
3268
3269         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3270         than placing in files.el.
3271
3272 2009-08-25  Glenn Morris  <rgm@gnu.org>
3273
3274         * nnir.el (top-level): Don't require cl at run-time.
3275         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3276         Replace cl-function substitute with gnus-replace-in-string.
3277         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3278         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3279         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3280         simplified expansions.
3281
3282 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3283
3284         * dig.el (dig): Add autoload cookie.
3285
3286 2009-08-22  Glenn Morris  <rgm@gnu.org>
3287
3288         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3289         goto-line.
3290
3291 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3292
3293         * parse-time.el (parse-time-string-chars): Save match data.
3294
3295 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3296
3297         * parse-time.el (parse-time-string-chars): Compute using character
3298         classes, to handle non-ascii characters (Bug#3190).
3299
3300 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3303
3304         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3305         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3306         (gnus-mm-display-part, gnus-mime-display-single)
3307         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3308         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3309
3310         * gnus-sum.el
3311         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3312         (gnus-summary-move-article): Add expirable mark to articles copied or
3313         moved to group that has auto-expire turned on if the option is non-nil.
3314
3315 2009-07-24  Glenn Morris  <rgm@gnu.org>
3316
3317         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3318         Fix typo.  (Bug#3903)
3319
3320 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3323         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3324         that should not be used for draft articles.
3325         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3326         that has no concern in minor mode keys.
3327         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3328         Abolish.
3329
3330 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3333         article without making inquiry to a user for unknown encoding.
3334
3335         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3336         (nnmaildir--scan): Assume i-node and device number that file-attributes
3337         returns might be cons-cell.
3338
3339         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3340
3341         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3342
3343 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3344
3345         * auth-source.el: Remove docs now in auth.texi.  Don't use
3346         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3347         `auth-source-hide-passwords' and use them.
3348
3349 2009-07-15  Glenn Morris  <rgm@gnu.org>
3350
3351         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3352
3353 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3356         excessive whitespace from the default values of title and description.
3357
3358 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3361         mail-fetch-field to fetch Content-Description header in order to
3362         exclude newlines.
3363
3364 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3365
3366         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3367         format used by GnuPG 2.0.11.
3368
3369 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3372         to deleted part.
3373
3374 2009-05-30  David Engster  <dengste@eml.cc>
3375
3376         * nnmairix.el: Remove old documentation in the commentary block.
3377         (nnmairix-request-group): Do not update active file for nnml back ends.
3378         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3379         end so that overview files are ignored.
3380         (nnmairix-update-groups): Make updating the groups more robust by using
3381         marks.
3382         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3383         with dollar characters in message-id.
3384
3385 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3386
3387         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3388         2008-12-25 in dns.el.
3389
3390 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3391
3392         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3393         could happen if the text is only composed of spaces and/or tabs.
3394
3395 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3396
3397         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3398         when sending a queued message to avoid extra mml tags.
3399
3400 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3403
3404 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3407         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3408         rmail-toggle-header for XEmacs;
3409         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3410
3411 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * gnus-dired.el: Remove autoload for gnus-setup-message.
3414         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3415         displaying Gnus logo; always use compose-mail.
3416
3417 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3420
3421 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3424         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3425         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3426         available.
3427         (gnus-nocem-epg-verify): New function.
3428
3429 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3432
3433 2009-02-15  Glenn Morris  <rgm@gnu.org>
3434
3435         * gnus-util.el (rmail-insert-rmail-file-header)
3436         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3437         autoloads.
3438         (rmail-default-rmail-file): Remove unnecessary declaration.
3439         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3440
3441 2009-02-14  Glenn Morris  <rgm@gnu.org>
3442
3443         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3444         variable (only used in gnus-util, which declares it anyway).
3445         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3446         which was only needed by gnus-art (changed to not use it any more).
3447         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3448         only used in gnus-util, which autoloads it itself.
3449         (rmail-update-summary): Fix autoload.
3450
3451         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3452         rather than rmail-output-to-rmail-file.
3453
3454 2009-02-07  Glenn Morris  <rgm@gnu.org>
3455
3456         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3457         autoload of function that no longer exists.
3458         (rmail-toggle-header): Declare.
3459         (message-forward-rmail-make-body): Handle mbox Rmail.
3460
3461 2009-01-31  Glenn Morris  <rgm@gnu.org>
3462
3463         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3464         2009-01-09 change.
3465
3466 2009-01-31  Dave Love  <fx@gnu.org>
3467
3468         * imap.el (imap-fetch-safe): Bind debug-on-error.
3469         (imap-debug): Add imap-fetch-safe.
3470
3471 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3472
3473         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3474         (auth-source-forget-all-cached): New convenience function.
3475         (auth-source-user-or-password): Accept list of modes or a single mode.
3476
3477         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3478         auth-source modes.
3479
3480         * netrc.el (netrc-machine-user-or-password): Use list of
3481         auth-source modes.
3482
3483         * nnimap.el (nnimap-open-connection): Use list of
3484         auth-source modes.
3485
3486         * nntp.el (nntp-send-authinfo): Use list of
3487         auth-source modes.
3488
3489 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3492         now.
3493
3494 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3497         coding system in XEmacs; add a workaround for XEmacs.
3498
3499         * lpath.el: Fbind coding-system-aliasee.
3500
3501 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3504         of current-language-environment.
3505
3506 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3507
3508         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3509         available at runtime.
3510
3511 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3514
3515 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3516
3517         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3518         the greatest positive fixnum value doesn't work under an XEmacs with
3519         bignum support; use the most-positive-fixnum constant instead,
3520         available since Emacs 21.1 with cl and XEmacs 21.1.
3521
3522 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3525         XEmacs gets not to work.
3526
3527 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * mm-util.el (mm-coding-system-priorities): Allow the value like
3530         "Japanese (UTF-8)" of current-language-environment.
3531
3532 2009-01-09  Glenn Morris  <rgm@gnu.org>
3533
3534         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3535         with last-command-event.
3536
3537 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3538
3539         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3540         in the doc string.
3541
3542         * message.el (message-fix-before-sending): Amend comment.
3543
3544 2009-01-08  Dave Love  <fx@gnu.org>
3545
3546         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3547
3548 2009-01-07  David Engster  <dengste@eml.cc>
3549
3550         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3551         simplified server definitions by converting it via
3552         gnus-server-to-method.
3553
3554 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3557         parameter's operands.
3558
3559 2009-01-06  David Engster  <dengste@eml.cc>
3560
3561         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3562         primary select method (for gnus-group-mark-article-as-read).
3563
3564 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3565
3566         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3567         `(gnus)Face', not `(gnus)X-Face'.
3568
3569 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * mm-util.el (mm-ucs-to-char): New function.
3572
3573         * mm-url.el (mm-url-decode-entities): Use it.
3574
3575         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3576         unicode-to-char.
3577
3578 2009-01-05  Dave Love  <fx@gnu.org>
3579
3580         * time-date.el: Require cl for `declare'.
3581
3582 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3583
3584         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3585         Dave Love.
3586
3587 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3588
3589         * message.el (message-fix-before-sending): Add `eight-bit' to
3590         illegible-text check.
3591
3592 2009-01-03  Michael Olson  <mwolson@gnu.org>
3593
3594         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3595         `headers' is nil.  This can occur if the IMAP server does not have
3596         permissions to read messages from a folder, but can write new messages
3597         to the folder.
3598         (nnimap-request-article-part): Do not insert `data' if it is nil.
3599
3600         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3601         characters which will confuse `read', so skip past them.
3602
3603 2009-01-01  Dave Love  <fx@gnu.org>
3604
3605         * imap.el (imap-string-to-integer): Fix typo.
3606         (imap-fetch-safe): New function.
3607         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3608
3609         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3610
3611         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3612         (imap-parse-greeting): Fix doc strings.
3613         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3614         (imap-parse-flag-list): Make messages unique.
3615         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3616
3617         * nnimap.el: Fix author email.
3618         (nnimap-split-rule): Add FIXME comment.
3619         (nnimap-debug): Fix doc string.
3620
3621 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3622
3623         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3624
3625 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3626
3627         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3628         nslookup if resolv.conf isn't available.
3629         (dns-query): Rename from query-dns.
3630         (dns-query-cached): Rename from query-dns-cached.
3631
3632 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3635         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3636         to check if those variables exist (first appeared in Emacs 18.50).
3637
3638 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * mm-util.el (mm-line-number-at-pos): New function.
3641
3642         * spam-report.el (spam-report-process-queue): Use it.
3643
3644 2008-12-24  David Engster  <dengste@eml.cc>
3645
3646         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3647         parameters that haven't existed as variables as buffer-local variables.
3648
3649 2008-12-23  Dave Love  <fx@gnu.org>
3650
3651         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3652         cadar.
3653
3654         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3655         imap-starttls-p.
3656         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3657
3658 2008-12-22  Dave Love  <fx@gnu.org>
3659
3660         * imap.el: Fix author email.  Doc fixes.
3661         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3662         reply.
3663
3664 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3665
3666         * spam-report.el (spam-report-gmane-max-requests): New constant.
3667         (spam-report-gmane-wait): New variable.
3668         (spam-report-gmane-ham, spam-report-gmane-spam)
3669         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3670         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3671         the server.
3672
3673         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3674         Add explanations.
3675
3676         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3677         nnheader-accept-process-output and nnheader-read-timeout if available.
3678         (pop3-movemail): Use it.
3679
3680         * message.el (message-check-news-body-syntax): Fix signature check if
3681         there's an attachment.
3682
3683 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * mm-util.el: Add comments to the mm- emulating functions.
3686
3687 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3690         by Stephen Berman <stephen.berman@gmx.net>.
3691
3692 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * mm-util.el (mm-substring-no-properties): New function.
3695         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3696         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3697         (mm-string-to-multibyte): Doc fix.
3698
3699         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3700
3701 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * mml.el (mml-attach-file): Strip text properties from file name.
3704         (Bug#1574)
3705
3706 2008-12-16  Glenn Morris  <rgm@gnu.org>
3707
3708         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3709
3710 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3713         knows since the charset specified might be a bogus alias that
3714         mm-charset-synonym-alist provides.
3715
3716 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3719         "ISO_8859-1".
3720
3721         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3722
3723 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * mm-util.el (mm-charset-eval-alist):
3726         Define it before mm-charset-to-coding-system.
3727         (mm-charset-to-coding-system): Add optional argument `silent';
3728         define it before mm-charset-override-alist.
3729         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3730         default value if it can be used in Emacs currently running;
3731         silence mm-charset-to-coding-system.
3732
3733 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3736         `allow-override' which says whether to use `mm-charset-override-alist'.
3737         (rfc2047-decode-encoded-words): Use it.
3738
3739         * mm-util.el (mm-charset-override-alist): Fix custom type;
3740         add `(gb2312 . gbk)' to choices.
3741
3742 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3745         fast.
3746
3747         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3748
3749         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3750
3751 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3752
3753         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3754         on links.
3755
3756         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3757
3758 2008-12-03  Lute Kamstra  <lute@gnu.org>
3759
3760         * sha1.el: Remove leading * from docstrings of defcustoms,
3761         deffaces, defconsts and defuns.
3762
3763 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3766         users' addresses that don't have domain parts.
3767         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3768         rather than message-narrow-to-head since there will be the message
3769         header separator.
3770
3771 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3772
3773         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3774         since the result is inserted in a unibyte buffer anyway.
3775         (nnimap-demule-use-string-to-multibyte): Remove.
3776         (nnimap-demule): Alias it to mm-string-to-multibyte.
3777
3778 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3779
3780         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3781         variable for debugging bug#464 and bug#1174.
3782         (nnimap-demule): Use it.
3783
3784 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3785
3786         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3787         score calculation correctly.
3788
3789 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3790
3791         * message.el (message-send-mail): Just set the buffer to unibyte
3792         rather than use mm-with-unibyte-current-buffer which does a lot more.
3793         (message-send-mail-partially): Don't bother with
3794         mm-with-unibyte-current-buffer since it's already been made unibyte by
3795         message-send-mail.
3796
3797 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3798
3799         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3800
3801 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3802
3803         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3804
3805 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3808         require itself and to remove `with-no-warnings'.
3809
3810 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         * starttls.el (starttls-any-program-available): Get the name of the
3813         available TLS layer program.
3814         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3815         well as the host name in the "opening" message.
3816
3817         * auth-source.el (auth-source-cache, auth-source-do-cache)
3818         (auth-source-user-or-password): Cache passwords and logins by default,
3819         allow override with `auth-source-do-cache'.
3820         (auth-source-forget-user-or-password): Allow users to remove cache
3821         entries if needed.
3822
3823 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3824
3825         * md4.el (md4-buffer): Fix typo in docstring.
3826         (md4, md4-64): Doc fixes.
3827         (md4-pack-int32): Reflow docstring.
3828
3829 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3830
3831         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3832         condition-case to only the forward-sexp call.
3833
3834 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3835
3836         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3837         quotes contained.  Make it more robust regardless by an extra
3838         condition-case wrapper.
3839
3840 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3843
3844 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * nnml.el (nnml-request-expire-articles): Check if the function set to
3847         `nnmail-expiry-target' returns the symbol `delete'.
3848
3849         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3850
3851         * nnmail.el (nnmail-expiry-target): Fix custom type.
3852
3853 2008-10-02  Glenn Morris  <rgm@gnu.org>
3854
3855         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3856         Silence compiler warning.
3857
3858 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3859
3860         * tls.el (open-tls-stream): Show the actual command being
3861         executed, instead of the format string.
3862
3863 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * lpath.el: Fbind codepage-setup for Emacs 23.
3866
3867 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3868
3869         * mml.el (mml-menu): Don't assume mml2015 is bound.
3870
3871 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3874         exists.
3875
3876 2008-09-27  Glenn Morris  <rgm@gnu.org>
3877
3878         * gnus-util.el (mail-header-remove-comments): Autoload it.
3879
3880 2008-09-27  Andreas Schwab  <schwab@suse.de>
3881
3882         * gnus-util.el (gnus-split-references): Strip comments.
3883         (gnus-parent-id): Likewise.
3884
3885 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3886
3887         * message.el (message-confirm-send): Fix version.
3888
3889 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * message.el (message-idna-to-ascii-rhs-1): Use
3892         mail-extract-address-components rather than mail-header-parse-addresses
3893         that is an alias by default to ietf-drums-parse-addresses that does not
3894         support non-ASCII names in headers' contents.
3895
3896 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         * message.el (message-confirm-send): Fixed variable documentation to
3899         avoid the "y/n" wording.
3900
3901 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3902
3903         * message.el (message-set-auto-save-file-name): Save to a different
3904         filename so multiple messages (especially drafts) can be recovered.
3905
3906 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3907
3908         * message.el (message-confirm-send): Add appropriate version.
3909
3910 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3911
3912         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3913         defvar.
3914
3915 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3916
3917         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3918         (mm-pkcs7-enveloped-magic): Ditto.
3919
3920 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3921
3922         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3923         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3924
3925 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3926
3927         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3928         default, it's better.
3929
3930 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3933         summary line gnus-number property and ignore them (with a warning
3934         message).
3935
3936 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3939         macro caddr in the interactive form since it won't be expanded.
3940
3941 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3944         `charset'; fix name of function called recursively.
3945         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3946
3947 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3950         (gnus-mime-set-charset-parameters): New function.
3951         (gnus-mime-view-part-as-charset): Use it to correctly display part
3952         specifying wrong charset.
3953
3954 2008-09-08  David Engster  <dengste@eml.cc>
3955
3956         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3957         in completing-read for back end server.
3958
3959 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3960
3961         * message.el (message-confirm-send): New variable to confirm sending a
3962         message.
3963         (message-send): Use it.
3964
3965 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3966
3967         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3968
3969 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3972
3973 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3976         prevent tracking too many groups.
3977         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3978         Use it.
3979
3980 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3981
3982         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3983         moving point to the bottom of the window in order to avoid recentering.
3984
3985 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3988
3989         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3990         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3991         (gnus-article-beginning-of-window): Fix calculation.
3992
3993 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gnus-msg.el (gnus-summary-supersede-article)
3996         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3997         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3998         message header.
3999
4000 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4001
4002         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4003         pending output coming after the status change.
4004
4005 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4006
4007         * message.el:
4008         * gnus-start.el:
4009         * gnus-registry.el: Remove VMS support.
4010
4011 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4014         macro.
4015         (rfc2104-hash): Use it.
4016
4017 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4018
4019         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4020         (gnus-summary-sort-by-most-recent-date): New commands.
4021         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4022         and menu entries.
4023
4024 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4027         don't redisplay article for raw contents; remove plural articles stuff.
4028
4029         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4030         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4031         on gnus-summary-save-article; display results properly.
4032
4033 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * lpath.el: No need to fbind ns-focus-frame.
4036
4037 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4040
4041 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4044         gnus-save-all-headers.
4045
4046 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4047
4048         * gnus-util.el (ns-focus-frame): Remove declaration.
4049         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4050         like x.
4051
4052 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4053
4054         * rfc2104.el (rfc2104-zero): Delete defconst.
4055         (rfc2104-hex-alist): Likewise.
4056         (rfc2104-hex-to-int): Delete func.
4057         (rfc2104-hexstring-to-bitstring): Likewise.
4058         (rfc2104-nybbles): New defconst.
4059         (rfc2104-hash): Rewrite for speed.
4060
4061 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * tls.el (open-tls-stream): Make it work with the 2nd argument
4064         BUFFER that is a string but does not exist as a buffer object, as
4065         mentioned in the doc-string.
4066
4067 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4070         SXEmacs.
4071
4072 2008-07-16  Glenn Morris  <rgm@gnu.org>
4073
4074         * gnus-util.el (ns-focus-frame): Declare for compiler.
4075
4076 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4079         set as a group parameter.
4080         (gnus-summary-save-in-pipe): Work when it is called independently.
4081         (gnus-summary-pipe-to-muttprint): Don't modify
4082         gnus-summary-pipe-output-default-command.
4083
4084 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4085
4086         * message.el (message-send-mail-with-sendmail):
4087         Display the error message.
4088
4089 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-art.el (gnus-default-article-saver):
4092         Add gnus-summary-save-in-pipe to choices.
4093         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4094         gnus-summary-pipe-output-default-command as the default command.
4095         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4096         instead of gnus-last-shell-command.
4097
4098         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4099         New user option.
4100         (gnus-summary-muttprint-program): Mention the value will be changed.
4101         (gnus-summary-save-article): Force showing of all headers.
4102         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4103
4104 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4105
4106         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4107
4108 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4109
4110         * nnimap.el (nnimap-id):
4111         * sieve-manage.el (sieve-manage-open): Doc fixes.
4112
4113 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4114
4115         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4116         if available.
4117
4118 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4119
4120         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4121
4122         * nnkiboze.el (nnkiboze-generate-group):
4123         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4124
4125         * nnmairix.el: Require CL.
4126
4127 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * dgnushack.el: Autoload get-display-table and put-display-table for
4130         XEmacs 21.5.
4131
4132         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4133         21.4 and SXEmacs.
4134
4135 2008-06-15  David Engster  <dengste@eml.cc>
4136
4137         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4138
4139 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4140
4141         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4142         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4143         runtime choice under XEmacs.
4144
4145         * gnus-sum.el (gnus-summary-set-display-table):
4146         Use `gnus-put-display-table', `gnus-get-display-table',
4147         `gnus-set-display-table' for the display table, instead of `aset'.
4148
4149         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4150         Use `gnus-put-display-table', `gnus-get-display-table',
4151         `gnus-set-display-table' for the display table.
4152
4153 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * nnmairix.el: Add autoloads.
4156
4157 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * nnmairix.el (nnmairix-delete-recreate-group)
4160         (nnmairix-update-and-clear-marks): Fix error messages.
4161
4162 2008-06-14  David Engster  <dengste@eml.cc>
4163
4164         * nnmairix.el: Upgrade to version 0.6.
4165         (nnmairix-group-toggle-propmarks-this-group)
4166         (nnmairix-group-toggle-readmarks-this-group)
4167         (nnmairix-group-delete-recreate-this-group)
4168         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4169         (nnmairix-remove-tick-mark-original-article): New commands.
4170         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4171         (nnmairix-propagate-marks-to-nnmairix-groups)
4172         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4173         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4174         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4175         functions needed for marks propagation and manipulation of read marks.
4176         (nnmairix-update-groups): New function.
4177         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4178         (nnmairix-determine-original-group-from-registry)
4179         (nnmairix-determine-original-group-from-path)
4180         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4181         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4182         New helper functions.
4183         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4184         keystrokes for new commands.
4185         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4186         (nnmairix-request-group): Check allow-fast group parameter.
4187         (nnmairix-request-create-group): Set allow-fast group parameter if
4188         nnmairix-allowfast-default is set.
4189         (nnmairix-close-group): Propagate marks upon closing if needed.
4190         (nnmairix-group-toggle-threads-this-group): Use new.
4191         nnmairix-group-toggle-parameter helper function.
4192         (nnmairix-search): Better check for empty search result.
4193         (nnmairix-goto-original-article): Use new helper functions for
4194         determining original article.
4195         (nnmairix-show-original-article): Make sure message-id is in brackets.
4196         (nnmairix-call-mairix-binary): Change variable name.
4197         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4198         helper function.
4199         (nnmairix-widget-toggle-activate): Fix doc string.
4200
4201 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * nnir.el: Require edmacro when compiling with XEmacs.
4204         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4205         available in Emacs 21.
4206
4207 2008-06-11  Glenn Morris  <rgm@gnu.org>
4208
4209         * gnus-util.el (x-focus-frame):
4210         * gnus.el (image-size):
4211         * mm-decode.el (image-size): Declare.
4212
4213         * gnus-picon.el (declare-function): Add compat definition.
4214         (image-size): Declare.
4215
4216         * gnus-group.el (tool-bar-map):
4217         * gnus-sum.el (tool-bar-map): Define for compiler.
4218
4219         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4220
4221         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4222
4223         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4224         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4225         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4226         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4227         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4228         * sieve-manage.el, spam-report.el, spam.el:
4229         Remove unnecessary eval-and-compile of autoloads.
4230
4231 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4232
4233         * auth-source.el: Precise Tramp doc.
4234
4235 2008-06-07  Glenn Morris  <rgm@gnu.org>
4236
4237         * nnmairix.el: Remove unnecessary eval-when-compile.
4238
4239 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * lpath.el: Fbind propertize for XEmacs 21.4.
4242
4243 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * nnir.el: Move here from ../contrib.
4246
4247 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4248
4249         * gnus-util.el (gnus-read-shell-command): New function.
4250         * mm-decode.el (mm-pipe-part):
4251         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4252
4253 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4256
4257 2008-06-03  Glenn Morris  <rgm@gnu.org>
4258
4259         * pop3.el (nnheader-accept-process-output): Autoload it.
4260
4261 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4264         are not 2-digit hexadecimal characters that follow `%'s.
4265
4266 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4267
4268         * message.el (message-bogus-recipient-p): Fix type in doc string.
4269         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4270         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4271         Improve custom options.
4272         (message-bogus-recipient-p): Adjust accordingly.
4273
4274 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4275
4276         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4277         long-form month and day names.
4278
4279 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * dgnushack.el: Autoload debug, eudc-expand-inline and
4282         pgg-snarf-keys-region for XEmacs.
4283
4284         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4285
4286         * nnmairix.el: Require edmacro when compiling with XEmacs.
4287
4288 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4291         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4292
4293 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         * auth-source.el: Add more docs.
4296
4297         * netrc.el (netrc-machine): Always match if the port is not given.
4298
4299 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4302         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4303         retrieval faster in some cases, but might make CPU usage larger.  If
4304         this has any bad side effects, we might revert this change.
4305
4306         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4307         seems to make mail retrieval much, much faster.
4308         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4309         unconditionally.
4310
4311         * gnus-draft.el (gnus-group-send-queue): Bind
4312         message-send-mail-partially-limit to nil to avoid being prompted.
4313
4314 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4315
4316         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4317
4318         * message.el (message-bogus-address-regexp): Fix and improve custom
4319         type.
4320         (message-setup-hook): Add message-check-recipients as custom option.
4321
4322 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4323
4324         * message.el (message-cite-function): Remove bogus autoload which crept
4325         in during merge from v5-10.
4326
4327 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4330
4331         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4332
4333         * auth-source.el: Preliminary Tramp docs.
4334         (auth-sources): Change the default auth-sources to use
4335         EPA .gpg files.
4336
4337 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * nntp.el: Autoload `auth-source-user-or-password'.
4340         (nntp-send-authinfo): Use it.
4341
4342         * nnimap.el: Autoload `auth-source-user-or-password'.
4343         (nnimap-open-connection): Use it.
4344
4345         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4346         for the gnus-message function.
4347         (auth-source-user-or-password): Use it.
4348
4349 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4350
4351         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4352         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4353         (rfc2104-hash): Use it.
4354
4355 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4356
4357         * gnus-art.el (gnus-article-toggle-truncate-lines):
4358         Don't use `iff' in docstring.
4359
4360 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4363
4364         * gnus-util.el (gnus-extract-address-component-name)
4365         (gnus-extract-address-component-email): Convenience functions around
4366         `gnus-extract-address-components'.
4367
4368         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4369         Use `gnus-extract-address-component-email' to fix bug of comparing full
4370         sender name to `user-mail-address'.
4371
4372 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4373
4374         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4375         catch/throw to optimize.
4376         (gnus-registry-find-keywords): Just use member to find a keyword.
4377
4378 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4379
4380         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4381         is current before calling gnus-server-prepare.
4382         (gnus-server-setup-buffer, gnus-server-update-server)
4383         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4384
4385 2008-05-04  Juri Linkov  <juri@jurta.org>
4386
4387         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4388         (mailcap-file-default-commands): Use mailcap-replace-in-string
4389         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4390         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4391
4392 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4393
4394         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4395
4396 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4397
4398         * gnus.el: Bump version to 0.11.
4399
4400 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4401
4402         * gnus.el: No Gnus v0.10 is released.
4403
4404 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4407         hooks.
4408         (gnus-update-read-articles): Speed up non-marks-using users.
4409         (gnus-use-marks): Define gnus-use-marks.
4410         (gnus-propagate-marks): Rename variable to something more sensible.
4411
4412 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4413
4414         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4415         (gmm-image-load-path-for-library): Fix typos in docstrings.
4416         (gmm-message): Reflow docstring.
4417
4418 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4419
4420         * mail-source.el (mail-source-set-1, mail-source-bind):
4421         Move auth-source code out of the macro to clean it up and fix bugs.
4422
4423 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4424
4425         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4426         by sender if it's equal to user-mail-address, it's likely to be
4427         useless.
4428
4429         * mail-source.el (mail-source-bind): Don't use user or password if they
4430         are not bound.  Unintern them if they are nil.  Don't use server unless
4431         it's bound, and default it to empty string otherwise.
4432
4433 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4434
4435         * mail-source.el: Load auth-source.el.
4436         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4437         get user name or password, if auth-sources is set up.
4438
4439         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4440         strategy of splitting with parent.
4441         (gnus-registry-split-fancy-with-parent)
4442         (gnus-registry-post-process-groups): Use it and fix prior
4443         bug (returning a list as the split result).
4444
4445         * auth-source.el (auth-sources): Remove server parameter.
4446         (auth-source-pick, auth-source-user-or-password)
4447         (auth-source-user-or-password-imap)
4448         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4449         (auth-source-user-or-password-sftp)
4450         (auth-source-user-or-password-smtp): Remove server parameter.
4451
4452 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4453
4454         * smime.el (smime-sign-region, smime-encrypt-region)
4455         (smime-decrypt-region):
4456         Remove redundant calls to `generate-new-buffer-name'.
4457
4458 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4459
4460         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4461         Don't use QP for message/rfc822.
4462         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4463
4464 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4465
4466         * sieve-manage.el (sieve-string-bytes): Remove.
4467         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4468         correct byte-length only if the process's coding-system is the same as
4469         the one used internally by Emacs to represent strings.
4470
4471 2008-04-22  Juri Linkov  <juri@jurta.org>
4472
4473         * mailcap.el (mailcap-file-default-commands): New function.
4474
4475 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * message.el (message-signature-separator, message-cite-function):
4478         Change custom version.
4479
4480 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4481
4482         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4483         commands.
4484         (tls-checktrust): Ditto.
4485
4486 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4487
4488         * mm-decode.el (mm-display-external): Make temp file read-only.
4489
4490 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4491
4492         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4493         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4494         `C-c C-f d'.
4495
4496 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4497
4498         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4499
4500 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4501
4502         * gnus.el: Bump version to 0.9.
4503
4504 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4505
4506         * gnus.el: No Gnus v0.8 is released.
4507
4508 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4509
4510         * mail-source.el (mail-source-value):
4511         Prefer fboundp to functionp so it works with macros as well.
4512
4513 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4514
4515         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4516         Fix last change in case the element is not even a symbol.
4517
4518 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4519
4520         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4521         Prefer fboundp to functionp so it works with macros as well.
4522
4523 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4524
4525         * auth-source.el: Added docs.
4526         (auth-sources): Modify format to support server.
4527         (auth-source-pick, auth-source-user-or-password)
4528         (auth-source-user-or-password-imap)
4529         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4530         (auth-source-user-or-password-sftp)
4531         (auth-source-user-or-password-smtp): Add server parameter.
4532
4533 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4534
4535         * gnus-registry.el: Initialize the registry when gnus-registry-install
4536         is t.
4537
4538 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * compface.el (uncompface): Make buffer unibyte.
4541
4542 2008-04-05  Glenn Morris  <rgm@gnu.org>
4543
4544         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4545
4546 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4547
4548         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4549         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4550
4551         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4552         multibyteness after rather than before erasing it.
4553
4554         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4555         mm-with-multibyte.
4556         (gnus-request-article-this-buffer): Make sure the proper decoding is
4557         used if gnus-original-article-buffer happens to be unibyte.
4558
4559         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4560         default-enable-multibyte-characters.
4561
4562         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4563         default-enable-multibyte-characters.
4564
4565         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4566
4567         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4568
4569 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4570
4571         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4572         (imap-message-copyuid-1): Use it.
4573         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4574         J. Williams in
4575         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4576
4577         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4578         imap-enable-exchange-bug-workaround.
4579         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4580
4581 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4582
4583         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4584         a 100 byte status-checks into a 2-3MB transfer for each group.
4585         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4586         to enable bug workaround or not.
4587         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4588
4589 2008-03-31  Glenn Morris  <rgm@gnu.org>
4590
4591         * message.el (mml2015-use): Declare for compiler.
4592         (message-info): Require mml2015 when appropriate.
4593
4594 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4597         whitespace.
4598
4599 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4600
4601         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4602         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4603         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4604         (nntp-service-to-port): New function.
4605         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4606         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4607         (nntp-open-netcat-stream): New function.
4608         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4609
4610 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4611
4612         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4613
4614 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4615
4616         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4617
4618 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4619
4620         * dns.el (dns-write): Use set-buffer-multibyte.
4621
4622 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4623
4624         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4625
4626 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * message.el (message-signature-separator): Change default.
4629         Improve custom type.
4630         (message-cite-function): Change default to
4631         message-cite-original-without-signature.
4632
4633         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4634         toggle.
4635
4636         * message.el (message-check-news-body-syntax): Fix signature check.
4637         (message-setup-1): Mark buffer as unmodified _after_ running
4638         message-setup-hook and handling message-alternative-emails.
4639         (message-shorten-references): Be more strict when building list of
4640         valid references to comply with GNKSA.
4641
4642         * gnus-group.el (gnus-read-ephemeral-bug-group)
4643         (gnus-read-ephemeral-debian-bug-group)
4644         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4645
4646         * message.el (message-info): Don't use booleanp which isn't supported
4647         in Emacs 21 and XEmacs.
4648
4649 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4650
4651         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4652         gnus-group-gmane-group-download-format.
4653         (gnus-group-read-ephemeral-gmane-group): Rename from
4654         gnus-group-read-ephemeral-gmane-group.
4655         (gnus-read-ephemeral-gmane-group-url): Rename from
4656         gnus-group-read-ephemeral-gmane-group-url.
4657         (gnus-bug-group-download-format-alist): New variable.
4658         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4659         (gnus-read-ephemeral-emacs-bug-group): New commands.
4660
4661 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4662
4663         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4664         (gnus-visible-headers): Improve custom type.
4665
4666 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * mml.el (mml-menu): Add workarounds for XEmacs.
4669
4670         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4671         X-Boundary header.
4672
4673         * message.el (message-simplify-recipients): Fix previous commit.
4674
4675 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4676
4677         * mm-util.el (mm-set-buffer-multibyte): New function.
4678         * mm-decode.el (mm-copy-to-buffer): Use it.
4679
4680 2008-03-19  Glenn Morris  <rgm@gnu.org>
4681
4682         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4683         Accidentally removed in the sync process with Emacs.
4684
4685 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4686
4687         * message.el (message-alter-recipients-discard-bogus-full-name):
4688         New function.
4689         (message-alter-recipients-function): New variable.
4690         (message-get-reply-headers): Use it.
4691         (message-replace-header): New helper function.
4692         (message-recipients-without-full-name): New variable.
4693         (message-simplify-recipients): New command.
4694
4695         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4696
4697         * message.el (message-info): Handle EasyPG manual.
4698
4699         * mml.el (mml-menu): Add entry for EasyPG.
4700
4701 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4702
4703         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4704         parameter.
4705
4706         * message.el (message-disassociate-draft): Specify drafts group name
4707         fully.
4708
4709 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4712         unnecessary duplicates from the match list.
4713
4714 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4717
4718         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4719
4720         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4721         args of `how-many' of which the XEmacs version doesn't take; declare
4722         Info-index-next as function.
4723
4724 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4725
4726         * gnus-score.el (gnus-score-headers): Fix handling of
4727         gnus-inhibit-slow-scoring.
4728
4729         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4730         string.
4731         (gnus-button-url-regexp): Improve handling of parenthesis.
4732         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4733         (gnus-button-handle-info-keystrokes): Handle index entries.
4734
4735 2008-03-15  Glenn Morris  <rgm@gnu.org>
4736
4737         * parse-time.el (parse-time-string): Simplify.
4738
4739 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4742         Incoming* files.
4743
4744 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4747         (auth-source-pick): Use it.
4748
4749 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4750
4751         * binhex.el (binhex-decode-region-internal):
4752         * uudecode.el (uudecode-decode-region-internal):
4753         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4754         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4755         setting default-enable-multibyte-characters.
4756
4757 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * auth-source.el (auth-source-protocols)
4760         (auth-source-protocols-customize, auth-source-choices): Added and
4761         modified variable customizations and defaults.
4762         (auth-source-pick, auth-source-user-or-password)
4763         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4764         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4765         (auth-source-user-or-password-sftp)
4766         (auth-source-user-or-password-smtp): Use new variables and provide an
4767         interface to netrc.el.
4768
4769 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4772         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4773         Make sure the nntp port to specify is a string.
4774
4775 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4776
4777         * nntp.el: Use with-current-buffer.
4778         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4779         dubious mm-with-unibyte-current-buffer.
4780         (nntp-with-open-group-function): New function extracted from
4781         nntp-with-open-group macro.
4782         (nntp-with-open-group): Use the function, so it's easier to debug.
4783         Add indentation and debugging info.
4784         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4785         the use of the netcat alternatives.
4786
4787         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4788         Avoid mm-string-as-multibyte as well.
4789
4790         * nnweb.el (nnweb-insert-html):
4791         Remove use of nnheader-string-as-multibyte.
4792
4793         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4794         (nnheader-string-as-multibyte): Remove.
4795
4796         * mm-view.el: Use inhibit-read-only.
4797         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4798         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4799         or unibyte-string.
4800
4801         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4802         (mm-uu-yenc-extract): Use with-current-buffer.
4803
4804         * gnus-soup.el (gnus-soup-send-packet): Don't use
4805         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4806
4807         * nnmh.el: Use with-current-buffer.
4808         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4809         mm-string-as-multibyte on the output of mm-encode-coding-string.
4810
4811         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4812         (nnimap-request-move-article): Use with-current-buffer.
4813
4814         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4815         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4816         conversion uses string-make-unibyte rather than string-as-unibyte.
4817
4818         * gnus-msg.el: Use with-current-buffer.
4819
4820         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4821
4822 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4823
4824         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4825         string for caching if it is 'PIN.
4826
4827 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * lpath.el: Consider the case without Emacs/W3.
4830
4831 2008-03-08  Glenn Morris  <rgm@gnu.org>
4832
4833         * time-date.el (date-to-time, time-subtract, time-add)
4834         (safe-date-to-time): Doc fixes.
4835
4836 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4837
4838         * mail-source.el (mail-source-delete-old-incoming-confirm):
4839         Change default to nil.
4840         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4841
4842 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * lpath.el: Rearrange.
4845
4846         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4847         (gnus-article-goto-prev-page): Work for articles having ^L's.
4848
4849         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4850
4851         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4852
4853 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4854
4855         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4856         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4857         (gnus-bookmark-jump): Adjust some variable names.
4858
4859 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4860
4861         * auth-source.el: New package.
4862         (auth-source-choices): Add customization entry point variable.
4863
4864         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4865         bug.
4866
4867 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4870         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4871         (gnus-registry-install-shortcuts): Rename from
4872         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4873         the `gnus-registry-mark-map' keymap dynamically from
4874         `gnus-registry-marks'.  The generated functions update the summary line
4875         when a registry mark is added or deleted, and will call
4876         `gnus-registry-install-p' (see the comments in the code).
4877         (gnus-registry-user-format-function-M): Use concat intelligently.
4878
4879         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4880         the registry mark functions.
4881
4882 2008-03-05  Glenn Morris  <rgm@gnu.org>
4883
4884         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4885         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4886         gnus-art.
4887         (top-level): No need to load own source when compiling.
4888
4889 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4892         Suggested by <chris.anderton@zetnet.co.uk>.
4893
4894 2008-03-04  Glenn Morris  <rgm@gnu.org>
4895
4896         * gnus-sum.el (top-level): No need to require gnus when compiling,
4897         since unconditionally required near start of file.
4898         (gnus-summary-display-while-building): Move definition before use.
4899
4900 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4901
4902         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4903         formatting function.
4904
4905 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4908         with plists.
4909         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4910         Use new format.
4911
4912 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4915         `where-is-internal' that returns a range of key sequences.
4916
4917 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4918
4919         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4920
4921         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4922         (gnus-summary-jump-to-group): Consider windows on other displayed
4923         frames as well.  Similar changes might be needed elsewhere, but that's
4924         the one I've bumped into during my use.
4925
4926         * nndoc.el (nndoc-oe-dbx-type-p):
4927         * gnus-msg.el (gnus-debug):
4928         * gnus-group.el (gnus-update-group-mark-positions):
4929         Use mm-string-to-multibyte.
4930
4931 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4934         doesn't handle NotDashEscaped.
4935
4936         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4937         (mml-dnd-attach-options): Fix typo in custom choice.
4938
4939         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4940         nndoc-article-type to mbox.
4941         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4942
4943         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4944         to nil, instead of html2text.
4945
4946         * imap.el (imap-debug): Add `imap-ping-server'.
4947
4948         * gnus-bookmark.el: Add FIXMEs.
4949
4950         * message.el (message-form-letter-separator)
4951         (message-send-form-letter-delay): New variables.
4952         (message-send-form-letter): Use them.  New command to send form
4953         letters.  Requested by Uwe Siart.
4954         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4955
4956 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4957
4958         * Update copyright years.
4959
4960 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4961
4962         Sync from EMACS_22_BASE.
4963
4964         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4965
4966 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4967
4968         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4969         empty author.
4970
4971 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4972
4973         * gnus-registry.el (gnus-registry-marks): Add variable for
4974         customization of marks and their appearance.
4975         (gnus-registry-read-mark): Use it.
4976         (gnus-registry-do-marks): Add utility function to loop through
4977         `gnus-registry-marks'.
4978         (gnus-registry-install-shortcuts-and-menus): Add function to install
4979         shortcuts and menus.
4980         (gnus-registry-initialize): Use it.
4981         (gnus-registry-default-mark): Clarify documentation.
4982
4983 2008-02-29  Glenn Morris  <rgm@gnu.org>
4984
4985         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4986         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4987         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4988         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4989         Change defcustom :version from 23.0 to 23.1.
4990
4991 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4992
4993         * gnus-registry.el (gnus-registry-follow-group-p)
4994         (gnus-registry-post-process-groups): Add functions to aid registry
4995         splitting and improve logging.  Clarify behavior in function
4996         documentation.
4997         (gnus-registry-split-fancy-with-parent): Use them.
4998
4999 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5000
5001         * gnus-art.el: Use with-current-buffer.
5002
5003 2008-02-27  David Engster  <dengste@eml.cc>
5004
5005         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5006         Express real group name in the response.
5007
5008 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5011         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5012         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5013         autoload gnus-registry-fetch-group when compiling.
5014         (nnmairix-request-group-with-article-number-correction): Remove
5015         unreferenced argument passed to nnmairix-call-backend.
5016
5017 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5018
5019         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5020         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5021         Wilde.
5022
5023 2008-02-27  Glenn Morris  <rgm@gnu.org>
5024
5025         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5026         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5027         variables to defconsts.  Convert comments to doc-strings.
5028         (nnmairix-last-server, nnmairix-current-server): Convert from free
5029         variables to defvars.  Convert comments to doc-strings.
5030         (gnus-registry-fetch-group): Autoload.
5031         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5032         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5033         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5034         caddr.
5035         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5036         nnmairix-request-group-with-article-number-correction call.
5037         (nnmairix-fast, nnmairix-group): New, less general names, for free
5038         variables passed from nnmairix-request-group to
5039         nnmairix-request-group-with-article-number-correction.  Declare.
5040         (nnmairix-request-group-with-article-number-correction):
5041         Use nnmairix-fast, nnmairix-group rather than fast, group.
5042
5043 2008-02-26  David Engster  <dengste@eml.cc>
5044
5045         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5046         version 0.5.
5047
5048 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5049
5050         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5051         instead of making an extra function call.  Don't add the current group
5052         to articles only when they have the group.  Use
5053         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5054         Reported by David <de_bb@arcor.de>.
5055
5056 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5059         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5060
5061 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5062
5063         * mail-source.el (mail-source-delete-incoming): Change default.
5064         Supplement doc string.
5065
5066         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5067
5068 2008-02-14  Glenn Morris  <rgm@gnu.org>
5069
5070         * time-date.el (format-seconds): New function.
5071
5072 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * nnmail.el (nnmail-message-id-cache-file): Derive from
5075         `gnus-home-directory'.
5076
5077 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5078
5079         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5080         Document negative prefix.
5081
5082         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5083
5084 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * message.el (message-unsent-separator): Add the Exim bounce
5087         separator.
5088
5089 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5090
5091         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5092         list.
5093         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5094         recipient/signer list.
5095
5096 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * Makefile.in (datarootdir): Define.
5099         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5100         name that might contain whitespace.
5101
5102 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5105         fbound (Emacs 23 unicode), signal an error.
5106
5107 2008-02-08  Glenn Morris  <rgm@gnu.org>
5108
5109         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5110
5111 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5112
5113         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5114         ports to the calls to `netrc-machine-user-or-password' in addition to
5115         "imap" and "imaps".
5116
5117 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5118
5119         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5120
5121         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5122
5123 2008-02-01  Kenichi Handa  <handa@m17n.org>
5124
5125         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5126         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5127         (rfc2104-hash): Convert the result of concat to unibyte string.
5128
5129 2008-02-01  Dave Love  <fx@gnu.org>
5130
5131         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5132         coding-system-for-read.
5133         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5134
5135 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5138         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5139         <hanche@math.ntnu.no>.
5140
5141 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5144
5145         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5146
5147 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5148
5149         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5150         * message.el (message-beginning-of-line): Use featurep instead of bound
5151         tests in order to resolve conditionals at compile time.
5152
5153 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5154
5155         * mail-source.el (mail-sources): Add `group' choice.
5156
5157         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5158         parameter `in-group' to control into which group the articles go.
5159         Add treatment of `group' mail-source.
5160
5161 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5164
5165         * mm-decode.el (mm-dissect-buffer): Decode description.
5166
5167         * mml.el (mml-to-mime): Encode message header first.
5168
5169 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5172         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5173
5174         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5175         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5176
5177 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5178
5179         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5180
5181 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5184         prefix keys.
5185         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5186         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5187         gnus-xmas.el.
5188
5189         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5190         (gnus-xmas-article-describe-bindings): New function.
5191         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5192         gnus-xmas-article-describe-bindings.
5193
5194         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5195
5196 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5197
5198         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5199         Add new variables for article mark management.
5200         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5201         list of extra data entries which, when present, will indicate that the
5202         article ID should not be trimmed from the registry.
5203         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5204         functions.
5205         (gnus-registry-read-mark): New function to read a mark name from the
5206         user.
5207         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5208         (gnus-registry-set-article-mark-internal): New functions to add and
5209         remove marks.
5210         (gnus-registry-get-article-marks): New function to show the marks for
5211         an article, or retrieve them for further use.
5212
5213 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5216         keys when no argument is given.
5217
5218 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * imap.el (imap-ping-server): New variable.
5221         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5222         (imap-ping-server): Minor doc string fixes.
5223
5224 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5225
5226         * imap.el (imap-ping-server): New function.
5227         (imap-opened): Call imap-ping-server.
5228
5229 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5230
5231         * gnus-sum.el (gnus-article-sort-by-random)
5232         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5233         jidanni@jidanni.org.
5234
5235 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-art.el (gnus-article-describe-bindings): New function.
5238         (gnus-article-read-summary-keys): Use it.
5239         (gnus-article-mode-map): Bind `C-h b' to it.
5240
5241 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5244         XEmacs.
5245         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5246         against non-character events.
5247
5248         * lpath.el: Fbind map-keymap for Emacs 21.
5249
5250 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5251
5252         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5253         command.
5254         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5255         instead of END.  Change name of the temp file.
5256         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5257         customizable.
5258
5259 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5262         bind `S W' to gnus-article-wide-reply-with-original; set default
5263         binding to gnus-article-read-summary-send-keys.
5264         (gnus-article-read-summary-keys): Fix the order of keys; display
5265         continuation keys correctly in the echo area; describe bindings
5266         correctly when keys end with `C-h'.
5267         (gnus-article-read-summary-send-keys): New function.
5268         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5269         for gnus-article-read-summary-send-keys; display continuation keys
5270         correctly in the echo area.
5271         (gnus-article-reply-with-original): Ignore prefix argument.
5272         (gnus-article-wide-reply-with-original): New function.
5273
5274         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5275         Emacs 21.
5276
5277 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5280         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5281
5282 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5285         (gnus-group-read-ephemeral-gmane-group): New command.
5286
5287 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5288
5289         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5290
5291 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * message.el (message-send-mail-function): Increase custom version.
5294
5295         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5296         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5297
5298 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5299
5300         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5301         for the cases where imap-authenticate is called with a nil buffer
5302         parameter.
5303
5304 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5307         html parts correctly; support forwarded messages.
5308         (gnus-article-browse-html-article): Remove work buffers.
5309
5310         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5311         compiling.
5312         (netrc-bound-and-true-p): New macro.
5313         (netrc-parse): Use it instead of bound-and-true-p that is not available
5314         in XEmacs 21.4.
5315
5316 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5317
5318         * gnus-registry.el (gnus-registry-mark-article)
5319         (gnus-registry-article-marks): Add functionality to mark articles
5320         through the Gnus registry.
5321
5322         * encrypt.el: Clarify documentation for the new pgg method.
5323         (encrypt-file-alist): Add PGG option.
5324         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5325         functionality.  Abstract password key and messaging to external
5326         functions.
5327         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5328         (encrypt-message-method-and-cipher): Add new convenience external
5329         functions.
5330         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5331         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5332
5333         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5334         (netrc-parse): Use encrypt-file-alist to determine if
5335         encrypt-find-model or encrypt-insert-file-contents should be used.
5336
5337         * encrypt.el: Clarify documentation.  Load password-cache or
5338         password, whichever one is found first, instead of autoloading.
5339
5340 2007-12-19  Glenn Morris  <rgm@gnu.org>
5341
5342         * mml.el (message-options-set, message-narrow-to-head)
5343         (message-in-body-p, message-mail-p, message-encode-message-body):
5344         Autoload.
5345         (message-remove-header, message-narrow-to-headers-or-head)
5346         (message-subscribed-p, message-make-mail-followup-to)
5347         (message-position-on-field, message-news-p)
5348         (message-options-set-recipient, message-generate-headers)
5349         (message-sort-headers): Declare as functions.
5350
5351 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5354         convention in doc string.
5355
5356 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5359         title to html parts.
5360         (gnus-article-browse-html-article): Pass message header to it.
5361
5362         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5363
5364 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5367         or password compatible with XEmacs.
5368
5369 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5370
5371         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5372         format document.
5373         (gnus-mime-delete-part): Don't write description line if empty.
5374         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5375
5376 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5377
5378         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5379         (gnus-summary-mark-read-and-unread-as-read)
5380         (gnus-summary-mark-current-read-and-unread-as-read)
5381         (gnus-summary-mark-unread-as-ticked): Doc fix.
5382         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5383
5384 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5385
5386         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5387         Christoph Conrad <christoph.conrad@gmx.de>.
5388
5389 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5392         yes-or-no-p.
5393
5394 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * mm-decode.el (mm-add-meta-html-tag): New function.
5397         (mm-save-part-to-file, mm-pipe-part): Use it.
5398
5399         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5400         gnus-y-or-n-p instead of y-or-n-p.
5401         (gnus-article-browse-html-parts): Work with message/external-body; use
5402         mm-add-meta-html-tag.
5403
5404 2007-12-11  Glenn Morris  <rgm@gnu.org>
5405
5406         * gnus-cache.el: Require gnus-sum not just when compiling.
5407
5408         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5409
5410         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5411         definitions before use.
5412
5413         * mm-decode.el: Require gnus-util.
5414         (mm-remove-part): Only call delete-annotation on XEmacs.
5415
5416         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5417
5418         * nnmail.el: Require gnus-int.
5419
5420         * spam.el: Move `require's before `eval-when-compile's.
5421
5422         * gnus-ems.el (gnus-alive-p):
5423         * gnus-fun.el (message-goto-eoh):
5424         * gnus-util.el (gnus-group-name-decode):
5425         * mail-source.el (gnus-compress-sequence):
5426         * message.el (Info-goto-node, format-spec):
5427         * mm-bodies.el (message-options-get):
5428         * mm-decode.el (mm-view-pkcs7):
5429         * mm-util.el (gmm-write-region):
5430         * mml-smime.el (mml-compute-boundary)
5431         (gnus-completing-read-with-default):
5432         * mml.el (widget-button-press, gnus-make-hashtable):
5433         * mml1991.el (mm-decode-content-transfer-encoding)
5434         (mm-encode-content-transfer-encoding)
5435         (message-options-get, message-options-set):
5436         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5437         * nnfolder.el (gnus-request-group):
5438         * nnheader.el (ietf-drums-unfold-fws):
5439         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5440         * smime.el (gnus-run-mode-hooks):
5441         * spam-stat.el (gnus-message): Autoload.
5442
5443         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5444         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5445         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5446         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5447         Add declare-function compatibility definition.
5448
5449         * gnus-cache.el (nnvirtual-find-group-art):
5450         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5451         (gnus-add-image, gnus-add-wash-type):
5452         * gnus-group.el (nnkiboze-score-file):
5453         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5454         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5455         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5456         (message-tokenize-header, gnus-get-buffer-create)
5457         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5458         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5459         * gnus.el (gnus-group-decoded-name):
5460         * mail-source.el (imap-capability):
5461         * mm-bodies.el (message-options-set):
5462         * mm-decode.el (gnus-configure-windows):
5463         * mm-extern.el (message-goto-body):
5464         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5465         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5466         (epg-sub-key-validity, message-options-set):
5467         * mml.el (widget-event-point, gnus-configure-windows):
5468         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5469         * mml2015.el (epg-check-configuration, epg-configuration)
5470         (message-options-set):
5471         * nndb.el (nndb-request-article):
5472         * nnfolder.el (gnus-request-create-group):
5473         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5474         * nnmaildir.el (gnus-group-mark-article-read):
5475         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5476         * rfc1843.el (message-fetch-field):
5477         * spam.el (gnus-extract-address-components):
5478         Declare as functions.
5479
5480 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5483
5484         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5485
5486         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5487         bind show-trailing-whitespace for XEmacs.
5488
5489 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5490
5491         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5492         new no-op macro for backward compatibility.
5493
5494         * imap.el (imap-string-to-integer): New function.
5495
5496 2007-12-09  Glenn Morris  <rgm@gnu.org>
5497
5498         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5499
5500         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5501         * message.el, mm-view.el, sieve-manage.el, smime.el:
5502         Add declare-function compatibility definition.
5503
5504         * gnus-art.el (w3-region, w3m-region, Info-menu):
5505         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5506         * gnus-sum.el (gnus-get-predicate):
5507         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5508         * message.el (mail-abbrev-in-expansion-header-p):
5509         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5510         (w3m-detect-meta-charset, w3m-region):
5511         * sieve-manage.el (password-read, password-cache-add)
5512         (password-cache-remove):
5513         * smime.el (password-read-and-add): Declare as functions.
5514
5515 2007-12-08  David Kastrup  <dak@gnu.org>
5516
5517         * gnus-sum.el (gnus-summary-simplify-subject-query):
5518         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5519         `message'.
5520
5521 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5524         it to bind idna-program, installation-directory, defined-colors, and
5525         face-attribute for XEmacs of the version that compiles defcustom forms.
5526
5527 2007-12-07  Glenn Morris  <rgm@gnu.org>
5528
5529         * gnus-art.el (article-make-date-line): Revert previous change.
5530
5531 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5532
5533         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5534
5535 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5536
5537         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5538         Call gnus-add-to-range ranges only once with a prepared article-list.
5539
5540 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5541
5542         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5543         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5544         group names with backslashes.  Reported by Tassilo Horn
5545         <tassilo@member.fsf.org>.
5546
5547 2007-12-06  Deepak Goel  <deego3@gmail.com>
5548
5549         * gnus-art.el (article-make-date-line):
5550         * gnus-start.el (gnus-load):
5551         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5552
5553 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * gnus-art.el (gnus-use-idna)
5556         * gnus-start.el (gnus-site-init-file)
5557         * message.el (message-use-idna)
5558         * mm-uu.el (mm-uu-hide-markers)
5559         * smiley.el (smiley-style): Revert changes that suppress warnings.
5560
5561 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5564         specify charset to html source.  Reported by Christoph Conrad
5565         <christoph.conrad@gmx.de>.
5566
5567 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5570         idna-program in order to suppress byte compile warning issued by XEmacs
5571         that came to byte compile the default value section of defcustom forms
5572         recently.
5573
5574         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5575         value of installation-directory.
5576
5577         * message.el (message-use-idna): Don't directly refer to the value of
5578         idna-program.
5579
5580         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5581
5582         * smiley.el (smiley-style): Don't directly call face-attribute.
5583
5584 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5587
5588         * gnus-dired.el: Reduce Gnus dependencies.
5589         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5590         require.  Use autoloads instead.
5591         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5592         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5593         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5594         (gnus-dired-mode): Adjust doc string.
5595         (gnus-dired-mail-mode): New variable.
5596         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5597         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5598         (gnus-dired-mail-buffers): New function.  Return mail or message
5599         composition buffers.
5600         (gnus-dired-attach): Use it.
5601         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5602         NO-DECODE.
5603         (gnus-dired-print): Use `gnus-print-buffer' depending on
5604         `gnus-dired-mail-mode'.
5605
5606 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * rfc2047.el (rfc2047-encoded-word-regexp)
5609         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5610         explaining what regexp patterns are for.
5611
5612 2007-12-04  Glenn Morris  <rgm@gnu.org>
5613
5614         * password.el: Move to password-cache.el.
5615
5616         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5617         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5618         * mml-smime.el (password-read, password-cache-add)
5619         (password-cache-remove):
5620         No need to autoload, since mml-sec requires password.
5621
5622         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5623         * message.el (gnus-extract-address-components):
5624         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5625
5626         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5627         password.
5628
5629 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * mailcap.el: Reduce dependencies.
5632         (mail-header-parse-content-type): Autoload.
5633         (mailcap-delete-duplicates): New alias.
5634         (mailcap-mime-info): Add optional argument NO-DECODE.
5635         (mailcap-mime-types): Use mailcap-delete-duplicates.
5636
5637         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5638
5639 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5640
5641         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5642         (imap-parse-status): Upcase status-att for servers that sends them
5643         lower-case (e.g., MS Exchange 2007).
5644
5645 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5648         function.
5649
5650         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5651         (gnus-uu-yenc-article): New function.
5652
5653         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5654
5655         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5656         buffer.
5657
5658 2007-12-02  Glenn Morris  <rgm@gnu.org>
5659
5660         * binhex.el (binhex): New custom group.
5661         (binhex-decoder-program, binhex-decoder-switches)
5662         (binhex-use-external): Move to the binhex custom group.
5663
5664         * uudecode.el (uudecode): New custom group.
5665         (uudecode-decoder-program, uudecode-decoder-switches)
5666         (uudecode-use-external): Move to the uudecode custom group.
5667
5668         * netrc.el (top-level): Don't load `encrypt' features.
5669         (netrc-parse): Don't use encrypt.
5670         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5671
5672         * encrypt.el: Remove file.
5673
5674 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5675
5676         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5677         matches on patches.
5678
5679         * gnus-art.el (gnus-article-browse-html-article): Mention
5680         `mm-text-html-renderer' in the doc string.
5681
5682         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5683         string.  Add comments.
5684
5685         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5686         if rhs is ASCII.
5687
5688 2007-12-01  Glenn Morris  <rgm@gnu.org>
5689
5690         * mail-source.el (top-level): Require format-spec before
5691         eval-when-compile.
5692
5693 2007-11-30  Glenn Morris  <rgm@gnu.org>
5694
5695         * encrypt.el: Require password, rather than autoloading password-read.
5696
5697 2007-11-29  Glenn Morris  <rgm@gnu.org>
5698
5699         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5700         (sasl-make-client, sasl-next-step, sasl-step-data)
5701         (sasl-step-set-data): Declare as functions.
5702
5703 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5704
5705         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5706
5707 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5708
5709         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5710         certs should be verified and what is to be done in the event of a
5711         verification failure.
5712
5713         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5714         caller can indicate whether the cache should be disregarded for this
5715         call.  This way the result of the call is reproducible at all times and
5716         can be considered a canonical server name for the supplied method.
5717         (gnus-agent-method-p): Canonicalize server names by pushing their
5718         method through `gnus-method-to-server' using the no-cache argument.
5719
5720         * gnus-srvr.el (gnus-server-insert-server-line): Call
5721         `gnus-method-to-server' with `no-cache' argument.
5722
5723         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5724         gnus-agent-possibly-synchronize-flags as this should be called when the
5725         server is actually being opened.
5726         (gnus-agent-possibly-synchronize-flags)
5727         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5728         flags file of an agentized server to the latter function.
5729
5730         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5731         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5732         after a connection has been established successfully.
5733
5734 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-art.el (article-display-face): Force to display face if called
5737         interactively; check if gnus-article-x-face-too-ugly matches author.
5738         (article-display-x-face): Display face even if From header is missing
5739         as article-display-face does.
5740
5741 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5742
5743         * hashcash.el (message-narrow-to-headers-or-head)
5744         (message-fetch-field, message-goto-eoh)
5745         (message-narrow-to-headers): Declare as functions.
5746
5747 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5748
5749         * mail-source.el (mail-sources): Default to fetch from file for
5750         compatibility with default of nnmail-spool-file.
5751
5752 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5755         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5756         to look for encoded word that should be encoded again.
5757         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5758         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5759         encoding pattern.
5760         (rfc2047-decode-region): Switch strict regexp and loose one according
5761         to rfc2047-allow-irregular-q-encoded-words.
5762
5763 2007-11-25  Romain Francoise  <romain@orebokech.com>
5764
5765         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5766
5767 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * tls.el (tls-program): Provide more custom choices from
5770         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5771         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5772
5773 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5774
5775         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5776         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5777
5778         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5779         `nnmail-spool-file'.
5780
5781         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5782         `nnmail-spool-file'.
5783
5784         * gnus-move.el (gnus-change-server): Ditto.
5785
5786         * gnus-kill.el (gnus-batch-score): Ditto.
5787
5788         * gnus-cache.el (gnus-jog-cache): Ditto.
5789
5790         * gnus-msg.el (gnus-summary-reply):
5791         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5792
5793 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5796         version.  Minor improvement to doc strings.
5797         (tls-program): Add comment.
5798
5799 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5800
5801         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5802         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5803         mismatch between the hostname provided in the certificate and the name
5804         of the host connnecting to.
5805         (open-tls-stream): Use them.  Check certificates against trusted root
5806         certificates.
5807
5808 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * gnus-cache.el (gnus-cache-generate-nov-databases):
5811         Use nnml-generate-nov-databases-directory instead of
5812         nnml-generate-nov-databases-1.
5813
5814 2007-11-24  Glenn Morris  <rgm@gnu.org>
5815
5816         * message.el (message-tool-bar-retro): Update for rename
5817         mail_send.xpm->mail-send.xpm.
5818
5819 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5822         `smime-ldap-search' for Emacs 22 and up.
5823
5824 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5825
5826         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5827
5828         * message.el (message-send-mail-function): Fix error convention.
5829         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5830         (message-widen-reply, message-send-mail, message-talkative-question)
5831         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5832         (message-clone-locals, message-send-news): Use with-current-buffer.
5833         (message-insert-or-toggle-importance): Remove unused var `valid'.
5834         (message-make-references): Remove unused var `new-references'.
5835         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5836
5837 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5838
5839         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5840         (spam-split-symbolic-return-positive): Reflow docstring.
5841         (spam-backends, spam-summary-exit-behavior)
5842         (spam-mark-ham-unread-before-move-from-spam-group)
5843         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5844         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5845         (spam-clear-cache, spam-backend-check, spam-install-backend)
5846         (spam-install-statistical-backend, spam-list-of-processors)
5847         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5848         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5849         (spam-check-crm114, spam-initialize, spam-unload-hook):
5850         Fix typos in docstrings.
5851
5852 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5855         been checked if they have never been read and those group levels are
5856         higher than the one that a user specified.
5857
5858 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5861         foreign groups unless a group level is specified by a user.
5862         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5863
5864 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * message.el (message-send-mail-function): Require sendmail.
5867
5868 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * message.el (message-send-mail-function): Check for smtpmail too.
5871
5872         * utf7.el (utf7-encode, utf7-decode): Use coding system
5873         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5874
5875         * message.el (message-send-mail-function): New function.
5876         (message-send-mail-function): Set default using
5877         message-send-mail-function.  Adjust doc string.
5878         (message-send-mail-with-mailclient): New function.
5879
5880 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5881
5882         * smime.el (from):
5883         * rfc2047.el (message-posting-charset):
5884         * qp.el (mm-use-ultra-safe-encoding):
5885         * pop3.el (parse-time-months):
5886         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5887         * nnml.el (files):
5888         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5889         (jka-compr-compression-info-list, ange-ftp-path-format)
5890         (efs-path-regexp):
5891         * nndiary.el (files):
5892         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5893         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5894         (epg-digest-algorithm-alist, inhibit-redisplay)
5895         (password-cache-expiry):
5896         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5897         (pgg-output-buffer, password-cache-expiry):
5898         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5899         (efs-path-regexp):
5900         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5901         (inhibit-redisplay):
5902         * mm-uu.el (file-name, start-point, end-point, entry)
5903         (gnus-newsgroup-name, gnus-newsgroup-charset):
5904         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5905         (latin-unity-ucs-list):
5906         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5907         (mm-uu-binhex-decode-function):
5908         * message.el (gnus-message-group-art, gnus-list-identifiers)
5909         (rmail-enable-mime-composing, gnus-local-organization)
5910         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5911         (gnus-read-active-file, facemenu-add-face-function)
5912         (facemenu-remove-face-function, gnus-article-decoded-p)
5913         (tool-bar-mode):
5914         * mail-source.el (display-time-mail-function):
5915         * gnus-util.el (nnmail-pathname-coding-system)
5916         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5917         (gnus-original-article-buffer, gnus-user-agent)
5918         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5919         (xemacs-codename, sxemacs-codename, emacs-program-version):
5920         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5921         * gnus-start.el (gnus-agent-covered-methods)
5922         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5923         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5924         (gnus-newsgroup-headers, gnus-group-list-mode)
5925         (gnus-group-mark-positions, gnus-newsgroup-data)
5926         (gnus-newsgroup-unreads, nnoo-state-alist)
5927         (gnus-current-select-method, mail-sources)
5928         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5929         (nnmail-spool-file, gnus-cache-active-hashtb):
5930         * gnus-mh.el (mh-lib-progs):
5931         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5932         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5933         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5934         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5935         (gnus-group-buffer):
5936         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5937         (font-lock-set-defaults):
5938         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5939         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5940         (gnus-summary-post-menu, total-parts, type, condition, length):
5941         * gnus-agent.el (gnus-agent-read-agentview):
5942         * flow-fill.el (show-trailing-whitespace):
5943         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5944         eval-and-compile wrappers for byte compiler pacifiers.
5945
5946         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5947         (mm-display-inline-fontify): Check for featurep 'xemacs not
5948         extent-list.
5949
5950         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5951         itimer-list.
5952         (mm-create-image-xemacs): Only do something for XEmacs.
5953         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5954
5955         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5956
5957         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5958         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5959
5960 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5961
5962         * nnimap.el (nnimap-split-download-body):
5963         * gnus-demon.el (gnus-demon):
5964         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5965
5966 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5969         macros.
5970         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5971         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5972         copy data from unibyte buffer to multibyte current buffer.
5973         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5974         to copy data from unibyte current buffer to multibyte buffer.
5975         (nntp-make-process-buffer): Make process buffer unibyte.
5976
5977         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5978
5979 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5980
5981         * pop3.el (pop3-open-server): Accept and process data more robustly at
5982         connexion start to avoid spurious "POP SSL connexion failed" errors.
5983
5984 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5987         read group names.
5988
5989 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5990
5991         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5992
5993 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5996         (nnmail-save-active): Use a unibyte buffer when saving active file,
5997         which may contain non-ASCII group names.
5998
5999         * nnml.el (nnml-request-group): Decode group names in messages.
6000
6001 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6002
6003         * message.el (message-citation-line-function)
6004         (message-insert-formatted-citation-line): Fix spelling of
6005         `message-insert-formated-citation-line'.
6006
6007 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6010
6011 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6014         nnmail-pathname-coding-system.
6015
6016         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6017         that a user enters; decode group names in messages.
6018
6019         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6020
6021 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6024
6025         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6026
6027         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6028         risky local variable.
6029
6030         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6031
6032 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         * encrypt.el: Improve documentation to fix function name typo.
6035         Reported by Daiki Ueno <ueno@unixuser.org>.
6036
6037 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6040         even if the point is not in the last page of an article.
6041         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6042         back to the previous page.
6043
6044 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6045
6046         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6047
6048 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6051
6052 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6053
6054         * message.el (message-check-news-body-syntax): Avoid
6055         mm-string-as-multibyte.
6056         (message-hide-headers): Don't assume (point-min)==1.
6057
6058 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6059
6060         * message.el (message-remove-blank-cited-lines): Fix if remove is
6061         given.
6062         (message-bogus-address-regexp): New variable.
6063         (message-bogus-recipient-p): New function.
6064         (message-check-recipients): New command.
6065         (message-syntax-checks): Add `bogus-recipient'.
6066         (message-fix-before-sending): Add `bogus-recipient'.
6067
6068         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6069         (gnus-treat-body-boundary): Don't test window-system.
6070
6071 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6072
6073         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6074
6075 2007-10-28  Miles Bader  <miles@gnu.org>
6076
6077         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6078         at compile-time too.
6079
6080 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * gnus-msg.el (gnus-message-setup-hook): Add
6083         `message-remove-blank-cited-lines' to options.
6084
6085 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * message.el (message-remove-blank-cited-lines): New function.
6088         Suggested by Karl Plästerer.
6089
6090 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6093         mapc.
6094
6095         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6096         (top-level): Use mapc to set functions to be traced for debugging.
6097
6098         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6099         called for effect with while loop.
6100
6101         * message.el (message-talkative-question): Replace mapcar called for
6102         effect with mapc.
6103
6104         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6105         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6106         called for effect with dolist.
6107
6108         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6109
6110         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6111         gnus-extra-headers and nnmail-extra-headers.
6112
6113         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6114         called for effect with dolist.
6115         (top-level): Use mapc to set functions to be traced for debugging.
6116
6117         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6118         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6119         dolist.
6120
6121         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6122         Replace mapcar called for effect with mapc.
6123         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6124         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6125         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6126         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6127
6128         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6129         remove-if that's a cl function.
6130
6131         * webmail.el (webmail-debug): Replace mapcar called for effect with
6132         dolist.
6133
6134         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6135         with mapc.
6136
6137 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6140         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6141         with while loop.
6142
6143         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6144         functions from article-* functions.
6145         (gnus-multi-decode-header): Replace mapcar called for effect with
6146         dolist.
6147
6148         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6149         (gnus-bookmark-show-details): Replace mapcar called for effect with
6150         while loop.
6151
6152         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6153         called for effect with while loop.
6154
6155         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6156         with dolist.
6157
6158         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6159         mapcar called for effect with dolist.
6160
6161         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6162
6163         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6164         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6165         Replace mapcar called for effect with dolist.
6166         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6167         mapc.
6168
6169         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6170         Replace mapcar called for effect with dolist.
6171         (gnus-topic-list): Replace mapcar called for effect with mapc.
6172
6173         * gnus.el: Use mapc instead of mapcar to add autoloads.
6174
6175 2007-10-23  Richard Stallman  <rms@gnu.org>
6176
6177         * gnus-group.el (gnus-group-highlight): Mark as risky.
6178
6179 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus.el (gnus-server-to-method): Return method found first in
6182         gnus-newsrc-alist.
6183
6184         * gnus-art.el (gnus-article-highlight-signature)
6185         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6186         button overlay without the front stickiness.
6187
6188 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6189
6190         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6191         overview buffer needed a catch to receive its throw.
6192         (gnus-agent-flush-cache): Declared as interactive to make this function
6193         easier to use.
6194
6195 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6198         `next-line'.
6199
6200 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6203         exclude address matching message-dont-reply-to-names.
6204
6205 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-util.el (gnus-string<): New function.
6208
6209         * gnus-sum.el (gnus-article-sort-by-author)
6210         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6211
6212 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6215         the frame-focus tag is set in gnus-buffer-configuration.
6216
6217 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6220         the front stickiness.
6221
6222 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6225         url pattern; remove duplicate one.
6226         (gnus-article-extend-url-button): New function.
6227         (gnus-article-add-buttons): Use it.
6228         (gnus-button-push): Use concatenated url that it makes.
6229
6230 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6231
6232         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6233
6234 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6235
6236         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6237         Don't hardcode point-min==1.
6238
6239 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6242         Fix comment about "iso8859-1".
6243
6244 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6245
6246         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6247         ones returned from the verify-function.
6248
6249         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6250         mml2015-extract-cleartext-signature if extraction failed.
6251
6252 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6253
6254         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6255         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6256         failed.
6257
6258 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6261
6262 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6265         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6266         recommends to use EasyPG instead of PGG.
6267
6268         * pgg.el: Revert to revision 6.23.2.16.
6269
6270         * pgg-def.el: Revert to revision 6.6.2.14.
6271
6272         * pgg-gpg.el: Revert to revision 6.23.2.34.
6273
6274 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6275
6276         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6277         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6278         thread for both the null and zero (kill/expire thread) universal prefix
6279         cases.
6280         (gnus-summary-expire-thread): Add new function to expire a thread,
6281         using gnus-summary-kill-thread.
6282         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6283         shortcuts for gnus-summary-expire-thread.
6284         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6285         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6286
6287 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6288
6289         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6290         extras value, so an extras entry can be deleted.
6291         (gnus-registry-delete-extra-entry): Use it.
6292         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6293         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6294         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6295         storage through the gnus-registry, and provide an appropriate API for
6296         it.
6297
6298 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6301         Suggested by Leo <sdl.web@gmail.com>.
6302
6303         * gnus.el: Do.
6304
6305 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6308         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6309
6310         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6311
6312         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6313         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6314
6315 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6318         newline.
6319         (nnmbox-request-accept-article): Don't change article in source buffer;
6320         narrow to header to use message-fetch-field rather than
6321         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6322         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6323         as delimiters; make sure article ends with newline.
6324         (nnmbox-delete-mail): Correct last position of article to be deleted;
6325         ignore X-Gnus-Newsgroup header in article body.
6326         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6327         positions; make sure article ends with newline.
6328
6329         * message.el (message-display-abbrev): Don't infloop when a user
6330         inserts SPC in the beginning of header.
6331
6332         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6333         coding-system-for-read and coding-system-for-write for XEmacs having no
6334         file-coding feature.
6335
6336         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6337
6338 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6341         list of groups not followed by default.  Fix type to be regexp.
6342         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6343
6344 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6345
6346         * hmac-def.el (define-hmac-function): Switch from old-style to
6347         new-style backquotes.
6348
6349         * md4.el (md4-make-step): Likewise.
6350
6351 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6354         raw-text coding system when saving .newsrc file, which may contain
6355         non-ASCII group names.
6356
6357 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-cus.el (gnus-score-extra): New widget.
6360         (gnus-score-extra-convert): New function.
6361         (gnus-score-customize): Use it for Extra.
6362
6363 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6364
6365         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6366         (mml2015-mailcrypt-clear-verify): Use it.
6367         (mml2015-gpg-clear-verify): Use it.
6368         (mml2015-pgg-clear-verify): Use it.
6369         (mml2015-epg-clear-verify): Replace the current part with the output
6370         from GnuPG; don't extract the plaintext by itself.
6371
6372         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6373         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6374         mml2015-clear-verify-function; don't touch the armor headers or
6375         dash-escaped text here.
6376
6377 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6380         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6381         parts, or application/octet-stream as a last resort.
6382         (gnus-mime-view-part-as-type): Don't toggle display.
6383         (gnus-mime-view-part-as-charset): Don't turn off display before
6384         querying charset.
6385
6386         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6387         stuff to undisplayer function in Emacs.
6388         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6389
6390         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6391         text/calendar parts.
6392
6393 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6396         decoding text/calendar parts.
6397
6398         * message.el (message-forward-make-body-mime): Always mark body as
6399         having no illegible text; remove signed-or-encrypted argument.
6400         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6401
6402         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6403         (mml-generate-mime-1): Don't encode body if it is specified to be in
6404         raw form; don't make buffer be unibyte when inserting multibyte string.
6405
6406 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6407
6408         * sha1.el: Fix up comment style.
6409         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6410         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6411
6412         * hex-util.el: Fix up comment style.
6413         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6414
6415         * gnus-salt.el: Use with-current-buffer.
6416         (gnus-pick-setup-message): Fix long-standing typo.
6417
6418 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * imap.el (imap-logout-timeout): New variable.
6421         (imap-logout, imap-logout-wait): New functions.
6422         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6423
6424         * nnimap.el (nnimap-logout-timeout): New server variable.
6425         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6426         nnimap-logout-timeout.
6427
6428         * gnus-art.el (gnus-article-summary-command-nosave)
6429         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6430
6431 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * gnus.el (gnus-maximum-newsgroup): New variable.
6434
6435         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6436         according to gnus-maximum-newsgroup.
6437
6438         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6439         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6440         Limit the range of articles according to gnus-maximum-newsgroup.
6441
6442 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6443
6444         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6445         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6446         Don't perform gnus-configure-windows here; reuse existing sticky
6447         article buffer.
6448
6449         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6450         it doesn't exist in gnus-article-mode.
6451
6452 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6455         (gnus-agent-decoded-group-name): New function.
6456         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6457         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6458
6459 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6460
6461         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6462         Add binding for gnus-sticky-article.
6463         (gnus-summary-exit): Don't kill sticky article buffers.
6464
6465         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6466         article buffer.
6467         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6468         (gnus-kill-sticky-article-buffers): New commands.
6469
6470 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * nntp.el (nntp-xref-number-is-evil): New server variable.
6473         (nntp-find-group-and-number): If it is non-nil, don't trust article
6474         numbers in the Xref header.
6475
6476 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-agent.el (gnus-agent-read-group): New function.
6479         (gnus-agent-flush-group, gnus-agent-expire-group)
6480         (gnus-agent-regenerate-group): Use it.
6481         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6482         nnmail-pathname-coding-system.
6483
6484 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6487
6488         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6489         that are unread as unread, and also as selected so that information of
6490         marks having been changed by a user may be updated when exiting group.
6491
6492 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6495         calculated ignoring signature parts to gnus-treat-article.
6496
6497 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6500         a point here in order to keep the window start.
6501         (gnus-insert-mime-security-button): Make a button overlay without the
6502         front stickiness.
6503         (gnus-mime-display-security): Goto the end of a button.
6504
6505         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6506
6507 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6510         group-name-at-point.
6511         (gnus-group-completing-read): New function that offers decoded
6512         non-ASCII group names for completion.
6513         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6514         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6515         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6516         (gnus-group-fetch-control): Use it.
6517         (gnus-fetch-group): Use group-name-at-point for the initial value
6518         rather than the default value; use gnus-alive-p.
6519
6520         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6521         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6522         (gnus-summary-post-news): Use gnus-group-completing-read.
6523
6524         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6525         (gnus-read-move-group-name): Decode group name for completion.
6526
6527 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6528
6529         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6530         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6531         Yamaoka slightly modified the code).
6532
6533 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6536         (nnmail-split-incoming): Bind it.
6537
6538         * nnml.el (nnml-group-name-charset): New function.
6539         (nnml-decoded-group-name): Use it; don't decode group name if
6540         nnmail-group-names-not-encoded-p is non-nil.
6541         (nnml-encoded-group-name): New function.
6542         (nnml-group-pathname): Inline nnml-decoded-group-name.
6543         (nnml-request-expire-articles): Decode group name in message.
6544         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6545         nnmail-pathname-coding-system.
6546         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6547         not decoded ones according to nnmail-group-names-not-encoded-p.
6548         (nnml-generate-active-info): Use nnml-encoded-group-name.
6549
6550 2007-08-08  Glenn Morris  <rgm@gnu.org>
6551
6552         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6553         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6554         doc-strings and comments.
6555
6556 2007-07-25  Glenn Morris  <rgm@gnu.org>
6557
6558         * Relicense all FSF files to GPLv3 or later.
6559
6560 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * gnus-sum.el (gnus-summary-move-article): Make
6563         gnus-summary-respool-article work.
6564
6565 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6566
6567         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6568         string.
6569
6570 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6571
6572         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6573         that should be ignored when comparing distant RSS articles with local
6574         ones.
6575         (nnrss-make-hash-index): New function.  Create a hash index according
6576         to the ignored fields.
6577         (nnrss-check-group): Use it.
6578
6579 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6582
6583         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6584
6585         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6586         the new optional argument ENCODED is non-nil.
6587         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6588         coding system for encoding group name.
6589         (gnus-group-make-rss-group): Pass un-encoded group name to
6590         gnus-group-make-group.
6591         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6592         encoded.
6593
6594         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6595         Encode group name to which articles are moved or copied.
6596         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6597         coding system for encoding Newsgroup, Followup-To and Xref headers.
6598
6599         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6600         marks; use nnheader-file-coding-system to write a file.
6601         (nnagent-retrieve-headers): Bind file-name-coding-system to
6602         nnmail-pathname-coding-system.
6603
6604         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6605
6606         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6607         (nnml-request-article, nnml-request-create-group)
6608         (nnml-request-rename-group, nnml-find-id)
6609         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6610         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6611         (nnml-save-marks): Use nnml-group-pathname instead of
6612         nnmail-group-pathname.
6613
6614         (nnml-request-create-group, nnml-request-expire-articles)
6615         (nnml-request-move-article, nnml-request-delete-group)
6616         (nnml-deletable-article-p, nnml-possibly-create-directory)
6617         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6618         (nnml-open-marks): Bind file-name-coding-system to
6619         nnmail-pathname-coding-system.
6620
6621         (nnml-request-article): Pass server argument to nnml-find-group-number.
6622         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6623         server argument to nnml-possibly-create-directory.
6624         (nnml-request-accept-article): Pass server argument to
6625         nnml-active-number and nnml-save-mail.
6626         (nnml-find-group-number): Pass server argument to nnml-find-id.
6627         (nnml-request-update-info): Pass server argument to
6628         nnml-marks-changed-p.
6629
6630         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6631         (nnml-save-mail, nnml-active-number): Add server argument.
6632
6633         (nnml-request-delete-group): Warn if group is missing.
6634         (nnml-get-nov-buffer): Decode group name.
6635         (nnml-generate-active-info): Encode group name.
6636         (nnml-open-marks): Decode group name in messages.
6637
6638 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6641         if it is not specified.
6642         (gnus-article-pipe-part, gnus-article-save-part)
6643         (gnus-article-interactively-view-part, gnus-article-copy-part)
6644         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6645         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6646         (gnus-article-replace-part, gnus-article-delete-part)
6647         (gnus-article-view-part-as-type): Pass raw prefix argument to
6648         gnus-article-part-wrapper.
6649
6650 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * gnus-agent.el (gnus-agent-save-active): Bind
6653         nnheader-file-coding-system to gnus-agent-file-coding-system.
6654
6655         * gnus-cache.el (gnus-cache-save-buffers)
6656         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6657         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6658         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6659         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6660         (gnus-cache-generate-active, gnus-cache-rename-group)
6661         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6662         (gnus-cache-update-overview-total-fetched-for): Bind
6663         file-name-coding-system to nnmail-pathname-coding-system.
6664         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6665         variables.
6666         (gnus-cache-decoded-group-name): New function.
6667         (gnus-cache-file-name): Use it.
6668         (gnus-cache-generate-active): Use non-decoded group name for active.
6669
6670         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6671         right place.
6672         (gnus-write-active-file): Don't break non-ASCII group names.
6673
6674         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6675         nnmail-pathname-coding-system.
6676
6677         * lpath.el: Bind default-file-name-coding-system,
6678         file-name-coding-system and language-info-alist for XEmacs.
6679
6680         * gnus-uu.el (gnus-uu-decode-save): Typo.
6681
6682 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6685
6686 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6689         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6690         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6691         (gnus-agent-flush-group, gnus-agent-flush-cache)
6692         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6693         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6694         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6695         (gnus-agent-regenerate-group)
6696         (gnus-agent-update-files-total-fetched-for)
6697         (gnus-agent-update-view-total-fetched-for): Bind
6698         file-name-coding-system to nnmail-pathname-coding-system.
6699         (gnus-agent-group-pathname): Don't encode file names by
6700         nnmail-pathname-coding-system.
6701         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6702         coding-system-for-write instead of buffer-file-coding-system to
6703         gnus-agent-file-coding-system.
6704
6705         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6706         Decode group name.
6707
6708         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6709
6710         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6711         (gnus-read-newsrc-el-file): Make group names unibyte.
6712
6713         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6714         nnmail-pathname-coding-system.
6715
6716         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6717         (nnrss-request-delete-group): Bind file-name-coding-system to
6718         nnmail-pathname-coding-system.
6719         (nnrss-read-server-data, nnrss-read-group-data): Bind
6720         file-name-coding-system correctly.
6721         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6722
6723         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6724         (nntp-server-to-method-cache): New variable.
6725         (nntp-group-pathname): New function that decodes non-ASCII group names.
6726         (nntp-possibly-create-directory, nntp-marks-changed-p)
6727         (nntp-save-marks, nntp-open-marks): Use it.
6728         (nntp-possibly-create-directory, nntp-open-marks):
6729         Bind file-name-coding-system to nnmail-pathname-coding-system.
6730         (nntp-open-marks): Decode group names when bootstrapping marks.
6731
6732         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6733         Newsgroups and Folowup-To headers.
6734
6735 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6738         (gnus-server-closed-face, gnus-server-denied-face)
6739         (gnus-server-offline-face): Remove variable.
6740         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6741
6742         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6743         of modifying message-stack directly for XEmacs.
6744
6745         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6746         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6747         if the coding-system argument is nil for XEmacs.
6748
6749         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6750         mm-charset-override-alist.
6751
6752         * rfc2047.el: Don't require base64; require rfc2045 for the function
6753         rfc2045-encode-string.
6754         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6755         to quote the parameter value.
6756
6757 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6760         form in gnus-group-name-charset-method-alist.
6761
6762         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6763         overrides the default layout edit-form.
6764
6765         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6766
6767         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6768
6769 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6772         as unfetched articles.
6773
6774 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6775
6776         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6777
6778 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6781         original back end that keeps marks in the local system.
6782
6783 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6786         arg of pop-to-buffer for XEmacs.
6787         (gnus-article-read-summary-keys): Ditto; don't restore window
6788         configuration if summary command ends up with neither article buffer
6789         nor summary buffer; describe bindings if summary keys end with C-h.
6790
6791 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * message.el (message-fix-before-sending): Skip raw message part to be
6794         forwarded while checking illegible text.
6795         (message-forward-make-body-mime, message-forward-make-body): Mark
6796         signed or encrypted raw message as having no illegible text.
6797
6798 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6801         (gnus-message-with-timestamp-1): New macro.
6802         (gnus-message-with-timestamp): New function.
6803         (gnus-message): Use them.
6804
6805         * nnheader.el (nnheader-message): Use them.
6806
6807 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6808
6809         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6810         .newsrc.eld file.
6811
6812 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-agent.el (gnus-agent-fetch-headers)
6815         (gnus-agent-retrieve-headers): Bind
6816         gnus-decode-encoded-address-function to identity.
6817
6818         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6819         available also when the server returns simply a dot.
6820
6821         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6822
6823 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6826
6827 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-ems.el (gnus-x-splash): Make it work.
6830
6831         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6832         from being used.
6833
6834         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6835
6836 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6839         4th and the 5th arguments.
6840
6841         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6842         the front stickiness.
6843         (gnus-article-summary-command-nosave): Correct the order of the
6844         arguments passed to pop-to-buffer.
6845         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6846         summary command ends up with the article buffer.
6847
6848         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6849         the same faces.
6850
6851 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6852
6853         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6854
6855 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6856
6857         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6858         * gnus-sum.el (gnus-summary-highlight):
6859         * pgg.el (pgg-sign-region, pgg-sign):
6860         * mail-source.el (mail-source-delete-old-incoming-confirm):
6861         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6862
6863 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-art.el (gnus-mime-view-part-externally)
6866         (gnus-mime-view-part-internally): Fix predicate function passed to
6867         completing-read.
6868
6869         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6870
6871         * gnus.el (gnus-update-message-archive-method): Add :version.
6872
6873 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus.el (gnus-update-message-archive-method): New variable.
6876
6877         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6878         according to gnus-message-archive-method if
6879         gnus-update-message-archive-method is non-nil.
6880
6881 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6884         by Loic Dachary <loic@dachary.org>.
6885         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6886
6887 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * message.el (message-pop-to-buffer): Add switch-function argument.
6890         (message-mail): Pass switch-function argument to it.
6891
6892 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6895         Improve doc string.
6896
6897 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6900         (gnus-header-content)
6901         * gnus-cite.el (gnus-cite-10)
6902         * gnus-srvr.el (gnus-server-closed)
6903         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6904         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6905         (gnus-group-mail-3-empty, gnus-group-mail-low)
6906         (gnus-group-mail-low-empty, gnus-splash)
6907         * message.el (message-header-to, message-header-cc)
6908         (message-header-subject, message-header-other, message-header-name)
6909         (message-header-xheader, message-separator, message-cited-text)
6910         (message-mml): Lighten colors of faces used for dark background.
6911
6912 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6913
6914         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6915         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6916
6917 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * message.el (message-narrow-to-headers-or-head):
6920         Ignore mail-header-separator in the body.
6921
6922 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6925         same as window size.
6926
6927 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6928
6929         * message.el (message-font-lock-keywords): Use message-header-xheader
6930         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6931         ahead of the anything pattern, to get it recognised.
6932
6933 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6936         spam.el loads uses it in the compiled defadvice form.
6937
6938 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6939
6940         * gnus-sum.el (gnus-articles-to-read)
6941         (gnus-summary-insert-old-articles): Don't truncate group name for
6942         `read-string'.
6943
6944         * gnus-util.el (gnus-limit-string): Delete this function.
6945
6946         * gnus-sum.el (gnus-simplify-subject-fully): Use
6947         `truncate-string-to-width' instead.
6948
6949 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6950
6951         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6952         if, on summary exit, the next group has to be selected.
6953         (gnus-summary-exit): Use it.
6954
6955 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6958         non-break space.
6959
6960 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6963         Check if group is not a directory.
6964         (nnfolder-request-expire-articles): Don't delete articles if the target
6965         group is not available.
6966
6967         * nnml.el (nnml-request-create-group): Properly check if group is not a
6968         file.
6969         (nnml-request-expire-articles): Don't delete articles if the target
6970         group is not available.
6971
6972         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6973         Don't quote characters that are within parentheses.
6974
6975 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6978         (gnus-handle-ephemeral-exit): Select article according to it.
6979
6980 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * message.el (message-insert-formated-citation-line): Remove newline.
6983         (message-citation-line-format): Add final \n here so that the user can
6984         avoid a blank line.
6985
6986 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6987
6988         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6989         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6990         Update lanl/arXiv support.
6991
6992 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * gnus.el: Bump version number.
6995
6996 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6997
6998         * gnus.el (gnus-version-number): Bump version.
6999
7000 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7001
7002         * gnus.el: No Gnus v0.6 is released.
7003
7004 2007-04-27  Didier Verna  <didier@xemacs.org>
7005
7006         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7007         * gmm-utils.el (gmm-regexp-concat): here.
7008         * message.el: Don't require 'gnus-util.
7009         (message-dont-reply-to-names): Handle name change above.
7010         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7011
7012 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7015         since the initial value varies according to the system.
7016
7017 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7020
7021 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7022
7023         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7024
7025 2007-04-24  Didier Verna  <didier@xemacs.org>
7026
7027         Improve the type of gnus-ignored-from-addresses.
7028         * gnus-util.el (gnus-orify-regexp): New function.
7029         * message.el (gnus-util): Require it.
7030         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7031         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7033
7034 2007-04-24  Didier Verna  <didier@xemacs.org>
7035
7036         * gnus-sum.el:
7037         * gnus-utils.el: Fix some trailing whitespaces.
7038
7039 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7042         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7043         article's Message-ID; refer parent article in summary buffer.
7044
7045         * message.el (message-bounce): Call mime-to-mml.
7046
7047         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7048         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7049         optimize and/or forms properly.
7050
7051 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7054         URL.
7055
7056 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7059
7060 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7063         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7064         displayed of multipart/alternative part if it is invoked from summary
7065         buffer.
7066
7067         * mm-view.el (mm-inline-text-html-render-with-w3m)
7068         (mm-inline-text-html-render-with-w3m-standalone)
7069         (mm-inline-render-with-function): Use mail-parse-charset by default.
7070
7071 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7072
7073         * parse-time.el (parse-time-string-chars): Check if CHAR
7074         is less than the length of parse-time-syntax.
7075
7076 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7079         from gnus-newsgroup-processable.
7080
7081 2007-04-16  Didier Verna  <didier@xemacs.org>
7082
7083         * gnus-msg.el (gnus-configure-posting-styles): Handle
7084         message-signature-directory properly with :file syntax.  Reported by
7085         "Leo".
7086
7087 2007-04-11  Didier Verna  <didier@xemacs.org>
7088
7089         New user option: message-signature-directory.
7090         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7091         * message.el (message-insert-signature): Ditto.
7092         * message.el (message-signature-file): Doc update.
7093         * message.el (message-signature-directory): New.
7094
7095 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-msg.el (gnus-inews-yank-articles): Use
7098         message-exchange-point-and-mark instead of exchange-point-and-mark.
7099
7100 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * message.el (message-yank-original): Make sure cited text ends with
7103         newline; don't exchange point and mark.
7104
7105 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7106
7107         * tls.el (open-tls-stream): Properly handle case where there
7108         is no associated buffer.
7109
7110 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7111
7112         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7113         message-yank-original, make sure (< mark TEXT point).
7114
7115 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * message.el (message-fill-column): New variable.
7118         (message-mode): Use it.  Add comment on a possible new hook.
7119
7120         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7121         (nnmail-get-new-mail): Reformat.
7122
7123         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7124
7125         * gmm-utils.el: Fix Commentary.
7126         (gmm-tool-bar-from-list): Fix typo in doc string.
7127
7128 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7129
7130         * message.el (message-yank-original): Don't switch point and mark
7131         unnecessarily to put point and mark as documented.
7132
7133 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7134
7135         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7136         from the message heads.
7137
7138 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7139
7140         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7141         article buffer does not have a window.  This may not be the best
7142         solution but is certainly better than setting the start of the null,
7143         that is the current, window.
7144
7145 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7146
7147         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7148         (gnus-draft-setup): Run it.
7149
7150         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7151         gnus-score-fast-scoring.  Allow regexp.
7152         (gnus-score-headers): Use it.
7153
7154         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7155         XEmacs.
7156
7157         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7158         string.
7159         (gnus-button-alist): Also catch `<f1> k ...'.
7160         (gnus-treat-display-x-face): Fix doc string.
7161
7162 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7163
7164         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7165         evaluation of gnus-extended-version to ensure correct generation of the
7166         User-Agent header when message-generate-headers-first is used.
7167
7168 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7169
7170         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7171         hashcash-path is nil.  Don't call callback with incorrect number of
7172         parameters if val is 0.
7173
7174 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7175
7176         * message.el (message-required-news-headers):
7177         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7178
7179 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7180
7181         * tls.el (open-tls-stream): In handshake-waiting loop,
7182         don't wait more if there is output available to process.
7183
7184 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7185
7186         * tls.el (tls-program): Doc fix.
7187
7188 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * message.el (message-generate-new-buffers): Change the meaning of the
7191         nil value; add `standard' to the choices; treat t as `unique'; improve
7192         doc string.
7193         (gnus-select-frame-set-input-focus): Autoload.
7194         (message-buffer-name): Search for the existing message buffer if
7195         message-generate-new-buffers is nil or `standard'; treat the value t of
7196         message-generate-new-buffers as `unique'.
7197         (message-pop-to-buffer): Raise the frame already displaying the message
7198         buffer; clear the echo area after querying.
7199         (message-setup): Pass the `continue' argument to compose-mail.
7200         (message-mail): Prefer `switch-function' if it is given; search for the
7201         existing message buffer if the `continue' argument is non-nil; pass
7202         continue and switch-function arguments to compose-mail by way of
7203         message-setup.
7204         (message-mail-other-window): Adjust argument of message-setup.
7205         (message-mail-other-frame): Ditto.
7206
7207 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7210         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7211         to turn font-lock on when turning gnus-message-citation-mode on.
7212
7213 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7214
7215         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7216         (mml-smime-function-alist): New variable; add epg as the backend.
7217         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7218         mml-smime- functions instead.
7219         * mm-view.el: Require smime.
7220
7221 2007-03-05  Didier Verna  <didier@xemacs.org>
7222
7223         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7224         instead of just inheritance for posting styles.
7225         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7226
7227 2007-02-24  Chris Moore  <dooglus@gmail.com>
7228
7229         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7230         * pgg-pgp.el (pgg-pgp-encrypt-region):
7231         * pgg-gpg.el (pgg-gpg-encrypt-region):
7232         Check pgg-encrypt-for-me if no other recipients.
7233
7234 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7235
7236         * tls.el (tls-certtool-program): Fix custom type.
7237
7238 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7241         and point-at-eol instead of line-(beginning|end)-position.
7242
7243         * assistant.el (assistant-parse-buffer): Ditto.
7244
7245         * netrc.el (netrc-parse-services): Ditto.
7246
7247 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7248
7249         * mml2015.el (mml2015-epg-find-usable-key): New function.
7250         (mml2015-epg-sign): Use it.
7251         (mml2015-epg-encrypt): Use it.
7252
7253 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * message.el (message-make-in-reply-to): Quote name containing
7256         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7257         if there are special characters.  Reported by NAKAJI Hiroyuki
7258         <nakaji@jp.freebsd.org>.
7259
7260 2007-02-27  Didier Verna  <didier@xemacs.org>
7261
7262         Include the group parameters as well as the topic ones in the
7263         inheritance filter process.
7264         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7265         argument GROUP-PARAMS-LIST.
7266         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7267
7268 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * nntp.el (nntp-never-echoes-commands)
7271         (nntp-open-connection-functions-never-echo-commands): New variables.
7272         (nntp-send-command): Use them.
7273
7274 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7275
7276         * mml2015.el (mml2015-epg-verify): Simplified.
7277
7278 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * mml.el (mml-content-disposition-alist): New user option.
7281         (mml-content-disposition): New function.
7282         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7283         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7284
7285 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7286
7287         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7288         verification.
7289
7290 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7291
7292         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7293         articles posted in the last 24 hours.
7294
7295 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7296
7297         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7298
7299 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7300
7301         * nntp.el (nntp-send-command): Don't wait for echoes when
7302         nntp-open-ssl-stream is used.
7303
7304 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7307         (gnus-message-add-citation-keywords)
7308         (gnus-message-remove-citation-keywords): Remove.
7309         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7310         directly, make the variables in font-lock-defaults buffer-local, add
7311         gnus-message-citation-keywords to them and then update the value of
7312         font-lock-keywords.
7313
7314 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * message.el (message-cite-original-1): Don't call
7317         gnus-article-highlight-citation.
7318
7319         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7320         citations; fix line count.
7321
7322 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7325         (gnus-message-add-citation-keywords)
7326         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7327         versions of font-lock-add-keywords and font-lock-remove-keywords to
7328         work with XEmacs correctly.
7329
7330 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-cite.el (gnus-cite-face-list): Set the values of
7333         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7334         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7335         (gnus-message-cite-prefix-regexp): New variable.
7336         (gnus-message-search-citation-line): Use it; protect against long
7337         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7338         the 0th match data for Emacs.
7339         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7340         (gnus-message-add-citation-keywords): Append keywords rather than
7341         prepending; emulate font-lock-add-keywords if it is not available.
7342         (gnus-message-remove-citation-keywords): Emulate
7343         font-lock-remove-keywords if it is not available.
7344
7345         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7346
7347         * message.el (message-cite-prefix-regexp): Set the value of
7348         gnus-message-cite-prefix-regexp.
7349
7350 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7351
7352         * nnweb.el (nnweb-google-parse-1): Update parser.
7353
7354 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7355
7356         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7357
7358 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7359
7360         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7361         regexp.
7362
7363 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7366         string-to-multibyte.
7367         (uudecode-decode-region-internal): Use it.
7368
7369         * lpath.el: Fbind string-as-multibyte for XEmacs.
7370
7371 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7374         custom choice.
7375
7376         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7377
7378 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7379
7380         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7381
7382         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7383         `write-region' to respect `mm-inhibit-file-name-handlers'.
7384
7385 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7388         Use gnus-home-directory instead of "~/" or "$HOME".
7389
7390 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7391
7392         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7393         to mention filename.
7394         Add comments at beginning regarding usage.
7395         (encrypt-write-file-contents): Change interactive so a string is
7396         acceptable.  If the file has no associated model, show an error instead
7397         of a nonsense prompt.
7398
7399 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7400
7401         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7402         Thanks to Yoshihiko Yamada for kind notification of this typo.
7403
7404 2007-01-12  Kenichi Handa  <handa@m17n.org>
7405
7406         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7407         multibyte buffer.
7408
7409 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * gnus-score.el (gnus-score-fast-scoring): New variable.
7412         (gnus-score-headers): Use it.
7413
7414         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7415
7416         * message.el (message-cite-original-1): Call
7417         gnus-article-highlight-citation if requested.
7418         (message-make-from): Allow name and address as optional arguments.
7419
7420         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7421
7422         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7423         bugs to doc string.
7424         (gnus-button-alist): Add mid\\|message-id.
7425         (gnus-button-fetch-group): Extend for use in
7426         `browse-url-browser-function'.
7427         (gnus-button-url-regexp): Try to catch paired parentheses like in
7428         Wikipedia URLs.
7429
7430         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7431         Suggested by Simon Krahnke <overlord@gmx.li>.
7432
7433 2007-01-13  Romain Francoise  <romain@orebokech.com>
7434
7435         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7436         Update copyright.
7437
7438 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7439
7440         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7441
7442 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7443
7444         * gnus-registry.el (gnus-registry-unfollowed-groups)
7445         (gnus-registry-split-fancy-with-parent): Fix documentation.
7446
7447 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448
7449         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7450         from nnweb groups.
7451
7452 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7455         Xref urls.  Erase buffer before requesting head.
7456
7457 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7458
7459         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7460         customizable.
7461
7462 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7463
7464         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7465         no signing key is found.
7466         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7467         no encrypting and/or signing key is found.
7468
7469 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7472
7473 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7474
7475         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7476         headers read from disk with the ones newly found in the current search.
7477         This should no longer cause problems, because the article numbers in
7478         Gmane's `nov.php' output are ignored since the previous change.
7479
7480 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7481
7482         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7483
7484 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7487         replace-regexp-in-string; bind url-version; fbind display-images-p and
7488         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7489         find-face and set-itimer-function for Emacs; bind itimer-list for
7490         Emacs.
7491
7492         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7493
7494 2007-01-01  Romain Francoise  <romain@orebokech.com>
7495
7496         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7497
7498 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7499
7500         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7501         `define-minor-mode' macro definition expanded properly.
7502         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7503         exclude it there.
7504
7505         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7506         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7507         `fboundp' test.
7508         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7509         This is OK to autoload in (S)XEmacs now.
7510
7511 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7512
7513         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7514         keystroke.
7515         (gnus-summary-limit-to-singletons): Fix typo.
7516
7517         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7518         else fails.
7519
7520 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7521
7522         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7523         docstring.
7524
7525         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7526         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7527         (gnus-summary-insert-dormant-articles): Fix typo in message.
7528
7529 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7532         nil for XEmacs.
7533         (gnus-message-citation-mode): Don't autoload in XEmacs.
7534
7535         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7536
7537 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7538
7539         * nnimap.el (nnimap-expunge-search-string): Mention
7540         nnimap-search-uids-not-since-is-evil in docstring.
7541
7542 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * spam.el: Revert to make-obsolete-variable because
7545         define-obsolete-variable-alias is not supported in Emacs 21.
7546
7547         * spam.el (spam-ifile-path, spam-ifile-database-path)
7548         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7549         make-obsolete-variable.
7550         (spam-bsfilter-path, spam-bsfilter-program)
7551         (spam-spamassassin-path, spam-spamassassin-program)
7552         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7553         use "path" inappropriately.
7554         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7555         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7556         variable names.
7557
7558 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7559
7560         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7561         summary buffer.
7562
7563         * password.el (password-cache-remove): Use clear-string to burn
7564         password, if available.
7565
7566 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7569
7570         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7571
7572         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7573         (gnus-message-highlight-citation): Move defcustom here from
7574         gnus-cite.el.
7575         (gnus-message-citation-mode): Autoload.
7576
7577         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7578         checks to make it compile with XEmacs.
7579         (gnus-message-citation-mode): New minor mode.
7580         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7581         (gnus-message-highlight-citation): New variables.
7582         (gnus-message-search-citation-line)
7583         (gnus-message-add-citation-keywords)
7584         (gnus-message-remove-citation-keywords)
7585         (turn-on-gnus-message-citation-mode)
7586         (turn-off-gnus-message-citation-mode): New functions.
7587
7588 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7589
7590         * gnus-cite.el: Enable highlighting of different citation levels in
7591         message-mode.
7592
7593 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * message.el (message-make-fqdn): Fix comment.
7596         (message-bogus-system-names): Add ".local".
7597
7598         * spam.el (spam-ifile-path, spam-ifile-program)
7599         (spam-ifile-database-path, spam-ifile-database)
7600         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7601         Don't use "path" inappropriately.
7602         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7603         strings.
7604         (spam-check-ifile, spam-ifile-register-with-ifile)
7605         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7606         new variable names.
7607
7608         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7609         (gnus-treat-display-smileys): Simplify using
7610         gnus-image-type-available-p.
7611
7612         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7613         available.
7614
7615         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7616         `display-images-p' if available.
7617
7618 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7621         one after turning on the buffer's multibyteness instead of decoding
7622         them directly in the unibyte buffer that causes unexpected conversion
7623         in Emacs 23 (unicode).
7624
7625 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7626
7627         * message.el (message-generate-hashcash): Fix custom type.
7628
7629 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7632
7633 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7636         disconnect icons.  Add help text.
7637
7638 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7639
7640         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7641         negated to be consistent with the others we handle.
7642
7643 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7646         version of gnus-summary-buffer to something, so that we can use two
7647         article buffers at the same time.
7648
7649 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7650
7651         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7652         trigger all the extra headers.
7653         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7654         sorting.
7655
7656 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7657
7658         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7659         solid groups.
7660
7661 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7662
7663         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7664
7665 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * legacy-gnus-agent.el: Add Copyright notice.
7668
7669 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7670
7671         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7672
7673 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7674
7675         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7676
7677         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7678         to make it work reliably in CVS Emacs.
7679         (gnus-summary-limit-strange-charsets-predicate)
7680         (gnus-summary-limit-to-predicate): New functions.
7681
7682 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7683
7684         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7685         specifying array size.
7686         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7687         array if it is too small.
7688         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7689         (gnus-sort-threads-loop): New function.
7690
7691 2006-12-06  Chris Moore  <dooglus@gmail.com>
7692
7693         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7694         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7695
7696 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7697
7698         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7699         options.
7700
7701 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7702
7703         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7704         DOS-ing the recipient.
7705
7706         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7707         the headers when creating the mapping to avoid mismappings.
7708         (nnweb-gmane-create-mapping): Always nix out old mapping.
7709
7710 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7713         and mm-verify-option to never.
7714
7715 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * message.el (message-signed-or-encrypted-p): New function.
7718         (message-forward-make-body): Use it.
7719
7720         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7721         Replace encode-coding-string with mm-encode-coding-string.
7722
7723 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * nneething.el (nneething-decode-file-name): Replace
7726         decode-coding-string with mm-decode-coding-string.
7727
7728         * gnus-int.el (gnus-open-server): Say failed server's name.
7729
7730 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7731
7732         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7733         strings to a single string.  Quote `errors-file-name'.
7734         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7735         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7736         Adjust calls.  Use `shell-quote-argument'.
7737
7738 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7739
7740         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7741         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7742
7743         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7744         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7745         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7746         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7747         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7748         (gnus-subscribe-newsgroup, gnus-1):
7749         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7750         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7751         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7752         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7753
7754 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7757         keystroke.
7758         (gnus-summary-limit-to-bodies): Implement headersp.
7759
7760 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7761
7762         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7763
7764 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7767
7768 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769
7770         * message.el (message-generate-hashcash): Expand range of values to
7771         include `opportunistic'.
7772         (message-send-mail): Use it.
7773
7774 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7775
7776         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7777         and comment it.
7778
7779         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7780
7781 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * gnus-util.el (gnus-extract-address-components): Improve comment.
7784
7785 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-util.el (gnus-extract-address-components): Work with address in
7788         which the name portion contains @.
7789
7790         * lpath.el: Fbind custom-autoload.
7791
7792 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * gnus.el (gnus-start): Move custom group up.
7795         (gnus-select-method): Don't autoload, but make it available for
7796         `customize-variable'.
7797         (gnus-getenv-nntpserver): Don't autoload.
7798
7799 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7800
7801         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7802
7803 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * message.el (message-sendmail-extra-arguments): New variable.
7806         (message-send-mail-with-sendmail): Use it.
7807
7808 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7811         mm-with-unibyte-current-buffer to make string unibyte.
7812
7813         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7814         mm-string-as-multibyte.
7815
7816 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7817
7818         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7819         Reported by Werner Koch <wk@gnupg.org>.
7820
7821 2006-11-14  Daiki Ueno  <ueno@p360>
7822
7823         * mml2015.el: Autoload epa-select-keys when compiling.
7824
7825 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7826
7827         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7828         message-options.
7829         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7830
7831 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7832
7833         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7834         EasyPG (< 0.0.6).
7835         (mml2015-always-trust): New user option.
7836         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7837         prompt.
7838
7839 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * nntp.el (nntp-authinfo-force): New variable.
7842         (nntp-send-authinfo): Use it.
7843
7844 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7847         decode encoded words.  Improve prompt.  Add comment about forwarding.
7848         (message-replacement-char): Move up.
7849
7850 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7851
7852         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7853         instead of gnus-intersection because arguments of gnus-sorted-nunion
7854         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7855
7856 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7859         (message-simplify-subject-functions): Enable
7860         message-strip-subject-encoded-words by default.
7861
7862 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * message.el (message-strip-subject-encoded-words): New function.
7865         (message-simplify-subject-functions): New variable.
7866         (message-simplify-subject): Use it.  Fix typo in doc string.
7867         Support message-strip-subject-encoded-words.
7868
7869 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7870
7871         * gnus-diary.el (gnus-diary-delay-format-function):
7872         * nndiary.el (nndiary-reminders):
7873         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7874
7875 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-art.el (article-hide-boring-headers): Fetch date from
7878         gnus-original-article-buffer to avoid problems with localized date
7879         strings.
7880
7881 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7884
7885 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7888         New variables.
7889         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7890         (mm-charset-synonym-alist): Move some entries to
7891         mm-codepage-iso-8859-list.
7892         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7893         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7894
7895 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7898
7899 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7902         with Emacs 21 and XEmacs.
7903
7904 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7905
7906         * spam.el (spam-parse-address): New function for better parsing,
7907         catching errors, etc.
7908         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7909
7910 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * mm-view.el: Add interactive arg to html2text autoload.
7913
7914 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7917
7918 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7921         variables.
7922         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7923         (mm-charset-synonym-alist): Move some entries to
7924         mm-codepage-iso-8859-list.
7925
7926         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7927
7928 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * message.el (message-citation-line-format)
7931         (message-insert-formated-citation-line): Fix implementation of %E, %N
7932         and %n according to the doc string.
7933
7934 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7935
7936         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7937         car-safe to avoid bad parses.
7938
7939 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7942         names.
7943
7944         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7945
7946 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7949         header.
7950
7951         * message.el (message-draft-headers): Add Date.
7952         (message-headers-to-generate): Fix typo in docstring.
7953
7954         * nndraft.el (nndraft-required-headers): New variable.
7955         (nndraft-generate-headers): Use it.
7956
7957         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7958
7959 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7960
7961         * gnus-registry.el (gnus-registry-wash-for-keywords)
7962         (gnus-registry-find-keywords): New functions to allow easy searching of
7963         articles that are in the registry.
7964
7965 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7966
7967         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7968         ietf-drums-parse-address instead of gnus-extract-address-components.
7969         Reported by Damien Elmes <damien@repose.cx>.
7970
7971 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * gnus.el (gnus-mime): Remove unused custom group.
7974
7975 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7976
7977         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7978         "blank line" when searching for end of armor headers.
7979
7980 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gmm-utils.el (gmm-write-region): Fix variable name.
7983
7984 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gmm-utils.el (gmm-write-region): New function based on compatibility
7987         code from `mm-make-temp-file'.
7988
7989         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7990
7991         * nnmaildir.el (nnmaildir--update-nov)
7992         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7993         Use `gmm-write-region'.
7994
7995 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7998         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7999
8000         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8001
8002         * message.el (message-replacement-char): New variable.
8003         (message-fix-before-sending): Use it.
8004         (message-simplify-subject): New function to remove duplicate code.
8005         (message-reply, message-followup): Use it.
8006
8007         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8008         gnus-summary-limit-to-articles.
8009
8010 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-util.el (gnus-with-local-quit): New macro.
8013
8014         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8015
8016 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8017
8018         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8019         ignore non-string data.
8020
8021 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8024         non-string data (needs to be done in the registry too).
8025
8026 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8027
8028         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8029         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8030         (gnus-registry-split-fancy-with-parent)
8031         (gnus-registry-fetch-simplified-message-subject-fast)
8032         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8033         Remove text properties on ingress into the registry and when it's saved.
8034         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8035         registry from entries with no groups.
8036
8037 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8038
8039         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8040         function to remove string properties.
8041
8042 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gmm-utils.el (gmm): Adjust custom version.
8045
8046         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8047         custom version.
8048
8049         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8050
8051 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-art.el (gnus-insert-prev-page-button)
8054         (gnus-insert-next-page-button): Simplify.  Reformat.
8055
8056 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8057
8058         * gnus-art.el (gnus-insert-prev-page-button)
8059         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8060
8061 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8062
8063         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8064
8065 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8066
8067         * gnus-art.el (gnus-insert-mime-button)
8068         (gnus-insert-mime-security-button):
8069         Apply gnus-article-button-face to MIME and security buttons.
8070
8071 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8074         readable.
8075
8076 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8079
8080 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8081
8082         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8083         `browse-url-of-file' instead of `browse-url'.
8084
8085 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8086
8087         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8088         regexp.  Articles containing quotation were cut prematurely.
8089
8090 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * message.el (message-cite-original-1): Use nobody by default for the
8093         value of From header.
8094         (message-reply): Ditto.
8095
8096 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8097
8098         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8099         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8100         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8101
8102 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8105         mails in the doc string.  Add some URLs in comment.
8106         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8107
8108 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8111         backslashes handling and the way to find boundaries of quoted strings.
8112
8113 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8114
8115         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8116         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8117         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8118         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8119
8120 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8123         doc string.
8124         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8125
8126 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * lpath.el: Fbind epg-check-configuration.
8129
8130 2006-09-06  Simon Josefsson  <jas@extundo.com>
8131
8132         * mml2015.el (mml2015-use): Doc fix, mention epg.
8133
8134 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8135
8136         * mml2015.el (mml2015-use): Default to epg, if available.
8137
8138 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8139
8140         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8141         message-sender.
8142         (mml1991-epg-encrypt): Ditto.
8143         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8144         message-sender.
8145         (mml2015-epg-encrypt): Ditto.
8146
8147 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8148
8149         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8150         several common directories.
8151
8152 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8153
8154         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8155         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8156
8157 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * gnus-art.el (article-decode-encoded-words): Make it fast.
8160
8161 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8164
8165         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8166         in quoted string into `\'.
8167
8168 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8171         Use standard-syntax-table.
8172
8173 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-art.el (gnus-decode-address-function): New variable.
8176         (article-decode-encoded-words): Use it to decode headers which are
8177         assumed to contain addresses.
8178         (gnus-mime-delete-part): Remove useless `or'.
8179
8180         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8181         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8182         (gnus-nov-parse-line): Use it to decode From header.
8183         (gnus-get-newsgroup-headers): Ditto.
8184         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8185
8186         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8187         (mail-decode-encoded-address-string): New alias.
8188
8189         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8190         New function.
8191         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8192         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8193         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8194         (rfc2047-decode-string): Ditto.
8195         (rfc2047-decode-address-region): New function.
8196         (rfc2047-decode-address-string): New function.
8197
8198 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * message.el (message-caesar-buffer-body): Allow rotating headers.
8201
8202         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8203
8204         * message.el (message-insert-formated-citation-line): Fix %f.
8205         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8206
8207 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8210         (gnus-bookmark-mouse-available-p): New macro.
8211         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8212         (gnus-bookmark-bmenu-show-infos): Use it.
8213         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8214         (gnus-bookmark-bmenu-hide-infos): Ditto.
8215         (gnus-bookmark-remove-properties): New function.
8216         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8217         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8218         (gnus-bookmark-write-file): Bind coding-system-for-write.
8219         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8220         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8221         group before selecting it.
8222         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8223         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8224         quit-window if it is not available; use gnus-mouse-2 and bind it to
8225         gnus-bookmark-bmenu-select-by-mouse.
8226         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8227         (gnus-bookmark-bmenu-select-by-mouse): New function.
8228
8229 2006-08-13  Romain Francoise  <romain@orebokech.com>
8230
8231         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8232         space.
8233
8234 2006-08-10  Romain Francoise  <romain@orebokech.com>
8235
8236         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8237         (dns-mode-soa-auto-increment-serial): New user option.
8238         (dns-mode-soa-maybe-increment-serial): New function.
8239         (dns-mode): Add the latter to `write-contents-functions'.
8240
8241 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * compface.el (uncompface): Use binary rather than raw-text-unix.
8244
8245 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * compface.el (uncompface): Make sure the eol conversion doesn't take
8248         place when communicating with the external programs.  Reported by
8249         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8250
8251 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8254
8255 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8256
8257         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8258         Make it more robust by parsing author and date independently.
8259
8260 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8263
8264 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8265
8266         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8267         first matching secret key.
8268         (mml2015-epg-encrypt): Ditto.
8269
8270         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8271         first matching secret key.
8272         (mml1991-epg-encrypt): Ditto.
8273
8274         * mml2015.el (mml2015-encrypt-to-self): New user option.
8275         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8276         mml2015-epg-encrypt-to-self is set.
8277
8278         * mml1991.el (mml1991-encrypt-to-self): New variable.
8279         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8280         mml1991-epg-encrypt-to-self is set.
8281
8282         * mml2015.el (mml2015-signers): New user option.
8283         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8284         (mml2015-epg-encrypt): Allow to select signing keys.
8285
8286         * mml1991.el (mml1991-signers): New variable.
8287         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8288         (mml1991-epg-encrypt): Allow to select signing keys.
8289
8290 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * nnheader.el (nnheader-insert-head): Make it work even if the file
8293         uses CRLF for the line-break code.
8294
8295 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8296
8297         * mml2015.el: Require mml-sec instead of password.
8298         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8299         (mml2015-cache-passphrase): Inherit the default value from
8300         mml-secure-cache-passphrase.
8301         (mml2015-passphrase-cache-expiry): Inherit the default value from
8302         mml-secure-passphrase-cache-expiry.
8303
8304         * mml1991.el: Require mml-sec instead of password.
8305         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8306         (mml1991-cache-passphrase): Inherit the default value from
8307         mml-secure-cache-passphrase.
8308         (mml1991-passphrase-cache-expiry): Inherit the default value from
8309         mml-secure-passphrase-cache-expiry.
8310
8311         * mml-sec.el: Require password.
8312         (mml-secure-verbose): New user option.
8313         (mml-secure-cache-passphrase): New user option.
8314         (mml-secure-passphrase-cache-expiry): New user option.
8315
8316 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8317
8318         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8319         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8320         andreas@altroot.de (Andreas Vögele).
8321
8322         FIXME: Use `tiny change'?
8323
8324 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8325
8326         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8327         workaround for the url package included with Emacs.
8328
8329         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8330
8331 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8334         correctly.  This fixes a bug caused by the 2006-05-12 change.
8335
8336 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8337
8338         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8339         some information about the error when saying that the `bogus' mail
8340         group will be used.
8341
8342 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8343
8344         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8345         string.
8346
8347 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8348
8349         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8350
8351 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8352
8353         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8354
8355 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8356
8357         * mml1991.el (mml1991-function-alist): Add epg.
8358         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8359         (mml1991-epg-encrypt): New functions.
8360
8361 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8362
8363         * mml2015.el (mml2015-verbose): New variable.
8364         (mml2015-cache-passphrase): Ditto.
8365         (mml2015-passphrase-cache-expiry): Ditto.
8366         (mml2015-function-alist): Add epg.
8367         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8368         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8369         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8370         functions.
8371
8372 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8373
8374         * message.el (message-cite-original-1): Preserve region when removing
8375         quoted text due to X-No-Archive in order to avoid bogus attribution
8376         when citing multiple messages.
8377
8378 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8379
8380         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8381         Kenneth Jacker <khj@be.cs.appstate.edu>.
8382
8383 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * gnus-diary.el (gnus-user-format-function-d)
8386         (gnus-user-format-function-D): Autoload.
8387
8388         * imap.el (Commentary): Fix typo.
8389
8390         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8391         2006-04-22 contribution.
8392
8393 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8394
8395         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8396         It didn't really fix the bogosity I'm seeing with solid web groups.
8397
8398 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8399
8400         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8401         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8402         created using server names.  If we use the feature without declaring
8403         it, Gnus does not properly manage server and group state.
8404
8405         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8406         bound.
8407
8408 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8409
8410         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8411         looking up the method using GROUP's prefix before inventing a new one.
8412         It is used on killed/unknown groups in various places where returning
8413         an all-new method isn't expected by the caller.
8414
8415         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8416         and match semantics of gnus-group-real-prefix.
8417
8418 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * nnmail.el (nnmail-broken-references-mailers): New variable.
8421         (nnmail-ignore-broken-references): New function generalizing
8422         nnmail-fix-eudora-headers.
8423         (nnmail-fix-eudora-headers): Now obsolete.
8424
8425         * gnus-art.el (gnus-button-handle-custom): Support
8426         `customize-apropos*'.
8427
8428 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8429
8430         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8431
8432         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8433         articles.
8434
8435 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * message.el (message-cite-reply-above): New variable.
8438         (message-yank-original): Use it.
8439
8440 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8443
8444 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8447         as read.
8448
8449         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8450
8451 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8454         (gnus-bookmark-default-file): Use gnus-directory.
8455         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8456         Remove "*" in doc string.
8457         (gnus-bookmark-write-file): Simplify.
8458         (gnus-bookmark-maybe-sort-alist): Use `when'.
8459         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8460         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8461         FIXME about Emacs 21 and XEmacs compatibility.
8462         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8463         compatibility.
8464         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8465         compatibility.
8466         (gnus-bookmark-menu-heading): Fix version.
8467
8468 2006-06-19  Bastien Guerry  <bzg@altern.org>
8469
8470         * gnus-bookmark.el: New file.
8471
8472 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * message.el (message-syntax-checks): Doc fix.
8475
8476 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8477
8478         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8479         unsubscribed groups as if they were killed ones.  It causes duplicate
8480         entries in gnus-newsrc-alist.
8481
8482 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * message.el (message-syntax-checks): Doc fix.
8485         (message-send-mail): Add check for continuation headers.
8486         (message-check-news-header-syntax): Fix regexp used to check for
8487         continuation headers.
8488
8489 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8492
8493 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8494
8495         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8496
8497 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8500         default-truncate-lines.
8501
8502 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8505         to fill the utf-8 entry.
8506
8507         * lpath.el: Fbind unicode-precedence-list.
8508
8509 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8510
8511         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8512
8513 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8514
8515         * gnus-agent.el (directory-files-and-attributes): Move all the way
8516         forward (the third and final move).
8517         (gnus-agent-read-agentview): Trap reconstruction errors due to
8518         nonexistant directory.  Handle by returning nil.
8519
8520 2006-05-30  Didier Verna  <didier@xemacs.org>
8521
8522         * message.el (message-dont-reply-to-names): Update the custom type.
8523         * message.el (message-dont-reply-to-names): New defsubst: potentially
8524         convert a list of regexps into a single one.
8525         * message.el (message-get-reply-headers): Use it.
8526         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8527
8528 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-agent.el (directory-files-and-attributes): Move forward.
8531
8532 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * gnus-ml.el (gnus-mailing-list-subscribe)
8535         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8536         (gnus-mailing-list-message): Fix doc strings.
8537
8538 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8539
8540         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8541         of doing it manually.
8542
8543 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8546         comment.
8547
8548 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8549
8550         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8551         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8552         (gnus-agent-read-local): All symbols allocated in my-obarray.
8553         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8554         (gnus-agent-regenerate-group): Check numeric names to see if they are
8555         messages or groups.
8556         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8557         better way of do this...)
8558
8559         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8560         'dummy.group' (there should be a better way of do this...)
8561
8562 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8565         (gnus-saved-headers): Ditto.
8566         (gnus-default-article-saver): Mention functions may have properties.
8567         (gnus-article-save): Override gnus-save-all-headers and
8568         gnus-saved-headers by :headers property which saver function may have.
8569         (gnus-summary-save-in-file): Add :headers property.
8570         (gnus-summary-write-to-file): Ditto.
8571
8572         * gnus-sum.el (gnus-summary-save-article): Bind
8573         gnus-prompt-before-saving to t when saving many articles in a file;
8574         always show all headers.
8575
8576         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8577
8578 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8581         marks.
8582
8583         * message.el (message-indent-citation): Add optional arguments to allow
8584         using it outside of message buffers.
8585
8586         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8587         (gnus-article-treat-unfold-headers): Use it.
8588         (gnus-article-truncate-lines): New variable.
8589         (gnus-article-mode): Use it.
8590         (gnus-article-toggle-truncate-lines): New function.
8591
8592         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8593         gnus-article-toggle-truncate-lines.
8594
8595         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8596         coding system in XEmacs, use binary.
8597
8598 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8601         after-load-alist.
8602
8603         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8604         this function should save decoded articles.
8605         (gnus-summary-write-to-file): Use property to specify this function
8606         should save decoded articles and specify gnus-summary-save-in-file
8607         should be used to save articles other than the first one when saving
8608         many articles.
8609         (gnus-summary-save-body-in-file): Use property to specify this
8610         function should save decoded articles.
8611         (gnus-summary-write-body-to-file): Use property to specify this
8612         function should save decoded articles and specify
8613         gnus-summary-save-body-in-file should be used to save articles other
8614         than the first one when saving many articles.
8615
8616         * gnus-sum.el (gnus-summary-save-article): Simplify.
8617
8618 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-art.el (gnus-default-article-saver): Add
8621         gnus-summary-write-body-to-file.
8622         (gnus-article-save-coding-system): Don't use coding system object
8623         in XEmacs.
8624         (gnus-read-save-file-name): Add optional `dir-var' argument which
8625         specifies directory in which files are saved; work even if optional
8626         `variable' argument is not specified.
8627         (gnus-summary-write-to-file): Read file name.
8628         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8629         (gnus-summary-write-body-to-file): New function.
8630
8631         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8632         (gnus-summary-local-variables): Add it.
8633         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8634         (gnus-summary-save-article): Remove optional `decode' argument;
8635         determine whether to decode articles by the value of
8636         gnus-default-article-saver; when saving many files using
8637         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8638         it first and use gnus-summary-save-in-file or
8639         gnus-summary-save-body-in-file thereafter unless
8640         gnus-prompt-before-saving is always; move point to article which
8641         will be saved.
8642         (gnus-summary-save-article-file): Revert.
8643         (gnus-summary-write-article-file): Revert.
8644         (gnus-summary-save-article-body-file): Revert.
8645         (gnus-summary-write-article-body-file): New function.
8646
8647 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-art.el (gnus-default-article-saver): Doc fix.
8650         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8651         from gnus-summary-save-article-coding-system, and default to a
8652         certain coding system.
8653         (gnus-output-to-file): Add coding cookie and encode text according
8654         to gnus-article-save-coding-system; don't use mm-append-to-file.
8655
8656         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8657         gnus-art.el and rename to gnus-article-save-coding-system.
8658         (gnus-summary-save-article): Require gnus-art; don't show all
8659         headers if it decodes articles; don't add coding cookie here;
8660         don't bind mm-text-coding-system-for-write.
8661         (gnus-summary-save-article-file): Save decoded articles.
8662         (gnus-summary-write-article-file): When saving many files, use
8663         gnus-summary-write-to-file first and gnus-summary-save-in-file
8664         thereafter unless gnus-prompt-before-saving is always.
8665         (gnus-summary-save-article-body-file): Save decoded articles.
8666
8667         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8668
8669 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * nnrss.el (nnrss-check-group): Bind hash-index.
8672
8673 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8674
8675         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8676         its hash index.  Store this hash in `nnrss-group-data'.
8677         (nnrss-read-group-data): Update accordingly.
8678
8679 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8682         entry.
8683
8684         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8685         gnus-article-browse-html-article.
8686
8687 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8688
8689         * gnus-sum.el (gnus-summary-mime-map): Add
8690         gnus-article-browse-html-article.
8691
8692         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8693
8694 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8697         suitable coding systems in customize.
8698
8699 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * mail-source.el (mail-sources): Fix custom type.
8702
8703 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8706         (gnus-summary-expire-articles-now): Shorten prompt.
8707
8708         * gmm-utils.el (wid-edit): Require.
8709         (defun-gmm): Renamed from `gmm-defun-compat'.
8710         (gmm-image-search-load-path): Use it.
8711         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8712
8713 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8716         variable.
8717         (gnus-summary-save-article): Add optional `decode' argument.  If
8718         it is set and gnus-summary-save-article-coding-system is non-nil,
8719         save decoded article.
8720         (gnus-summary-write-article-file): Save decoded article if
8721         gnus-summary-save-article-coding-system is non-nil.
8722
8723         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8724         type.
8725
8726 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8729
8730 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8733         first to test gnus-single-article-buffer which may be buffer-local.
8734
8735         * gnus-sum.el (gnus-summary-setup-buffer): Make
8736         gnus-single-article-buffer buffer-local and nil in ephemeral
8737         group; make gnus-article-buffer, gnus-article-current, and
8738         gnus-original-article-buffer always buffer-local.
8739         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8740         group.
8741         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8742
8743 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * nnml.el (nnml-request-compact-group): Compressed files might not
8746         have .gz extension.
8747
8748 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8749
8750         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8751         (mm-copy-to-buffer): Use with-current-buffer.
8752         (mm-display-part): Simplify.
8753         (mm-inlinable-p): Add optional arg `type'.
8754
8755 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8756
8757         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8758         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8759         Try harder to show the attachment internally or externally using
8760         gnus-mime-view-part-as-type.
8761
8762 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * message.el (message-from-style, message-signature-separator)
8765         (message-user-organization-file, message-send-mail-function)
8766         (message-citation-line-function, message-yank-prefix)
8767         (message-indent-citation-function, message-signature)
8768         (message-signature-file, message-signature-insert-empty-line):
8769         Remove autoloads.
8770
8771         * gnus-art.el (gnus-buttonized-mime-types): Remove
8772         "multipart/signed".  Revert 2006-04-26 change.
8773
8774 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * gnus.el (gnus-version-number): Bump version.
8777
8778 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8779
8780         * gnus.el: No Gnus v0.5 is released.
8781
8782 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8783
8784         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8785         fetching articles by message-id.
8786
8787 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * message.el (hashcash): Require hashcash as normal.
8790
8791         * ecomplete.el (ecomplete-highlight-match-line): Use
8792         point-at-eol.
8793         (ecomplete-highlight-match-line): Use `highlight', because that
8794         face exists in both Emacs and XEmacs.
8795
8796         * message.el (message-display-abbrev): Use point-at-bol.
8797
8798         * mail-source.el: Don't require timer/timer-funcs.
8799
8800         * gnus-async.el: Ditto.
8801
8802         * password.el: Ditto.
8803
8804         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8805
8806         * mm-url.el: Ditto.
8807
8808         * gnus-xmas.el: Don't require timer-funcs.
8809
8810         * mm-util.el: Require timer/timer-funcs.
8811
8812 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8813
8814         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8815         Close.
8816
8817 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8820         unibyte after clear-decrypt function runs.
8821
8822         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8823         returns as a unibyte string.
8824
8825 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * lpath.el: Revert.
8828
8829         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8830         (pgg-gpg-process-sentinel): Revert.
8831
8832         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8833         (pgg-pgp-lookup-key): Revert.
8834
8835         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8836         (pgg-pgp5-lookup-key): Revert.
8837
8838         * pgg.el (pgg-fetch-key): Revert.
8839
8840 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * lpath.el: Fbind string-as-multibyte for XEmacs.
8843
8844         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8845         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8846         (mml1991-pgg-encrypt): Ditto.
8847
8848         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8849         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8850         a multibyte buffer.
8851
8852         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8853         (pgg-pgp-lookup-key): Ditto.
8854
8855         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8856         (pgg-pgp5-lookup-key): Ditto.
8857
8858         * pgg.el (pgg-fetch-key): Ditto.
8859
8860 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * message.el (message-user-organization-file): Check several
8863         locations of the organization file.
8864
8865         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8866         Add gnus-article-view-part-as-type.
8867
8868         * gnus-art.el (gnus-article-view-part-as-type): New function.
8869
8870         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8871         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8872
8873         * mml.el: Simplify autoload.
8874         (mml-mode): defvar dnd-protocol-alist instead of using
8875         symbol-value.
8876         (mml-default-directory): New variable.
8877         (mml-minibuffer-read-file): Use it.
8878         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8879
8880         * message.el (message-citation-line-format): New variable.
8881         (message-insert-formated-citation-line): New function.
8882         (message-citation-line-function): Add
8883         `message-insert-formated-citation-line' to custom type.
8884
8885         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8886         to doc string.
8887
8888         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8889         depending on mm-verify-option.
8890
8891 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8894         binding pgg-* variables; reimplement the section which prevents
8895         MIME header from being signed.
8896         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8897         pgg-text-mode; remove a blank line at the top of body.
8898
8899         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8900         lines at the top of body; use gnus-newsgroup-charset if there's no
8901         Charset header.
8902
8903 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * message.el (message-self-insert-commands): Doc fix.
8906
8907         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8908         (mm-uu-pgp-encrypted-test): Ditto.
8909         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8910         between header and body; return application/pgp-encrypted handle
8911         if decryption failed; decode decrypted body by charset.
8912
8913         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8914         element match to application/pgp-*.
8915
8916 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8917
8918         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8919         HTML.
8920
8921 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * mail-source.el (mail-source-call-script): Message the error
8924         string.
8925
8926 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * gnus-util.el (gnus-byte-compile): Use it.
8929
8930 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8931
8932         * gnus-util.el (kill-empty-logs): New function.
8933
8934 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * message.el (message-mail-alias-type): Doc fix.
8937         (message-mail-alias-type-p): New function.
8938         (message-send): Use it.
8939         (message-mode): Ditto.
8940         (message-strip-forbidden-properties): Ditto.
8941
8942         * ecomplete.el (ecomplete-database-file-coding-system): New
8943         variable.
8944         (ecomplete-save): Use it.
8945         (ecomplete-setup): Use it.
8946
8947 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * message.el (message-self-insert-commands): New variable.
8950         (message-strip-forbidden-properties): Use it.
8951
8952 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8955         that doesn't make XEmacs choke.
8956
8957 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * gnus-util.el (gnus-replace-in-string):
8960         Prefer replace-regexp-in-string over of replace-in-string.
8961
8962 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-util.el (gnus-select-frame-set-input-focus):
8965         Use select-frame-set-input-focus if it is available in XEmacs; use
8966         definition defined in Emacs 22 for old Emacsen.
8967
8968         * dgnushack.el: Autoload unmorse-region for XEmacs.
8969
8970         * lpath.el: Bind cursor-in-non-selected-windows and
8971         select-frame-set-input-focus for XEmacs.
8972
8973 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8976
8977 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * gnus-registry.el (gnus-registry-cache-save): Remove text
8980         properties when saving via the temp buffer.
8981
8982 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * message.el (message-generate-hashcash): Honor custom type.
8985
8986 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * message.el (message-generate-hashcash): Default to non-nil when
8989         hashcash is found.
8990
8991         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8992         (gnus-refer-thread-limit): Increase default to 500.
8993
8994         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8995
8996         * flow-fill.el (fill-flowed): Allow delete-space.
8997
8998 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9001         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9002         Remove autoloads.
9003
9004 2006-04-18  Simon Josefsson  <jas@extundo.com>
9005
9006         * message.el (message-generate-hashcash): Default to.
9007
9008 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9011         concatenating segments rather than before concatenating them.
9012
9013 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9016
9017 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9020
9021         * message.el (message-forward-make-body-plain): Allow
9022         message-forward-ignored-headers to be a list.
9023         (message-remove-ignored-headers): Factor out into function.
9024         (message-forward-make-body-mml): Use it.
9025
9026         * imap.el (imap-quote-specials): New function.
9027         (imap-login-auth): Quote specials.
9028
9029         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9030         (rfc2231-parse-string): Allow concatanation of parameters that
9031         aren't contiguous.  The test case is
9032           (mail-header-parse-content-type "message/external-body;
9033             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9034             access-type=LOCAL-FILE;
9035             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9036
9037 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9038
9039         * nntp.el (nntp-accept-process-output): Return the value of
9040         `nnheader-accept-process-output'.
9041
9042 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9045         (gnus-button-alist): Recognize more diff formats.
9046         (gnus-button-patch): Strip directory.
9047
9048 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9051         Emacs 22 when setting focus.
9052
9053 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054
9055         * gnus-art.el (gnus-article-treat-types): Do treatment of
9056         text/x-verbatim parts.
9057         (gnus-button-patch): New command.
9058
9059         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9060         addresses that contain invalid characters.
9061
9062 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * message.el (message-put-addresses-in-ecomplete): Use
9065         gnus-replace-in-string.
9066         (message-is-yours-p): Use the more correct
9067         mail-header-parse-address instead of
9068         mail-extract-address-components.
9069         (message-put-addresses-in-ecomplete): Fix typo.
9070
9071         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9072         keystroke.
9073
9074         * gnus-art.el (gnus-treatment-function-alist): Change order of
9075         newsgroups/generic header folding to avoid double-folding.
9076
9077         * message.el (message-hidden-headers): Add X-Draft-From.
9078
9079         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9080         command.
9081         (gnus-summary-repeat-search-article-backward): New command.
9082
9083         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9084         groups in the parent topic.
9085
9086 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9087
9088         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9089         (spam-extra-header-to-number): Return the CRM114 number as a
9090         number instead of a string.
9091
9092 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * gnus-art.el (gnus-face-properties-alist): Moved here from
9095         gnus-fun.
9096
9097         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9098
9099 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * message.el (message-strip-forbidden-properties): Only display on
9102         self-insert-command.
9103
9104         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9105         reindent.
9106         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9107
9108 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9109
9110         * smiley.el (smiley-style): Fix typo.
9111
9112 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * hashcash.el (hashcash-insert-payment-async-2): Use
9115         message-goto-eoh instead of doing it manually.
9116         (mail-add-payment): Use message-narrow-to-header instead of trying
9117         to do the same itself.
9118
9119         * message.el (message-hidden-headers): Add Face.
9120
9121         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9122         reparenting code.
9123         (gnus-summary-reparent-children): Refactored out code.
9124         (gnus-summary-thread-map): New keystroke.
9125         (gnus-summary-reparent-children): Make into command.
9126
9127         * smiley.el (smiley-style): Default to `medium' if using a large
9128         font.
9129
9130         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9131         does it itself.
9132
9133         * message.el (message-point-in-header-p): Simplify definition.
9134
9135 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * nnagent.el (nnagent-request-set-mark): Silence log file
9138         writing.
9139         (nnagent-request-set-mark): Use write-region instead of
9140         append-to-file.
9141
9142         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9143         strange select method.
9144
9145         * ecomplete.el (ecomplete-display-matches): Get highlightling
9146         right.
9147         (ecomplete-display-matches): Use literals.
9148         (ecomplete-display-matches): Disable message logging.
9149
9150         * message.el (message-display-abbrev): Small optimization.
9151
9152         * ecomplete.el (ecomplete-display-matches): Allow automatic
9153         display.
9154
9155         * message.el (message-strip-forbidden-properties): Display
9156         abbrevs.
9157         (message-display-abbrev): Get automatic display right.
9158
9159         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9160         keystrokes.
9161
9162 2006-04-13  Romain Francoise  <romain@orebokech.com>
9163
9164         TODO: Backport to v5-10!
9165
9166         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9167         Moved here (and renamed) from gnus-registry.el.
9168
9169         * gnus-registry.el: Require gnus-util.
9170         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9171
9172 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-group.el (gnus-group-catchup-current): Change
9175         if-then-else-if-then-else into cond.
9176         (gnus-group-catchup): Indent.
9177         (group-name-at-point): New function.
9178         (gnus-fetch-group): Provide default from thing at point.
9179
9180 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9181
9182         * message.el (message-display-abbrev): Fix regexp.
9183
9184         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9185         choosing.
9186         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9187         dead variables.
9188
9189         * message.el (message-newline-and-indent): Remove debugging.
9190         (message-display-abbrev): Use new implementation.
9191
9192 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * gnus-art.el (gnus-article-mode): Set
9195         cursor-in-non-selected-windows to nil.
9196
9197         * smiley.el: Revert previous change.
9198         (smiley-data-directory): defvar it before using it in the
9199         defcustom of `smiley-style'.
9200
9201 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * message.el (message-newline-and-indent): New function.
9204
9205         * ecomplete.el: Implement more bits.
9206
9207         * message.el (message-put-addresses-in-ecomplete): Clean up the
9208         string.
9209
9210         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9211
9212         * gnus-sum.el (gnus-summary-save-parts): Bind
9213         gnus-summary-save-parts-counter and use it to make unique file
9214         names.
9215
9216         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9217
9218         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9219         parameter to say whether to actually parse the individual
9220         addresses.
9221
9222         * message.el (message-put-addresses-in-ecomplete): New function.
9223         (ecomplete): Require.
9224         (message-mail-alias-type): Add ecomplete as an option.
9225
9226 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9227
9228         * flow-fill.el (fill-flowed): Remove trailing space from blank
9229         quoted lines.
9230
9231 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232
9233         * smiley.el (smiley-style): Move definition later to avoid a
9234         compilation warning.
9235
9236 2006-04-12  Kenichi Handa  <handa@m17n.org>
9237
9238         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9239         buffer and then decode the buffer text if necessary.
9240         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9241         first, and after mm-encode-body, change the buffer to unibyte.
9242         Use mm-disable-multibyte instead of set-buffer-multibyte.
9243
9244 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9247         Content-Type header instead of Content-Disposition header.
9248         (gnus-mime-inline-part): Ditto.
9249         (gnus-mime-view-part-as-charset): Ignore charset that the part
9250         specifies.
9251
9252         * mm-decode.el (mm-display-part): Work with external parts and
9253         usual parts similarly.
9254
9255         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9256         instead of gnus-display-mime.
9257
9258         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9259         instead of with-temp-buffer.
9260
9261         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9262         tag to summarized topics part in order to encode non-ASCII text.
9263
9264 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * smiley.el (smiley-style): New variable.
9267         (smiley-directory): New function.
9268         (smiley-data-directory): Derive from `smiley-style' using
9269         `smiley-directory'.
9270         (smiley-regexp-alist): Add new entries.
9271
9272         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9273         (gnus-article-browse-delete-temp): Add :version.
9274
9275 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9276
9277         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9278         the sieve region.
9279
9280 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * gnus.el (gnus-version-number): Bump version.
9283
9284 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * gnus.el: No Gnus v0.4 is released.
9287
9288 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289
9290         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9291         layout.
9292
9293         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9294         unknown charset.
9295
9296         * message.el (message-header-synonyms): Add Original-To to the
9297         default.
9298
9299         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9300         optional parameter.
9301
9302 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-fun.el (gnus): Require it for gnus-directory.
9305
9306 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9309
9310 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9311
9312         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9313
9314 2006-04-05  Simon Josefsson  <jas@extundo.com>
9315
9316         * password.el (password-reset): New function.
9317
9318 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9319
9320         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9321         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9322
9323 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9324
9325         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9326         Some whitespace was matched into the url, which broke browsing hits
9327         > 100 when mm-url-use-external was nil.
9328
9329 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9332         gnus-extra-headers for 'Newsgroups.
9333
9334         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9335         bound.
9336
9337 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9338
9339         * pgg-gpg.el: Clean up process buffers every time gpg processes
9340         complete.
9341
9342 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9345         doc string.
9346
9347 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9348
9349         * pgg-gpg.el (pgg-gpg-process-filter)
9350         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9351
9352         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9353         lines, temporary fix.
9354
9355 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9358
9359 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9360
9361         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9362         default-enable-multibyte-characters.  This reverts the change from
9363         revision 6.17 which is no longer necessary because the passphrase
9364         is sent separately now.  GnuPG messages are unreadable under
9365         multibyte locales with default-enable-multibyte-characters set to
9366         nil.
9367
9368 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * message.el (message-tool-bar-gnome): Move "spell".
9371
9372 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9375         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9376         instead.
9377
9378 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9379
9380         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9381         newsgroups handling for NNTP overviews which don't include
9382         Newsgroups.
9383
9384 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9385
9386         * message.el (message-resend): Bind message-generate-hashcash to nil.
9387
9388 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9389
9390         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9391         when searching for already-paid recipients.
9392
9393 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9394
9395         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9396         passphrases when it is not needed.
9397         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9398         passphrase stuff from gpg, should only be necessary when you use
9399         gpg with a smartcard.
9400
9401 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * mml.el (mml-insert-mime): Ignore cached contents of
9404         message/external-body part.
9405
9406         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9407         (mm-insert-part): Ditto.
9408
9409 2006-03-23  Simon Josefsson  <jas@extundo.com>
9410
9411         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9412         Reiner.
9413         (pgg-gpg-use-agent-p): Use it again.
9414
9415 2006-03-23  Simon Josefsson  <jas@extundo.com>
9416
9417         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9418         older emacsen.
9419         (pgg-gpg-use-agent-p): Don't use it.
9420
9421 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9424         if we can.
9425
9426 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9427
9428         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9429         (pgg-gpg-update-agent): New function.
9430         (pgg-gpg-use-agent-p): New function.
9431         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9432         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9433         (pgg-gpg-sign-region): Use it.
9434
9435 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9438         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9439
9440 2006-03-21  Simon Josefsson  <jas@extundo.com>
9441
9442         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9443         <wilde@sha-bang.de>.
9444         (pgg-gpg-use-agent): New variable.
9445         (pgg-gpg-process-region): Use it.
9446         (pgg-gpg-encrypt-region): Likewise.
9447         (pgg-gpg-encrypt-symmetric-region): Likewise.
9448         (pgg-gpg-decrypt-region): Likewise.
9449         (pgg-gpg-sign-region): Likewise.
9450         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9451
9452 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9455
9456         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9457         Add comment on version.
9458
9459 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * smiley.el: Add missing test smiley.
9462
9463 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * mm-decode.el (mm-with-part): New macro.
9466         (mm-get-part): Use it; work with message/external-body as well.
9467         (mm-save-part): Treat name and filename equally.
9468
9469         * mm-extern.el (mm-extern-cache-contents): New function.
9470         (mm-inline-external-body): Use it; force the part to be displayed;
9471         move undisplayer added to the cached handle to the parent.
9472
9473         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9474         (gnus-mime-view-part-as-type): Work with message/external-body.
9475
9476         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9477
9478 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9481         images in image-load-path.  [Sync with image.el, revision 1.60, in
9482         Emacs.]
9483
9484 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9487         path rather than symbol.  Always return list of directories.
9488         Guarantee that image directory comes first.  [Sync with image.el,
9489         revision 1.59, in Emacs.]
9490
9491         * message.el (message-make-tool-bar): Adjust to new API of
9492         `gmm-image-load-path-for-library'.
9493
9494         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9495
9496         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9497
9498 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9499
9500         * gnus-art.el (gnus-article-only-boring-p):
9501         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9502         intangible text.
9503         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9504
9505 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9508         `defun' instead of `gmm-defun-compat'.
9509
9510 2006-03-14  Simon Josefsson  <jas@extundo.com>
9511
9512         * message.el (message-unique-id): Don't use message-number-base36
9513         if (user-uid) is a float.
9514         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9515
9516 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9519
9520         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9521         empty line between a part and a message part.
9522
9523 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * smiley.el: Add more test smileys.
9526         (smiley-data-directory, smiley-regexp-alist)
9527         (gnus-smiley-file-types): Fix doc strings.
9528         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9529         adding new elements.
9530         (smiley-mouse-map): Unused code.  Make it a comment.
9531
9532 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9535         scan latest NoCeM messages instead of old ones.
9536         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9537         delimiters that are recently used.
9538         (gnus-nocem-load-cache): Add autoload cookie.
9539
9540         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9541
9542         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9543         level which is larger than gnus-use-nocem is specified.
9544
9545         * gnus-group.el (gnus-group-get-new-news): Ditto.
9546
9547 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * gnus-util.el (gnus-tool-bar-update): New function.
9550
9551         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9552         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9553
9554         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9555
9556         * gnus-group.el (gnus-group-redraw-when-idle)
9557         (gnus-group-redraw-check): Remove.
9558         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9559
9560 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9563         if optional last element is specified in splits (FIELD VALUE...).
9564
9565 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9568         to gmm-image-load-path-for-library.  Call with no-error argument.
9569         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9570
9571         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9572
9573         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9574
9575         * gmm-utils.el (gmm-image-load-path): Remove alias.
9576
9577 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9578
9579         * gmm-utils.el (gmm-image-load-path): Add alias.
9580
9581         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9582         nnml-generate-nov-databases-1.
9583         (nnml-generate-nov-databases): Use it.
9584         (nnml-generate-nov-databases-directory): Document no-active
9585         argument.
9586
9587         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9588         directory if path is t.  Add no-error.
9589
9590         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9591         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9592
9593         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9594         resetting gnus-article-browse-html-temp-list.
9595
9596         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9597         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9598         Add example to docstring.  Rename local variables.  Move error
9599         checks to default case in cond and simplify.
9600
9601 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9604         handle is multipart when calling it recursively.
9605         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9606
9607 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9608
9609         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9610         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9611
9612 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9615         is loaded.
9616
9617         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9618         loaded.
9619
9620 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9623         to "Emacs 23 (unicode)" in doc string.
9624
9625         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9626         "Emacs 23 (unicode)" in comment.
9627
9628 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9631
9632         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9633         characters 160 through 255 in Emacs 23.
9634
9635 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9638         gnus-article-browse-html-temp.
9639         (gnus-article-browse-delete-temp): Make it customizable.  Add
9640         `file'.  Adjust doc string.
9641         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9642         query for each file.  Adjust doc string.
9643         (gnus-article-browse-html-parts): Add
9644         `gnus-article-browse-delete-temp-files' to
9645         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9646
9647 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9648
9649         * gnus-art.el (gnus-article-browse-html-temp)
9650         (gnus-article-browse-delete-temp): New variables.
9651         (gnus-article-browse-delete-temp-files): New function.
9652         (gnus-article-browse-html-parts): Use it.
9653
9654 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9657
9658         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9659         string.
9660
9661         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9662         gnus-summary-insert-new-articles when unplugged.  Remove
9663         gnus-summary-search-article-forward.
9664
9665         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9666         display-visual-class instead of display-color-cells.
9667
9668 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * dgnushack.el: Autoload customize-group for XEmacs.
9671
9672         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9673         message/* containing non-ASCII text properly.
9674
9675 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * message.el: Require gmm-utils, remove autoloads.
9678         (message-tool-bar): Set default based on
9679         gmm-tool-bar-style.
9680         (message-tool-bar-gnome): Add gmm-customize-mode.
9681
9682         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9683         gmm-tool-bar-style.
9684         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9685
9686         * gnus-group.el (gnus-group-tool-bar): Set default based on
9687         gmm-tool-bar-style.
9688         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9689
9690         * gmm-utils.el (gmm-image-directory): Rename variable from
9691         gmm-image-load-path.
9692         (gmm-image-load-path): Use gmm-image-directory.
9693         (gmm-customize-mode): New function.
9694         (gmm-tool-bar-style): New variable.
9695
9696         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9697         gnus-group-redraw-line-number.
9698         (gnus-group-redraw-check): Simplify.
9699         (gnus-group-tool-bar-update): Remove redraw check.
9700         (gnus-group-make-tool-bar): Add redraw check.
9701
9702 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9703
9704         * gnus-art.el (gnus-button): Add missing parentheses.
9705
9706 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * lpath.el: Fbind line-number-at-pos.
9709
9710 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9713
9714 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9715
9716         * gnus-art.el (gnus-button): New face.
9717         (gnus-article-button-face): Use it.
9718
9719         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9720         gnus-summary-next-page.  Re-order.
9721
9722         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9723         next-node are now included.
9724         (gnus-group-redraw-line-number): New internal variable.
9725         (gnus-group-redraw-check): Helper function for updating the tool
9726         bar.
9727         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9728
9729         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9730
9731         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9732         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9733         Use it to match format of Spamassassin 3.0 and later.  Reported by
9734         IRIE Tetsuya <irie@t.email.ne.jp>.
9735         (spam-check-bogofilter)
9736         (spam-bogofilter-register-with-bogofilter): Fix args of
9737         `gnus-error' calls.
9738
9739 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9742         unnecessary interaction when sending queued mails.  Reported by
9743         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9744
9745 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9748         first or last are nil.
9749
9750 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9751
9752         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9753
9754 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9755
9756         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9757
9758 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * dns.el (query-dns): Protect more against buggy tcp output.
9761
9762 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9765         nov.php.
9766
9767 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9768
9769         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9770         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9771         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9772         output on the server side.
9773         (nnweb-google-create-mapping): Update regexps and add some
9774         progress indication.
9775
9776 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9779         gnus-agent-toggle-plugged.  Re-order icons.
9780         (gnus-group-tool-bar-gnome): Add
9781         gnus-group-{prev,next}-unread-group.
9782         (gnus-group-tool-bar-gnome): Re-order icons.
9783
9784         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9785         gnus-summary-insert-new-articles.
9786
9787         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9788         comments.
9789
9790         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9791         also available in Emacs 21.3.
9792
9793         * message.el (message-fix-before-sending): Change "Emacs 22" to
9794         "Emacs 23 (unicode)" in comment.
9795
9796         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9797         "Emacs 23 (unicode)" in comment.
9798
9799         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9800         comment.
9801         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9802
9803         * mm-view.el (mm-fill-flowed): Add :version.
9804
9805 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9808         and load-path.
9809
9810 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * message.el: Autoload gmm-image-load-path.
9813         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9814         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9815         consitency.
9816
9817         * gmm-utils.el (gmm-image-load-path): Also search in
9818         "../etc/images".  Don't set gmm-image-load-path if we don't find
9819         the image.
9820
9821 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gmm-utils.el (gmm-image-load-path): Don't make
9824         `gmm-image-load-path' include subdirectories which the second arg
9825         `image' might specify.
9826
9827         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9828         subdirectory to icon file names.
9829
9830         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9831
9832 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9835         gmm-image-load-path calls.
9836
9837         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9838
9839         * message.el (message-make-tool-bar): Ditto.
9840
9841         * mml.el (mml-preview): Added comment concerning tool bar icons.
9842
9843         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9844         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9845
9846         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9847         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9848
9849         * message.el (message-tool-bar-gnome): Use new icon names.
9850         (message-make-tool-bar): Use `gmm-image-load-path'.
9851
9852         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9853         functions from MH-E.
9854         (gmm-image-load-path): New variable from MH-E.
9855         (gmm-image-load-path): New function from MH-E.  Added arguments
9856         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9857         *-image-load-path-called-flag.
9858
9859 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9860
9861         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9862
9863 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9864
9865         * nnimap.el (nnimap-request-move-article): Change folder back to
9866         source group before deleting.
9867
9868 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9871
9872         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9873         mm-url.
9874
9875         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9876
9877 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9880         coding system which mm-charset-to-coding-system returns for a
9881         given charset is valid.
9882
9883 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9884
9885         * html2text.el (html2text-remove-tag-list):
9886         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9887
9888 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9889
9890         * gnus-cus.el: Revert 2005-10-17 change.
9891
9892 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * gnus-art.el (article-strip-banner): Call
9895         article-really-strip-banner only when the regexp match is made.
9896
9897 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-art.el (article-strip-banner): Use
9900         gnus-extract-address-components instead of
9901         mail-header-parse-addresses to make it work with non-ASCII text;
9902         remove mail-encode-encoded-word-string.
9903
9904         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9905         values which are surrounded with \"...\"; make it never cause a
9906         Lisp error; give up parsing of parameters if it failed in
9907         extracting type.
9908
9909 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9910
9911         * smime.el (smime-cert-by-ldap-1): Fix bug where
9912         `smime-ldap-search' returns results without userCertificates.
9913
9914 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9917
9918 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * spam.el (spam-check-spamassassin-headers): Adapt format for
9921         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9922         <ari@mbf.ocn.ne.jp>.
9923         (spam-list-of-processors): Add spam-use-gmane.
9924
9925 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9928         make-temp-file; make it work with XEmacs as well.
9929
9930         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9931         mm-make-temp-file.
9932
9933         * mm-decode.el (mm-display-external): Use the 3rd arg of
9934         mm-make-temp-file.
9935         (mm-create-image-xemacs): Ditto.
9936
9937 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9940         with message-narrow-to-headers.
9941         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9942         (gnus-draft-check-draft-articles): New function.
9943         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9944
9945 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gnus-art.el (gnus-article-browse-html-parts):
9948         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9949         Don't use suffix argument for mm-make-temp-file for Emacs 21
9950         compatibility.  Remove useless `format'.
9951
9952 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9953
9954         * nnweb.el (nnweb-google-wash-article): Update regexps.
9955         (nnweb-group-alist): Use defvoo instead of defvar.
9956
9957 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9960         re-loading nn* modules.
9961
9962 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9965         for `tool-bar-mode' and don't check it's default-value.
9966
9967         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9968
9969         * message.el (message-make-tool-bar): Ditto.
9970
9971         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9972         `substring'.  Shorten tmp-file name.
9973
9974         * gnus.el: Remove bogus comment.
9975
9976 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9977
9978         * gnus-art.el (gnus-article-browse-html-parts): New function.
9979         (gnus-article-browse-html-article): New function for viewing html
9980         articles with a browser.
9981
9982 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9983
9984         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9985         in elisp.
9986         (pgg-gpg-encrypt-symmetric-region): Ditto.
9987         (pgg-gpg-sign-region): Ditto.
9988
9989         * pgg-def.el (pgg-text-mode): New variable.
9990
9991         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9992         (mml2015-pgg-encrypt): Ditto.
9993
9994         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9995         (mml1991-pgg-encrypt): Ditto.
9996
9997 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10000         message-make-date instead of current-time-string.
10001
10002         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10003         to gnus-decoded which mm-uu might set.
10004
10005 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10008         don't decode quoted parameters; remove misimported Emacs code.
10009         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10010         (rfc2231-decode-encoded-string): Don't use split-string which
10011         behaves differently according to Emacs version; use
10012         mm-decode-coding-region to convert charset to coding-system.
10013         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10014         (rfc2231-encode-string): Remove misimported Emacs code.
10015
10016 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10019         when calling mail-header-parse-content-type.
10020         (article-de-quoted-unreadable): Ditto.
10021         (article-de-base64-unreadable): Ditto.
10022         (article-wash-html): Ditto.
10023
10024         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10025         calling mail-header-parse-content-type and
10026         mail-header-parse-content-disposition.
10027         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10028         mail-header-parse-content-type.
10029
10030         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10031         insert charset and format parameters; encode description after
10032         inserting it to buffer.
10033         (mml-insert-parameter): Fold lines properly even if a parameter is
10034         segmented into two or more lines; change the max column to 76.
10035
10036         * rfc1843.el (rfc1843-decode-article-body): Don't use
10037         ignore-errors when calling mail-header-parse-content-type.
10038
10039         * rfc2231.el (rfc2231-parse-string): Return at least type if
10040         possible; don't cause an error even if it fails in parsing of
10041         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10042         (rfc2231-encode-string): Don't break lines at the beginning, leave
10043         it to mml-insert-parameter.
10044
10045         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10046         calling mail-header-parse-content-type.
10047
10048 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10049
10050         * spam-report.el (spam-report-gmane-use-article-number):
10051         Improve doc string.
10052         (spam-report-gmane-internal): Check if a suitable header was found
10053         in the article.
10054
10055 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10058         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10059
10060 2006-02-05  Romain Francoise  <romain@orebokech.com>
10061
10062         Update copyright notices of all files in the gnus directory.
10063
10064 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10065
10066         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10067
10068 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10071         segmented lines of parameter value to cope with Thunderbird 1.5
10072         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10073         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10074         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10075
10076 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10077
10078         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10079         parts.
10080
10081 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10082
10083         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10084         there's only one active file for all servers.
10085         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10086         solid groups.  Gnus might have used a FAST request to select the group.
10087         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10088         and nnweb-search redundantly in the active file.
10089         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10090         (nnweb-request-create-group): Don't use ARGS.
10091         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10092         initialisations.  Let nnoo do the work.
10093
10094 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10097         Say the part has been decoded.
10098
10099         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10100
10101 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10102
10103         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10104         mailcap-viewer-test-cache when there's no 'test clause, since that
10105         will invert the meaning of a "nil" test previously determined by
10106         mailcap-mailcap-entry-passes-test.
10107
10108 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10111         compiling.
10112
10113         * gnus-sum.el: Ditto.
10114
10115         * message.el: Don't bind tool-bar-map when compiling.
10116
10117 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10120
10121 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10122
10123         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10124         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10125         current Google Groups.
10126
10127 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10130         and tool-bar-mode.
10131
10132         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10133         and tool-bar-mode.
10134
10135         * message.el (message-tool-bar-update): Simplify.
10136         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10137
10138         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10139         gnus-summary-buffer.
10140         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10141         gnus-summary-reply.
10142
10143         * gmm-utils.el (gmm): Add :version.
10144
10145 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * Makefile.in (clean): New rule.
10148         (distclean): Use it.
10149
10150 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10151
10152         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10153         autoload.
10154
10155 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gmm-utils.el (gmm-verbose): Add :group.
10158
10159 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * message.el: Change some comments WRT tool-bars.
10162
10163         * gnus-sum.el (gnus-summary-tool-bar)
10164         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10165         (gnus-summary-tool-bar-zap-list): New variables.
10166         (gnus-summary-make-tool-bar): Complete rewrite using
10167         `gmm-tool-bar-from-list'.
10168
10169         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10170         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10171         variables.
10172         (gnus-group-make-tool-bar): Complete rewrite using
10173         `gmm-tool-bar-from-list'.
10174         (gnus-group-tool-bar-update): New function.
10175
10176         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10177
10178 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10181         is dissected into a single part of which the type is the same as
10182         the given one; decode charset.
10183
10184 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10185
10186         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10187         into alists as symbol not string, since that's what
10188         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10189         look for.
10190
10191 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10194         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10195
10196         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10197
10198 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10201         (gnus-xmas-mime-security-button-menu): New function.
10202
10203         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10204         (gnus-mime-security-button-menu): New definition.
10205         (gnus-mime-security-button-map): Use them.
10206         (gnus-mime-security-button-menu): New function.
10207         (gnus-insert-mime-security-button): Addition to help echo.
10208         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10209         (gnus-mime-security-pipe-part): New functions.
10210
10211         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10212         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10213
10214         * mm-decode.el (mm-handle-set-disposition): Remove.
10215         (mm-handle-set-description): Remove.
10216
10217 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10220         (mm-w3m-standalone-supports-m17n-p): New function.
10221         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10222         w3m usage.
10223
10224         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10225         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10226
10227 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * message.el (message-tool-bar-zap-list): Use
10230         gmm-tool-bar-zap-list as custom type.
10231         (message-tool-bar-update): New function.
10232         (message-tool-bar, message-tool-bar-gnome)
10233         (message-tool-bar-retro): Add message-tool-bar-update.
10234         (message-tool-bar-gnome): Add flyspell-buffer.
10235
10236         * gnus-util.el (gnus-error): Describe `args'.
10237
10238         * gmm-utils.el (gmm-error): Describe `args'.
10239         (gmm-tool-bar-zap-list): New widget.
10240         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10241
10242 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10245         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10246         the number of recursive calls.
10247
10248         * mm-decode.el (mm-handle-set-disposition): New macro.
10249         (mm-handle-set-description): New macro.
10250
10251 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10254         encoding.
10255
10256 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * message.el (message-tool-bar-zap-list, message-tool-bar)
10259         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10260         (message-tool-bar-local-item-from-menu): Remove.
10261         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10262         (message-make-tool-bar): New function.
10263         (message-mode): Use `message-make-tool-bar'.
10264
10265         * gmm-utils.el: New file.
10266         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10267         (gmm-lazy): New widget copied from `nnmail.el'.
10268         (gmm-tool-bar-from-list): New function for creating customizable
10269         tool bars.
10270         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10271         output.
10272         (gmm): Add :prefix to defgroup.
10273
10274 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10275
10276         * gmm-utils.el (gmm-widget-p): New function.
10277
10278 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * mml.el (mml-attach-file): Describe `description' in doc string.
10281         (mml-menu): Add Emacs MIME manual and PGG manual.
10282
10283 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10284
10285         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10286
10287 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10288
10289         * nntp.el (nntp-end-of-line): Doc fix.
10290
10291 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10292
10293         * imap.el (imap-open): Handle case where buffer is a buffer
10294         object.
10295
10296 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10297
10298         * gnus-delay.el (gnus-delay): Don't autoload.
10299         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10300         to be re-loaded when customizing the `gnus-delay' group.
10301
10302 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10303
10304         * message.el (message-insert-citation-line): Use newlines.
10305
10306 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10307
10308         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10309         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10310         these routines, so the passphrase can be managed externally and
10311         passed in to the system.
10312         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10313         pgg-add-passphrase-to-cache function.
10314
10315         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10316         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10317         these routines, so the passphrase can be managed externally and
10318         passed in to the system.
10319         (pgg-pgp5-sign-region): Use new name of
10320         pgg-add-passphrase-to-cache function.
10321
10322 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10323
10324         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10325         part of the decoded armor to find the key-identifier.
10326         (pgg-gpg-lookup-key-owner): New function to return the
10327         human-readable identifier of a key owner.
10328         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10329         itself.
10330         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10331         the key value) if we have a key and can match it against a secret
10332         key.  Also, added a note pointing out fact that the prompt only
10333         indicates the first matching key.
10334
10335         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10336         pgg-decrypt-region.
10337         (pgg-add-passphrase-to-cache): Rename from
10338         `pgg-add-passphrase-cache' to reduce confusion (all callers
10339         changed).
10340         (pgg-remove-passphrase-from-cache): Rename from
10341         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10342         changed).
10343         (pgg-read-passphrase, pgg-add-passphrase-cache)
10344         (pgg-remove-passphrase-cache): Add informative docstrings.
10345         (pgg-decrypt): Convey provided passphrase in subordinate call to
10346         pgg-decrypt-region.
10347
10348 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10349
10350         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10351         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10352         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10353         'passphrase' argument, so the passphrase can be managed externally
10354         and then passed in to the system.
10355
10356         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10357         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10358         so the passphrase cache can be used reliably with identifiers
10359         besides a pgp packet's key id.
10360
10361         * pgg-gpg.el (pgg-gpg-encrypt-region)
10362         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10363         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10364         these routines, so the passphrase can be managed externally and
10365         passed in to the system.
10366
10367         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10368         'notruncate' argument, so the passphrase cache can be used
10369         reliably with identifiers besides a pgp packet's key id.
10370
10371 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10372
10373         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10374         symmetric encryption.
10375         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10376         encrypted session key.
10377         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10378         message ask for the passphrase in a proper way.
10379
10380         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10381         New user commands for symmetric encryption.
10382
10383 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10386
10387         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10388
10389 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10390
10391         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10392
10393 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * mm-decode.el (mm-inlined-types): Add application/pgp.
10396         (mm-automatic-display): Ditto.
10397
10398         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10399         part as text.
10400
10401 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * nnrss.el: Update copyright.
10404         (nnrss-opml-import): Query whether to subscribe to each entry.
10405
10406         * gnus-art.el:
10407         * gnus-sum.el:
10408         * gnus-xmas.el:
10409         * messagexmas.el:
10410         * mm-uu.el:
10411         * mm-view.el: Update copyright.
10412
10413 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * message.el (message-info): New function.
10416         (message-mode-menu): Add it.
10417         Update copyright.
10418
10419         * ChangeLog: Fix and update copyright.
10420
10421 2006-01-13  Romain Francoise  <romain@orebokech.com>
10422
10423         * message.el (message-forward-subject-name-subject): Prefer the
10424         address to 'nowhere' if the sender has no name.
10425         Fix typo.  Update copyright year.
10426
10427 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-art.el (article-wash-html): Use
10430         gnus-summary-show-article-charset-alist if a numeric arg is given.
10431         (gnus-article-wash-html-with-w3m-standalone): New function.
10432
10433         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10434         mm-inline-text-html-render-with-w3m-standalone.
10435         (mm-text-html-washer-alist): Map w3m-standalone to
10436         gnus-article-wash-html-with-w3m-standalone.
10437         (mm-inline-text-html-render-with-w3m-standalone): New function.
10438
10439 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10442         Improve LaTeX.
10443
10444 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10447         (nnrss-request-article): Render text/plain parts as HTML.
10448
10449         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10450         the buffer.
10451
10452 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10455         custom definition of `gnus-posting-styles'.
10456
10457         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10458         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10459
10460 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10463         Use nntp for bug archive.
10464
10465 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10468         parts.
10469         (nnrss-normalize-date): New function converts ISO 8601 date into
10470         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10471         (nnrss-check-group): Use it.
10472
10473 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10476
10477         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10478         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10479         (nnrss-insert-w3): Ditto.
10480
10481 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10484         the articles to be forwarded including the case where neither a
10485         number of articles nor a region is specified.
10486
10487 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * nnrss.el (nnrss-request-article): Fix last change; fill
10490         text/plain parts.
10491
10492 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10495         in text/plain part.
10496         (nnrss-check-group): Don't add excessive newline to dc:subject.
10497
10498 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10499
10500         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10501         article.
10502
10503 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10506         (nnml-use-compressed-files, nnml-save-mail): Support other
10507         comression programs such as bzip2.
10508
10509 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510
10511         * dns.el (query-dns): Make sure we check the buffer size before
10512         removing tcp headers.
10513
10514 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10517         remove MIME buttons associated with multipart/alternative parts.
10518         (gnus-mime-display-alternative): Tag buttons using `article-type'
10519         text property.
10520
10521         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10522         associated with multipart/alternative parts.
10523
10524         * gnus-art.el (gnus-signature-separator): Fix custom type.
10525
10526         * mm-decode.el (mm-inlined-types): Fix custom type.
10527         (mm-keep-viewer-alive-types): Ditto.
10528         (mm-automatic-display): Ditto.
10529         (mm-attachment-override-types): Ditto.
10530         (mm-inline-override-types): Ditto.
10531         (mm-automatic-external-display): Ditto.
10532
10533 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * spam-report.el (spam-report-user-mail-address)
10536         (spam-report-user-agent): New variables.
10537         (spam-report-url-ping-plain): Use spam-report-user-agent.
10538
10539 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10540
10541         * gnus-art.el (gnus-button-handle-custom): Do not just use
10542         `customize-apropos' for any "M-x customize-*" button but the
10543         function called for.  Accept both the function name and its
10544         argument in order to achieve this.
10545         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10546         function name to `gnus-button-handle-custom' in case of "M-x
10547         customize-*" buttons.
10548
10549 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10552         multipart/alternative and add xref to mm-discouraged-alternatives
10553         in doc string.
10554
10555         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10556         gnus-buttonized-mime-types in doc string.
10557
10558 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10561         Suggest image/.* in the doc string.
10562
10563 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10566         message-marks (Debian bug #342521).
10567
10568 2005-12-12  Simon Josefsson  <jas@extundo.com>
10569
10570         * password.el (password-read-from-cache): Add.
10571         (password-read): Use it.
10572
10573 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10576         us-ascii as a MIME charset.
10577
10578         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10579         against the case where the 2nd arg TYPE is nil.
10580
10581 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * pop3.el (pop3-stream-type): Fix custom version.
10584
10585         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10586
10587 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10588
10589         * mm-decode.el (mm-display-external): Add missing cdr.
10590
10591 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10594         RFC1524) if it is in mailcap or add a suffix according to
10595         mailcap-mime-extensions when generating a temp filename; postpone
10596         deleting a temp file for 2 seconds for some wrappers, shell
10597         scripts, and so on, which might exit right after having started a
10598         viewer command as a background job.
10599
10600 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * nntp.el (nntp-marks-directory): Fix custom group.
10603
10604         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10605         steps when < 10.
10606
10607         * gnus-start.el (gnus-no-server-1): Mention
10608         `gnus-level-default-subscribed' in doc string.
10609
10610 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10611
10612         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10613         parens.
10614
10615 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-xmas.el (gnus-use-toolbar): Revert.
10618         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10619         gnus-use-toolbar is default.
10620
10621         * messagexmas.el (message-use-toolbar): Revert.
10622         (message-setup-toolbar): Use global default-toolbar if
10623         message-use-toolbar is default.
10624
10625 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10628         according to default-toolbar-visible-p.
10629
10630         * messagexmas.el (message-use-toolbar): Ditto.
10631
10632 2005-11-26  Dave Love  <fx@gnu.org>
10633
10634         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10635         (tls-program, tls-success): Provide openssl alternative.
10636
10637         * starttls.el: Doc fixes.
10638         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10639         SERVICE to PORT.
10640
10641         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10642         port null or service name.
10643         (starttls-negotiate): Autoload.
10644
10645 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * message.el (message-kill-to-signature): Fix interactive spec.
10648
10649 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * pop3.el (pop3-open-server): Recognize a string as a service name.
10652
10653 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10654
10655         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10656
10657 2005-11-23  Dave Love  <fx@gnu.org>
10658
10659         Add pop3s, pop3/starttls.
10660
10661         * pop3.el (pop3-authentication-scheme): Clarify doc.
10662         (open-tls-stream, starttls-open-stream): Autoload.
10663         (pop3-stream-type): New.
10664         (pop3-open-server): Use it.
10665
10666         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10667         for POP.
10668         (mail-source-keyword-map): Add :stream for POP.
10669         (mail-source-fetch-pop): Use pop3-stream-type.
10670
10671 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10674         of current-time-string.
10675
10676 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10677
10678         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10679         date header.
10680
10681 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10682
10683         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10684         it can seriously impact performance as it bypasses the agent's
10685         local caches.
10686
10687 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10688
10689         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10690         must be explicitly online rather than "not explicitly offline" for
10691         its flags to be synchronized.
10692
10693         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10694         that gnus-uu-unmark-thread will function correctly.
10695
10696         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10697         1024K is instead displayed as 1M.
10698
10699 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700
10701         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10702
10703 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10704
10705         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10706
10707 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10708
10709         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10710         error message to display actual error condition.
10711         (gnus-agent-save-local): Avoid saving symbols that are bound to
10712         nil as they simply result in a warning message in
10713         gnus-agent-read-local.
10714
10715 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10718         rather than make-variable-buffer-local for file-precious-flag.
10719
10720 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10721
10722         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10723         for duplicates which are removed.  The invalid sort check then
10724         triggers a rescan after the sort as sorting may have moved
10725         duplicate entries such that they can be cheaply detected.
10726
10727 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10730
10731 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10732
10733         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10734         internal variable to a custom variable.  Changed default value
10735         from compressed(2) to uncompressed(1).
10736         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10737         support for uncompressed agentview files.  Taken together, reading
10738         the agentview file should now be 6-7 times faster.
10739
10740 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10741
10742         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10743         as a buffer-local variable.  This avoids creating truncated
10744         dribble files as a result of a hang up, eg.
10745
10746 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10747
10748         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10749         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10750         XEmacs.
10751
10752 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * gnus-start.el (gnus-start-draft-setup): Enforce
10755         `gnus-draft-mode' for nndraft:drafts at startup.
10756
10757         * gnus.el (gnus-splash): Change custom group.
10758         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10759         allow-list argument.
10760
10761         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10762         string.
10763
10764 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * gnus-art.el (gnus-default-article-saver): Add user-defined
10767         `function' to custom type.
10768
10769 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10770
10771         * imap.el (imap-open): Handle case where buffer is a buffer
10772         object.
10773
10774 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10777         long lines.
10778         (gnus-cache-delete-group): Wrap doc strings.
10779
10780         * gnus-agent.el (gnus-agent-rename-group)
10781         (gnus-agent-delete-group): Wrap doc strings.
10782
10783 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * messagexmas.el (message-use-toolbar): Change the valid values
10786         into default, top, bottom, left, and right.
10787         (message-toolbar-thickness): New variable.
10788         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10789         well.
10790         (message-setup-toolbar): Make it work.
10791
10792         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10793         (gnus-use-toolbar): Change the valid values into default, top,
10794         bottom, left, and right.
10795         (gnus-toolbar-thickness): New variable.
10796         (gnus-xmas-setup-toolbar): New function.
10797         (gnus-xmas-setup-group-toolbar): Use it.
10798         (gnus-xmas-setup-summary-toolbar): Use it.
10799
10800 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10801
10802         * gnus-start.el (gnus-1): Add "native" to
10803         gnus-predefined-server-alist.
10804
10805         * gnus.el (gnus-method-to-server): Don't add "native" to the
10806         lists here, because that leads to problems when
10807         gnus-select-method is bound.
10808
10809 2005-11-09  Simon Josefsson  <jas@extundo.com>
10810
10811         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10812         use (not sort-by-date) instead.
10813
10814 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10815
10816         * gnus-delay.el (gnus-delay-group): Don't autoload.
10817         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10818         to be re-loaded when customizing the `gnus-delay' group.
10819
10820 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10821
10822         * message.el: Revert last changes.
10823         (message-insert-citation-line): Use newlines.
10824
10825 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10826
10827         * message.el (message-courtesy-message)
10828         (message-mark-insert-begin, message-mark-insert-end)
10829         (message-elide-ellipsis, message-cancel-message)
10830         (message-add-header, message-change-subject)
10831         (message-cross-post-followup-to-header)
10832         (message-cross-post-insert-note, message-reduce-to-to-cc)
10833         (message-widen-reply, message-delete-not-region)
10834         (message-kill-to-signature, message-insert-signature)
10835         (message-insert-importance-high, message-insert-importance-low)
10836         (message-insert-or-toggle-importance)
10837         (message-insert-disposition-notification-to)
10838         (message-indent-citation, message-yank-original)
10839         (message-cite-original-without-signature, message-cite-original)
10840         (message-insert-citation-line, message-position-on-field)
10841         (message-fix-before-sending, message-send-mail-partially)
10842         (message-send-mail, message-send-mail-with-sendmail)
10843         (message-send-mail-with-qmail, message-send-news)
10844         (message-check-news-header-syntax, message-generate-headers)
10845         (message-insert-courtesy-copy, message-fill-address)
10846         (message-fill-header, message-shorten-references)
10847         (message-setup-1, message-cancel-news)
10848         (message-forward-make-body-plain, message-forward-make-body-mime)
10849         (message-forward-make-body-mml, message-encode-message-body)
10850         (message-forward-make-body-digest-plain)
10851         (message-forward-make-body-digest-mime)
10852         (message-use-alternative-email-as-from): Insert `hard-newline'
10853         instead of ordinary newlines.
10854
10855 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * message.el (message-generate-headers): Downcase the argument
10858         given to message-check-element.
10859
10860 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10861
10862         * nntp.el (nntp-authinfo-rejected): New error condition.
10863         (nntp-wait-for): Use new error condition to signal authentication
10864         error.
10865         (nntp-retrieve-data): Rethrow new error condition to break out of
10866         recursive call to nntp-send-authinfo.
10867
10868 2005-11-08  Romain Francoise  <romain@orebokech.com>
10869
10870         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10871         (gnus-summary-exit-map): Bind to `Z p'.
10872         (gnus-summary-make-menu-bar): Add menu item.
10873
10874 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10877         (gnus-treat-*): Add `first' in all doc strings.
10878
10879         * gnus-group.el (gnus-group-compact-group): Fix typo.
10880
10881 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus.el (gnus-parameters-case-fold-search): New variable.
10884         (gnus-parameters-get-parameter): Use it.
10885
10886         * gnus-score.el (gnus-home-score-file): Doc fix.
10887
10888 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10889
10890         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10891
10892 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * mm-util.el (mm-special-display-p): New function.
10895
10896         * mml.el (mml-preview): Use it; doc fix.
10897
10898 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10899
10900         * imap.el (imap-open): Handle case where buffer is a buffer object.
10901
10902 2005-10-29  Romain Francoise  <romain@orebokech.com>
10903
10904         * message.el (message-fix-before-sending): Fix comment.
10905
10906 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10907
10908         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10909
10910 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10911
10912         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10913         Used in gnus-score.el.
10914
10915 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10918
10919 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10922         whitespace removed in revision 7.8.  Use concatenated string to
10923         protect trailing whitespace.
10924
10925 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10926
10927         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10928         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10929         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10930         Courier IMAP ("some version from 2004").  Mostly based on similar
10931         code in the same function.
10932
10933 2005-10-26  Didier Verna  <didier@xemacs.org>
10934
10935         * gnus-group.el (gnus-group-compact-group): Invalidate original
10936         article buffer.
10937         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10938         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10939         NOV database and in article itself.
10940         Invalidate article backlog.
10941
10942 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10945
10946 2005-10-26  Simon Josefsson  <jas@extundo.com>
10947
10948         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10949         part of 2004-07-25 change.
10950
10951 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * message.el (message-display-completion-list): New function.
10954         (message-expand-group): Use it; make sure the Completions buffer
10955         is modifiable.
10956 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10957
10958         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10959         user-mail-name is an empty string.
10960
10961 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10964         depending on gnus-score-decay-constant.
10965
10966         * encrypt.el (encrypt-insert-file-contents)
10967         (encrypt-write-file-contents): Don't use `gnus-message'.
10968
10969         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10970         arguments.
10971         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10972         arguments to mm-uu-verbatim-marks-extract.
10973         (mm-uu-hide-markers): New variable.
10974         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10975
10976         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10977         (gnus-convert-image-to-face-command): Use "convert" by default to
10978         allow other input image formats.
10979         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10980         accordingly.
10981
10982 2005-10-23  Simon Josefsson  <jas@extundo.com>
10983
10984         * imap.el (imap-gssapi-program): Align command line parameters
10985         with latest GNU SASL.
10986         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10987
10988 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10991         HTML.
10992         (nnslashdot-request-article): Ditto.
10993
10994         * lpath.el (featurep): Add nobreak-char-display.
10995
10996 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10997
10998         * mail-source.el (mail-source-fetch-pop): Require pop3.
10999         (mail-source-check-pop): Ditto.
11000
11001 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11004         errors.
11005
11006 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11009         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11010
11011         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11012
11013         * mm-bodies.el (mm-decode-string): Call
11014         `mm-charset-to-coding-system' with allow-override argument.
11015
11016 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11019         (rfc2047-charset-to-coding-system): New function.
11020         (rfc2047-decode-encoded-words): New function.
11021         (rfc2047-decode-region): Use them.
11022         (rfc2047-decode-cte): Remove.
11023         (rfc2047-parse-and-decode): Remove.
11024         (rfc2047-decode): Remove.
11025
11026 2005-10-15  Kenichi Handa  <handa@m17n.org>
11027
11028         * rfc2047.el (rfc2047-decode-cte): New function.
11029         (rfc2047-decode-region): Change the way to decode successive
11030         encoded-words: decode B- or Q-encoding in each encoded-word,
11031         concatenate them, and decode it as charset.
11032
11033 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * lpath.el: Fbind codepage-setup for XEmacs.
11036
11037 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11038
11039         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11040         widget-move-and-invoke.
11041         (gnus-custom-mode): Use gnus-custom-map.
11042
11043 2005-10-15  Bill Wohler  <wohler@newt.com>
11044
11045         * message.el (message-tool-bar-map): Renamed image file from
11046         mail_send to mail/send.
11047
11048 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11049
11050         * message.el (message-expand-group): Pass the common
11051         prefix substring of completion to `display-completion-list'.
11052
11053 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * mml-sec.el (mml-secure-method): New internal variable.
11056         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11057         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11058         functions using mml-secure-method.
11059
11060         * mml.el (mml-mode-map): Add key bindings for those functions.
11061         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11062         Harder <harder@myrealbox.com>.
11063         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11064         end of message if point is the headers of the message.
11065
11066         * message.el (message-in-body-p): New function.
11067
11068         * assistant.el: Autoload gnus-util and netrc.
11069
11070         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11071         Use `mm-charset-override-alist' only when decoding.
11072
11073         * mm-bodies.el (mm-decode-body): Call
11074         `mm-charset-to-coding-system' with allow-override argument.
11075
11076         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11077         `filename' from Content-Disposition if Content-Type doesn't
11078         provide `name'.
11079         (gnus-mime-view-part-as-type): Set default instead of
11080         initial-input.
11081
11082 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11083
11084         * format-spec.el (format-spec): Propagate text properties of % spec.
11085
11086 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * gnus-art.el (gnus-treat-predicate): Add `first'.
11089
11090 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11093         (mm-charset-override-alist): New variable.
11094         (mm-charset-to-coding-system): Use it.
11095         (mm-codepage-setup): New helper function.
11096         (mm-charset-eval-alist): New variable.
11097         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11098         about unknown charsets.
11099
11100         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11101
11102 2005-10-04  David Hansen  <david.hansen@gmx.net>
11103
11104         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11105         (nnrss-check-group): Ditto.
11106
11107 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11110         Rename x-gnus-verbatim to x-verbatim.
11111         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11112
11113         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11114         x-verbatim.
11115
11116         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11117
11118         * gnus-util.el (gnus-remove-duplicates): Remove.
11119
11120         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11121         instead of gnus-remove-duplicates.
11122
11123         * message.el (message-remove-duplicates): Remove.
11124         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11125         message-remove-duplicates.
11126
11127         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11128         available, else use implementation from `delete-dups'.
11129
11130         * message.el (message-insert-expires): New function.
11131         (message-mode-map): Add key binding.
11132         (message-mode-field-menu): Add menu entry.
11133         (message-mode): Document it.
11134         (message-make-expires-date): Use `message-make-date'.
11135
11136 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11137
11138         * message.el (message-make-expires-date): New function.
11139
11140 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * Makefile.in (list-installed-shadows): New entry.
11143         (install): Use it.
11144         (remove-installed-shadows): New entry.
11145
11146         * dgnushack.el (dgnushack-default-load-path): New variable.
11147         (dgnushack-find-lisp-shadows): New function.
11148         (dgnushack-remove-lisp-shadows): New function.
11149
11150 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * Makefile.in (install-el-elc): New entry.
11153         (install): Use it so that .el files are necessarily installed.
11154
11155 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11158
11159 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11160
11161         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11162         function rather than the diff-mode.el package.
11163         (mm-display-external): Use with-current-buffer.
11164         (mm-viewer-completion-map, mm-viewer-completion-map):
11165         Move initialization inside declaration.
11166
11167 2005-09-29  Simon Josefsson  <jas@extundo.com>
11168
11169         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11170         autoload mail-check-payment.
11171         (spam-check-hashcash): Define unconditionally, since hashcash.el
11172         is part of Gnus now.  Ignore errors from payment checking.
11173
11174 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * message.el (message-bold-region, message-unbold-region): Rename
11177         from `bold-region' and `unbold-region'.
11178
11179         * message.el: Remove useless autoloads.
11180
11181 2005-09-28  Simon Josefsson  <jas@extundo.com>
11182
11183         * message.el (message-use-idna): Default to t.
11184         (message-use-idna): Test whether encoding works too.  Doc fix.
11185
11186 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * nntp.el (nntp-warn-about-losing-connection): Remove.
11189
11190 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11193         customizable.  Change default value.
11194         (mm-uu-diff-groups-regexp): Change default value.
11195         (mm-uu-type-alist): Add doc string.
11196         (mm-uu-configure): Add doc string.  Make it interactive.
11197         (mm-uu-tex-groups-regexp): New variable.
11198         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11199         (mm-uu-type-alist): Add LaTeX documents.
11200         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11201         of "text/verbatim".
11202         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11203
11204         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11205         instead of "text/verbatim".
11206
11207         * message.el (message-mark-inserted-region)
11208         (message-mark-insert-file): Use slrn style marks when called with
11209         prefix argument.
11210
11211 2005-09-27  Simon Josefsson  <jas@extundo.com>
11212
11213         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11214
11215 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11216
11217         * message.el (message-remove-duplicates): New function.
11218         Implementation borrowed from `gnus-remove-duplicates'.
11219         (message-idna-to-ascii-rhs): Also encode idna addresses in
11220         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11221         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11222         only ask about the same idna domain once per header and also tell
11223         in what header to replace the idna domain.
11224
11225         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11226         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11227         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11228         a header is decoded and not just the last one.
11229
11230 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11233         has been decoded.
11234
11235         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11236         (mm-insert-part): Don't modify text if it has been decoded.
11237
11238         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11239         decoded.
11240
11241         * mm-view.el (mm-inline-text): Don't strip text props unless
11242         decoding enriched or richtext parts.
11243
11244 2005-09-25  Romain Francoise  <romain@orebokech.com>
11245
11246         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11247         * gnus-start.el (gnus-subscribe-interactively):
11248         * gnus-uu.el (gnus-uu-grab-articles):
11249         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11250         space.
11251
11252 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11253
11254         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11255         * mm-view.el (mm-view-pkcs7-decrypt):
11256         * gnus-sum.el (gnus-summary-limit-to-extra)
11257         (gnus-summary-respool-article, gnus-read-move-group-name):
11258         * gnus-score.el (gnus-summary-increase-score):
11259         * gnus-util.el (gnus-completing-read-with-default):
11260         * gnus-art.el (gnus-read-save-file-name)
11261         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11262         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11263         * message.el (message-check-news-header-syntax):
11264         Follow convention for reading with the minibuffer.
11265
11266 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * spam-report.el (spam-report-url-ping-plain):
11269         Use gnus-extended-version as User-Agent.
11270
11271         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11272         default value is nil.
11273
11274         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11275         (mm-uu-verbatim-marks-extract): New function.
11276         (mm-uu-extract): New face.
11277         (mm-uu-copy-to-buffer): Use it.
11278
11279         * spam-report.el (spam-report-gmane-ham): Renamed from
11280         `spam-report-gmane-unspam'.
11281         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11282         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11283
11284         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11285         Autoload.
11286         (spam-report-gmane-unregister-routine): Renamed
11287         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11288
11289 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11292         (spam-report-gmane-unregister-routine): Add support for gmane
11293         unregistration.
11294
11295         * spam-report.el (spam-report-gmane-unspam)
11296         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11297         (spam-report-gmane): Change to take a single article and do unspam
11298         registration.
11299
11300 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * mm-url.el (mm-url-decode-entities): Fix regexp.
11303
11304 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11305
11306         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11307         default to nil, to be able to use Gnus at all.  If the default
11308         switches to something else, then the function should be fixed not
11309         be exceedingly slow.
11310
11311 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11312
11313         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11314         fail hard.
11315
11316         * spam-report.el: Add better Keywords line.
11317
11318         * spam.el: Add Maintainer and better Keywords line.
11319
11320 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * gnus-art.el (gnus-article-replace-part)
11323         (gnus-mime-replace-part): New functions.
11324         (gnus-mime-action-alist, gnus-mime-button-commands)
11325         (gnus-mime-save-part-and-strip): Added file argument.
11326         (gnus-article-part-wrapper): Added interactive argument.
11327
11328         * gnus-sum.el (gnus-summary-mime-map): Add
11329         `gnus-article-replace-part'.
11330
11331 2005-09-19  Didier Verna  <didier@xemacs.org>
11332
11333         The nnml compaction feature:
11334         * nnml.el (nnml-request-compact-group): New function.
11335         * nnml.el (nnml-request-compact): New function.
11336         * gnus-int.el (gnus-request-compact-group): New function.
11337         * gnus-int.el (gnus-request-compact): New function.
11338         * gnus-group.el (gnus-group-compact-group): New function.
11339         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11340         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11341         * gnus-srvr.el (gnus-server-compact-server): New function.
11342         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11343         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11344
11345 2005-09-18  Deepak Goel  <deego@gnufans.org>
11346
11347         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11348         format spec.
11349
11350 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11353
11354 2005-09-15  Romain Francoise  <romain@orebokech.com>
11355
11356         * message.el (message-fill-paragraph): Clarify docstring.
11357
11358 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-art.el (gnus-mime-display-part): Protect against broken
11361         MIME messages.
11362
11363 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11366         before parsing header.
11367
11368 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11369
11370         * html2text.el (html2text-replace-list): Add new entities.
11371
11372 2005-09-11  Romain Francoise  <romain@orebokech.com>
11373
11374         * message.el (message-alternative-emails): Improve docstring.
11375         (message-setup-1): Call `message-use-alternative-email-as-from'
11376         after `message-setup-hook' to give it precedence over posting
11377         styles, etc.
11378         (message-use-alternative-email-as-from): Add docstring.  Remove
11379         the original From header if present.
11380
11381         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11382         (nnml-save-mail): Use it.
11383
11384         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11385         articles.  Add new argument `silent'.
11386         (gnus-uu-mark-all): Report the total number of marked articles.
11387
11388 2005-09-10  Romain Francoise  <romain@orebokech.com>
11389
11390         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11391         (gnus-uu-mark-series): Likewise.
11392
11393 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * spam-report.el (spam-report-gmane): Fix generation of spam
11396         report URL.
11397
11398 2005-09-10  Simon Josefsson  <jas@extundo.com>
11399
11400         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11401         t, based on discussion on the ding list with Robert Epprecht
11402         <epprecht@solnet.ch>.
11403
11404 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * spam-report.el (spam-report-gmane): Make it work without
11407         X-Report-Spam header.  Gmane now only provides Archived-At.
11408         This is only used if `spam-report-gmane-use-article-number' is nil.
11409         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11410
11411         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11412         make `gnus-summary-sort-by-recipient' work with threading.
11413
11414         * nnweb.el (nnweb-google-wash-article): Print a message if article
11415         is not available.
11416
11417 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11418
11419         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11420         change.  Decode text/* parts content before displaying.
11421
11422 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11425
11426 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11429
11430         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11431         url-package-name, url-package-version,
11432         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11433         w3m-display-inline-images, and w3m-minor-mode-map.
11434
11435 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * message.el (message-tab-body-function): Fix mismatched custom type.
11438
11439         * gnus.el (gnus-group-change-level-function): Ditto.
11440
11441         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11442
11443         * gnus-art.el (gnus-signature-limit)
11444         (gnus-article-mime-part-function): Ditto.
11445
11446 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * mml.el (mml-mode): Silence the byte compiler.
11449
11450         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11451         using `(sit-for 0)' before moving the point to the specified part;
11452         skip unbuttonized parts.
11453         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11454         return to the summary window if gnus-auto-select-part is non-nil.
11455
11456 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11459         variables.
11460         (mml-dnd-attach-file, mml-mode): Use them.
11461
11462         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11463         Make fetching article by MID work again for Google Groups.  Added
11464         FIXME concerning gnus-group-make-web-group.
11465
11466         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11467         Don't depend on Gnus by using mail-extract-address-components if
11468         gnus-extract-address-components is not bound.
11469
11470 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11471
11472         * gnus-art.el (gnus-mime-display-security): Don't display the
11473         signature, but only the signed part.
11474
11475 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11478
11479         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11480         list, not listp.
11481
11482 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11483
11484         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11485         when encoding.
11486
11487         * mm-bodies.el (mm-decode-content-transfer-encoding):
11488         De-canonicalize CRLF for all text content types, not just
11489         text/plain.
11490
11491 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11494         valid article; point arrow and cursor at the MIME button.
11495
11496 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11499         Suggested by Dan Christensen <jdc@uwo.ca>.
11500
11501         * mm-decode.el (mm-save-part): Enable change of prompt.
11502
11503 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11504
11505         * gnus-msg.el (gnus-inews-add-send-actions): Made
11506         `message-post-method' lambda parameter ARG `&optional'.
11507
11508 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * gnus-sum.el (gnus-summary-mime-map): Added
11511         gnus-article-save-part-and-strip, gnus-article-delete-part and
11512         gnus-article-jump-to-part.
11513
11514         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11515         (gnus-article-edit-part): Use it.
11516         (gnus-article-part-wrapper): Added no-handle argument.
11517         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11518         functions.
11519
11520 2005-08-29  Romain Francoise  <romain@orebokech.com>
11521
11522         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11523         docstring.
11524         (gnus-face-from-file): Likewise.
11525
11526 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11529         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11530         non-nil.
11531         (gnus-auto-select-part): New variable.
11532         (gnus-article-jump-to-part): New function.
11533         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11534         (gnus-mime-delete-part): Allow selecting specified part after
11535         deleting or stripping parts.
11536         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11537         part if argument is bogus.
11538
11539 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11540
11541         * gnus-art.el (w3m-minor-mode-map):
11542         * gnus-spec.el (gnus-newsrc-file-version):
11543         * gnus-util.el (nnmail-active-file-coding-system)
11544         (gnus-original-article-buffer, gnus-user-agent):
11545         * gnus.el (gnus-ham-process-destinations)
11546         (gnus-parameter-ham-marks-alist)
11547         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11548         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11549         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11550         * mm-decode.el (gnus-current-window-configuration):
11551         * mm-extern.el (gnus-article-mime-handles):
11552         * mm-url.el (url-current-object, url-package-name)
11553         (url-package-version):
11554         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11555         (smime-keys, w3m-cid-retrieve-function-alist)
11556         (w3m-current-buffer, w3m-display-inline-images)
11557         (w3m-minor-mode-map):
11558         * mml-smime.el (gnus-extract-address-components):
11559         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11560         (gnus-newsrc-hashtb, message-default-charset)
11561         (message-deletable-headers, message-options)
11562         (message-posting-charset, message-required-mail-headers)
11563         (message-required-news-headers):
11564         * mml1991.el (mc-pgp-always-sign):
11565         * mml2015.el (mc-pgp-always-sign):
11566         * nnheader.el (nnmail-extra-headers):
11567         * rfc1843.el (gnus-decode-encoded-word-function)
11568         (gnus-decode-header-function, gnus-newsgroup-name):
11569         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11570
11571 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11572
11573         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11574         the end of the date treatments.
11575
11576 2005-08-15  Simon Josefsson  <jas@extundo.com>
11577
11578         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11579         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11580         Capello and Romain Francoise.
11581         (pgg-fetch-key-function): Removed, not used?
11582         (pgg-insert-url-with-w3): Require url, to get
11583         url-insert-file-contents regardless of where it is defined.
11584
11585 2005-08-13  Romain Francoise  <romain@orebokech.com>
11586
11587         * message.el (message-cite-original-1): New function.
11588         (message-cite-original): Use it.
11589         (message-cite-original-without-signature): Ditto.
11590
11591 2005-08-08  Romain Francoise  <romain@orebokech.com>
11592
11593         * message.el (message-yank-empty-prefix): New variable.
11594         (message-indent-citation): Use it.
11595         (message-cite-original-without-signature): Respect X-No-Archive.
11596
11597 2005-08-08  Simon Josefsson  <jas@extundo.com>
11598
11599         * pgg.el: Autoload url-insert-file-contents instead of loading
11600         w3/url.
11601         (pgg-insert-url-with-w3): Don't load url here.
11602
11603 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11604
11605         * message.el (message-kill-to-signature): Don't insert newline at
11606         bol.
11607         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11608
11609 2005-08-06  Romain Francoise  <romain@orebokech.com>
11610
11611         * message.el (message-user-fqdn): Fix typo in docstring.
11612
11613 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11614
11615         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11616
11617         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11618
11619 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * mm-bodies.el (mm-encode-body): Use coding system rather than
11622         charset to encode text.
11623
11624         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11625         number of charsets if utf-8 is available (XEmacs).
11626
11627 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11630         taken from `gnus-button-mid-or-mail-regexp'.
11631         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11632         (gnus-button-alist): Improve regexp for domain part of the MIDs
11633         for news:localpart@domain buttons.
11634         (gnus-button-ctan-directory-regexp): Update.
11635
11636 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * sieve-manage.el (sieve-manage-interactive-login): Use
11639         make-local-variable rather than make-variable-buffer-local.
11640         (sieve-manage-open): Ditto.
11641         (sieve-manage-authenticate): Ditto.
11642
11643         * mml.el (mml-generate-mime-1): Make the content type default to
11644         text/plain if the filename is not specified.
11645
11646 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11649         instead of insert-buffer.
11650
11651         * message.el (message-yank-original): Ditto; set the mark at the
11652         end of the yanked message.
11653
11654 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11657         lines to scroll rather than to stop it.
11658
11659         * mml.el (mml-generate-default-type): Add doc string.
11660         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11661         default to application/octet-stream when determining the content
11662         type if it is not specified for the part or the mml contents; add
11663         a comment about mml-generate-default-type.
11664
11665 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11668         make it default to application/octet-stream when determining the
11669         content type if it is not specified for the external contents.
11670
11671 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11674         segmented parameter but also other parameters might be there.
11675
11676 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * mm-decode.el (mm-display-external): Delete temp file, directory
11679         and buffer immediately if the external process is exited.
11680
11681 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11684         fewer lines than that of scroll-margin.
11685         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11686
11687 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-art.el (gnus-article-next-page): Revert.
11690         (gnus-article-beginning-of-window): New macro.
11691         (gnus-article-next-page-1): Use it.
11692         (gnus-article-prev-page): Ditto.
11693         (gnus-article-edit-part): Use insert-buffer-substring instead of
11694         insert-buffer.
11695         (gnus-article-edit-exit): Ditto.
11696
11697         * gnus-util.el (gnus-beginning-of-window): Remove.
11698         (gnus-end-of-window): Remove.
11699
11700         * lpath.el: Don't bind header-line-format and scroll-margin.
11701
11702 2005-07-25  Simon Josefsson  <jas@extundo.com>
11703
11704         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11705         to have the url package without w3.  Reported by Daiki Ueno
11706         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11707
11708 2005-07-20  Didier Verna  <didier@xemacs.org>
11709
11710         * gnus-diary.el: Remove the description comment (nndiary is now
11711         properly documented in the Gnus manual).
11712         Fix the spelling of "Back End".
11713         * nndiary.el: Ditto.
11714         Fix the copyright notice.
11715
11716 2005-07-18  Romain Francoise  <romain@orebokech.com>
11717
11718         * gnus-sum.el (gnus-summary-to-prefix)
11719         (gnus-summary-newsgroup-prefix): New variables.
11720         (gnus-summary-from-or-to-or-newsgroups): Use them.
11721
11722 2005-07-17  Romain Francoise  <romain@orebokech.com>
11723
11724         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11725         space as it's generally not especially interesting to the user.
11726
11727 2005-07-16  Romain Francoise  <romain@orebokech.com>
11728
11729         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11730         nil to avoid prompting and file modification if one of the
11731         messages at the top of the nnfolder file contains a copyright
11732         notice.
11733         Update copyright notice.
11734
11735         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11736         instead of `current-time-string' as the latter creates a time
11737         string that is not RFC 2822 compliant (it lacks the zone).
11738         Update copyright notice.
11739
11740 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11741
11742         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11743         for text/rtf.  Display default in prompt.  Pass default for M-n.
11744
11745         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11746
11747 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11748
11749         * gnus-msg.el (gnus-button-mailto): Remove
11750         save-selected-window-window hackery because it relies on
11751         save-selected-window internals.
11752
11753 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11756         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11757         (gnus-article-prev-page): Ditto.
11758
11759         * gnus-util.el (gnus-beginning-of-window): New function.
11760         (gnus-end-of-window): New function.
11761
11762         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11763
11764 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11765
11766         * gnus-score.el (gnus-score-edit-all-score): Set
11767         gnus-score-edit-exit-function to gnus-score-edit-done and call
11768         gnus-message.
11769
11770 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771
11772         * gnus-msg.el (gnus-button-mailto): Remove
11773         save-selected-window-window hackery because it relies on
11774         save-selected-window internals.
11775
11776 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11779         add-minor-mode.
11780         (gnus-binary-mode): Ditto.
11781
11782         * gnus-topic.el (gnus-topic-mode): Ditto.
11783
11784 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11785
11786         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11787         (gnus-article-prev-page): Take scroll-margin into consideration.
11788
11789 2005-07-04  Lute Kamstra  <lute@gnu.org>
11790
11791         Update FSF's address in GPL notices.
11792
11793 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11794
11795         * gnus.el (gnus-exit):
11796         * gnus-group.el (gnus-group-icons):
11797         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11798
11799         * gnus-nocem.el (gnus-nocem):
11800         * message.el (message-various, message-buffers, message-sending)
11801         (message-interface, message-forwarding, message-insertion)
11802         (message-headers, message-news, message-mail):
11803         * pgg-gpg.el (pgg-gpg):
11804         * pgg-parse.el (pgg-parse):
11805         * pgg-pgp.el (pgg-pgp):
11806         * pgg-pgp5.el (pgg-pgp5):
11807         * pop3.el (pop3): Finish `defgroup' description with period.
11808
11809 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * gnus-art.el (article-display-face): Improve the efficiency.
11812         (article-display-x-face): Ditto; remove grey x-face stuff.
11813
11814 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-art.el (article-display-face): Correct the position in
11817         which Faces are inserted.
11818
11819 2005-06-29  Didier Verna  <didier@xemacs.org>
11820
11821         * gnus-art.el (article-display-face): Display faces in correct
11822         order.
11823
11824 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11827         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11828         (gnus-nocem-check-article): Fetch the Type header.
11829         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11830         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11831         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11832         make sure gnus-nocem-hashtb is initialized.
11833         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11834         (gnus-nocem-unwanted-article-p): Ditto.
11835
11836         * pgg.el (pgg-verify): Return the verification result.
11837
11838 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11839
11840         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11841         is ascii.
11842
11843 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11844
11845         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11846         `show-nonbreak-escape'.
11847
11848 2005-06-23  Lute Kamstra  <lute@gnu.org>
11849
11850         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11851
11852         * dig.el (dig-mode):
11853         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11854
11855 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11856
11857         * nnimap.el (nnimap-split-download-body): Fix spellings.
11858
11859 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11860
11861         * gnus-art.el (gnus-article-encrypt-body):
11862         * gnus-cus.el (gnus-score-customize):
11863         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11864         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11865
11866 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11867
11868         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11869         header by looking for magic "MII" at the beginnig.
11870
11871 2005-06-16  Miles Bader  <miles@gnu.org>
11872
11873         * gnus-xmas.el (gnus-xmas-group-startup-message):
11874         Use renamed gnus-splash face.
11875
11876         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11877         (assistant-field-face): New backward-compatibility alias for renamed
11878         face.
11879         (assistant-render-text): Use renamed assistant-field face.
11880
11881         * spam.el (spam): Remove "-face" suffix from face name.
11882         (spam-face): New backward-compatibility alias for renamed face.
11883         (spam-face, spam-initialize): Use renamed spam face.
11884
11885         * message.el (message-header-to, message-header-cc)
11886         (message-header-subject, message-header-newsgroups)
11887         (message-header-other, message-header-name)
11888         (message-header-xheader, message-separator, message-cited-text)
11889         (message-mml): Remove "-face" suffix from face names.
11890         (message-header-to-face, message-header-cc-face)
11891         (message-header-subject-face, message-header-newsgroups-face)
11892         (message-header-other-face, message-header-name-face)
11893         (message-header-xheader-face, message-separator-face)
11894         (message-cited-text-face, message-mml-face):
11895         New backward-compatibility aliases for renamed faces.
11896         (message-font-lock-keywords): Use renamed message faces.
11897
11898         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11899         (sieve-test-commands, sieve-tagged-arguments):
11900         Remove "-face" suffix from face names.
11901         (sieve-control-commands-face, sieve-action-commands-face)
11902         (sieve-test-commands-face, sieve-tagged-arguments-face):
11903         New backward-compatibility aliases for renamed faces.
11904         (sieve-control-commands-face, sieve-action-commands-face)
11905         (sieve-test-commands-face, sieve-tagged-arguments-face):
11906         Use renamed sieve faces.
11907
11908         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11909         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11910         (gnus-group-news-3-empty, gnus-group-news-4)
11911         (gnus-group-news-4-empty, gnus-group-news-5)
11912         (gnus-group-news-5-empty, gnus-group-news-6)
11913         (gnus-group-news-6-empty, gnus-group-news-low)
11914         (gnus-group-news-low-empty, gnus-group-mail-1)
11915         (gnus-group-mail-1-empty, gnus-group-mail-2)
11916         (gnus-group-mail-2-empty, gnus-group-mail-3)
11917         (gnus-group-mail-3-empty, gnus-group-mail-low)
11918         (gnus-group-mail-low-empty, gnus-summary-selected)
11919         (gnus-summary-cancelled, gnus-summary-high-ticked)
11920         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11921         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11922         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11923         (gnus-summary-low-undownloaded)
11924         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11925         (gnus-summary-low-unread, gnus-summary-normal-unread)
11926         (gnus-summary-high-read, gnus-summary-low-read)
11927         (gnus-summary-normal-read, gnus-splash):
11928         Remove "-face" suffix from face names.
11929         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11930         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11931         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11932         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11933         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11934         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11935         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11936         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11937         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11938         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11939         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11940         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11941         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11942         (gnus-summary-normal-ticked-face)
11943         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11944         (gnus-summary-normal-ancient-face)
11945         (gnus-summary-high-undownloaded-face)
11946         (gnus-summary-low-undownloaded-face)
11947         (gnus-summary-normal-undownloaded-face)
11948         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11949         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11950         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11951         (gnus-splash-face):
11952         New backward-compatibility aliases for renamed faces.
11953         (gnus-group-startup-message): Use renamed gnus faces.
11954
11955         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11956         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11957         (gnus-server-agent): Remove "-face" suffix from face names.
11958         (gnus-server-agent-face, gnus-server-opened-face)
11959         (gnus-server-closed-face, gnus-server-denied-face)
11960         (gnus-server-offline-face):
11961         New backward-compatibility aliases for renamed faces.
11962         (gnus-server-agent-face, gnus-server-opened-face)
11963         (gnus-server-closed-face, gnus-server-denied-face)
11964         (gnus-server-offline-face): Use renamed gnus faces.
11965
11966         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11967         Remove "-face" suffix from face names.
11968         (gnus-picon-xbm-face, gnus-picon-face):
11969         New backward-compatibility aliases for renamed faces.
11970
11971         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11972         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11973         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11974         (gnus-cite-11): Remove "-face" suffix from face names.
11975         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11976         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11977         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11978         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11979         New backward-compatibility aliases for renamed faces.
11980         (gnus-cite-attribution-face, gnus-cite-face-list)
11981         (gnus-article-boring-faces): Use renamed gnus faces.
11982
11983         * gnus-art.el (gnus-signature, gnus-header-from)
11984         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11985         (gnus-header-content): Remove "-face" suffix from face names.
11986         (gnus-signature-face, gnus-header-from-face)
11987         (gnus-header-subject-face, gnus-header-newsgroups-face)
11988         (gnus-header-name-face, gnus-header-content-face):
11989         New backward-compatibility aliases for renamed faces.
11990         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11991
11992         * gnus-sum.el (gnus-summary-selected-face)
11993         (gnus-summary-highlight): Use renamed gnus faces.
11994         * gnus-group.el (gnus-group-highlight): Likewise.
11995
11996 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11997
11998         * gnus-sieve.el (gnus-sieve-article-add-rule):
11999         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12000         * spam-stat.el (spam-stat-buffer-change-to-spam)
12001         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12002
12003         * message.el (message-is-yours-p):
12004         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12005
12006 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * mm-view.el (mm-inline-text): Withdraw the last change.
12009
12010 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12013         executing enriched-decode.
12014
12015 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12018         charset of tar files.
12019
12020 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12021
12022         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12023
12024 2005-06-04  Lute Kamstra  <lute@gnu.org>
12025
12026         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12027         information is never recorded.
12028
12029 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12030
12031         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12032
12033 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * pop3.el (pop3-apop): Run md5 in the binary mode.
12036
12037         * starttls.el (starttls-set-process-query-on-exit-flag):
12038         Use eval-and-compile.
12039
12040 2005-05-31  Simon Josefsson  <jas@extundo.com>
12041
12042         * smime.el (smime-replace-in-string): Define.
12043         (smime-cert-by-ldap-1): Use it.
12044
12045 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * gnus-art.el (article-display-x-face): Replace
12048         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12049
12050         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12051         set-process-query-on-exit-flag or process-kill-without-query.
12052
12053         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12054         loop instead of replace-regexp.
12055
12056         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12057         instead of process-kill-without-query if it is available.
12058
12059         * lpath.el: Fbind ldap-search-entries.
12060
12061         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12062         instead of find-file-hooks if it is available.
12063
12064         * mml1991.el: Bind pgg-default-user-id when compiling.
12065
12066         * mml2015.el: Bind pgg-default-user-id when compiling.
12067
12068         * nndraft.el (nndraft-request-associate-buffer):
12069         Use write-contents-functions instead of write-contents-hooks if it is
12070         available.
12071
12072         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12073         instead of find-file-hooks if it is available.
12074
12075         * nntp.el (nntp-open-connection): Replace
12076         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12077         (nntp-open-ssl-stream): Ditto.
12078         (nntp-open-tls-stream): Ditto.
12079
12080         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12081         set-process-query-on-exit-flag or process-kill-without-query.
12082         (starttls-open-stream-gnutls): Use it instead of
12083         process-kill-without-query.
12084         (starttls-open-stream): Ditto.
12085
12086 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12087
12088         * smime.el (smime-cert-by-ldap-1): Don't use
12089         replace-regexp-in-string.
12090
12091 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12092
12093         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12094
12095         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12096         in PEM format.  Adjust to the XEmacs compability.
12097
12098 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12101         by `string-to-number'.
12102         * gnus-agent.el (gnus-agent-regenerate-group)
12103         (gnus-agent-fetch-articles): Ditto.
12104         * gnus-art.el (gnus-button-fetch-group): Ditto.
12105         * gnus-cache.el (gnus-cache-generate-active)
12106         (gnus-cache-articles-in-group): Ditto.
12107         * gnus-group.el (gnus-group-set-current-level)
12108         (gnus-group-insert-group-line): Ditto.
12109         * gnus-score.el (gnus-score-set-expunge-below)
12110         (gnus-score-set-mark-below, gnus-summary-score-effect)
12111         (gnus-summary-score-entry): Ditto.
12112         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12113         (gnus-soup-pack): Ditto.
12114         * gnus-spec.el (gnus-xmas-format): Ditto.
12115         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12116         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12117         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12118         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12119         * nndb.el (nndb-get-remote-expire-response): Ditto.
12120         * nndiary.el (nndiary-parse-schedule-value)
12121         (nndiary-string-to-number, nndiary-request-replace-article)
12122         (nndiary-request-article): Ditto.
12123         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12124         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12125         * nneething.el (nneething-make-head): Ditto.
12126         * nnfolder.el (nnfolder-request-article)
12127         (nnfolder-retrieve-headers): Ditto.
12128         * nnheader.el (nnheader-file-to-number): Ditto.
12129         * nnkiboze.el (nnkiboze-request-article): Ditto.
12130         * nnmail.el (nnmail-process-unix-mail-format)
12131         (nnmail-process-babyl-mail-format): Ditto.
12132         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12133         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12134         (nnmh-request-create-group, nnmh-request-list-1)
12135         (nnmh-request-group, nnmh-request-article): Ditto.
12136         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12137         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12138         * nnsoup.el (nnsoup-make-active): Ditto.
12139         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12140         * nntp.el (nntp-find-group-and-number)
12141         (nntp-retrieve-headers-with-xover): Ditto.
12142         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12143         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12144         (pgg-format-key-identifier): Ditto.
12145         * pop3.el (pop3-last, pop3-stat): Ditto.
12146         * qp.el (quoted-printable-decode-region): Ditto.
12147
12148         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12149         of concat.
12150
12151 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12154
12155         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12156
12157         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12158
12159         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12160
12161         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12162
12163         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12164
12165         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12166         (gnus-carpal-mode): Ditto.
12167
12168         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12169         (gnus-browse-mode): Ditto.
12170
12171         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12172
12173         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12174
12175 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12176
12177         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12178
12179 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * gnus-util.el (gnus-run-mode-hooks): New function.
12182
12183         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12184
12185         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12186         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12187
12188 2005-05-27  Lute Kamstra  <lute@gnu.org>
12189
12190         * dns-mode.el (dns-mode): Specify customization group.
12191
12192 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12193
12194         * gnus-agent.el (gnus-agent-make-mode-line-string):
12195         Use mode-line-highlight as mouse-face.
12196
12197 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * canlock.el (canlock): Change the parent group to news.
12200
12201         * deuglify.el (gnus-outlook-deuglify): Add :group.
12202
12203         * dig.el (dig): Add :group.
12204
12205         * dns-mode.el (dns-mode): Add :group.
12206
12207         * encrypt.el (encrypt): Add :group.
12208
12209         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12210         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12211         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12212         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12213         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12214
12215         * gnus-diary.el (gnus-diary): Add :group.
12216
12217         * gnus.el (gnus-group-news-1-face): Add :group.
12218         (gnus-group-news-1-empty-face): Ditto.
12219         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12220         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12221         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12222         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12223         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12224         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12225         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12226         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12227         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12228         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12229         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12230         (gnus-summary-high-ticked-face): Ditto.
12231         (gnus-summary-low-ticked-face): Ditto.
12232         (gnus-summary-normal-ticked-face): Ditto.
12233         (gnus-summary-high-ancient-face): Ditto.
12234         (gnus-summary-low-ancient-face): Ditto.
12235         (gnus-summary-normal-ancient-face): Ditto.
12236         (gnus-summary-high-undownloaded-face): Ditto.
12237         (gnus-summary-low-undownloaded-face): Ditto.
12238         (gnus-summary-normal-undownloaded-face): Ditto.
12239         (gnus-summary-high-unread-face): Ditto.
12240         (gnus-summary-low-unread-face): Ditto.
12241         (gnus-summary-normal-unread-face): Ditto.
12242         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12243         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12244
12245         * hashcash.el (hashcash): New custom group.
12246         (hashcash-default-payment): Add :group.
12247         (hashcash-payment-alist): Ditto.
12248         (hashcash-default-accept-payment): Ditto.
12249         (hashcash-accept-resources): Ditto.
12250         (hashcash-path): Ditto.
12251         (hashcash-extra-generate-parameters): Ditto.
12252         (hashcash-double-spend-database): Ditto.
12253         (hashcash-in-news): Ditto.
12254
12255         * message.el (message-minibuffer-local-map): Add :group.
12256
12257         * netrc.el (netrc): Add :group.
12258
12259         * sieve-manage.el (sieve-manage-log): Add :group.
12260         (sieve-manage-default-user): Diito.
12261         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12262         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12263         (sieve-manage-authenticators): Ditto.
12264         (sieve-manage-authenticator-alist): Ditto.
12265         (sieve-manage-default-port): Ditto.
12266
12267         * sieve-mode.el (sieve-control-commands-face): Add :group.
12268         (sieve-action-commands-face): Ditto.
12269         (sieve-test-commands-face): Ditto.
12270         (sieve-tagged-arguments-face): Ditto.
12271
12272         * smime.el (smime): Add :group.
12273
12274         * spam-report.el (spam-report): Add :group.
12275
12276         * spam.el (spam, spam-face): Add :group.
12277
12278 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12279
12280         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12281         return \n.\n.\n at the end of articles.  Protect against that.
12282         (nntp-with-open-group): Allow debugging.
12283
12284         * nnheader.el (mail-header-set-extra): Make into a function
12285         because I just could't understand how to quote the list properly.
12286
12287         * dns.el (query-dns-cached): New function.
12288
12289 2005-05-26  Lute Kamstra  <lute@gnu.org>
12290
12291         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12292
12293 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12296
12297         * gnus-art.el: Don't autoload mail-extract-address-components.
12298
12299         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12300         eval-and-compile to evaluate it.
12301
12302         * hashcash.el: Don't autoload executable-find.
12303
12304         * nndb.el: Don't declare the nndb back end two or more times; don't
12305         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12306
12307         * nntp.el: Autoload format-spec instead of format; use
12308         eval-and-compile to evaluate autoload forms.
12309
12310 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12311
12312         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12313
12314 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315
12316         * gnus.el (gnus-version-number): Bump version.
12317
12318 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12319
12320         * gnus.el: No Gnus v0.3 is released.
12321
12322 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * lpath.el (featurep): Bind show-nonbreak-escape.
12325
12326 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * gnus-art.el (gnus-article-edit-part): Disable undo.
12329
12330 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12333         gnus-article-date-lapsed-new-header is t if date timer is active;
12334         skip headers in which the original date value is empty.
12335         (gnus-article-save-original-date): Redefine it as a macro.
12336         (gnus-display-mime): Use it.
12337
12338 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-art.el (article-date-ut): Support converting date in
12341         forwarded parts as well.
12342         (gnus-article-save-original-date): New function.
12343         (gnus-display-mime): Use it.
12344
12345 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12346
12347         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12348         enclosure element of <item>.
12349
12350 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * message.el (message-kill-buffer-query): Renamed from
12353         `message-kill-buffer-query-if-modified'.  Added :version.
12354
12355 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12358         window layout.
12359
12360 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * mml.el: Autoload dnd when compiling.
12363
12364 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12367         x-dnd-*.
12368
12369 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * qp.el (quoted-printable-encode-region): Save excursion.
12372
12373 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12374
12375         * message.el (message-kill-buffer-query-if-modified): Add new variable
12376         so the user can kill a modified message buffer quickly.
12377         (message-kill-buffer): Use it.
12378
12379 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * lpath.el: Fbind display-time-event-handler; don't fbind
12382         string-to-multibyte.
12383
12384         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12385
12386 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12389         contained in text because xml.el decodes entities) with LFs.
12390
12391 2005-04-11  Lute Kamstra  <lute@gnu.org>
12392
12393         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12394         differently.
12395
12396 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12397
12398         * mm-util.el (mm-detect-coding-region): Typo.
12399
12400 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12403
12404 2005-04-06  Deepak Goel  <deego@gnufans.org>
12405
12406         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12407         user-function allow user modifications of the scores.
12408         (spam-stat-score-buffer-user): New function, to allow
12409         user-computed modifications to the score.
12410         (spam-stat-score-buffer-user-functions): List of additional
12411         scoring functions.
12412         (spam-stat-error-holder): Global temporary error holder.
12413         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12414         variable.
12415
12416 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12417
12418         * gnus-registry.el (gnus-registry-clean-empty-function)
12419         (gnus-registry-trim, gnus-registry-fetch-groups)
12420         (gnus-registry-delete-group): Groups that match
12421         `gnus-registry-ignored-groups' are removed from the registry
12422         entries, not just ignored for splitting.  This helps clean up the
12423         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12424         to get all the groups a message ID is in.
12425
12426         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12427         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12428         (spam-stat-score-buffer-user-functions): Add :number custom type.
12429
12430 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12433         argument in XEmacs.
12434
12435         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12436         (nnrss-request-group): Decode group name first.
12437         (nnrss-request-article): Make a text/plain article if mml-to-mime
12438         failed.
12439         (nnrss-get-encoding): Return a compatible encoding according to
12440         nnrss-compatible-encoding-alist.
12441         (nnrss-find-el): Use consp instead of listp.
12442         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12443
12444 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12447         which Emacs 20 doesn't support.
12448         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12449
12450 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12453         silence the byte compiler inside the defun.
12454
12455         * gnus-demon.el (parse-time-string): Add autoload.
12456
12457         * gnus-delay.el (parse-time-string): Add autoload.
12458
12459         * gnus-art.el (parse-time-string): Add autoload.
12460
12461         * nnultimate.el (parse-time): Require for `parse-time-string'.
12462
12463 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12464
12465         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12466
12467         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12468
12469         * smime.el (smime-ldap-host-list): Add :version.
12470
12471 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12474         pass it to `gnus-browse-read-group'.
12475         (gnus-browse-read-group): Add NUMBER argument and pass it to
12476         `gnus-group-read-ephemeral-group'.
12477
12478         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12479         argument and pass it to `gnus-group-read-group'.
12480
12481 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12482
12483         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12484         mm-xemacs-find-mime-charset-1 if we have the mule feature
12485         available at runtime.
12486
12487 2005-03-25  Werner Lemberg  <wl@gnu.org>
12488
12489         * nnmaildir.el: Replace `illegal' with `invalid'.
12490
12491 2005-03-23  Lute Kamstra  <lute@gnu.org>
12492
12493         * time-date.el: Add comment on time value formats.
12494         Don't require parse-time.
12495         (with-decoded-time-value): New macro.
12496         (encode-time-value): New function.
12497         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12498         (days-to-time): Return a valid time value when arg is huge.
12499         (time-since): Use time-subtract.
12500         (time-to-number-of-days): Use time-to-seconds.
12501
12502 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12503
12504         * gnus-start.el (gnus-display-time-event-handler):
12505         Check display-time-timer at runtime rather than only at load time
12506         in case display-time-mode is turned off in the mean time.
12507
12508 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12511         used.
12512
12513         * nneething.el (nneething-map-file-directory): Derive from
12514         `gnus-directory'.
12515
12516         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12517         the To/Cc button.
12518
12519 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * nnmaildir.el (nnmaildir-request-accept-article):
12522         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12523
12524 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12525
12526         * gnus-async.el: Require timer-funcs at compile time when in
12527         XEmacs for `run-with-idle-timer'.
12528
12529 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12530
12531         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12532         autoloaded function.
12533
12534 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12535
12536         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12537
12538 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12539
12540         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12541
12542 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12543
12544         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12545         gnus-expert-user to default.
12546
12547 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12548
12549         * nnimap.el (nnimap-open-server): Ditto.
12550
12551         * imap.el (imap-authenticate): Fix typo.
12552
12553 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12554
12555         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12556         buffer (since IMAP server might return FETCH response out of
12557         order, and the nntp buffer must be sorted).
12558
12559 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12560
12561         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12562         comparison on string.
12563
12564         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12565         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12566         (gnus-agent-summary-fetch-series): Modified to protect against
12567         gnus-agent-summary-fetch-group clearing processable flags.
12568         (gnus-agent-synchronize-group-flags): Update live group buffer as
12569         synchronization may occur due to the user toggle the plugged
12570         status.
12571         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12572         successfully downloaded.
12573         (gnus-agent-expire-group-1): Avoid using markers when the overview
12574         is in ascending order; greatly improves performance.
12575         (gnus-agent-regenerate-group): Use
12576         gnus-agent-synchronize-group-flags to reset read status in both
12577         gnus and server.
12578         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12579
12580 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * message.el: Don't autoload former message-utils variables.
12583         (message-strip-subject-trailing-was): Change doc string.
12584
12585         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12586         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12587         (nnweb-google-search): Add "hl=en" here.
12588         (nnweb-google-parse-1, nnweb-google-create-mapping):
12589         Don't hardcode URL.
12590
12591 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * message.el (message-get-reply-headers, message-followup):
12594         Mention related variables `message-use-followup-to' and
12595         `message-use-mail-followup-to', in the information buffer.
12596
12597         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12598         of broken groups(-beta).google.com.
12599
12600 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12601
12602         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12603         parameter to invoked gnus-request-move-article; remove the
12604         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12605         all at once instead of once per article.
12606         (gnus-summary-remove-process-mark): Accept a list of articles as
12607         well as a single article for processing.
12608
12609         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12610         parameter.
12611
12612         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12613
12614         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12615
12616         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12617         parameter.
12618
12619         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12620         parameter.
12621
12622         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12623         parameter and remove the gnus-sum-hint-move-is-internal variable.
12624
12625         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12626         parameter.
12627
12628         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12629         parameter.
12630
12631         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12632         parameter.
12633
12634         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12635
12636         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12637         parameter.
12638
12639         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12640         parameter.
12641
12642 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12643
12644         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12645         a more conservative way.
12646
12647 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12648
12649         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12650         buffer, so it moves the window's cursor.
12651
12652 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12653
12654         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12655         `mm-dissect-multipart' and receive the from field as an (optional)
12656         argument from `mm-dissect-multipart'.
12657         (mm-dissect-multipart): Receive the from field as an argument and
12658         pass it on when we call `mm-dissect-buffer' on MIME parts.
12659         Fixes verification/decryption of signed/encrypted MIME parts.
12660
12661 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12662
12663         * gnus-sum.el (gnus-summary-move-article): Set
12664         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12665         whatever it calls (right now, only nnimap-request-move article
12666         respects it).
12667
12668         * nnimap.el (nnimap-request-move-article): When
12669         gnus-sum-hint-move-is-internal is set, don't do the extra
12670         nnimap-request-article.
12671
12672 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12675
12676         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12677         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12678
12679         * gnus-sum.el (gnus-summary-caesar-message):
12680         Apply `gnus-treat-article' after rotation.
12681
12682         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12683         doc string.
12684
12685 2005-02-22  Simon Josefsson  <jas@extundo.com>
12686
12687         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12688         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12689         <arne@arnested.dk>.
12690         (encrypt): Add password-cache and password-cache-expiry as group
12691         members.
12692
12693 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12694
12695         * smime.el (smime-ldap-host-list): Doc fix.
12696         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12697         cache) password.
12698         (smime-sign-region): Use it.
12699         (smime-decrypt-region): Use it.
12700         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12701         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12702         fails.
12703         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12704         certificate from DER to PEM format rather than calling openssl.
12705
12706         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12707
12708         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12709         for signing/encryption.
12710
12711         * mml.el (mml-parse-1): Use them.
12712
12713 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12714
12715         * nnrss.el (nnrss-verbose): Removed.
12716         (nnrss-request-group): Use `nnheader-message' instead.
12717
12718 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12719
12720         * nnrss.el (nnrss-verbose): New variable.
12721         (nnrss-request-group): Make it say nnrss is requesting a group.
12722
12723 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12726         Handle news URL with given port correctly.
12727
12728 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12731         containing special characters.
12732
12733         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12734
12735         * mml.el (mime-to-mml): Ditto.
12736
12737         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12738         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12739         (rfc2047-decode-region): Quote decoded words containing special
12740         characters when rfc2047-quote-decoded-words-containing-tspecials
12741         is non-nil.
12742
12743 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12744
12745         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12746
12747         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12748
12749 2005-02-15  Simon Josefsson  <jas@extundo.com>
12750
12751         * nnimap.el (nnimap-debug): Doc fix.
12752
12753         * imap.el (imap-debug): Doc fix.
12754
12755 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12758
12759 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12760
12761         * gnus.el (spam-contents): Improve docs for spam-contents
12762         parameter in its variable incarnation.
12763
12764 2005-02-14  Simon Josefsson  <jas@extundo.com>
12765
12766         * smime-ldap.el: Use require instead of load-library for ldap.
12767         (smime-ldap-search): Indent.
12768         (smime-ldap-search-internal): Shorten line.
12769
12770         * smime.el (smime-cert-by-dns): Add doc-string.
12771         (smime-cert-by-ldap-1): Indent.
12772
12773         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12774         mml-smime-get-dns-ldap.
12775         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12776
12777 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12778
12779         * smime.el: Require smime-ldap.
12780         (smime-ldap-host-list): New variable.
12781         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12782
12783         * mml-smime.el (mml-smime-encrypt-query): New function.
12784         (mml-smime-encrypt-query): Use it.
12785
12786         * smime-ldap.el: New file.
12787
12788 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12791
12792 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12795         argument in doc string.  Make query for type more clear.
12796
12797 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus.el (gnus-group-startup-message): Search for gnus images in
12800         etc/images/gnus.
12801         * mm-util.el (mm-image-load-path): Likewise.
12802         * smiley.el (smiley-data-directory): Search for smilies in
12803         etc/images/smilies.
12804
12805 2005-02-09  Kim F. Storm  <storm@cua.dk>
12806
12807         Change Emacs release version from 21.4 to 22.1 throughout.
12808         Change Emacs development version from 21.3.50 to 22.0.50.
12809
12810 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12813
12814         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12815         non-Mule XEmacs as well.
12816         (mm-decompress-buffer): Signal an error intentionally if it does
12817         not decompress compressed data because auto-compression-mode is
12818         disabled.
12819
12820 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12821
12822         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12823         an ID in the registry even if it has no groups.
12824
12825 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12828         merge it into mm-decompress-buffer.
12829         (gnus-mime-copy-part): Use the MIME part charset, the value which
12830         a user specified or gnus-newsgroup-charset for decoding, like
12831         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12832         save-buffer what was used.  Suggested by Kevin Ryde
12833         <user42@zip.com.au>.
12834         (gnus-mime-inline-part): Allow the name parameter as well as the
12835         filename parameter; force decompressing of compressed data; always
12836         display contents being not decoded as unibyte.
12837
12838         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12839         as well as the filename parameter.
12840
12841         * mm-util.el (mm-decompress-buffer): Merge
12842         gnus-mime-jka-compr-maybe-uncompress.
12843         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12844         of compressed data.
12845
12846 2005-02-08  Simon Josefsson  <jas@extundo.com>
12847
12848         * imap.el (imap-log): Doc fix.
12849
12850 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12853         the coding cookies; decompress compressed parts.
12854
12855         * mml.el (mml-generate-mime-1): Add the charset parameter according
12856         to the value which a user specified manually or the coding cookie.
12857
12858         * mm-util.el (mm-string-to-multibyte): New function.
12859         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12860         (mm-coding-system-to-mime-charset): New function.
12861         (mm-decompress-buffer): New function.
12862         (mm-find-buffer-file-coding-system): New function.
12863
12864         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12865         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12866         parts.
12867
12868 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12869
12870         * mm-view.el (mm-display-inline-fontify): Decode a part according
12871         to the charset parameter.
12872
12873 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12876         prefix arg is neither nil nor a number, as info specifies.
12877
12878 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12881         timestamps.
12882
12883 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12884
12885         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12886         groups error checking and notify user.
12887
12888 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12889
12890         * message.el (message-send-mail-function): Check existence of
12891         sendmail-program first before using default value
12892         `message-send-mail-with-sendmail'.  Otherwise use more generic
12893         `smtpmail-send-it'.
12894
12895 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * nntp.el (nntp-request-update-info): Always return nil.
12898
12899 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12900
12901         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12902
12903 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12904
12905         * message.el (message-beginning-of-line): Change the behavior when
12906         invoked between BOL and : so that it first moves backward.
12907
12908 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12911         article buffer when editing of the article is discarded.
12912         (gnus-article-prepare): Revert.
12913
12914 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * gnus-art.el (gnus-article-prepare):
12917         Remove message-strip-forbidden-properties from the local hook.
12918
12919 2005-01-27  Simon Josefsson  <jas@extundo.com>
12920
12921         * password.el (password-cache-add): Only start one timer per key.
12922         Reported by Derek Atkins <warlord@MIT.EDU>.
12923
12924 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12925
12926         * run-at-time.el: Removed.  It is no longer needed as
12927         timer-funcs.el in the xemacs-base package has a working version of
12928         `run-at-time'.
12929
12930         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12931
12932         * password.el: Require timer-funcs instead of run-at-time in
12933         XEmacs.
12934         Remove `password-run-at-time' macro.
12935         (password-cache-add): Use `run-at-time' instead of
12936         `password-run-at-time'.
12937
12938         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12939         Remove `nnheader-cancel-function-timers' alias,
12940         `cancel-function-timers' exists in XEmacs in timer-funcs.
12941
12942         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12943         for `run-with-idle-timer'.
12944
12945         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12946         for `run-at-time'.
12947
12948         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12949         for `with-timeout'.
12950
12951         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12952         the same as for XEmacs 21.4.
12953         No need to ignore `run-with-idle-timer', this function exists in
12954         XEmacs now in timer-funcs.el in the xemacs-base package.
12955         (dgnushack-compile): No need to delete
12956         run-at-time.el from the list of files to compile because it
12957         doesn't exist anymore.
12958
12959 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12962         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12963
12964 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12965
12966         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12967         sensitively.
12968
12969 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12970
12971         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12972
12973 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12976         which will be inserted according to the multibyteness of a buffer
12977         rather than the type of contents.  Suggested by ARISAWA Akihiro
12978         <ari@mbf.ocn.ne.jp>.
12979
12980         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12981         of string which old xml.el may return rather than a string.
12982
12983 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12986
12987 2005-01-16  Simon Josefsson  <jas@extundo.com>
12988
12989         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12990         idn/idna.el isn't available.
12991         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12992         <michael@waxrat.com>.
12993
12994         * hashcash.el: Remove non-FSF copyright header.
12995
12996         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12997         (hashcash-generate-payment): Use it.
12998         (hashcash-generate-payment-async): Use it.
12999
13000 2005-01-15  Simon Josefsson  <jas@extundo.com>
13001
13002         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13003         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13004
13005         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13006         gnus-summary-idna-message.
13007         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13008         (gnus-summary-idna-message): New function.
13009
13010 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13013         gnus-novice-user.
13014
13015 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * nnrss.el (nnrss-request-delete-group): Delete entries in
13018         nnrss-group-alist as well.
13019         (nnrss-save-server-data): Insert newline.
13020
13021 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gnus.el (gnus-user-agent): Use list of symbols instead of
13024         symbols.  Display full version number for (S)XEmacs.  Optionally
13025         display (S)XEmacs codename.
13026
13027         * gnus-util.el (gnus-emacs-version): Update for new
13028         `gnus-user-agent'.
13029
13030         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13031         Gnus version.
13032
13033 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13036         which is unreadable in some setups.
13037
13038 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-spec.el (gnus-update-format-specifications): Flush the
13041         group format spec cache if it doesn't support decoded group names.
13042
13043 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13046         Allow to apply decay on score files matching a regexp.
13047
13048 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13051         compatibility in %g and %c.
13052
13053 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13056         name for only %g and %c.
13057         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13058         of gnus-tmp-group to decoded group name.
13059         (gnus-group-make-rss-group): Exclude `/'s from group names.
13060
13061 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * nnrss.el (nnrss-get-encoding): Fix regexp.
13064
13065 2004-12-27  Simon Josefsson  <jas@extundo.com>
13066
13067         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13068         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13069         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13070
13071 2004-12-17  Kim F. Storm  <storm@cua.dk>
13072
13073         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13074
13075         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13076
13077 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13078
13079         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13080
13081 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * nnrss.el: Require rfc2047 and mml.
13084         (nnrss-file-coding-system): New variable.
13085         (nnrss-format-string): Redefine it as an inline function.
13086         (nnrss-decode-group-name): New function.
13087         (nnrss-string-as-multibyte): Remove.
13088         (nnrss-retrieve-headers): Decode group name; don't use
13089         nnrss-format-string.
13090         (nnrss-request-group): Decode group name.
13091         (nnrss-request-article): Decode group name; allow a Message-ID as
13092         well as an article number; don't use nnrss-format-string; encode a
13093         Message-ID string which may contain non-ASCII characters; use
13094         mml-to-mime to compose a MIME article.
13095         (nnrss-request-expire-articles): Decode group name.
13096         (nnrss-request-delete-group): Decode group name.
13097         (nnrss-fetch): Clarify error message.
13098         (nnrss-read-server-data): Use insert-file-contents instead of load;
13099         bind file-name-coding-system; use multibyte buffer.
13100         (nnrss-save-server-data): Bind coding-system-for-write to the
13101         value of nnrss-file-coding-system; bind file-name-coding-system;
13102         add coding cookie.
13103         (nnrss-read-group-data): Use insert-file-contents instead of load;
13104         bind file-name-coding-system; use multibyte buffer.
13105         (nnrss-save-group-data): Bind coding-system-for-write to the
13106         value of nnrss-file-coding-system; bind file-name-coding-system.
13107         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13108         make it work with non-ASCII text.
13109         (nnrss-find-el): Make it work with old xml.el as well.
13110
13111 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13112
13113         * nnrss.el (nnrss-get-encoding): New function.
13114         (nnrss-fetch): Use unibyte buffer initially; bind
13115         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13116         decode contents according to the encoding attribute.
13117         (nnrss-save-group-data): Add coding cookie.
13118         (nnrss-mime-encode-string): New function.
13119         (nnrss-check-group): Use it to encode subject and author.
13120
13121 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13122
13123         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13124         imaginary variable.
13125
13126 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13129         correctly even if there are wide characters.
13130
13131 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13132
13133         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13134         downcased symbol names; make a new cache instead of reusing
13135         bbdb-hashtable.
13136
13137 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13140         concatenating segments rather than before concatenating them.
13141         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13142
13143         * message.el (message-get-reply-headers): Bind `extra'.
13144
13145 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13146
13147         * message.el (message-extra-wide-headers): New variable.
13148         (message-get-reply-headers): Use it.
13149
13150 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13153         (gnus-agent-group-pathname): Ditto.
13154
13155         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13156
13157         * gnus-group.el (gnus-group-make-group): Decode group name.
13158         (gnus-group-make-rss-group): Register the group data after opening
13159         the nnrss group.
13160
13161 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13162
13163         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13164         by expiry now get marked as read.
13165
13166 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13169
13170 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13171
13172         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13173         unify Latin characters in XEmacs.
13174         (mm-find-mime-charset-region): Use it.
13175
13176 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-util.el (gnus-delete-directory): New function.
13179
13180         * gnus-agent.el (gnus-agent-delete-group): Use it.
13181
13182         * gnus-cache.el (gnus-cache-delete-group): Use it.
13183
13184 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13187         names.
13188
13189 2004-12-16  Simon Josefsson  <jas@extundo.com>
13190
13191         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13192
13193 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13196
13197         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13198         (gnus-group-set-current-level): Decode group name.
13199
13200 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13201
13202         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13203         failed.
13204
13205 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-group.el (gnus-group-delete-group): Decode group name.
13208         (gnus-group-make-rss-group): Encode group name.
13209         (gnus-group-catchup-current): Decode group name.
13210         (gnus-group-kill-group): Decode group name.
13211
13212 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13213
13214         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13215
13216 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-group.el (gnus-group-make-rss-group):
13219         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13220
13221         * gnus-start.el (gnus-setup-news): Honor user's setting to
13222         gnus-message-archive-method.  Suggested by Lute Kamstra
13223         <lute@gnu.org>.
13224
13225 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13226
13227         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13228         global counterparts of the buffer-local variables.
13229
13230 2004-11-16  Romain Francoise  <romain@orebokech.com>
13231
13232         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13233         counterparts of the buffer-local variables.
13234
13235 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * message.el (message-forbidden-properties): Fixed typo in doc
13238         string.
13239
13240 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * gnus-util.el (gnus-replace-in-string): Added doc string.
13243
13244         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13245         to avoid problems when splitting mails with many recipients.
13246
13247 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13248
13249         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13250         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13251
13252 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13253
13254         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13255         if there is no hashtable in memory or file modification time is
13256         newer than cached timestamp.
13257
13258 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13261         not-matching option.
13262
13263 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13266         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13267         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13268         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13269         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13270         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13271
13272 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * message.el (message-forward-make-body-mml): Remove headers
13275         according to message-forward-ignored-headers if a message is decoded.
13276
13277 2004-12-02  Romain Francoise  <romain@orebokech.com>
13278
13279         * message.el (message-forward-make-body-plain): Always remove
13280         headers according to message-forward-ignored-headers.
13281
13282 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13283
13284         * spam.el (spam-summary-prepare-exit): Remove the
13285         gnus-summary-limit pop for now, it has problems with ham marks for
13286         me.
13287
13288 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13289
13290         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13291         correctly.
13292
13293 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13294
13295         * format-spec.el (format-spec): Message the char.
13296
13297 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13298
13299         * gnus-art.el (gnus-split-methods): Reformat comments.
13300
13301         * spam.el (spam-summary-prepare-exit): Remove article limits
13302         before exiting the summary buffer.
13303
13304 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13307         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13308
13309         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13310         order to silence the byte compiler.
13311
13312         * spam.el: Fix the way to silence the byte compiler, which
13313         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13314         bbdb-search-simple, spam-BBDB-register-routine,
13315         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13316         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13317         spam-stat-buffer-is-spam, spam-stat-load,
13318         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13319         spam-stat-save and spam-stat-split-fancy.
13320
13321 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13324         which may confuse users.
13325         (canlock-password-for-verify): Ditto.
13326
13327         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13328
13329         * gnus-art.el (gnus-emphasis-alist): Ditto.
13330
13331         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13332
13333         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13334
13335         * gnus-start.el (gnus-save-killed-list): Ditto.
13336
13337         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13338         (gnus-sum-thread-tree-root): Ditto.
13339         (gnus-sum-thread-tree-false-root): Ditto.
13340         (gnus-sum-thread-tree-single-indent): Ditto.
13341
13342         * message.el (message-courtesy-message): Ditto.
13343         (message-archive-note): Ditto.
13344         (message-subscribed-address-file): Ditto.
13345         (message-user-fqdn): Ditto.
13346
13347         * spam-report.el (spam-report-gmane-regex): Ditto.
13348
13349         * spam.el (spam-blackhole-good-server-regex): Ditto.
13350
13351 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * mml.el (mml-preview): Widen the message buffer before copying
13354         the contents to the preview buffer; sort headers before previewing.
13355
13356         * message.el (message-hidden-headers): Fix the way to avoid a bug
13357         in the `repeat' widget in Emacs 21.3 or earlier.
13358
13359 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * message.el (message-hidden-headers): Default to "^References:".
13362         Improve customization type.  Suggested by Reiner Steib
13363         <Reiner.Steib@gmx.de>.
13364
13365 2004-11-25  Romain Francoise  <romain@orebokech.com>
13366
13367         * message.el (message-strip-forbidden-properties): Remove check for
13368         obsolete `message-hidden' text property, hidden headers are not
13369         accessible in the buffer anymore.
13370
13371 2004-11-22  Romain Francoise  <romain@orebokech.com>
13372
13373         * message.el (message-header-format-alist): Add `From' in list
13374         so that it can be sorted.
13375         (message-fix-before-sending): Widen and sort headers before
13376         sending.
13377         (message-hide-headers): Use narrowing to hide headers by moving
13378         them to the top of the buffer and narrowing to the region
13379         underneath.
13380
13381 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382
13383         * message.el (message-strip-forbidden-properties): Bind
13384         buffer-read-only (etc) to nil.
13385
13386 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13389         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13390
13391 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13392
13393         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13394
13395 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13396
13397         * dns.el (query-dns): Use sit-for to time instead of
13398         accept-process-output, since that doesn't seem to work on udp
13399         sockets.
13400
13401 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13404
13405 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13406
13407         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13408         doc string.  Improve doc string.
13409
13410 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * nntp.el (nntp-request-update-info): Return nil if
13413         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13414         may not call gnus-activate-group which uselessly issues the GROUP
13415         commands for all nntp groups and wastes time.  Reported by Romain
13416         Francoise <romain@orebokech.com>.
13417
13418         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13419
13420 2004-11-15  Simon Josefsson  <jas@extundo.com>
13421
13422         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13423         headers separately.
13424         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13425         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13426
13427 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-start.el (gnus-convert-old-newsrc):
13430         Assign legacy-gnus-agent to 5.10.7.
13431
13432 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13433
13434         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13435         start of the lines.
13436
13437 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13438
13439         * hashcash.el (hashcash-default-payment): Change default to 20.
13440         (hashcash-default-accept-payment): Change default to 20.
13441         (hashcash-process-alist): New variable.
13442         (hashcash-generate-payment-async): Add.
13443         (hashcash-already-paid-p): Add.
13444         (hashcash-insert-payment): Don't generate payments twice.
13445         (hashcash-insert-payment-async): Add.
13446         (hashcash-insert-payment-async-2): Add.
13447         (hashcash-cancel-async): Add.
13448         (hashcash-wait-async): Add.
13449         (hashcash-processes-running-p): Add.
13450         (hashcash-wait-or-cancel): Add.
13451         (mail-add-payment): New optional argument.  Conditionally start
13452         asynchronous calculation.
13453         (mail-add-payment-async): Add.
13454
13455         * message.el (message-send-mail): Wait for asynchronous hashcash
13456         results.  Don't clobber existing X-Hashcash headers.
13457         (message-setup-1): Call mail-add-payment-async when
13458         message-generate-hashcash is non-nil.
13459
13460 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13461
13462         * message.el (message-use-alternative-email-as-from): Examine the
13463         From header as well; use message-make-from in order to include a
13464         user's full name.
13465
13466 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13469         default; improve customization type.
13470         (gnus-emphasis-custom-with-format): New macro.
13471         (gnus-emphasis-custom-value-to-external): New function.
13472         (gnus-emphasis-custom-value-to-internal): New function.
13473
13474 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13475
13476         * dns.el (query-dns): Resolve reverse addresses.
13477
13478 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13479
13480         * gnus-group.el (gnus-group-get-new-news): Use it.
13481
13482         * gnus-start.el (gnus-check-reasonable-setup): New function.
13483
13484 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13487         "Args out of range" error.  Reported by Arnaud Giersch
13488         <arnaud.giersch@free.fr>.
13489
13490 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13491
13492         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13493
13494 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13495
13496         * spam.el (spam group): Add :version.
13497
13498         * pgg-def.el (pgg group): Add :version.
13499
13500 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-art.el (gnus-article-edit-article): Don't associate the
13503         article buffer with a draft file.  This is a temporary measure
13504         against the 2004-08-22 change to gnus-article-edit-mode.
13505
13506 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13509         (html2text-format-tags): Remove unused variable `attr'.
13510
13511 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13514
13515         * tls.el (tls-process-connection-type, tls-success)
13516         (tls-certtool-program): Add :version.
13517
13518         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13519         (starttls-extra-arguments, starttls-process-connection-type)
13520         (starttls-connect, starttls-failure, starttls-success): Add :version.
13521
13522         * spam-stat.el (spam-stat): Add :version.
13523
13524         * sieve.el (sieve): Add :version.
13525
13526         * sha1.el (sha1): Add :version.
13527         (sha1-use-external): Remove redundant version.
13528
13529         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13530         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13531         (nnmail-split-fancy-match-partial-words)
13532         (nnmail-split-lowercase-expanded): Add :version.
13533
13534         * nndiary.el (nndiary): Add :version.
13535
13536         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13537
13538         * mml-sec.el (mml-default-sign-method)
13539         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13540         Add :version.
13541
13542         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13543
13544         * mm-url.el (mm-url-use-external, mm-url-program)
13545         (mm-url-arguments): Add :version.
13546
13547         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13548         (mm-attachment-file-modes, mm-decrypt-option)
13549         (mm-w3m-safe-url-regexp): Add :version.
13550
13551         * message.el (message-cite-prefix-regexp)
13552         (message-sendmail-envelope-from, message-minibuffer-local-map)
13553         (message-user-fqdn, message-completion-alist): Add :version.
13554
13555         * gnus-win.el (gnus-configure-windows-hook)
13556         (gnus-use-frames-on-any-display): Add :version.
13557
13558         * gnus-art.el (gnus-article-address-banner-alist)
13559         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13560         (gnus-treat-from-picon, gnus-treat-mail-picon)
13561         (gnus-treat-x-pgp-sig): Add :version.
13562
13563         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13564         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13565         (gnus-summary-article-delete-hook)
13566         (gnus-summary-display-while-building): Add :version.
13567
13568         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13569         (gnus-get-top-new-news-hook): Add :version.
13570
13571         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13572         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13573
13574         * gnus-registry.el (gnus-registry): Add :version.
13575
13576         * gnus-spec.el (gnus-use-correct-string-widths)
13577         (gnus-make-format-preserve-properties): Add :version.
13578
13579         * gnus.el (gnus-group-charter-alist)
13580         (gnus-group-fetch-control-use-browse-url)
13581         (gnus-install-group-spam-parameters): Add :version.
13582
13583         * gnus-diary.el (gnus-diary): Add :version.
13584
13585         * gnus-delay.el (gnus-delay): Add :version.
13586
13587         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13588         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13589         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13590         Add :version.
13591
13592         * gnus-agent.el (gnus-agent-max-fetch-size)
13593         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13594         (gnus-agent-prompt-send-queue): Add :version.
13595
13596         * deuglify.el (gnus-outlook-deuglify): Add :version.
13597
13598         * html2text.el: Beautify code.  Improve doc strings.  Some
13599         checkdoc cleanup.
13600         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13601
13602 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13603
13604         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13605
13606 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13607
13608         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13609         when package is loaded.
13610
13611         * spam.el (spam-summary-score-preferred-header): Add global preference
13612         for people who want to override the default SpamAssassin over
13613         Bogofilter preference (when both are set).
13614         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13615         (spam-user-format-function-S): Check
13616         spam-summary-score-preferred-header.
13617         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13618         (spam-user-format-function-S): Format the score correctly.
13619
13620 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13623         signature file.  Suggested by Manoj Srivastava
13624         <srivasta@golden-gryphon.com>.
13625
13626         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13627         iso-2022-jp even in the Japanese language environment.
13628         Suggested by Jason Rumney <jasonr@gnu.org>.
13629
13630 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13633         use the same characters as the dummy marks; make it free from
13634         getting affected by the language environment.
13635         (gnus-summary-read-group-1): Update mark positions only when the
13636         format spec is updated.
13637
13638         * gnus-spec.el (gnus-update-format-specifications): Return a list
13639         of updated types.
13640
13641 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13644         of boundp to check if display-warning is available.
13645
13646 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13647
13648         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13649
13650 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * nnspool.el (nnspool-spool-directory): Use news-path if the
13653         news-directory variable is not bound.
13654
13655         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13656         function instead of display-warning if it is not available.
13657
13658 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13661         v5-10: Use `point-at-bol'.
13662
13663 2004-10-26  Simon Josefsson  <jas@extundo.com>
13664
13665         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13666         <chenggao@gmail.com>.
13667
13668 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13671         instead.
13672
13673 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13676         to remove a server from the nnimap-server-buffer-alist.
13677         (nnimap-open-connection, nnimap-close-server): Use it.
13678
13679         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13680
13681 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13684         running the major-mode function.
13685
13686 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13689         dummy marks in the right way.
13690
13691 2004-10-18  David Edmondson  <dme@dme.org>
13692
13693         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13694         excessively.
13695
13696 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13697
13698         * gnus-util.el (gnus-split-references): Accept a nil references
13699         string and go on blissfully.
13700
13701         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13702         cases where the references string is non-nil but has no references.
13703
13704         * encrypt.el: Add autoload tags.
13705
13706         * spam.el (spam-resolve-registrations-routine): Remove article
13707         from unregistration list too.  Reported by David Hanak
13708         <dhanak@isis.vanderbilt.edu>
13709
13710 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13713         nil.  Changed custom type.
13714
13715 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13718
13719         * gnus-sum.el (gnus-summary-move-article): Use it.
13720
13721 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13722
13723         * encrypt.el: Add autoload cookies.
13724
13725         * spam.el (spam-backend-article-list-property)
13726         (spam-backend-get-article-todo-list)
13727         (spam-backend-put-article-todo-list)
13728         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13729         Resolve registrations separately.
13730         (spam-register-routine): Format comments.
13731         (spam-unregister-routine, spam-register-routine): Always call with
13732         specific-articles, no default list.
13733         (spam-summary-prepare-exit): Use the spam-classifications function.
13734
13735         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13736         gnus-encrypt.el.
13737
13738         * encrypt.el: Copied from gnus-encrypt.el.
13739
13740         * gnus-encrypt.el: Commented that it's obsolete.
13741
13742 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13743
13744         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13745         (gnus-score-save): Use it.
13746
13747         * message.el (message-bury): Use `window-dedicated-p'.
13748
13749 2004-10-15  Simon Josefsson  <jas@extundo.com>
13750
13751         * pop3.el (top-level): Don't require nnheader.
13752         (pop3-read-timeout): Add.
13753         (pop3-accept-process-output): Add.
13754         (pop3-read-response, pop3-retr): Use it.
13755
13756 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13757
13758         * spam.el (spam-register-routine): Move comment.
13759         (spam-verify-bogofilter): Use 'unknown for the initial
13760         spam-bogofilter-valid state, not 'never.
13761
13762         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13763         for netrc-machine.
13764
13765         * nnimap.el (nnimap-open-connection): Use
13766         netrc-machine-user-or-password.
13767
13768 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13769
13770         * gnus-registry.el (gnus-registry-unload-hook):
13771         Set as a variable with add-hook.
13772
13773         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13774         of news-path.
13775
13776         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13777
13778         * spam.el: Delete duplicate `provide'.
13779         (spam-unload-hook): Set as a variable with add-hook.
13780
13781 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13784         in the doc string.
13785
13786         * message.el (message-ignored-news-headers)
13787         (message-ignored-supersedes-headers)
13788         (message-ignored-resent-headers)
13789         (message-forward-ignored-headers): Improve custom type.
13790
13791 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * message.el (message-tokenize-header): Fix 2004-09-06 change
13794         which used point-min in the wrong place.
13795
13796 2004-10-12  Simon Josefsson  <jas@extundo.com>
13797
13798         * tls.el (tls-certtool-program): New variable.
13799         (tls-certificate-information): New function, based on
13800         ssl-certificate-information.
13801
13802 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * compface.el: Move the version of ELisp-based uncompface program
13805         to the contrib directory because of the copyright problem.
13806
13807 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13808
13809         * message.el (message-kill-buffer): Raise the current frame.
13810
13811 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13814
13815         * gnus.el (message-y-or-n-p): Autoload.
13816
13817         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13818         (pop3-password-required, pop3-authentication-scheme)
13819         (pop3-leave-mail-on-server): Made customizable.
13820         (pop3): New custom group.
13821         (pop3-retr): Remove `sleep-for' statements.
13822         Suggested by Dave Love <fx@gnu.org>.
13823
13824         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13825         Windows/DOS.
13826
13827         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13828         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13829         Dave Love <fx@gnu.org>.
13830
13831         * mml.el (mml-minibuffer-read-disposition): Require match.
13832         Suggested by Dave Love <fx@gnu.org>.
13833
13834 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13837         doc string.
13838
13839 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13842
13843 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13844
13845         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13846         instead of calling `mm-insert-inline', to decode text/* parts
13847         before displaying them.
13848
13849 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * mm-uu.el (mm-uu-text-plain-type): New variable.
13852         (mm-uu-pgp-signed-extract-1): Use it.
13853         (mm-uu-pgp-encrypted-extract-1): Use it.
13854         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13855         bind mm-uu-text-plain-type with that value.
13856         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13857         mm-uu-dissect.
13858
13859 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-group.el (gnus-update-group-mark-positions):
13862         * gnus-sum.el (gnus-update-summary-mark-positions):
13863         * message.el (message-check-news-body-syntax):
13864         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13865         of string-as-multibyte.
13866
13867 2004-10-05  Juri Linkov  <juri@jurta.org>
13868
13869         * gnus-group.el (gnus-update-group-mark-positions):
13870         * gnus-sum.el (gnus-update-summary-mark-positions):
13871         * message.el (message-check-news-body-syntax):
13872         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13873         8-bit unibyte values to a multibyte string for search functions.
13874
13875 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13878         (mm-uu-dissect-text-parts): New function.
13879
13880         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13881         dissect text parts.
13882
13883         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13884         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13885
13886         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13887
13888         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13889         gnus-current-topics instead of gnus-current-topic.
13890
13891 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13892
13893         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13894
13895 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13896
13897         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13898         where approriate.
13899
13900         * nnml.el (nnml-generate-active-info): do.
13901
13902         * nndiary.el (nndiary-generate-active-info): do.
13903
13904         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13905         (gnus-topic-move): do.
13906
13907         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13908         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13909
13910         * gnus-srvr.el (gnus-server-prepare)
13911         (gnus-server-open-all-servers): do.
13912
13913         * gnus-msg.el (gnus-summary-cancel-article)
13914         (gnus-summary-resend-message)
13915         (gnus-summary-mail-crosspost-complaint): do.
13916
13917         * gnus-move.el (gnus-change-server): do.
13918
13919         * gnus-group.el (gnus-group-unmark-all-groups)
13920         (gnus-group-set-current-level): do.
13921
13922 2004-10-04  Simon Josefsson  <jas@extundo.com>
13923
13924         * message.el (message-generate-hashcash): Doc fix.
13925
13926 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13927
13928         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13929         avoid infinite recursion via gnus-get-function.
13930
13931 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13932
13933         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13934
13935         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13936
13937         * nnmail.el (nnmail-split-history): do.
13938
13939         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13940         (nnml-request-delete-group): do.
13941
13942         * nnslashdot.el (nnslashdot-read-groups): do.
13943
13944         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13945         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13946
13947         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13948         (nnspool-sift-nov-with-sed): Use last.
13949         (nnspool-retrieve-headers-with-nov): Use mapc.
13950         (nnspool-request-newgroups): Use dolist.
13951         (nnspool-request-group): Use last.
13952
13953         * nntp.el (nntp-read-server-type): Use dolist.
13954
13955         * nnvirtual.el (nnvirtual-create-mapping)
13956         (nnvirtual-update-read-and-marked): Use dolist.
13957         (nnvirtual-convert-headers): Simplify.
13958
13959 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13960
13961         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13962         support for sync'ing tick marks.
13963
13964 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13967         there's no visible header.
13968
13969 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13970
13971         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13972         necessary, pass full group name to gnus-request-set-marks.
13973
13974 2004-10-01  Simon Josefsson  <jas@extundo.com>
13975
13976         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13977         acroread.
13978
13979 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980
13981         * spam-report.el (spam-report-gmane): Fix interactive.
13982
13983         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13984
13985         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13986         when writing file.
13987         (gnus-agent-synchronize-flags): Don't default to being
13988         interactive.
13989
13990 2004-09-30  Simon Josefsson  <jas@extundo.com>
13991
13992         * message.el (message-generate-hashcash): Add.
13993         (message-send-mail): Use it, call mail-add-payment.
13994
13995 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13996
13997         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13998
13999 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14000
14001         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14002         gnus-requst-update-info with explicit code to sync the in-memory
14003         info read flags with the marks being sync'd to the backend.
14004
14005         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14006
14007 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14008
14009         * spam.el (spam-verify-bogofilter): Add new function.
14010         (spam-check-bogofilter)
14011         (spam-bogofilter-register-with-bogofilter): Use it.
14012         (spam-verify-bogofilter): Add small fixes.
14013
14014 2004-09-28  Simon Josefsson  <jas@extundo.com>
14015
14016         * hashcash.el (hashcash-generate-payment): Revert.
14017
14018 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14019
14020         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14021         gnus-extract-references instead of gnus-split-references.
14022
14023         * gnus-util.el (gnus-extract-references): Add new function, analogous
14024         to gnus-split-references but extracts only the message-ID without
14025         anything extra.
14026
14027         * hashcash.el (hashcash-generate-payment)
14028         (hashcash-check-payment): Do the right thing if hashcash-path is
14029         nil (because the hashcash program could not be found).
14030
14031         * spam.el (spam-use-hashcash): Remove comment.
14032
14033 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14034
14035         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14036         (gnus-cache-enter-article, gnus-cache-remove-article)
14037         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14038
14039         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14040
14041         * gnus-art.el (article-hide-boring-headers)
14042         (article-translate-strings, article-display-face)
14043         (gnus-article-mime-match-handle-first)
14044         (gnus-article-highlight-headers)
14045         (gnus-article-add-buttons-to-head): do.
14046
14047 2004-09-27  Simon Josefsson  <jas@extundo.com>
14048
14049         * hashcash.el: New version, from
14050         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14051         ../contrib/.
14052
14053 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14056
14057 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14058
14059         * gnus-dup.el (gnus-dup-open): Use mapc.
14060         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14061
14062         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14063         Reported by Stefan Wiens <s.wi@gmx.net>.
14064
14065         * gnus.el (gnus-shutdown): Use dolist.
14066
14067         * gnus-undo.el (gnus-undo): Use mapc.
14068
14069         * nnrss.el (nnrss-generate-active): do.
14070
14071         * message.el (message-cite-original-without-signature)
14072         (message-cite-original): Use mapc.
14073         (message-do-actions, message-make-forward-subject): Use dolist.
14074
14075 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14076
14077         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14078         deletion to remove entire duplicate line.  Fixes merged article
14079         number bug.
14080
14081 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14082
14083         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14084         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14085         first ask if you want to open a server and then, even when you
14086         responded with no, asking if you want to synchronize the server's
14087         flags.
14088         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14089         multi-line expressions.
14090         (gnus-agent-synchronize-group-flags): New internal function.
14091         Updates marks in memory (in the info structure) AND in the
14092         backend.
14093
14094         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14095
14096         * nnagent.el (nnagent-request-set-mark): Use
14097         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14098         method, to ensure that synchronization updates marks in the
14099         backend and in the info (in memory) structure.
14100
14101 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14104         convention fully; don't miss the root article of a thread; make
14105         the X-Draft-From header with correct article numbers.
14106
14107 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14108
14109         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14110         unless plugged.  Disable the agent so that an open failure causes
14111         an error.
14112
14113         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14114         Reverted 2004-09-21 change.  The backend must be opened while
14115         synchronizing flags even when the backend stores the flags
14116         locally.
14117
14118 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14121         in `header' match.  Reported by Svend Tollak Munkejord.
14122
14123         * message.el (message-cite-original): Fix use of
14124         `message-cite-articles-with-x-no-archive'.
14125
14126 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14129         (gnus-window-to-buffer): Ditto.
14130
14131         * mml.el (mml-preview-buffer): New variable.
14132         (mml-preview): Manage window layout with gnus-buffer-configuration.
14133
14134         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14135         X-Draft-From header even if those articles aren't quoted.
14136
14137 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14138
14139         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14140         (gnus-request-set-mark, gnus-request-update-mark): Use new
14141         g-s-t-u-l-m to decide to use backend even when unplugged.
14142
14143 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14146         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14147
14148 2004-09-20  Simon Josefsson  <jas@extundo.com>
14149
14150         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14151         "utf-16-le".
14152
14153 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14154
14155         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14156
14157 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * uudecode.el (uudecode-use-external): Add :version.
14160
14161         * smime.el (smime-CA-file, smime-encrypt-cipher)
14162         (smime-dns-server): Add :version.
14163
14164         * smiley.el (gnus-smiley-file-types): Add :version.
14165
14166         * sha1.el (sha1-use-external): Add :version.
14167
14168         * pgg-def.el (pgg-query-keyserver): Add :version.
14169
14170         * nnmail.el (nnmail-fancy-expiry-targets)
14171         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14172         Add :version.
14173
14174         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14175         (nnimap-retrieve-groups-asynchronous): Add :version.
14176         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14177
14178         * mml.el (mml-content-disposition-parameters)
14179         (mml-insert-mime-headers-always): Add :version.
14180
14181         * mm-util.el (mm-coding-system-priorities): Add :version.
14182
14183         * mm-decode.el (mm-inline-text-html-with-images)
14184         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14185         (mm-verify-option): Add :version.
14186         (mm-text-html-renderer): Change :version.
14187
14188         * message.el (message-fcc-externalize-attachments)
14189         (message-required-headers, message-draft-headers)
14190         (message-subject-trailing-was-query)
14191         (message-subject-trailing-was-ask-regexp)
14192         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14193         (message-mark-insert-end, message-archive-header)
14194         (message-archive-note, message-cross-post-default)
14195         (message-cross-post-note, message-followup-to-note)
14196         (message-cross-post-note-function, message-use-mail-followup-to)
14197         (message-subscribed-address-functions)
14198         (message-subscribed-address-file, message-subscribed-addresses)
14199         (message-subscribed-regexps, message-allow-no-recipients)
14200         (message-yank-cited-prefix, message-signature-insert-empty-line)
14201         (message-hidden-headers, message-hierarchical-addresses)
14202         (message-mail-user-agent, message-use-idna)
14203         (message-valid-fqdn-regexp)
14204         (message-strip-special-text-properties, message-header-synonyms)
14205         (message-beginning-of-line, message-tab-body-function): Add :version.
14206         (message-insert-canlock, message-wide-reply-confirm-recipients):
14207         Change :version.
14208
14209         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14210         and :version.
14211         (mail-source-delete-old-incoming-confirm)
14212         (mail-source-movemail-program): Add :version.
14213
14214         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14215         (gnus-agent-cache, gnus-agent): Change :version.
14216
14217         * gnus-util.el (gnus-use-byte-compile): Change :version.
14218
14219         * gnus-sum.el (gnus-summary-make-false-root-always)
14220         (gnus-summary-default-high-score)
14221         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14222         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14223         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14224         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14225         (gnus-sum-thread-tree-single-indent)
14226         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14227         (gnus-sum-thread-tree-leaf-with-other)
14228         (gnus-sum-thread-tree-single-leaf): Add :version.
14229         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14230         (gnus-article-loose-mime): Change :version.
14231
14232         * gnus-start.el (gnus-backup-startup-file)
14233         (gnus-save-startup-file-via-temp-buffer): Add :version.
14234
14235         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14236         (gnus-server-offline-face): Add :version.
14237
14238         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14239
14240         * gnus-msg.el (gnus-gcc-externalize-attachments)
14241         (gnus-debug-files, gnus-debug-exclude-variables)
14242         (gnus-discouraged-post-methods): Change :version.
14243         (gnus-confirm-mail-reply-to-news)
14244         (gnus-confirm-treat-mail-like-news): Add :version.
14245
14246         * gnus-int.el (gnus-server-unopen-status): Add :version.
14247
14248         * gnus-group.el (gnus-group-jump-to-group-prompt)
14249         (gnus-large-ephemeral-newsgroup)
14250         (gnus-fetch-old-ephemeral-headers): Add :version.
14251
14252         * gnus-fun.el (gnus-x-face-directory)
14253         (gnus-convert-pbm-to-x-face-command)
14254         (gnus-convert-image-to-x-face-command)
14255         (gnus-convert-image-to-face-command): Add :version.
14256
14257         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14258
14259         * gnus-cite.el (gnus-cite-blank-line-after-header)
14260         (gnus-article-boring-faces): Add :version.
14261
14262         * gnus-art.el (gnus-buttonized-mime-types)
14263         (gnus-inhibit-mime-unbuttonizing)
14264         (gnus-treat-display-face)
14265         (gnus-treat-body-boundary): Change :version.
14266         (gnus-body-boundary-delimiter, gnus-picon-databases)
14267         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14268         (gnus-treat-date-english, gnus-treat-fold-headers)
14269         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14270         (gnus-treat-mail-picon, gnus-treat-wash-html)
14271         (gnus-article-encrypt-protocol)
14272         (gnus-use-idna, gnus-article-over-scroll)
14273         (gnus-mime-display-multipart-alternative-as-mixed)
14274         (gnus-mime-display-multipart-related-as-mixed)
14275         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14276         (gnus-ctan-url, gnus-button-ctan-handler)
14277         (gnus-button-handle-ctan-bogus-regexp)
14278         (gnus-button-ctan-directory-regexp)
14279         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14280         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14281         (gnus-button-man-level, gnus-button-emacs-level)
14282         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14283
14284         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14285         (gnus-agent-go-online): Change :version.
14286         (gnus-agent-expire-unagentized-dirs)
14287         (gnus-agent-auto-agentize-methods): Add :version.
14288
14289         * flow-fill.el (fill-flowed-display-column)
14290         (fill-flowed-encode-column): Add :version.
14291
14292         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14293         (gnus-outlook-deuglify-unwrap-max)
14294         (gnus-outlook-deuglify-cite-marks)
14295         (gnus-outlook-deuglify-unwrap-stop-chars)
14296         (gnus-outlook-deuglify-no-wrap-chars)
14297         (gnus-outlook-deuglify-attrib-cut-regexp)
14298         (gnus-outlook-deuglify-attrib-verb-regexp)
14299         (gnus-outlook-deuglify-attrib-end-regexp)
14300         (gnus-outlook-display-hook): Add :version.
14301
14302         * binhex.el (binhex-use-external): Add :version.
14303
14304 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14307         and `invisible'.
14308
14309 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14310
14311         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14312         in gnus-registry-trim.
14313
14314 2004-09-13  Simon Josefsson  <jas@extundo.com>
14315
14316         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14317
14318         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14319
14320         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14321         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14322         <yamaoka@jpl.org>.
14323         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14324         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14325         <yamaoka@jpl.org>.
14326
14327         * sieve.el (sieve-manage-mode): Ditto.
14328
14329 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14332
14333 2004-09-11  Simon Josefsson  <jas@extundo.com>
14334
14335         * dns-mode.el: Add.
14336
14337         * mm-view.el (mm-display-dns-inline): Add.
14338
14339         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14340         (mm-automatic-display): Ditto.
14341
14342         * mailcap.el (mailcap-mime-data): Add text/dns.
14343         (mailcap-mime-extensions): Map .soa to text/dns.
14344
14345 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14346
14347         * gnus-art.el (article-decode-mime-words, article-babel)
14348         (gnus-article-highlight-signature, gnus-article-add-buttons)
14349         (gnus-signature-toggle): Remove unnecessary bindings of
14350         `inhibit-read-only' inherited from v5.10 merge.
14351
14352 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * nntp.el (nntp): New customization group.
14355         (nntp-authinfo-file): Add customization group.
14356
14357         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14358
14359         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14360
14361         * gnus.el (to-address, to-list, subscribed)
14362         (large-newsgroup-initial): Ditto.
14363
14364         * flow-fill.el (fill-flowed-display-column)
14365         (fill-flowed-encode-column): Ditto.
14366
14367 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14368
14369         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14370         Use point-min rather than 1.
14371         (message-send-mail): Use buffer-size rather than point-max.
14372
14373         * gnus-sum.el (gnus-summary-search-article-forward):
14374         Signal a specific `search-failed' rather than a generic `error'.
14375
14376         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14377         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14378         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14379
14380 2004-09-10  Simon Josefsson  <jas@extundo.com>
14381
14382         * nndb.el (require): Remove tcp and duplicate cl.
14383
14384 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gnus-agent.el (directory-files-and-attributes): Move forward.
14387
14388 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14389
14390         * gnus-agent.el (directory-files-and-attributes): Optionally
14391         defined to support XEmacs.
14392
14393 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14394
14395         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14396         to avoid run-time CL dependencies.
14397         (gnus-agent-unfetch-articles): New function.
14398         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14399         article numbers even when local .overview file is missing.
14400         (gnus-agent-read-article-number): New function.  Only accepts
14401         27-bit article numbers.
14402         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14403         gnus-agent-read-article-number.
14404         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14405         from backend while recognizing that article numbers in .overview
14406         must be valid.
14407         (gnus-agent-update-files-total-fetched-for): Use
14408         directory-files-and-attributes to improve performance.
14409         * gnus-int.el (gnus-request-move-article): Use
14410         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14411         improve performance.
14412
14413         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14414         some users confused by references to .newsrc when they only have a
14415         .newsrc.eld file.
14416         (gnus-convert-mark-converter-prompt)
14417         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14418         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14419         New function.  Used internally to only display 'gnus converting
14420         files' message when actually necessary.
14421
14422         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14423         methods now autoloaded.
14424
14425 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14428         identifiers.
14429
14430 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * gnus-picon.el: Fix indentation and closing parenthesis.
14433
14434 2004-09-01  Simon Josefsson  <jas@extundo.com>
14435
14436         * message.el (message-canlock-generate): Require sha1, not
14437         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14438         to require within a function.  Sadly, if sha1.el isn't loaded, the
14439         let binding in m-c-g will hide the defcustom definition, which is
14440         bad.)
14441
14442         * canlock.el: Require sha1, not sha1-el.
14443
14444         * message.el: Don't autoload sha1 (there is a autoload cookie in
14445         sha1.el).
14446
14447         * sha1-el.el: Renamed to sha1.el.
14448
14449 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14450
14451         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14452
14453 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14454
14455         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14456
14457 2004-08-30  Kim F. Storm  <storm@cua.dk>
14458
14459         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14460
14461         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14462         Add :group 'nnimap.
14463
14464 2004-08-30  Andreas Schwab  <schwab@suse.de>
14465
14466         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14467         ?* and ?\;.
14468
14469         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14470         and ?\' to symbol instead of whitespace.
14471
14472 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14475
14476         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14477         instead of re-search-forward.
14478
14479         * gnus-uu.el (gnus-uu-save-article): Ditto.
14480         (gnus-uu-post-encode-uuencode): Ditto.
14481
14482         * html2text.el (html2text-clean-list-items): Ditto.
14483         (html2text-clean-dtdd): Ditto.
14484         (html2text-format-tags): Ditto.
14485
14486         * message.el (message-send-mail-with-sendmail): Fix regexp.
14487         (message-fill-field-general): Use search-forward instead of
14488         re-search-forward.
14489         (unbold-region): Ditto.
14490
14491         * nnrss.el (nnrss-request-article): Ditto.
14492
14493         * nnslashdot.el (nnslashdot-request-article): Ditto.
14494
14495         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14496
14497         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14498         "Unrecognized menu descriptor" error in XEmacs.
14499
14500 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14501
14502         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14503         parent article of a sparse article in the thread hashtb.
14504
14505 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14506
14507         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14508         (nnmail-expand-newtext): Lowercase expanded entries if
14509         nnmail-split-lowercase-expanded is non-nil.
14510
14511 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14514
14515         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14516         of gnus-tmp-news-method into string under XEmacs.  It will be
14517         passed to gnus-correct-length which takes only a string argument.
14518
14519 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * gnus-util.el (gnus-bind-print-variables): New macro.
14522         (gnus-prin1): Use it.
14523         (gnus-prin1-to-string): Use it.
14524         (gnus-pp): New function.
14525         (gnus-pp-to-string): New function.
14526
14527         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14528         Replace pp-to-string with gnus-pp-to-string.
14529         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14530         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14531         * gnus-msg.el (gnus-debug): Ditto.
14532         * gnus-score.el (gnus-score-save): Ditto.
14533         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14534         gnus-pp-to-string.
14535         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14536         with gnus-pp.
14537         * score-mode.el (gnus-score-pretty-print): Ditto.
14538         * webmail.el (webmail-debug): Ditto.
14539
14540 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * gnus-art.el (article-display-face, article-display-x-face):
14543         Use buffer-read-only.
14544
14545 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * gnus-art.el (article-hide-list-identifiers):
14548         Bind inhibit-read-only as t.
14549
14550 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14553
14554 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14555
14556         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14557         (gnus-narrow-to-page): Don't assume point-min == 1.
14558         (gnus-article-edit-mode): Derive from message-mode.
14559
14560         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14561         point-min == 1.
14562
14563         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14564         Disable incorrect use of `assert'.
14565
14566         * message.el (message-mode): Set comment-start-skip.
14567
14568
14569 2004-08-22  Sam Steingold  <sds@gnu.org>
14570
14571         * pop3.el (pop3-leave-mail-on-server): New user variable.
14572         (pop3-movemail): Delete mail only when it is nil.
14573
14574 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14577
14578         * mml.el (mml-preview): Use `pop-to-buffer'.
14579
14580         * message.el (message-goto-mail-followup-to): Insert after "To".
14581         (message-carefully-insert-headers): Add comment.
14582
14583         * gnus.el: Remove unused variable `gnus-article-check-size'.
14584
14585         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14586
14587         * gnus-art.el (gnus-button-alist): Improve
14588         `gnus-button-handle-library' entry.
14589
14590 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14591
14592         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14593         downcase, since XEmacs capitalizes error messages differently.
14594
14595 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14596
14597         * nntp.el: Add (require 'gnus) due to reference to
14598         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14599
14600 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14601
14602         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14603         `mm-fill-flowed'.
14604
14605         * mm-decode.el (mm-dissect-singlepart): Check it.
14606
14607 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14608
14609         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14610         'imap' for netrc parsing.
14611
14612 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * mailcap.el (mailcap-mime-data): Mark as risky.
14615
14616 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14619         may be included in the encoded word.
14620         (rfc2047-encode): Don't append a space if the encoded word
14621         includes close parenthesis.
14622
14623 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14626         of text within parentheses.
14627
14628 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14629
14630         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14631         (gnus-encrypt-write-file-contents): Make the password key the file
14632         name PLUS the cipher, not just the cipher.  Also remove failed
14633         passwords from the cache.
14634
14635 2004-08-06  Simon Josefsson  <jas@extundo.com>
14636
14637         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14638         fix.
14639
14640 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14643         LWSP.
14644
14645 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14648         to append in-reply-to: data to the references: header.
14649
14650         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14651         (netrc-parse): Use gnus-encrypt.el functions.
14652
14653         * gnus-encrypt.el: Add new file for encryption support; currently
14654         does only a few GPG ciphers and an internal XOR cipher.
14655
14656         * password.el: Add comments on using password-read-and-add.
14657         (password-read-and-add): Add function to read and add the
14658         password to the cache at once.
14659
14660 2004-07-28  Simon Josefsson  <jas@extundo.com>
14661
14662         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14663         parameter (but don't use it, for now).
14664
14665         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14666         instead of hard coding to nil.
14667
14668 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14671         as mm-inline-image-xemacs does.
14672
14673 2004-07-26  Simon Josefsson  <jas@extundo.com>
14674
14675         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14676         Revert part of 2004-07-17 change below.
14677
14678 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14681         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14682
14683 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14684
14685         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14686         quotes that actually start with ">" at the beginning of the
14687         lines.
14688
14689 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * rfc2047.el (rfc2047-encode-region): Fix last change.
14692         (rfc2047-encode-parameter): Remove useless concat.
14693
14694 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14697         encode special characters; fix some kind of misconfigured headers;
14698         signal a real error if debug-on-quit or debug-on-error is non-nil.
14699         (rfc2047-encode-max-chars): New variable.
14700         (rfc2047-encode-1): Use it.
14701         (rfc2047-encode-parameter): New function.
14702
14703         * mml.el (mml-insert-parameter): Remove an excessive space.
14704
14705 2004-07-17  Simon Josefsson  <jas@extundo.com>
14706
14707         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14708         Kai Grossjohann <kai@emptydomain.de>.
14709         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14710         (gnus-group-make-menu-bar): Ditto.
14711
14712         * gnus-util.el (gnus-group-server): Add.
14713
14714 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14715
14716         * message.el (message-clone-locals): Clone sendmail and smtp
14717         variables.
14718
14719 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * rfc2047.el (rfc2047-encode-region): Fix last change.
14722
14723 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14726         characters as non-special.
14727
14728 2004-07-09  Simon Josefsson  <jas@extundo.com>
14729
14730         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14731         Users will lose all flag changes made while unplugged with
14732         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14733         good default.  See numerous reports on ding mailing list.
14734
14735 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14738         add generate-head-function and generate-article-function to the
14739         rfc822-forward entry.
14740         (nndoc-rfc822-forward-generate-article): New function.
14741         (nndoc-rfc822-forward-generate-head): New function.
14742
14743         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14744
14745 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14746
14747         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14748         respect display group parameter and gnus-summary-expunge-below.
14749         (gnus-articles-to-read): Remove unused reference to display group
14750         parameter.
14751
14752 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14753
14754         * nnheader.el (nnheader-uniquify-message-id): New experimental
14755         variable.
14756         (nnheader-nov-read-message-id): Use it.
14757
14758         * spam-report.el (spam-report-gmane): Add interactive.
14759
14760 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14763         qp-or-base64 for the application/* types.
14764
14765 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14766
14767         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14768
14769 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14770
14771         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14772         trim value.
14773
14774 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14775
14776         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14777         New macro and function.
14778         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14779
14780 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14783         after-load-alist.
14784
14785 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14786
14787         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14788         update info that isn't there.
14789
14790 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14791
14792         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14793         entry.
14794
14795 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * mm-view.el (mm-inline-render-with-function): Use multibyte
14798         buffer; decode html source by charset.
14799
14800         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14801
14802         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14803         Mule-UCS is loaded under XEmacs.
14804         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14805
14806 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14807
14808         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14809
14810 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * mm-util.el (mm-coding-system-p): Return a coding-system.
14813         (mm-mime-mule-charset-alist): Use shift_jis instead of
14814         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14815         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14816         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14817         instead of japanese-shift-jis and iso-latin-1 respectively in
14818         order to share the default value with both Emacs and XEmacs-mule.
14819         (mm-mule-charset-to-mime-charset): Make
14820         mm-coding-system-priorities effective.
14821         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14822         while predicating of candidates upon the priorities.
14823
14824 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14825
14826         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14827         gnus-uu-invert-processable.
14828
14829         * gnus.el: Autoload gnus-uu-invert-processable.
14830
14831 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * mm-util.el (mm-with-multibyte-buffer): New macro.
14834
14835         * rfc2047.el (rfc2047-encode-string): Use it.
14836         (rfc2047-encode-region): Move point to the end of the region after
14837         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14838
14839 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14842         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14843
14844 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14847         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14848         Karl Chen <quarl@nospam.quarl.org>.
14849
14850 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14851
14852         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14853         invalid addresses.
14854
14855 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14856
14857         * spam.el: Change section markers, revise TODO list.
14858         (spam-backends): Make new master list of all installed backends.
14859         (spam-summary-exit-behavior): Add new variable to determine how
14860         messages moves are done at summary exit.
14861         (spam-move-spam-nonspam-groups-only)
14862         (spam-process-ham-in-nonham-groups)
14863         (spam-process-ham-in-spam-groups): Remove variables, the
14864         spam-summary-exit-behavior variable should be used to manage this
14865         behavior.
14866         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14867         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14868         and spam-old-spam-articles.
14869         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14870         Add empty variables, placeholders for the backends they represent.
14871         (spam-set-difference): Move, unchanged.
14872         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14873         unless the user has a processor variable.
14874         (spam-classifications, spam-classification-valid-p)
14875         (spam-backend-properties, spam-backend-property-valid-p)
14876         (spam-backend-function-type-valid-p)
14877         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14878         (spam-report-articles-gmane, spam-report-articles-resend):
14879         Remove functions, they are not needed.
14880         (spam-install-backend-super, spam-backend-list)
14881         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14882         (spam-backend-function, spam-backend-ham-registration-function)
14883         (spam-backend-spam-registration-function)
14884         (spam-backend-ham-unregistration-function)
14885         (spam-backend-spam-unregistration-function)
14886         (spam-backend-statistical-p, spam-backend-mover-p)
14887         (spam-install-backend-alias, spam-install-checkonly-backend)
14888         (spam-install-mover-backend, spam-install-nocheck-backend)
14889         (spam-install-backend, spam-install-statistical-backend)
14890         (spam-install-statistical-checkonly-backend): Add backend installation
14891         support.
14892         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14893         (spam-group-processor-p): Use the new backend code and respect the
14894         summary exit behavior.
14895         (spam-mark-spam-as-expired-and-move-routine): Remove.
14896         (spam-summary-prepare): Change to use the new spam-old-articles
14897         variable.
14898         (spam-copy-or-move-routine, spam-copy-spam-routine)
14899         (spam-move-spam-routine, spam-copy-ham-routine)
14900         (spam-move-ham-routine): Add code to copy/move ham or spam.
14901         (spam-fetch-field-fast): Improve doc and code, plus allow the
14902         'number request.
14903         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14904         variables.
14905         (spam-split, spam-find-spam): Use the new backend code.
14906         (spam-registration-functions): Remove variable.
14907         (spam-unregister-routine): Add convenience wrapper.
14908         (spam-log-undo-registration, spam-register-routine)
14909         (spam-log-processing-to-registry)
14910         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14911         where possible.
14912         (spam-check-gmane-xref, spam-check-regex-headers)
14913         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14914         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14915         (spam-check-bogofilter-headers, spam-check-spamoracle)
14916         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14917         (spam-check-crm114-headers): Use the spam-split-group that
14918         spam-split prepares, no need to determine it every time.
14919
14920         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14921         to the nnheader-parse-naked-head call.
14922
14923         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14924
14925         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14926         the nnheader-nov-read-message-id call.
14927
14928 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14931         gnus-activate-group twice.  Suggested by Markus Peter
14932         <warp@spin.de>.
14933
14934 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * gnus-art.el (gnus-article-time-format): Exchange the order of
14937         day and month in the default value; fix customization type.
14938         (article-date-ut): Use add-text-properties.
14939         (article-make-date-line): Use message-make-date instead of
14940         current-time-string.
14941
14942         * message.el (message-fetch-field): Don't use set-text-properties.
14943         (message-make-date): Simplify.
14944
14945         * messagexmas.el (message-xmas-make-date): New function.
14946         (message-xmas-redefine): Defalias message-make-date to it.
14947
14948 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14951         (rfc2047-encode-region): Treat text within parentheses as special;
14952         show the original text when error has occurred.
14953
14954         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14955         already-computed method to gnus-activate-group.
14956
14957         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14958         same select-methods identical Lisp objects.
14959
14960         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14961         object when modifying the info.
14962
14963 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14966         gnus-opened-servers since it has never been opened with the new
14967         configuration yet.
14968
14969 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14972         arg to nnheader-generate-fake-message-id.
14973
14974 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14975
14976         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14977         number and build a fake message ID localized to a group and
14978         article number (so it's repeatable from that point on).
14979         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14980         ID format.
14981
14982         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14983         nnheader-generate-fake-message-id with the article number.
14984
14985 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14986
14987         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14988         end-of-buffer.
14989
14990 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14991
14992         * message.el (message-ignored-supersedes-headers): Add Approved.
14993
14994 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14997         goto-char.
14998         (rfc2047-encode): Fold the line before encoding.
14999
15000 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15001
15002         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15003         folding -- not all headers can be folded, and this should be done
15004         by the message composition mode.  Probably.  I think.
15005
15006 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15009         fast.
15010
15011         * gnus-ems.el (gnus-remove-image): Don't use
15012         message-text-with-property; remove only the image found first.
15013
15014         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15015         found first.
15016
15017 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15018
15019         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15020
15021 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * message.el (message-text-with-property): Make it fast and accept
15024         optional arguments.
15025         (message-strip-forbidden-properties): Use it.
15026         (message-fix-before-sending): Follow the m-t-w-p change.
15027
15028         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15029
15030 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-art.el (article-hide-headers): Don't change the buffer
15033         mistakenly when performing mml-preview even if
15034         gnus-single-article-buffer is nil.
15035
15036 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15037
15038         * message.el (message-expand-name-databases): New user option.
15039         (message-expand-name): Use it.
15040
15041 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15042
15043         * spam.el (spam-report-articles-resend)
15044         (spam-report-resend-register-routine): Allow ham reporting.
15045         (spam-report-resend-register-ham-routine): Add wrapper.
15046         (spam-registration-functions): Add ham resending functions.
15047         (spam-list-of-processors): Add ham resend processor.
15048
15049         * gnus.el (ham-resend-to): Add new group parameter.
15050         (spam-process): Add ham resend option.
15051
15052         * spam-report.el (spam-report-resend): Allow reporting ham.
15053         (spam-report-resend-ham): Add wrapper.
15054
15055 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15056
15057         * message.el (message-cite-articles-with-x-no-archive): New
15058         variable.
15059         (message-cite-original): Use it.
15060
15061 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15062
15063         * message.el (message-cite-original): Respect X-No-Archive.
15064
15065 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-art.el (article-hide-headers): Refer to the values for
15068         gnus-ignored-headers and gnus-visible-headers in the summary
15069         buffer since a user may have set them as group parameters.
15070
15071 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15072
15073         * assistant.el (assistant-node-name): Add convenience function.
15074         (assistant-render-text, assistant-render-node): Add error handling,
15075         plus handle multiple next nodes.
15076         (assistant-find-next-node): Comment out for now.
15077         (assistant-find-next-nodes): Add function, returns list of next
15078         nodes.
15079
15080 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * mail-source.el (mail-source-directory): Fix doc-string.
15083
15084 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15085
15086         * assistant.el (assistant-render-text, assistant-eval): Add :set
15087         widget type, which is different because it takes and returns a
15088         list.  Much hilarity ensues.
15089
15090 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15093
15094         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15095         doc-string.
15096
15097         * gnus-start.el (gnus-activate-group): Added doc-string.
15098
15099 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15102
15103 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15104
15105         * assistant.el (assistant-render-text): Try to add a :set
15106         widget, more to come.
15107
15108         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15109         strings.
15110         (spam-report-articles-resend)
15111         (spam-register-routine): Do registration iff any articles warrant
15112         it.
15113         (spam-summary-prepare-exit): Change log message for nil group
15114         destinations.
15115
15116 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15117
15118         * spam.el (spam-report-resend-register-routine): Allow
15119         spam-report-resend-to to be a group parameter or a global value.
15120
15121 2004-05-26  Simon Josefsson  <jas@extundo.com>
15122
15123         * starttls.el: Merge with my GNUTLS based starttls.el.
15124         (starttls-gnutls-program, starttls-use-gnutls)
15125         (starttls-extra-arguments, starttls-process-connection-type)
15126         (starttls-connect, starttls-failure, starttls-success): New
15127         variables.
15128         (starttls-program, starttls-extra-args): Doc fix.
15129         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15130         functions.
15131         (starttls-negotiate, starttls-open-stream): Check
15132         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15133         function if it is set.
15134
15135 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15138         structured fields.
15139
15140 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15143
15144 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15145
15146         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15147         variable.
15148         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15149         assigning the spam-mark to new messages.
15150
15151 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15152
15153         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15154
15155 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15158
15159         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15160         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15161         default.
15162
15163 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15164
15165         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15166         correct data.
15167
15168 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15169
15170         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15171         (spam-group-processor-p): Fix function.
15172         (spam-group-processor-multiple-p)
15173         (spam-group-spam-processor-report-gmane-p)
15174         (spam-group-spam-processor-report-resend-p)
15175         (spam-group-spam-processor-bogofilter-p)
15176         (spam-group-spam-processor-blacklist-p)
15177         (spam-group-spam-processor-ifile-p)
15178         (spam-group-ham-processor-ifile-p)
15179         (spam-group-spam-processor-spamoracle-p)
15180         (spam-group-spam-processor-crm114-p)
15181         (spam-group-ham-processor-bogofilter-p)
15182         (spam-group-spam-processor-stat-p)
15183         (spam-group-ham-processor-stat-p)
15184         (spam-group-ham-processor-whitelist-p)
15185         (spam-group-ham-processor-BBDB-p)
15186         (spam-group-ham-processor-spamoracle-p)
15187         (spam-group-ham-processor-copy-p): Remove functions with some
15188         prejudice against unneeded code.
15189         (spam-report-articles-resend)
15190         (spam-report-resend-register-routine): Allow the group/topic
15191         spam-resend-to value to override spam-report-resend-to.
15192         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15193         properly now.
15194
15195         * gnus.el (spam-resend-to): Add group/topic parameter.
15196         (spam-process): Move the OBSOLETE processors to the end of the
15197         choices.
15198
15199 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15200
15201         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15202         with resend-to set to nil, and then ask the user if necessary.
15203         (spam-report-resend): spam-report-resend takes a list of articles, not
15204         separate article numbers.
15205
15206 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15209         addition to emacs-w3m.
15210
15211 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15212
15213         * assistant.el (assistant-authinfo-data): New function.
15214         (assistant-eval): Eval for entire assistant.
15215
15216         * netrc.el (netrc-services-file): New variable.
15217         (netrc-parse-services): New function.
15218         (netrc-find-service-name): New function.
15219         (netrc-find-service-number): New function.
15220         (netrc-port-equal): New function.
15221         (netrc-machine): Use it.
15222
15223         * nnimap.el (nnimap-open-connection): Use netrc.
15224
15225         * gnus-util.el (gnus-netrc-get): Remove aliases.
15226
15227         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15228
15229         * assistant.el (wid-edit): Fix compilation.
15230
15231         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15232
15233 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15234
15235         * gnus-util.el (gnus-set-file-modes): New function.  (small
15236         patch).
15237
15238 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15239
15240         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15241
15242         * assistant.el (assistant-render-node): Fix up rendering and
15243         read-only text.
15244         (assistant-render-node): Reset.
15245         (assistant-make-read-only): Not sticky.
15246
15247 2004-05-20  Danny Siu  <dsiu@adobe.com>
15248
15249         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15250         centered even when gnus-auto-center-summary is t.
15251
15252 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15253
15254         * dns.el (dns-get-txt-answer): New function.
15255         (dns-read-txt): Ditto.
15256         (query-dns): Use it.
15257
15258 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15261         active for foreign groups even if the group level is higher than
15262         the specified value.
15263
15264 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15265
15266         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15267         non-active groups.
15268
15269         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15270
15271 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15272
15273         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15274
15275 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15276
15277         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15278         (spam-crm114-header, spam-crm114-spam-switch)
15279         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15280         (spam-crm114-positive-spam-header)
15281         (spam-crm114-database-directory, spam-list-of-processors)
15282         (spam-group-spam-processor-crm114-p)
15283         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15284         (spam-generic-score, spam-list-of-checks)
15285         (spam-list-of-statistical-checks, spam-registration-functions)
15286         (spam-check-crm114-headers, spam-crm114-score)
15287         (spam-check-crm114, spam-crm114-register-with-crm114)
15288         (spam-crm114-register-spam-routine)
15289         (spam-crm114-unregister-spam-routine)
15290         (spam-crm114-register-ham-routine)
15291         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15292         asjo@koldfront.dk (Adam Sjøgren).
15293
15294         * gnus.el: Add spam-use-crm114.
15295
15296         * spam.el (spam-list-of-processors, spam-registration-functions):
15297         Add spam-use-resend.
15298         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15299         (spam-report-articles-gmane): Add doc fix.
15300         (spam-report-articles-resend, spam-report-resend-register-routine):
15301         Add wrappers around spam-report-resend-to.
15302
15303         * spam-report.el (spam-report-resend-to, spam-report-resend):
15304         Add support for resending spam.
15305         (spam-report-gmane): Fix line length >80.
15306
15307         * gnus.el (spam-process): Add spam-use-resend.
15308
15309 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15310
15311         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15312         number of processed spam messages.
15313         (spam-ham-copy-or-move-routine): Return the number of processed
15314         ham messages.
15315         (spam-summary-prepare-exit): Use the above values to decide
15316         whether status messages shouled be displayed.
15317
15318 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15321         `rfc2047-encoding-function-alist' in order to avoid conflicting
15322         with the old version.
15323         (rfc2047-encode-region): Concatenate words containing non-ASCII
15324         characters in structured fields; don't encode space-delimited
15325         ASCII words even in unstructured fields; don't break words at
15326         char-category boundaries.
15327         (rfc2047-encode-1): New function.
15328         (rfc2047-encode): Use it; encode text so that it occupies the
15329         maximum width within 76-column; work correctly on Q encoding for
15330         iso-2022-* charsets.
15331         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15332         sure not to break a line just after the header name.
15333         (rfc2047-b-encode-region): Removed.
15334         (rfc2047-b-encode-string): New function.
15335         (rfc2047-q-encode-region): Removed.
15336         (rfc2047-q-encode-string): New function.
15337
15338         * mm-util.el (mm-replace-in-string): New function.
15339
15340 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15341
15342         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15343         get it right.
15344         (gnus-inews-make-draft): Really.
15345
15346 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15347
15348         * nnmh.el (nnmh-request-list-1): Don't check the link count
15349         before descending.  (small patch)
15350
15351 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15352
15353         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15354         stuff.
15355
15356         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15357         on real group name.
15358
15359         * gnus-art.el (gnus-signature-limit): Doc fix.
15360
15361         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15362
15363         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15364
15365 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15366
15367         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15368         isn't a string.
15369
15370 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15371
15372         * gnus-draft.el (gnus-draft-send): Bind
15373         rfc2047-encode-encoded-words.
15374
15375         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15376         (rfc2047-encodable-p): Say that =? needs encoding.
15377         (rfc2047-encode-encoded-words): New variable.
15378
15379         * gnus-group.el (gnus-group-select-group): Doc fix.
15380
15381         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15382
15383         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15384         to nil.
15385
15386         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15387
15388         * nnheader.el (nnheader-get-lines-and-char): New function.
15389
15390 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15391
15392         * gnus-msg.el (gnus-summary-followup-with-original): Document
15393         yanking of region when active.
15394
15395 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15398         groups if the group level is higher than the specified value.
15399
15400 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15401
15402         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15403         (gnus-group-jump-to-group): Added prefix argument using
15404         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15405         non-active group.
15406
15407         * compface.el (uncompface): Be verbose when changing
15408         `uncompface-use-external'.
15409
15410         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15411         handle manual section.
15412
15413 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15414
15415         * gnus-art.el (gnus-button-alist): Revert previous change.
15416
15417 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15420
15421 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15422
15423         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15424         whether backend can accept message.
15425
15426         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15427
15428 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15429
15430         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15431         Avoid creating directory when nntp-marks-is-evil is true.
15432         Reported by Reiner Steib.
15433
15434 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * gnus-picon.el (gnus-picon-style): New variable.
15437         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15438         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15439         Jesper Harder <harder@ifa.au.dk>.
15440
15441 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15442
15443         * message.el (message-fill-field): Return point.
15444         (message-generate-headers): Go to end of field.
15445
15446         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15447         stuff for non-living groups.
15448
15449 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15450
15451         * gnus-art.el (gnus-article-followup-with-original)
15452         (gnus-article-reply-with-original): gnus-mark-active-p ->
15453         gnus-region-active-p.
15454
15455 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15456
15457         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15458         only when there is spam or ham to be processed.
15459
15460 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15461
15462         * mail-source.el (mail-source-delete-crash-box): Refactor.
15463         (mail-source-fetch): Use it.
15464         (mail-source-fetch-file): Ditto.
15465         (mail-source-fetch-directory): Run postscript in loop.
15466         (mail-source-fetch-pop): Delete.
15467         (mail-source-fetch-maildir): Ditto.
15468         (mail-source-fetch-imap): Ditto.
15469
15470         * imap.el (imap-authenticators): Comment out sasl.
15471
15472         * message.el (message-skip-to-next-address): New function.
15473         (message-fill-header-address): Refactor.
15474         (message-fill-address): Use it.
15475         (message-delete-address): Use it.
15476         (message-fill-header-general): Refactor.
15477         (message-fill-field-address): Rename.
15478         (message-narrow-to-field): Find the start of the header.
15479         (message-header-format-alist): Don't pre-fill.
15480         (message-fill-header): Removed.
15481         (message-insert-header): New function.
15482         (message-shorten-references): Use it.
15483
15484         * rfc2047.el (rfc2047-field-value): Strip props.
15485
15486         * mail-parse.el (mail-header-make-address): New alias.
15487
15488         * ietf-drums.el (ietf-drums-make-address): New function.
15489
15490         * imap.el: Add compiler directives.
15491
15492         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15493
15494         * gnus-art.el (article-decode-idna-rhs): Don't use
15495         message-idna-inside-rhs-p.
15496
15497 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15498
15499         * message.el (message-idna-inside-rhs-p): Removed.
15500         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15501
15502         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15503         false positives.
15504
15505 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15506
15507         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15508
15509 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15510
15511         * nneething.el (nneething-file-name): Don't create spurious
15512         files.
15513
15514         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15515         (gnus-inews-do-gcc): Remove sleep.
15516
15517         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15518         part under point.
15519
15520         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15521         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15522
15523 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15524
15525         * spam.el (spam-summary-prepare-exit): Fixed (length).
15526
15527 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15528
15529         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15530         as expired without moving it" message when there are spam
15531         messages left.
15532
15533 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15534
15535         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15536         header is not nil.
15537
15538 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15539
15540         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15541         nntp-possibly-create-directory, not nntp-possibly-change-group.
15542         (nntp-marks-changed-p): New arg SERVER.
15543         (nntp-request-update-info): Adjust caller.
15544
15545 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15546
15547         * nntp.el (nntp-save-marks): Pass missing arg.
15548
15549 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15550
15551         * nntp.el: Support marks.
15552         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15553         (nntp-marks-modtime, nntp-marks-directory): New variables.
15554         (nntp-request-set-mark, nntp-request-update-info)
15555         (nntp-possibly-create-directory, nntp-marks-changed-p)
15556         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15557         functions.
15558
15559 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15560
15561         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15562         (gnus-xmas-redefine): Rename.
15563
15564         * gnus-score.el (gnus-score-insert-help): Use
15565         gnus-select-lowest-window.
15566
15567         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15568         appt-select-lowest-window and rename to gnus-select-lowest-window.
15569
15570         * gnus.el: do.
15571
15572 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15573
15574         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15575         encodings of MIME-encoded words, in order to improve
15576         interoperability with several broken MUAs.
15577
15578 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15579
15580         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15581         tags, only when charsets are not specified in headers.
15582         (mm-inline-text-html-render-with-w3m): Ditto.
15583
15584         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15585         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15586
15587 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15588
15589         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15590         instead of MIME-decoded from fields when checking
15591         `gnus-article-address-banner-alist'.
15592
15593 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15594
15595         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15596         description rather than subject.
15597
15598 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15599
15600         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15601
15602 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15603
15604         * gnus.el (gnus-version-number): Bump.
15605
15606 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15607
15608         * gnus.el: No Gnus v0.2 is released.
15609
15610 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15611
15612         * gnus-agent.el (gnus-agent-read-agentview): Inline
15613         gnus-uncompress-range.
15614
15615 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15616
15617         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15618         `exec-installed-p'.
15619
15620 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15621
15622         * gnus.el (spam-process, spam-autodetect-methods): Add
15623         bsfilter and bsfilter-headers.
15624
15625         * spam.el (spam-bsfilter): New customize group.
15626         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15627         (spam-bsfilter-header, spam-bsfilter-probability-header)
15628         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15629         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15630         (spam-bsfilter-database-directory): New options.
15631         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15632         (spam-list-of-statistical-checks, spam-registration-functions):
15633         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15634         (spam-bsfilter-score): New command.
15635         (spam-check-bsfilter-headers, spam-check-bsfilter)
15636         (spam-bsfilter-register-with-bsfilter)
15637         (spam-bsfilter-register-spam-routine)
15638         (spam-bsfilter-unregister-spam-routine)
15639         (spam-bsfilter-register-ham-routine)
15640         (spam-bsfilter-unregister-ham-routine): New functions.
15641         (spam-generic-score): Support bsfilter; Accept an optional argument
15642         to recalcurate spam score even if scoring header has already been
15643         added.
15644         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15645         optional argument to recalcurate spam score even if scoring header
15646         has already been added.
15647
15648 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15649
15650         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15651         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15652         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15653         link is missing.
15654
15655 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15656
15657         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15658         (html2text-get-attr): Rewrite.
15659
15660         * message.el (message-setup-1): Remove redundant put-text-property
15661         on mail-header-separator.
15662
15663 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15664
15665         * gnus-registry.el (gnus-registry-cache-whitespace)
15666         (gnus-registry-action, gnus-registry-spool-action)
15667         (gnus-registry-split-fancy-with-parent): Change message levels
15668         from 5 to 3 or 7, as needed.
15669
15670         * spam.el (spam-summary-prepare-exit)
15671         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15672         (spam-split, spam-find-spam, spam-log-undo-registration)
15673         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15674         level from 5 to 6.
15675
15676 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15679         2004-03-04 change).
15680
15681 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15682
15683         * sieve-manage.el (sieve-manage-open):
15684         * nnweb.el (nnweb-insert-html):
15685         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15686         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15687         * nnspool.el (nnspool-request-group):
15688         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15689         * nnml.el (nnml-request-update-info):
15690         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15691         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15692         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15693         (nnimap-request-set-mark):
15694         * nnfolder.el (nnfolder-request-update-info):
15695         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15696         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15697         * gnus-uu.el (gnus-uu-find-articles-matching):
15698         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15699         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15700         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15701         * gnus-nocem.el (gnus-nocem-scan-groups):
15702         * gnus-int.el (gnus-start-news-server):
15703         * gnus-group.el (gnus-group-make-kiboze-group)
15704         (gnus-group-browse-foreign-server):
15705         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15706         Use mapc when appropriate.
15707
15708 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15709
15710         FIXME: Make separate entries for each person.
15711
15712         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15713         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15714         <shields@msrl.com>:
15715
15716         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15717         may need for spam sorting and scoring.
15718         (spam-user-format-function-S): Add user format function suitable for
15719         general use.
15720         (spam-article-sort-by-spam-status): Add sorting function for summary
15721         sorting.
15722         (spam-extra-header-to-number): Add function to get a score from a
15723         header.
15724         (spam-summary-score): Add function to get a numeric score from the
15725         headers.
15726         (spam-generic-score): Fix function doc, was in wrong place.
15727         (spam-initialize): Take symbols when it's run, and install the
15728         extra headers that spam-necessary-extra-headers thinks we need.
15729
15730 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15731
15732         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15733         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15734
15735 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15736
15737         * gnus-sum.el (gnus-set-global-variables)
15738         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15739         (gnus-article-get-xrefs, gnus-summary-best-group)
15740         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15741         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15742         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15743         Use with-current-buffer.
15744
15745 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15746
15747         * spam.el (spam-summary-prepare-exit): Simplify logic.
15748         (spam-fetch-article-header): Read the article header if it's not
15749         available.
15750         (spam-list-articles): Simplify logic.
15751         (spam-filelist-register-routine): Fix bug with unregister-list.
15752
15753         * gnus-registry.el: Fix comments at beginning.
15754
15755 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15756
15757         * message.el (message-cater-to-broken-inn): Remove.
15758         (message-shorten-references): Make sure the total folded length of
15759         References is shorter than 998 characters to cater to a bug in INN
15760         2.3.  Also, don't pretend that references aren't folded -- this
15761         hasn't worked for a while.
15762
15763 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15764
15765         * gnus-agent.el (gnus-agentize):
15766         gnus-agent-send-mail-real-function no longer set to current value
15767         of message-send-mail-function but rather a lambda that calls
15768         message-send-mail-function.  The change makes the agent real-time
15769         responsive to user changes to message-send-mail-function.
15770
15771 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15772
15773         * legacy-gnus-agent.el
15774         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15775         help from Florian Weimer <fw@deneb.enyo.de>
15776
15777 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * nnmail.el (nnmail-cache-insert): Revert last change.
15780
15781 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * nnmail.el (nnmail-cache-insert): Always check whether
15784         nnmail-cache-ignore-groups matches a group name.
15785
15786 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15787
15788         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15789         (spam-find-spam, spam-log-processing-to-registry)
15790         (spam-log-registered-p, spam-log-unregistration-needed-p)
15791         (spam-log-undo-registration): Use gnus-message instead of
15792         gnus-error, none of these errors are fatal.
15793
15794         * gnus-registry.el (gnus-registry-clean-empty-function)
15795         (gnus-registry-clean-empty): Remove only empty entries without
15796         extra data.
15797
15798 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15799
15800         * spam-stat.el (spam-stat-buffer-change-to-spam)
15801         (spam-stat-buffer-change-to-non-spam): Change (error) to
15802         (gnus-message 8) invocation.
15803
15804 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * nntp.el (nntp-via-netcat-command): New variable.
15807         (nntp-via-netcat-switches): New variable.
15808         (nntp-open-via-rlogin-and-netcat): New function.
15809         (nntp-open-connection-function): Doc fix.
15810         (nntp-telnet-command): Doc fix.
15811         (nntp-end-of-line): Doc fix.
15812         (nntp-via-rlogin-command): Doc fix.
15813         (nntp-via-user-name): Doc fix.
15814         (nntp-via-address): Doc fix.
15815
15816 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15819         error in Emacs 21.1.
15820
15821 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15824
15825 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15826
15827         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15828         (gnus-agent-with-refreshed-group): New macro.
15829         (gnus-agent-rename-group): New function.
15830         (gnus-agent-delete-group): New function.
15831         (gnus-agent-save-group-info): Use gnus-command-method when
15832         `method' parameter is nil.  Don't write nil entries into the
15833         active file.
15834         (gnus-agent-get-group-info): New function.
15835         (gnus-agent-fetch-articles): Use
15836         gnus-agent-update-files-total-fetched-for to increment disk space
15837         used.
15838         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15839         gnus-agent-update-view-total-fetched-for to increment disk space
15840         used.
15841         (gnus-agent-get-local): Added optional parameters to avoid calling
15842         gnus-group-real-name and gnus-find-method-for-group.
15843         (gnus-agent-set-local): Delete stored entry if either min, or max,
15844         are nil.
15845         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15846         quit, use gnus-agent-regenerate-group to record existance of any
15847         articles fetched to disk before the quit occurred.
15848         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15849         gnus-agent-update-view-total-fetched-for, and
15850         gnus-agent-update-files-total-fetched-for to decrement disk space
15851         used.
15852         (gnus-agent-retrieve-headers): Use
15853         gnus-agent-update-view-total-fetched-for to increment disk space
15854         used.
15855         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15856         with gnus-agent-update-files-total-fetched-for to decrement disk
15857         space and fresh group buffer.
15858         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15859         (gnus-agent-need-update-total-fetched-for): New variable.
15860         (gnus-agent-update-files-total-fetched-for): New function.
15861         (gnus-agent-update-view-total-fetched-for): New function.
15862         (gnus-agent-total-fetched-for): New function.
15863
15864         * gnus-cache.el (gnus-cache-save-buffers): Use
15865         gnus-cache-update-overview-total-fetched-for to change disk space
15866         used by this group.
15867         (gnus-cache-possibly-enter-article): Use
15868         gnus-cache-update-file-total-fetched-for to increment disk space
15869         used by this group.
15870         (gnus-cache-possibly-remove-article): Use
15871         gnus-cache-update-file-total-fetched-for to decrement disk space
15872         used by this group.
15873         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15874         (gnus-cache-rename-group): New function.
15875         (gnus-cache-delete-group): New function.
15876         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15877         (gnus-cache-need-update-total-fetched-for): New variable.
15878         (gnus-cache-with-refreshed-group): New macro.
15879         (gnus-cache-update-file-total-fetched-for): New function.
15880         (gnus-cache-update-overview-total-fetched-for): New function.
15881         (gnus-cache-rename-group-total-fetched-for): New function.
15882         (gnus-cache-delete-group-total-fetched-for): New function.
15883         (gnus-cache-total-fetched-for): New function.
15884
15885         * gnus-group.el: Require gnus-sum and autoload functions to
15886         resolve warnings when gnus-group.el compiled alone.
15887         (gnus-group-line-format): Documented new %F.
15888         (size of Fetched data) group line format; identifies disk space
15889         used by agent and cache.
15890         (gnus-group-line-format-alist): Defined new F format.
15891         (gnus-total-fetched-for): New function.
15892         (gnus-group-delete-group): No longer update
15893         gnus-cache-active-altered as gnus-request-delete-group now keeps
15894         the cache in sync.
15895         (gnus-group-list-active): Let the agent store a server's active
15896         list if currently plugged.
15897
15898         * gnus-int.el (gnus-request-delete-group):
15899         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15900         local disk in sync with the server.
15901         (gnus-request-rename-group):
15902         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15903         local disk in sync with the server.
15904
15905         * gnus-start.el (gnus-get-unread-articles):
15906         Cosmetic simplification to logic.
15907
15908         * gnus-util.el (gnus-rename-file): New function.
15909
15910 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15911
15912         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15913
15914 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15915
15916         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15917         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15918
15919 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15920
15921         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15922         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15923
15924 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15925
15926         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15927
15928 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15929
15930         * spam.el (spam-set-difference): Add function to replace
15931         gnus-set-difference in spam.el.
15932         (spam-summary-prepare-exit): Use spam-set-difference.
15933
15934 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15935
15936         * gnus-registry.el (gnus-registry-cache-file): Update to use
15937         gnus-dribble-directory OR gnus-home-directory OR ~.
15938         (gnus-registry-split-fancy-with-parent): Fix doc.
15939
15940 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * message.el (message-exchange-point-and-mark): Use
15943         message-mark-active-p.  Suggested by Jesper Harder
15944         <harder@ifa.au.dk>.
15945
15946 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * message.el (message-exchange-point-and-mark): Don't activate
15949         region if it was inactive.  Suggested by Hiroshi Fujishima
15950         <pooh@nature.tsukuba.ac.jp>.
15951
15952 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-art.el (article-display-face): Display Faces in the same
15955         order as X-Faces.
15956
15957 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15960
15961 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15964         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15965         (gnus-article-mime-hierarchy): Remove.
15966         (gnus-article-mime-hierarchy-next): Remove.
15967         (gnus-article-mode): Revert 2004-03-19 change.
15968         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15969         (gnus-insert-mime-button): Revert 2004-03-19 change.
15970         (gnus-mime-accumulate-hierarchy): Remove.
15971         (gnus-mime-enter-multipart): Remove.
15972         (gnus-mime-leave-multipart): Remove.
15973         (gnus-mime-display-part): Revert 2004-03-19 change.
15974         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15975
15976         * mml.el (mml-preview): Revert 2004-03-19 change.
15977
15978 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15979
15980         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15981
15982 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15985         t while entering a file name using the mm-with-multibyte macro.
15986         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15987
15988         * mm-util.el (mm-with-multibyte): New macro.
15989
15990 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15993         user option.
15994         (gnus-mime-multipart-functions): Doc and customization fix.
15995         (gnus-article-mime-hierarchy): New variable.
15996         (gnus-article-mime-hierarchy-next): New variable.
15997         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15998         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15999         gnus-article-mime-hierarchy-next to nil.
16000         (gnus-insert-mime-button): Show hierarchy numbers.
16001         (gnus-mime-accumulate-hierarchy): New function.
16002         (gnus-mime-enter-multipart): New function.
16003         (gnus-mime-leave-multipart): New function.
16004         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16005         (gnus-mime-display-alternative): Show hierarchy numbers.
16006
16007         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16008         gnus-article-mime-hierarchy-next to nil.
16009
16010 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16011
16012         * dns.el: Don't require gnus-xmas.
16013
16014 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16015
16016         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16017         inline PGP.
16018         (mml-menu): Disable mml-quote-region if mark is inactive.
16019
16020 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16023         when the group's active is not available.
16024
16025 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16028         error.
16029
16030 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16031
16032         * imap.el (imap-store-password): New variable.
16033         (imap-interactive-login): Use it.
16034         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16035
16036 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16039         window-start and hscroll to summary window.
16040
16041 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16042
16043         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16044         conversion message to newsrc-dribble when an actual conversion is
16045         performed.
16046
16047 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16048
16049         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16050
16051 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * mm-decode.el (mm-complicated-handles): New function reviving
16054         former definition of mm-multiple-handles.
16055
16056         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16057         (gnus-mime-delete-part): Use it.
16058
16059 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16060
16061         * gnus-agent.el (gnus-agent-read-local): Bind
16062         nnheader-file-coding-system to gnus-agent-file-coding-system to
16063         avoid the implicit assumption that they will always be equal.
16064         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16065         coding-system-for-write, as the with-temp-file macro first prints
16066         to a buffer then saves the buffer.
16067
16068 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * gnus-art.el (gnus-article-edit-part): New function.
16071         (gnus-mime-save-part-and-strip): Use it; do query instead of
16072         signaling an error; don't use mm-multiple-handles.
16073         (gnus-mime-delete-part): Ditto.
16074
16075 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16076
16077         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16078         old file versions.
16079         (gnus-group-prepare-hook): Removed function that converted list
16080         form of gnus-agent-expire-days to group properties.
16081
16082         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16083         (gnus-request-accept-article): Re-indented.
16084
16085         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16086         converters to handle old agent file formats.  Added logic for a
16087         "backup before upgrading warning".
16088         (gnus-convert-mark-converter-prompt): Developers can mark
16089         functions as needing (default), or not needing,
16090         gnus-convert-old-newsrc's "backup before upgrading warning".
16091         (gnus-convert-converter-needs-prompt): Tests whether the user
16092         should be protected from potentially irreversable changes by the
16093         function.
16094
16095         * legacy-gnus-agent.el: New.  Provides converters that are only
16096         loaded when gnus-convert-old-newsrc needs to call them.
16097
16098 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * mail-source.el (mail-source-touch-pop): Doc fix.
16101
16102         * message.el (message-smtpmail-send-it): Doc fix.
16103
16104 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16105
16106         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16107
16108         * nnmail.el (nnmail-split-fancy): do.
16109
16110         * gnus-kill.el (gnus-kill, gnus-execute): do.
16111
16112 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16113
16114         * gnus-sum.el (gnus-widget-reversible-match)
16115         (gnus-widget-reversible-to-internal)
16116         (gnus-widget-reversible-to-external): New functions.
16117         (gnus-widget-reversible): New widget.
16118         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16119
16120 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16121
16122         * gnus-sum.el (gnus-thread-sort-functions)
16123         (gnus-article-sort-functions): Document `(not F)' items.
16124
16125 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16126
16127         * spam.el (spam-use-gmane-xref): Add new backend.
16128         (spam-gmane-xref-spam-group): Add variable to control the name of the
16129         Gmane spam group.
16130         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16131         (spam-regex-headers-spam, spam-regex-headers-ham)
16132         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16133         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16134         backends and checks.
16135         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16136
16137         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16138         an autodetect method.
16139
16140 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16141
16142         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16143         articles are being added to a group.
16144         (gnus-request-replace-article): Inform the agent that articles
16145         need to be uncached as the cached contents are no longer valid.
16146
16147 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * binhex.el: Don't autoload executable-find.
16150
16151         * canlock.el: Don't autoload mail-fetch-field.
16152
16153         * dgnushack.el: Autoload c-mode for XEmacs.
16154
16155         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16156
16157         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16158         rmail-dont-reply-to and rmail-output.
16159
16160         * gnus-score.el: Don't autoload ffap-string-at-point.
16161
16162         * gnus-setup.el: Don't autoload sc-cite-original.
16163
16164         * imap.el: Don't autoload base64-decode-string,
16165         base64-encode-string and md5.
16166
16167         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16168         and rmail-msg-restore-non-pruned-header.
16169
16170         * mm-decode.el: Don't autoload executable-find.
16171
16172         * mm-url.el: Don't autoload executable-find.
16173
16174         * mm-view.el: Don't autoload diff-mode.
16175
16176         * nndb.el: Don't autoload news-reply-mode, news-setup,
16177         cancel-timer and telnet.
16178
16179         * password.el: Don't autoload run-at-time for Emacs.
16180
16181         * sha1-el.el: Don't autoload executable-find.
16182
16183         * sieve-mode.el: Don't autoload c-mode.
16184
16185         * uudecode.el: Don't autoload executable-find.
16186
16187 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16188
16189         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16190         (gnus-agent-possibly-alter-active): Avoid null in numeric
16191         comparison.
16192         (gnus-agent-set-local): Refuse to save null in local object table.
16193         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16194         list of articles that will be marked as unread.
16195
16196 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16199
16200 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16201
16202         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16203         language tags.
16204
16205 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16206
16207         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16208         Don't bind "obarray".
16209
16210         * gnus-sum.el (gnus-thread-sort-functions): Added
16211         `gnus-thread-sort-by-most-recent-number' and
16212         `gnus-thread-sort-by-most-recent-date'.
16213         Reported by Kai Grossjohann <kai@emptydomain.de>.
16214
16215 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16218
16219 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16220
16221         * gnus-cus.el (gnus-agent-customize-category): Removed
16222         ignore-errors macro reference that required cl to be loaded at
16223         run-time.
16224
16225         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16226         single-interval range of the form (min . max).  Previously the
16227         range had to look like ((min . max)).  Likewise, return
16228         (min . max) rather than ((min . max)).
16229         (gnus-range-map): Use gnus-range-normalize to accept
16230         single-interval range.
16231
16232         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16233         the cache, but not the agent, now appear with their usual face.
16234
16235         * dgnushack.el (loaddir): New variable that is bound to the
16236         directory containing the dgnushack.el file. Use loaddir, rather
16237         than srcdir, to update load-path. Change lets dgnushack compile
16238         code in directories other than GNUS/lisp.
16239
16240 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * lpath.el: Don't bind w3m-safe-url-regexp.
16243
16244         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16245         w3m-safe-url-regexp variable buffer-local.
16246
16247         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16248
16249 2004-02-27  Simon Josefsson  <jas@extundo.com>
16250
16251         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16252         gnus-group-real-prefix.
16253         (gnus-summary-move-article): Use it, instead of
16254         gnus-group-real-prefix.
16255
16256 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * lpath.el: Bind w3m-safe-url-regexp.
16259
16260         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16261         w3m-safe-url-regexp variable buffer-local and set it as the value
16262         of mm-w3m-safe-url-regexp.
16263
16264         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16265
16266         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16267         parsing gnus-posting-styles when the message is not for replying.
16268
16269         * dgnushack.el: Autoload sgml-mode for XEmacs.
16270
16271         * nnrss.el (nnrss-opml-export): Use
16272         mm-set-buffer-file-coding-system instead of
16273         set-buffer-file-coding-system.
16274
16275 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16276
16277         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16278         of checkdoc.el).
16279         * nnrss.el: do.
16280         * gnus-mlspl.el: do.
16281         * gnus-ml.el: do.
16282         * gnus-srvr.el: do.
16283
16284         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16285
16286 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16287
16288         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16289         Corrections to custom-manual links.
16290
16291         * gnus-art.el (gnus-article): Ditto.
16292
16293         * mm-decode.el (mime-display, mime-security): Ditto.
16294
16295 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16296
16297         * flow-fill.el: Typo.
16298
16299 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16300
16301         * spam-wash.el: New file.
16302
16303 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16304
16305         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16306
16307 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16308
16309         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16310         to be run with new-articles as LIST1, not LIST2.
16311         (spam-registration-functions): Add spam-use-ham-copy as a nil
16312         registration backend.
16313
16314 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16315
16316         * spam-stat.el (spam-stat-washing-hook): New option.
16317         (spam-stat-buffer-words): Use it.
16318         (spam-stat-process-directory, spam-stat-test-directory): Use
16319         insert-file-contents-literally.
16320         (spam-stat-coding-system): New variable.
16321         (spam-stat-load, spam-stat-save): Use it.
16322
16323 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * spam-report.el (spam-report-plug-agent): Quote
16326         spam-report-url-to-file and spam-report-url-ping-plain.
16327
16328 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16331         / in mailto URLs.
16332
16333 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * spam-report.el (spam-report-process-queue): Fix interactive use.
16336         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16337         (spam-report-unplug-agent): Doc fixes.
16338         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16339         (spam-report-agentize, spam-report-deagentize): Autoload.
16340
16341 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16344
16345         * message.el (message-setup-fill-variables): Add mml tags to
16346         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16347         <ajk@iu.edu>.
16348         (message-mode): Don't modify paragraph-separate there.
16349
16350 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * compface.el (uncompface-use-external): Default to undecided.
16353         (uncompface-use-external-threshold): New variable.
16354         (uncompface-float-time): New macro.
16355         (uncompface): Determine whether to use the external decoder if
16356         uncompface-use-external is undecided.
16357
16358 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16361         after images.
16362
16363         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16364
16365 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16366
16367         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16368
16369         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16370
16371         * gnus-sum.el (gnus-summary-limit-to-age)
16372         (gnus-summary-limit-children): do.
16373
16374         * gnus-int.el (gnus-request-scan): do.
16375
16376         * gnus-group.el (gnus-group-suspend): do.
16377
16378         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16379
16380         * gnus-cite.el (gnus-cite-parse-attributions): do.
16381
16382         * gnus-agent.el (gnus-summary-set-agent-mark)
16383         (gnus-agent-regenerate-group): do.
16384
16385         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16386
16387         * binhex.el (binhex-decode-region-internal): do.
16388
16389 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gnus-fun.el (gnus-face-properties-alist): New user option.
16392         (gnus-display-x-face-in-from): Use it.
16393
16394         * gnus-art.el (article-display-face): Ditto.
16395
16396         * compface.el (uncompface-use-external): Default to nil.
16397
16398 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16399
16400         * nntp.el (nntp-erase-buffer): New function.
16401         (nntp-retrieve-data, nntp-send-command)
16402         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16403         (nntp-possibly-change-group): Use it.
16404
16405         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16406         with-current-buffer.
16407
16408 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16409
16410         * compface.el: Merge the ELisp-based uncompface program.
16411         (compface): New customization group.
16412         (uncompface-use-external): New user option.
16413         (uncompface): Call uncompface-internal if uncompface-use-external
16414         is nil.
16415         (uncompface-internal): New function.  Note that there are also
16416         some other functions and variables added for this function.
16417
16418 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16419
16420         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16421         if necessary.
16422
16423 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16424
16425         * spam-report.el (spam-report-unplug-agent)
16426         (spam-report-plug-agent, spam-report-deagentize)
16427         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16428         Add support for the Agent in spam-report: when unplugged, report to a
16429         file; when plugged, submit all the requests.
16430
16431         * spam.el (spam-register-routine): Fix message about
16432         registration.
16433
16434 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16435
16436         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16437         dependencies.
16438         (rfc2047-encode): Use it.
16439
16440         * gnus-art.el (gnus-button-marker-list): Move before first
16441         reference.
16442
16443         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16444         (imap-parse-body): Fix format string mismatch.
16445
16446         * gnus-score.el (gnus-summary-increase-score): do.
16447
16448         * nnrss.el (nnrss-close): New function.
16449
16450 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * nnrss.el (nnrss-make-filename): New function.
16453         (nnrss-request-delete-group, nnrss-read-server-data)
16454         (nnrss-save-server-data, nnrss-read-group-data)
16455         (nnrss-save-group-data): Use it.
16456         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16457         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16458         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16459
16460 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16461
16462         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16463
16464 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16465
16466         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16467         files.
16468
16469         * message.el (message-generate-headers-first): Don't quote nil
16470         and t in docstrings.
16471
16472         * imap.el (imap-id): do.
16473
16474         * gnus-agent.el (gnus-agent-consider-all-articles)
16475         (gnus-agent-queue-mail): do.
16476
16477 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * spam-report.el (spam-report-process-queue): New function.
16480         Process requests from `spam-report-requests-file'.
16481         (spam-report-process-queue): Doc fix.
16482
16483 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16484
16485         * spam.el (spam-register-routine)
16486         (spam-log-processing-to-registry, spam-log-registered-p)
16487         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16488         Change "check" to "spam-check" for semi-clarity.
16489
16490 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * pop3.el: Require nnheader.
16493
16494         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16495
16496         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16497
16498         * gnus-picon.el: Require cl.
16499
16500         * gnus-fun.el: Require gnus-ems and gnus-util.
16501
16502         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16503
16504         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16505
16506         * gnus-art.el (gnus-article-edit-mode): Define before first
16507         reference.
16508
16509 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16510
16511         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16512         (gnus-uu-post-encoded): Use point-at-bol.
16513
16514         * gnus-topic.el (gnus-group-active-topic-p): do.
16515
16516         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16517
16518         * gnus-group.el (gnus-group-kill-region): do.
16519
16520         * gnus-art.el (article-date-ut): do.
16521
16522         * message.el (message-fetch-field): Remove redundant
16523         case-fold-search binding.
16524         (message-narrow-to-field): Simplify.
16525
16526 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * spam.el (spam-directory): Derive from `gnus-directory'.
16529
16530         * spam-report.el (spam-report-url-to-file)
16531         (spam-report-requests-file): New function and variable for offline
16532         reporting.
16533         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16534         and user defined function.
16535         (spam-report-url-ping-mm-url): Remove doubled slash.
16536
16537 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16538
16539         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16540
16541 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16542
16543         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16544         format string mismatch.
16545
16546         * sieve.el (sieve-deactivate-all): do.
16547
16548         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16549
16550         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16551
16552         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16553
16554         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16555
16556 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16557
16558         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16559         the list of checks.
16560
16561 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16562
16563         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16564         padding.
16565
16566 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16567
16568         * mm-view.el (mm-fill-flowed): New variable.
16569         (mm-inline-text): Use it.
16570
16571 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16572
16573         * spam.el (spam-spamassassin-register-ham-routine)
16574         (spam-spamassassin-register-spam-routine): Fix function names.
16575
16576 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus.el (gnus-tmp-grouplens): Remove.
16579         (gnus-summary-line-format): Remove grouplens.
16580
16581         * gnus-group.el (gnus-group-line-format): Ditto.
16582
16583         * gnus-spec.el (gnus-format-specs): Ditto.
16584         (gnus-update-format-specifications): Flush the group format spec
16585         cache if there's the grouplens stuff.
16586         (gnus-parse-simple-format): Replace %l with the empty string.
16587
16588 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16589
16590         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16591         omission.
16592
16593 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16596         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16597
16598 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16599
16600         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16601         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16602         New macros and functions.
16603         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16604         Handle > NLINK_MAX messages.
16605         * nnmaildir.el (nnmaildir-request-set-mark): Use
16606         nnmaildir--emlink-p and nnmaildir--eexist-p.
16607
16608 2004-01-25  Alex Schroeder  <alex@gnu.org>
16609
16610         * spam-stat.el (spam-stat-process-directory-age): New option.
16611         (spam-stat-process-directory): Use it.
16612
16613 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16614
16615         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16616         (spam-stat-save): Accept prefix argument.
16617
16618 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16619
16620         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16621         links" error.
16622
16623 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16626         the rest of the and/or forms.
16627
16628 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16629
16630         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16631         compatibility with old .newsrc.eld files.
16632
16633         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16634
16635         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16636
16637         * gnus-start.el (gnus-1): do.
16638
16639         * gnus-group.el (gnus-group-line-format-alist): do.
16640
16641         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16642
16643         * gnus-gl.el: Remove.
16644
16645 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16646
16647         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16648         marks consisting of a single range {for example, (3 . 5)} rather
16649         than a list of a single range { ((3 . 5)) }.
16650
16651 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16652
16653         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16654         with-current-buffer.
16655         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16656         avoid consing a string.
16657
16658         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16659         Remove obsolete entries for big5 and gb2312.
16660
16661 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16662
16663         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16664         uncompressed list.
16665
16666 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16667
16668         * spam-stat.el (spam-stat-strip-xref): New function.
16669         (spam-stat-process-directory): Use it.
16670
16671         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16672         here -- it's done in message-fetch-field.
16673
16674 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16675
16676         * gnus-agent.el (gnus-agent-queue-mail)
16677         (gnus-agent-prompt-send-queue): New variables.
16678         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16679         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16680         "nndraft:queue" along to gnus-draft-send.  Use
16681         gnus-agent-prompt-send-queue.
16682         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16683         is "nndraft:queue".  Suggested by Gaute Strokkenes
16684         <gs234@srcf.ucam.org>
16685
16686         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16687         (agent-enable-undownloaded-faces): Added.
16688         (gnus-agent-cat-groups): Use eval-and-compile, not
16689         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16690         method of gnus-agent-cat-groups even when the buffer has been
16691         evaled.
16692         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16693         delete gnus-agent-save-active-1.
16694         (gnus-agent-save-groups): Deleted.  Identical to
16695         gnus-agent-save-active.
16696         (gnus-agent-write-active): No longer adjust agent's copy of active
16697         file as agent's adjustments are now stored in their own
16698         file.  Removed optional parameter.
16699         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16700         servers.  Add use of min/max range limits from server's local
16701         file.
16702         (gnus-agent-save-alist): Removed unused optional argument.
16703         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16704         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16705         (gnus-agent-set-local): A per-server file that keeps min/max range
16706         limits for articles known to the agent.  Provides a fast mechanism
16707         for altering many active ranges.
16708         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16709         active file (local makes it unnecessary).
16710         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16711
16712         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16713         (agent-enable-undownloaded-faces): Added.
16714
16715         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16716         disable it when sending to "nndraft:queue".
16717         (gnus-group-send-queue): Add safety check to avoid sending queue
16718         when unplugged.
16719
16720         * gnus-group.el (gnus-group-catchup): Use new
16721         gnus-sequence-of-unread-articles, not
16722         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16723         numbers of articles.  Use gnus-range-map to avoid having to
16724         uncompress the unread list.
16725         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16726         Fixed invalid ange-ftp reference.
16727
16728         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16729         (gnus-sorted-range-intersection): Intersection of two ranges
16730         without requiring that they first be uncompressed.
16731
16732         * gnus-start.el (gnus-activate-group): Unless blocked by the
16733         caller, possibly expand the active range to include both cached
16734         and agentized articles.
16735         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16736         multiple version-dependent converters.
16737         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16738         gnus-agent-save-active.
16739         (gnus-save-newsrc-file): Save dirty agent range limits.
16740
16741         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16742         gnus-agent-possibly-alter-active.
16743         (gnus-adjust-marked-articles): Faster handling of simple lists.
16744
16745 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16746
16747         * spam-stat.el (spam-stat-test-directory): New optional argument
16748         displays a list of files detected.  Suggested by Andrew Cohen
16749         <cohen@andy.bu.edu>.
16750         (spam-stat-buffer-words-with-scores): Don't narrow and change
16751         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16752
16753 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16754
16755         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16756         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16757         (spam-spamassassin-arguments)
16758         (spam-spamassassin-spam-flag-header)
16759         (spam-spamassassin-positive-spam-flag-header)
16760         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16761         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16762         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16763         (spam-list-of-processors, spam-list-of-checks)
16764         (spam-list-of-statistical-checks, spam-registration-functions)
16765         (spam-check-spamassassin-headers, spam-check-spamassassin)
16766         (spam-spamassassin-score)
16767         (spam-spamassassin-register-with-sa-learn)
16768         (spam-spamassassin-register-spam-routine)
16769         (spam-spamassassin-register-ham-routine)
16770         (spam-assassin-register-spam-routine)
16771         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16772         (spam-bogofilter-score): Fix to show article before scoring.
16773
16774 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16775
16776         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16777         default scoring function.
16778         (spam-generic-score): Call spam-spamassassin-score if
16779         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16780         spam-bogofilter-score otherwise.
16781
16782         * gnus.el (spam-process, spam-autodetect-methods): Add
16783         spamassassin and spamassassin-headers.
16784
16785 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16786
16787         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16788         Suppress unnecessary messages.
16789
16790 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16791
16792         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16793         make-hash-table.
16794
16795 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * canlock.el (base64-encode-string): Don't autoload it.
16798
16799 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * run-at-time.el: Remove useless (require 'itimer),
16802         eval-and-compile and (featurep 'xemacs).
16803
16804 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16805
16806         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16807         GROUP is a virtual group.
16808
16809 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16810
16811         * gnus.el: Autoload `message-y-or-n-p'.
16812
16813 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16814
16815         * pgg-parse.el: Remove unnecessary (require 'custom).
16816
16817         * pgg-def.el: do.
16818
16819         * nnmail.el: do.
16820
16821         * gnus-undo.el: do.
16822
16823         * gnus-picon.el: do.
16824
16825         * gnus-util.el: do.
16826
16827 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16828
16829         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16830
16831 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16834         handle, as well as a list.
16835
16836         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16837         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16838         (mm-w3m-cid-retrieve): Simplify.
16839
16840 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16841
16842         * message.el (message-kill-to-signature): Allow prefix arg to
16843         specify number of lines to keep before signature.
16844
16845 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16846
16847         * message.el (message-kill-to-signature): Change docstring.
16848
16849 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * canlock.el: Always require sha1-el.
16852         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16853
16854         * message.el: Autoload sha1 only when compiling.
16855
16856         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16857         eudc-expand-inline for XEmacs.
16858
16859 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * message.el (message-canlock-generate): Require sha1-el.
16862
16863 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16864
16865         * message.el (message-expand-name): Silence the byte compiler.
16866
16867         * lpath.el: Add detect-coding-system.
16868
16869         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16870         cus-edit.
16871
16872 2004-01-13  Simon Josefsson  <jas@extundo.com>
16873
16874         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16875         Invoke gnus-score-mode.  Reported by
16876         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16877
16878         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16879         Jim Blandy <jimb@redhat.com> (tiny change).
16880
16881 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16882
16883         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16884
16885 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * spam.el (spam-get-article-as-string): Update to use
16888         gnus-request-article-this-buffer, much simpler.
16889         (spam-get-article-as-buffer): Remove.
16890
16891 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16892
16893         * message.el (message-expand-name): Use EUDC if the user uses that.
16894
16895 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16896
16897         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16898         character for the encoding to avoid consing a string.
16899
16900         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16901         unnecessarily.
16902
16903         * mm-util.el (mm-replace-chars-in-string): Remove.
16904
16905         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16906         of mm-replace-chars-in-string.
16907
16908 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16909
16910         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16911
16912         * mm-util.el (mm-subst-char-in-string): Support inplace.
16913
16914         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16915         a new string in every iteration.  Use shy groups.
16916
16917 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16918
16919         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16920         * gnus-soup.el (gnus-soup-group-brew):
16921         * gnus-msg.el (gnus-put-message):
16922         * gnus-move.el (gnus-group-move-group-to-server):
16923         * gnus-kill.el (gnus-batch-score):
16924         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16925         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16926         (gnus-group-update-group, gnus-group-read-group)
16927         (gnus-group-make-group, gnus-group-make-help-group)
16928         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16929         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16930         (gnus-group-sort-by-unread, gnus-group-catchup)
16931         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16932         (gnus-group-yank-group, gnus-group-set-info)
16933         (gnus-group-list-groups):
16934         * gnus.el (gnus-generate-new-group-name):
16935         * gnus-delay.el (gnus-delay-send-queue):
16936         * nnvirtual.el (nnvirtual-catchup-group):
16937         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16938         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16939         (gnus-group-prepare-topics, gnus-topic-check-topology):
16940         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16941         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16942         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16943         (gnus-group-make-articles-read):
16944         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16945         (gnus-group-change-level, gnus-kill-newsgroup)
16946         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16947         (gnus-get-unread-articles, gnus-make-articles-unread)
16948         (gnus-make-ascending-articles-unread): Use accessor
16949         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16950         to get group information for improved readability.
16951
16952
16953 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16954
16955         * gnus-art.el (article-decode-mime-words, article-babel)
16956         (gnus-article-highlight-signature, gnus-article-add-buttons)
16957         (gnus-signature-toggle): Use gnus-with-article-buffer.
16958
16959         * gnus-art.el (gnus-article-highlight-headers)
16960         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16961
16962         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16963         (gnus-article-set-globals, gnus-request-article-this-buffer)
16964         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16965         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16966         (gnus-mime-display-alternative): Use with-current-buffer.
16967
16968 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16969
16970         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16971         also under 80 char limit, and call gnus-error if needed.
16972         (spam-fetch-article-header): Fix - it was a
16973         buffer-local variable (gnus-newsgroup-data).
16974         (spam-find-spam): Use spam-generate-fake-headers, forget about
16975         spam-insert-fake-headers.
16976         (spam-insert-fake-headers): Remove.
16977
16978 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16979
16980         * deuglify.el (gnus-article-outlook-unwrap-lines)
16981         (gnus-outlook-rearrange-article)
16982         (gnus-outlook-repair-attribution-outlook)
16983         (gnus-outlook-repair-attribution-block)
16984         (gnus-outlook-repair-attribution-other): Remove redundant
16985         save-excursion.
16986
16987 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16988
16989         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16990         (spam-fetch-field-subject-fast)
16991         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16992         (spam-fetch-article-header): Add functions to deal with Gnus
16993         internals for fast retrieval of article header data.
16994         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16995
16996 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16997
16998         * pop3.el (pop3-md5): Remove.
16999         (pop3-apop): Replace pop3-md5 with md5.
17000
17001         * mm-bodies.el: base64 is always built-in.
17002
17003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17004         with-current-buffer.
17005
17006 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * canlock.el (canlock-insert-header): Remove excessive grouping in
17009         regexp.
17010
17011         * gnus-sum.el (gnus-summary-read-document): Ditto.
17012
17013         * gnus-uu.el (gnus-uu-part-number): Ditto.
17014
17015         * html2text.el (html2text-remove-tags): Ditto.
17016         (html2text-format-tags): Ditto.
17017         (html2text-format-single-elements): Ditto.
17018
17019         * mml.el (mml-parse-1): Ditto.
17020
17021 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17022
17023         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17024
17025         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17026
17027         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17028
17029         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17030
17031 2003-11-15  Simon Josefsson  <jas@extundo.com>
17032
17033         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17034         (pgg-gpg-lookup-key): Use regexp match instead of
17035         split-string (split-string is different between emacs 21.2 and
17036         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17037
17038 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17039
17040         * gnus-art.el (gnus-mime-view-all-parts)
17041         (gnus-article-part-wrapper, gnus-article-view-part): Use
17042         with-current-buffer.
17043
17044 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * spam.el (spam-disable-spam-split-during-ham-respool)
17047         (spam-spamoracle-database, spam-cache-lookups)
17048         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17049         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17050         (spam-group-ham-marks, spam-group-spam-marks)
17051         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17052         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17053         also add spam-use-blackholes to the statistical checks.
17054         (spam-fetch-field-fast): Add interface to fetching fields, may
17055         become a macro.
17056         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17057         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17058         (spam-insert-fake-headers): Fake an article when needed.
17059         (spam-find-spam): Fake article when possible.
17060         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17061         (spam-check-bogofilter-headers): Use message-fetch-field instead
17062         of nnmail-fetch-field.
17063
17064 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17065
17066         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17067
17068 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17069
17070         * spam.el (spam-split): Do not require spam-use-CHECK to be
17071         enabled if that check is passed to spam-split explicitly; also
17072         fix so 'spam doesn't get converted to spam-split-group when
17073         spam-split-symbolic-return is t.
17074         (spam-find-spam): Find registrations of the article and use those
17075         instead of re-running spam-split to find the spam/ham
17076         classification of the article.
17077         (spam-log-processing-to-registry, spam-log-registered-p)
17078         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17079         Use gnus-error instead of gnus-message.
17080         (spam-log-registration-type): Add function to determine the
17081         classification of a message based on registry entries; will
17082         return nil if both 'spam and 'ham are found.
17083         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17084         a reasonably fast local cache without the loading errors.
17085         (spam-cache-lookups): Set to t by default.
17086         (spam-find-spam): Don't try to guess spam-cache-lookups.
17087         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17088         spam-caches entry.
17089         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17090         caching of whitelist/blacklist entries.
17091         (spam-check-whitelist, spam-check-blacklist): Invoke
17092         spam-from-listed-p with a type, not a cache variable.
17093         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17094
17095 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17096
17097         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17098
17099         * nnmail.el (nnmail-split-fancy): do.
17100
17101         * mml.el (mml-parse): do.
17102
17103         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17104         (gnus-score-adaptive): do.
17105
17106 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17109         (gnus-mime-button-map): Don't set keymap parent.
17110         (gnus-button-ctan-directory-regexp): Use shy grouping.
17111         (gnus-prev-page-map): Don't set keymap parent.
17112         (gnus-prev-page-map): Remove duplicated one.
17113         (gnus-next-page-map): Don't set keymap parent.
17114         (gnus-mime-security-button-map): Ditto.
17115
17116         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17117         version number.
17118
17119         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17120
17121 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * canlock.el (canlock-sha1-function): Remove.
17124         (canlock-sha1-function-for-verify): Remove.
17125         (canlock-openssl-program): Remove.
17126         (canlock-openssl-args): Remove.
17127         (canlock-ignore-errors): Remove.
17128         (canlock-sha1-with-openssl): Remove.
17129         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17130         (canlock-verify): Don't use canlock-ignore-errors.
17131
17132         * sha1-el.el (sha1-string-external): Make it can return a string
17133         in binary form.
17134         (sha1-region-external): Ditto.
17135         (sha1-string-internal): Ditto.
17136         (sha1-region-internal): Ditto.
17137         (sha1-region): Ditto.
17138         (sha1-string): Ditto.
17139         (sha1): Ditto.
17140
17141 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17142
17143         * spam.el (spam-report-articles-gmane): New command.
17144
17145 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17148
17149         * run-at-time.el (run-at-time-saved): Remove.
17150         (run-at-time): Doc fix.
17151
17152 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17153
17154         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17155         (gnus-summary-limit-map): Add it.
17156         (gnus-summary-make-menu-bar): do.
17157
17158 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17159
17160         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17161         Make attempt at some caching support (done for BBDB only now).
17162         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17163         addresses to be checked.
17164         (spam-clear-cache-BBDB): Add function, to be invoked by
17165         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17166         (spam-check-BBDB): Check and use the caches, if
17167         spam-cache-lookups is on, remove superfluous (provide).
17168
17169 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17170
17171         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17172
17173 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17174
17175         * run-at-time.el (run-at-time-saved): Move to after the definition
17176         of `run-at-time'.
17177
17178         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17179
17180 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17183         mm-w3m-local-map-property.
17184
17185         * mm-view.el (mm-w3m-mode-map): Remove.
17186         (mm-w3m-local-map-property): Remove.
17187         (mm-inline-text-html-render-with-w3m): Don't use
17188         mm-w3m-local-map-property.
17189
17190 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17191
17192         * run-at-time.el: New file.
17193
17194         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17195         under Emacs.
17196
17197         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17198         of gnus-set-text-properties.
17199
17200         * gnus-uu.el (gnus-uu-save-article): Ditto.
17201
17202         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17203
17204         * gnus-cite.el (gnus-cite-parse): Ditto.
17205
17206         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17207         of gnus-.
17208
17209         * gnus-xmas.el (run-at-time): Require run-at-time.
17210
17211         * gnus.el: Changed calls to nnheader-run-at-time and
17212         password-run-at-time throughout to use run-at-time directly.
17213
17214         * password.el: Removed definition of run-at-time.
17215
17216         * nnheaderxm.el: Remove definition of run-at-time.
17217
17218 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17219
17220         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17221         in prompt.
17222
17223 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17224
17225         * messagexmas.el (message-xmas-redefine): Alias
17226         `message-make-caesar-translation-table' to
17227         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17228         version.
17229
17230         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17231         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17232         `gnus-xmas-set-text-properties'.
17233         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17234         `gnus-xmas-completing-read'.
17235         (gnus-xmas-completing-read): Removed.
17236         (gnus-xmas-open-network-stream): Removed.
17237
17238         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17239         XEmacs version.
17240
17241         * dns.el (dns-make-network-process): Use `open-network-stream'
17242         instead of `gnus-xmas-open-network-stream'.
17243
17244         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17245
17246         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17247
17248 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17249
17250         * gnus-art.el (gnus-mime-display-alternative)
17251         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17252         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17253         Don't use gnus-local-map-property.
17254
17255         * gnus-util.el (gnus-local-map-property): Remove.
17256
17257         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17258         gnus-completing-read-maybe-default with completing-read.
17259
17260         * gnus-util.el (gnus-completing-read): do.
17261         (gnus-completing-read-maybe-default): Remove.
17262
17263 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17264
17265         * password.el: Only autoload `run-at-time' if not XEmacs.
17266         Only autoload the itimer functions if XEmacs.
17267
17268 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17271         XEmacsen.
17272
17273         * dgnushack.el: Autoload executable-find for XEmacs.
17274
17275 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17276
17277         * gnus-art.el (gnus-read-string): Remove.
17278         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17279         read-string.
17280
17281 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17282
17283         * netrc.el: Autoload password-read.
17284         (netrc): Add configuration group.
17285         (netrc-encoding-method, netrc-openssl-path): Add
17286         variables for encoding and decoding of files with symmetric
17287         ciphers.
17288         (netrc-encode): Add assistant function to encode a file with
17289         netrc-encoding-method.
17290         (netrc-parse): Add interactive parameter, added optional
17291         decoding if netrc-encoding-method is non-nil but otherwise
17292         behavior is standard.
17293         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17294         Do s/encode/encrypt/ everywhere.
17295
17296         * spam.el: Remove executable-find autoload.
17297
17298 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17299
17300         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17301
17302         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17303
17304 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17305
17306         * gnus-art.el (gnus-treat-ansi-sequences)
17307         (article-treat-ansi-sequences): New variable and function.
17308         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17309
17310         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17311         Use it.
17312
17313 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17314
17315         * mm-util.el (mm-quote-arg): Remove.
17316
17317         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17318         shell-quote-argument.
17319
17320         * gnus-uu.el (gnus-uu-command): do.
17321
17322         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17323
17324         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17325         with make-char.
17326
17327         * mm-util.el (mm-make-char): Remove.
17328
17329         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17330         add-minor-mode.
17331
17332         * gnus-undo.el (gnus-undo-mode): do.
17333
17334         * gnus-topic.el (gnus-topic-mode): do.
17335
17336         * gnus-sum.el (gnus-dead-summary-mode): do.
17337
17338         * gnus-start.el (gnus-slave-mode): do.
17339
17340         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17341
17342         * gnus-ml.el (gnus-mailing-list-mode): do.
17343
17344         * gnus-gl.el (gnus-grouplens-mode): do.
17345
17346         * gnus-draft.el (gnus-draft-mode): do.
17347
17348         * gnus-dired.el (gnus-dired-mode): do.
17349
17350         * gnus-ems.el (gnus-add-minor-mode): Remove.
17351
17352         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17353         Replace gnus-char-width with char-width.
17354
17355         * gnus-ems.el (gnus-char-width): Remove.
17356
17357         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17358         Replace gnus-char-width with char-width.
17359
17360         * gnus-ems.el (gnus-char-width): Remove.
17361
17362         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17363         definition.
17364         Remove Emacs 20 hash table compatibility code.
17365
17366         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17367         20 compatibility code.
17368
17369         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17370
17371         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17372
17373         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17374         with point-at-{eol,bol}.
17375
17376         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17377
17378         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17379
17380         * flow-fill.el (fill-flowed-point-at-bol)
17381         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17382
17383         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17384         Replace with point-at-{eol,bol} throughout all files.
17385
17386 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * ntlm.el (ntlm-string-as-unibyte): New macro.
17389         (ntlm-build-auth-response): Use it.
17390
17391         Remove Emacs 20 stuff:
17392         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17393         (butlast, mapc, remove): Remove the compiler macros.
17394         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17395         of delq and copy-sequence.
17396         * gnus-art.el (popup-menu): Remove the compiler macro.
17397         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17398         Emacs 20.
17399
17400 2004-01-05  Simon Josefsson  <jas@extundo.com>
17401
17402         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17403         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17404         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17405         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17406         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17407         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17408         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17409         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17410         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17411         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17412         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17413         string-xor into ntlm-string-xor.  Suggested by
17414         Jesper Harder <harder@myrealbox.com>.
17415
17416         * ntlm.el: Don't include poem.
17417
17418         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17419         Jesper Harder <harder@myrealbox.com>.
17420
17421         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17422
17423         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17424         probably breaks emacs with DL patch, but do we care? Is anyone
17425         still using the DL stuff?)
17426
17427         * sieve-manage.el: Use the password package.
17428         (sieve-manage-read-passwd): Remove.
17429         (sieve-manage-interactive-login): Use password.  Re-add
17430         condition-case around loop.
17431
17432         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17433         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17434         the password package.
17435
17436 2003-02-19  Simon Josefsson  <jas@extundo.com>
17437
17438         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17439         token.
17440
17441 2002-08-07  Simon Josefsson  <jas@extundo.com>
17442
17443         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17444         (sieve-manage-authenticators):
17445         (sieve-manage-authenticator-alist): Add some SASL mechs.
17446         (sieve-sasl-auth): New function.
17447         (sieve-manage-cram-md5-auth):
17448         (sieve-manage-plain-auth): Rewrite using SASL library.
17449         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17450         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17451         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17452         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17453
17454 2004-01-05  Simon Josefsson  <jas@extundo.com>
17455
17456         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17457         New files.
17458
17459 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17460
17461         * gnus-group.el (gnus-no-groups-message): Update.
17462
17463         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17464
17465 2003-11-09  Simon Josefsson  <jas@extundo.com>
17466
17467         * imap.el: Support for ID IMAP extension (RFC 2971).
17468         (imap-local-variables): Add imap-id.
17469         (imap-id): New variable.
17470         (imap-id): New function.
17471         (imap-parse-response): Parse untagged ID response.
17472         * nnimap.el (nnimap-id): New variable.
17473         (nnimap-open-connection): Use it.
17474
17475 2003-12-28  Simon Josefsson  <jas@extundo.com>
17476
17477         * gnus-score.el (gnus-score-edit-all-score): New.
17478         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17479
17480 2004-01-04  Simon Josefsson  <jas@extundo.com>
17481
17482         * password.el: Add.
17483
17484 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17485
17486         * dns.el (dns-query-types): Fix typo.
17487         (dns-query-types): New function.
17488         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17489         PTR and SOA replies, see RFC 1035.
17490
17491 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17492
17493         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17494
17495         * Moved to Changelog.2.
17496
17497 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17498
17499         * gnus.el (gnus-version-number): Bump version.
17500
17501 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17502
17503         * gnus.el: No Gnus v0.1 is released.
17504
17505 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17506
17507         * gnus.el: No Gnus v0.0 is released.
17508
17509 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17510
17511         * gnus.el (gnus-version-number): Bump.
17512         (gnus-version): No.
17513
17514 See ChangeLog.2 for earlier changes.
17515
17516     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17517       Free Software Foundation, Inc.
17518
17519   This file is part of GNU Emacs.
17520
17521   GNU Emacs is free software: you can redistribute it and/or modify
17522   it under the terms of the GNU General Public License as published by
17523   the Free Software Foundation, either version 3 of the License, or
17524   (at your option) any later version.
17525
17526   GNU Emacs is distributed in the hope that it will be useful,
17527   but WITHOUT ANY WARRANTY; without even the implied warranty of
17528   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17529   GNU General Public License for more details.
17530
17531   You should have received a copy of the GNU General Public License
17532   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17533
17534 ;; Local Variables:
17535 ;; coding: utf-8
17536 ;; fill-column: 79
17537 ;; add-log-time-zone-rule: t
17538 ;; End: