6a994a271b76f911d693795a72a5b0530b310c27
[gnus] / lisp / ChangeLog
1 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el: Add headings.
4         (shr-ensure-paragraph): Actually work.
5         (shr-tag-li): Make <ul> prettier.
6         (shr-insert): Get white space at the beginning/end of elements right.
7         (shr-tag-p): Collapse subsequent <p>s.
8         (shr-ensure-paragraph): Don't insert double line feeds after blank
9         lines.
10
11 2010-10-03  Julien Danjou  <julien@danjou.info>
12
13         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
14
15         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
16         gnus-window-inside-pixel-edges.
17
18         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
19         gnus-ems.
20
21         * mm-view.el (mm-inline-image-emacs): Support image resizing.
22
23         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
24         function.
25
26         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
27         resize choice.
28
29 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
32         beginning of the buffer.
33
34         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
35         article buffer again.
36
37         * shr.el (shr-tag-p): Don't insert newlines at the start of the
38         buffer.
39
40         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
41         when it's at the start of the buffer.
42
43         * shr.el (shr-tag-blockquote): Convert name.
44         (shr-rescale-image): Use the right image-size variant.
45
46         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
47         buffer isn't shown, then select the current article first instead of
48         bugging out.
49         (gnus-summary-select-article-buffer): Show both the article and summary
50         buffers again.
51
52         * shr.el (shr-fontize-cont): Protect against regions with no text.
53         Rename tag functions to shr-tag-* for enhanced security.
54         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
55
56 2010-10-03  Glenn Morris  <rgm@gnu.org>
57
58         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
59
60         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
61
62         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
63
64         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
65
66         * gnus-util.el (gnus-make-local-hook): Simplify.
67
68 2010-10-02  Julien Danjou  <julien@danjou.info>
69
70         * gnus-util.el (gnus-iswitchb-completing-read): New function.
71         (gnus-ido-completing-read): New function.
72         (gnus-emacs-completing-read): New function.
73         (gnus-completing-read): Use gnus-completing-read-function.
74         Add gnus-completing-read-function.
75
76 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * shr.el (shr-insert-document): Autoload.
79         (shr-img): Be silent.
80         (shr-insert): Add a newline after every picture before text.
81         (shr-add-font): Use overlays for combining faces.
82         (shr-insert): Pass upwards the text start point.
83
84         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
85         possible.
86         (mm-shr): New function.
87
88 2010-10-02  Julien Danjou  <julien@danjou.info>
89
90         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
91         should go backward.
92
93 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
94
95         * shr.el (shr): Fix typo in provide call.
96
97 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * shr.el: New file.
100
101         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
102
103         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
104         completing read.
105
106 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
109         we're being queried about.  Suggested by Dan Jacobson.
110
111         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
112         by Jason Eisner.
113
114         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
115         table, too.  Suggested by Stefan Wiens.
116         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
117         the table unnecessary.  Suggested by Stefan Wiens.
118
119         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
120         longer needed, and probably doesn't work either, as pointed out by
121         Stefan Wiens.
122         (gnus-summary-exit): Remove call to the clearing function.
123         (gnus-summary-exit-no-update): Ditto.
124
125         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
126         instead of gnus-eval-in-buffer-window to avoid popping up frames.
127         Reported by Stefan Monnier.
128         (gnus-summary-save-in-rmail): Ditto.
129
130         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
131         article buffer, instead of both the article buffer and the summary
132         buffer.  Sort of suggested by Dan Jacobson.
133
134         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
135
136         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
137         Suggested by Dan Jacobson.
138
139         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
140         documentation clearer.
141
142         * message.el (message-shorten-references): Comment on the number "21".
143         Suggested by Stefan Monnier.
144
145         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
146         Suggested by Dan Jacobson.
147
148         * gnus.el (gnus-large-newsgroup): Mention
149         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
150
151         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
152         externalize attachments.  Bug reported by Steve Wen.
153
154         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
155         really message anything to the user.
156
157         * nnmail.el (nnmail-article-group): Allow using the fancy split method
158         directly.
159
160         * nnimap.el (nnimap-request-group): Low higher than high to signal no
161         messages in empty groups.
162
163 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
164
165         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
166         non-UIDNEXT group.
167
168 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
171         not the value from the collection.
172
173         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
174         values.  This sometimes happens on some groups that have no info.
175         (nnimap-request-newgroups): New function.
176
177 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
180         check into `gnus-registry-initialize'.
181         (gnus-registry-initialize): Ditto.
182         Fix and extend header docs.
183
184 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
187         regexp backtrace overflows.
188
189         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
190         for starttls that tls.el implements; i.e. openssl.
191
192         * tls.el (tls-starttls-switches): Give up on using starttls with
193         gnutls-cli.
194         (tls-program): Add --insecure to be consistent with the defaults from
195         openssl s_client.  Now all three commands are insecure.
196
197 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * lpath.el: Bind completion-styles-alist for XEmacs.
200
201         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
202         (gravatar-create-image): New function that's an alias to
203         gnus-xmas-create-image, gnus-create-image, or create-image.
204         (gravatar-data->image): Use it.
205
206 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
207
208         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
209         install the nnregistry refer method.
210         (gnus-registry-install-hooks): Use it.
211         (gnus-registry-unfollowed-groups): Add nnmairix to the default
212         unfollowed groups.
213
214 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
215
216         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
217         expanding threads.
218
219 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * nnir.el: Use the server names without suffixes (bug #7009).
222
223         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
224         unencrypted to STARTTLS, if possible.
225
226 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
227
228         * message.el (message-ignored-supersedes-headers): Strip Injection-*
229         headers before superseding.
230
231 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * nnrss.el (nnrss-use-local): Add documentation.
234
235         * nnimap.el (nnimap-extend-tls-programs): New function.
236         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
237         (nnimap-wait-for-connection): Accept the greeting from the stupid
238         output from openssl s_client -starttls, too.
239
240         * tls.el (tls-starttls-switches): New variable.
241         (tls-find-starttls-argument): Use it.
242         (open-tls-stream): Ditto.
243
244         * netrc.el (netrc-credentials): Return the value of the "default"
245         entry.
246         (netrc-machine): Ditto.
247
248         * nnimap.el (nnimap-find-article-by-message-id): Really return the
249         article number.
250         (nnimap-split-fancy): New variable.
251         (nnimap-split-incoming-mail): Use it.
252
253         * nntp.el (nntp-server-list-active-group): Document.
254
255         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
256         SELECT to get the message-id.
257
258         * mail-source.el (mail-sources): Removed webmail support.
259         (defvar): Ditto.
260         (mail-source-fetcher-alist): Ditto.
261         (mail-source-fetch-webmail): Removed.
262
263         * webmail.el: Removed -- doesn't seem relevant any more.
264
265         * gnus.el: Fix up make-obsolete-variable declarations throughout.
266
267         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
268         the \r.
269
270 2010-09-30  Julien Danjou  <julien@danjou.info>
271
272         * gnus-agent.el (gnus-agent-add-group): Fix call to
273         gnus-completing-read.
274
275 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * nndoc.el (nndoc-retrieve-groups): New function.
278
279         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
280         `default', use nnmail-split-methods.
281         (nnimap-request-article): Downcase the NILs so that they are nil.
282
283         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
284         symbol.
285
286         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
287         code, since if the user has requested network, that's what they ought
288         to get.
289         (nnimap-request-set-mark): Erase the buffer before issuing commands.
290         (nnimap-split-rule): Mark as obsolete.
291
292         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
293         variable.
294
295         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
296         correct slot, too.
297
298 2010-09-29  Julien Danjou  <julien@danjou.info>
299
300         * gnus.el (gnus-local-domain): Declare variable obsolete.
301
302         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
303         computing.
304         (gnus-ido-completing-read): Require ido.
305
306 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * gnus-registry.el: Don't prompt on load, which makes it impossible to
309         build Gnus.
310
311         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
312         when interpreting the structures.
313         (nnimap-request-accept-article): Add \r\n to the lines to make this
314         work with Cyrus.
315
316         * nndraft.el (nndraft-request-expire-articles): Use the group name
317         instead if "nndraft".  Fix found by Nils Ackermann.
318
319 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
320
321         * nnregistry.el: Added.
322
323 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
324
325         * nnmail.el (group, group-art-list, group-art):
326         Remove unneeded directives.
327
328 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
331         (mm-mime-charset)
332         * rfc2047.el (rfc2047-syntax-table)
333         * utf7.el (utf7-utf-16-coding-system): Comment fix.
334
335         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
336         rather than `insert-file-contents' and `eval-region'.
337
338         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
339         construction.
340
341         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
342
343         * time-date.el: No need to require cl for Emacs 21.
344
345 2010-09-29  Julien Danjou  <julien@danjou.info>
346
347         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
348         replacement of `gnus-gravatar-relief' to mimic
349         `gnus-faces-properties-alist'.
350         Add :version property.
351
352 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * mail-source.el (mail-source-report-new-mail)
355         * message.el (message-default-mail-headers)
356         * mm-decode.el (mm-valid-image-format-p): Comment fix.
357
358         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
359
360 2010-09-28  Julien Danjou  <julien@danjou.info>
361
362         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
363         mail-address contains the same string as real-name.
364
365         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
366         non-blank in header, otherwise it'll get stripped.
367
368         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
369         real-name, and then for mail address rather than doing : or , search.
370
371 2010-09-27  Julien Danjou  <julien@danjou.info>
372
373         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
374         (gnus-server-goto-server): Use gnus-completing-read.
375
376         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
377
378         * mm-util.el (defalias): Use gnus-completing-read.
379         (mm-codepage-setup): Use gnus-completing-read.
380
381         * smime.el (smime-sign-buffer): Use gnus-completing-read.
382         (smime-decrypt-buffer): Use gnus-completing-read.
383
384         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
385
386         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
387         (mml-minibuffer-read-disposition): Use gnus-completing-read.
388         (mml-insert-multipart): Use gnus-completing-read.
389
390         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
391
392         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
393
394         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
395
396         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
397
398         * gnus.el (gnus-read-method): Use gnus-completing-read.
399
400         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
401
402         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
403         (gnus-mime-action-on-part): Use gnus-completing-read.
404         (gnus-article-encrypt-body): Use gnus-completing-read.
405
406         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
407         (gnus-topic-move-matching): Use gnus-completing-read.
408         (gnus-topic-copy-matching): Use gnus-completing-read.
409         (gnus-topic-sort-topics): Use gnus-completing-read.
410         (gnus-topic-move): Use gnus-completing-read.
411
412         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
413         (gnus-agent-add-group): Use gnus-completing-read.
414
415         * nnmairix.el (nnmairix-create-server-and-default-group): Use
416         gnus-completing-read.
417         (nnmairix-update-groups): Use gnus-completing-read.
418         (nnmairix-get-server): Use gnus-completing-read.
419         (nnmairix-backend-to-server): Use gnus-completing-read.
420         (nnmairix-goto-original-article): Use gnus-completing-read.
421         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
422
423         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
424
425         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
426         (gnus-group-make-useful-group): Use gnus-completing-read.
427         (gnus-group-make-web-group): Use gnus-completing-read.
428         (gnus-group-add-to-virtual): Use gnus-completing-read.
429         (gnus-group-browse-foreign-server): Use gnus-completing-read.
430
431         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
432         (gnus-summary-limit-to-extra): Use gnus-completing-read.
433         (gnus-summary-execute-command): Use gnus-completing-read.
434         (gnus-summary-respool-article): Use gnus-completing-read.
435         (gnus-read-move-group-name): Use gnus-completing-read.
436
437         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
438         (gnus-summary-score-effect): Use gnus-completing-read.
439
440         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
441
442         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
443         right completing-read function.
444         (gnus-use-ido): New variable
445         (gnus-completing-read-with-default): Remove.
446
447 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
450         x-focus-frame.
451
452         * nnimap.el (auth-source-forget-user-or-password)
453         (auth-source-user-or-password): Autoload.
454
455         * message.el (message-from-style, message-interactive)
456         (message-cite-prefix-regexp, message-sendmail-envelope-from)
457         (message-yank-prefix, message-indentation-spaces, message-signature)
458         (message-signature-file): Add comment.
459
460 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
463         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
464         new articles.
465
466         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
467         parts.
468         (nnimap-request-article): Work with the t setting, too.
469
470         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
471         that you don't get flashes of other buffers.
472         (gnus-summary-show-complete-article): Intern before setting.
473
474 2010-09-27  David Engster  <dengste@eml.cc>
475
476         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
477         well as HEADERS.
478         (nnmairix-retrieve-headers): Provide new argument for the above.
479
480 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-sum.el (gnus-summary-move-article): Don't alter
483         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
484         group.
485
486         * nnimap.el (nnimap-update-info): Don't destructively alter active.
487
488         * message.el (message-cite-prefix-regexp): Revert my last edit.
489
490         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
491         variable instead of the Gnus variable.
492
493         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
494
495         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
496         again.
497
498         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
499         since some servers don't like it.
500         (nnimap-open-connection): Forget credentials if the server says the
501         password was wrong.
502         (nnimap-parse-line): Protect against invalid data.
503
504         * gnus-sum.el (gnus-summary-move-article): Add comment.
505         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
506         nothing alters it while scanning for new messages.
507
508         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
509         which may or may not help.
510         (nnimap-open-connection): If we're doing a stream connection, and then
511         discover we're on a STARTTLS-capable server, then open a STARTTLS
512         connection instead.
513
514 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * nnimap.el (utf7): Required.
517
518         * message.el (message-cite-prefix-regexp): Remove "}" from citation
519         prefix.
520
521 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
522
523         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
524
525 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * nnimap.el (nnimap-request-accept-article): Message the error on
528         error.
529
530 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
533
534 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * nndoc.el (nndoc-request-list): Return success always.
537
538         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
539         `fetch-old' -- we only want to fetch the articles we've requested.  The
540         rest are in the agent, probably.
541         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
542         disappeared server" to something low.  It's not important.
543
544         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
545         arrived before the FETCH data.
546
547         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
548         target here, because we don't know the Gnus name of the group.
549
550         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
551         for the correct group.
552
553         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
554
555         * gnus.el (gnus): Give a final warning after startup.
556
557         * gnus-util.el (gnus-action-message-log): New variable.
558         (gnus-message): Use it.
559         (gnus-final-warning): New function.
560
561         * nnimap.el (nnimap-open-connection): Record the greeting.
562         (nnimap): Add greeting.
563
564 2010-09-26  Julien Danjou  <julien@danjou.info>
565
566         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
567         arguments.
568         (gnus-html-wash-images): Fix spec computing to include start/end.
569
570         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
571
572 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
575         deletion.
576         (nnimap-retrieve-headers): Don't select the group, because that's
577         already done by nnimap-possibly-change-group.
578
579         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
580         (gnus-picon-transform-address): Use it.
581
582         * mail-source.el (mail-source-value): Revert previous patch.
583
584         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
585         on failure.
586         (nnimap-open-connection): Look up both virtual and physical server name
587         credentials.
588
589         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
590
591 2009-02-07  Dave Love  <fx@gnu.org>
592
593         * tls.el (open-tls-stream): Don't query killing process.
594
595 2009-02-08  Dave Love  <fx@gnu.org>
596
597         * gnus-win.el (gnus-window-to-buffer-helper,
598         gnus-all-windows-visible-p): Function needn't be a symbol.
599
600         * mail-source.el (mail-source-value): Function needn't be a symbol.
601
602 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * message.el (message-cite-prefix-regexp): Remove } from the cite
605         prefix.
606
607         * gnus-art.el (gnus-treatment-function-alist): Do picons before
608         highlight again, so that the highlight is correct.
609
610         * gnus-picon.el (gnus-picon): Remove again.
611         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
612
613         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
614         doing the header highlightling, so that the background colour of the
615         picon is correct.
616
617         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
618         (gnus-picon): Ditto.
619         (gnus-picon): Reinstate.  The background colour for picons is white.
620         (gnus-picon-insert-glyph): Make the background white.
621
622         * nnml.el (nnml-open-nov): Don't return dead buffers.
623
624         * auth-source.el (auth-source-create): Query the user for whether to
625         store the credentials.
626
627         * netrc.el (netrc-store-data): New function.
628
629         * auth-source.el (auth-source-user-or-password): Use the existing auth
630         sources, if any, for creation.
631
632         * gnus.el (gnus-group-fast-parameter): Return the last matching
633         parameter instead of the first matching parameter.
634
635 2010-09-26  Julien Danjou  <julien@danjou.info>
636
637         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
638
639 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * mml2015.el (mml2015-use): Remove gpg support.
642
643         * mml1991.el (mml1991-function-alist): Remove gpg function.
644         (mml1991-gpg-sign): Removed.
645
646 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
647
648         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
649         (gnus-browse-unsubscribe-current-group): Document it.
650         (gnus-browse-unsubscribe-group): Use it.
651
652 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
655         address to the To list for easier response.
656
657         * gnus.el (gnus-play-startup-jingle): Removed.
658         (gnus-splash): Don't play jingle.
659         (gnus): Silence gnus-load message.
660
661         * gnus-art.el (gnus-treat-play-sounds): Removed.
662
663         * gnus.el (gnus-play-jingle): Remove audio support.
664
665         * gnus-cus.el (gnus-score-customize): Remove audio reference.
666
667         * earcon.el: Removed -- no users.
668
669         * gnus-audio.el: Removed -- no users of this package.
670
671         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
672
673         * gnus-start.el (gnus-setup-news): Remove nocem support.
674
675         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
676
677         * gnus.el (gnus-use-nocem): Removed.
678
679         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
680         Removed.
681
682         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
683         uses NoCeM any more.
684
685         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
686         (gnus-button-ctan-handler): Ditto.
687         (gnus-button-handle-ctan-bogus-regexp): Ditto.
688         (gnus-button-ctan-directory-regexp): Ditto.
689         (gnus-button-handle-ctan): Ditto.
690         (gnus-button-tex-level): Ditto.
691         (gnus-button-alist): Removed CTAN stuff.
692
693 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
696         nnimap-streaming test.
697
698         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
699         servers twice.
700
701         * nnimap.el (nnimap-open-connection): Add more error reporting when
702         nnimap fails early.
703
704         * nnheader.el (nnheader-get-report-string): New function.
705         (nnheader-get-report): Use it.
706
707         * gnus-int.el (gnus-check-server): Say what the error was when opening
708         failed.
709
710         * nnimap.el (nnimap-wait-for-response): Search further when we're not
711         using streaming.
712
713 2010-09-25  Julien Danjou  <julien@danjou.info>
714
715         * gnus-html.el (gnus-html-rescale-image): Use our defalias
716         gnus-window-inside-pixel-edges.
717
718 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
721
722         * mm-decode.el (mm-save-part): Allow saving to other directories the
723         normal Emacs way.
724
725         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
726         by Jay Berkenbilt.
727
728         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
729         there isn't a single byte.
730
731         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
732         just do it.  It doesn't really seem to matter what the user responds
733         here, I think, so it's just a confusing question.
734
735         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
736         non-streaming case.
737
738         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
739         (gnus-article-encrypt-body): Use it.
740
741         * gnus-sum.el (gnus-summary-show-complete-article): New command and
742         keystroke.
743
744         * nnimap.el (nnimap-find-wanted-parts-1): Use
745         gnus-fetch-partial-articles.
746
747         * gnus-art.el (gnus-fetch-partial-articles): New variable.
748
749         * nnimap.el (nnimap-insert-partial-structure): New function.
750         (nnimap-get-partial-article): New function.
751         (nnimap-request-article): Use it.
752         (nnimap-wait-for-response): Return whether the wait was successful.
753         (nnimap-finish-retrieve-group-infos): Don't do anything if the
754         retrieval wasn't successful.
755         (nnimap-retrieve-group-data-early): Allow throttling servers.
756         (nnimap-streaming): New variable.
757         (nnimap-fetch-partial-articles): Removed.
758
759         * mm-decode.el (mm-with-part): Protect against killed buffers.
760
761         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
762         for prettier summary display.
763
764 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
765
766         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
767         directly.
768
769 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
772         apparently third-party libraries depend on it.
773
774         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
775         before starting negotiation.
776
777         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
778         privacy reasons.
779         (gnus-treat-mail-gravatar): Ditto.
780
781         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
782         buffer when inserting images.  Inserting text into the headers, for
783         instance, can make them invalid.
784
785 2010-09-25  Julien Danjou  <julien@danjou.info>
786
787         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
788         variables.
789
790         * nnheader.el: Remove useless variables news-reply-yank-from and
791         news-reply-yank-message-id.
792
793         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
794         variables.
795
796         * mml1991.el: Remove useless mml1991-verbose.
797
798         * gnus.el: Remove useless variable gnus-use-generic-from.
799         Remove obsolete variable gnus-topic-indentation.
800
801         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
802
803         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
804
805         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
806
807         * gnus-group.el: Remove useless gnus-group-icon-cache.
808         Remove useless gnus-ephemeral-group-server.
809
810         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
811
812         * mml2015.el: Remove useless mml2015-verbose.
813
814         * mml-smime.el: Remove useless mml-smime-verbose.
815
816         * gnus.el: Remove useless gnus-local-domain.
817
818         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
819         gnus-gravatar-size.
820
821         * gnus-art.el: Remove useless gnus-treat-translate.
822
823 2010-09-24  Julien Danjou  <julien@danjou.info>
824
825         * gnus-sum.el: Add support for Gravatars.
826
827         * gnus-art.el: Add support for Gravatars.
828
829         * gnus-gravatar.el: Add this file.
830
831         * gravatar.el: Add this file.
832
833 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
836
837         * gnus-group.el (gnus-group-fetch-faq): Removed.
838
839         * gnus.el (gnus-group-faq-directory): Removed.
840
841         * gnus-group.el (gnus-group-fetch-charter): Removed.
842
843         * gnus.el (gnus-group-charter-alist): Removed.
844
845         * gnus-group.el (gnus-group-archive-directory): Removed.
846         (gnus-group-recent-archive-directory): Ditto.
847         (gnus-group-make-archive-group): Removed.
848
849         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
850
851         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
852         use the same article number for all the cached articles.
853
854         * nnimap.el (nnimap-command): Register the last command time so
855         that we can use it for idling NOOPs.
856         (nnimap-open-connection): Start the keeplive timer.
857         (nnimap-make-process-buffer): Store all the process buffers.
858         (nnimap-keepalive): New function.
859
860         * starttls.el: (starttls-open-stream): Add autoload cookie.
861
862 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
863
864         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
865         handling.
866
867 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
870         its data structures.
871
872         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
873         instead of the cl.el copy-list.
874         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
875         equalp.
876
877 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
880         and tool-bar-local-item-from-menu.
881
882         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
883         mode-line-highlight face for Emacs.
884
885         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
886         loading gnus-sum.elc; fix comment for canlock-verify.
887         (gnus-article-jump-to-part): Use read-number.
888         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
889         Emacs pre-21 compatible code for help-echo.
890         (gnus-article-next-page-1): No need to adjust the number of lines.
891         (gnus-article-describe-bindings): Always use help-buffer.
892
893         * gnus-audio.el (gnus-audio-inline-sound)
894         * gnus-cus.el (gnus-custom-mode)
895         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
896
897         * gnus-sum.el (gnus-remove-overlays): Doc fix.
898
899         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
900         compatible code.
901
902 2010-09-24  Glenn Morris  <rgm@gnu.org>
903
904         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
905         visiting the fcc file in rmail-mode.
906
907         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
908
909 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * nnir.el: Silence the byte compiler.
912
913         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
914         alias to browse-url-url-encode-chars if any.
915         (gnus-html-encode-url): Use it.
916
917 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-start.el (gnus-use-backend-marks): New variable.
920         (gnus-get-unread-articles-in-group): Use it.
921
922         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
923         makeover.
924
925 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
926
927         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
928
929 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
932         Removed.
933         (gnus-setup-news-hook): Removed
934         gnus-fixup-nnimap-unread-after-getting-new-news.
935
936         * gnus-int.el (gnus-request-update-info): Protect against backends not
937         having the function.
938
939         * nnimap.el (nnimap-stream): Mention starttls.
940         (nnimap-open-connection): Add starttls support.
941
942 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
943
944         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
945
946 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
949         BODYSTRUCTUREs.
950         (nnimap-transform-headers): Unfold quoted {42} headers.
951
952         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
953         the info.
954         (gnus-get-unread-articles): Only call updatep on backends that support
955         it.
956
957         * nnweb.el (nnweb-request-update-info): NOOP.
958
959         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
960
961         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
962         since it only deals with marks.
963
964         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
965         gnus-request-marks, and make a new gnus-request-update-info.
966
967         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
968         the active instead of the high number, which is usually too low.
969
970 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
971
972         * netrc.el (netrc-parse): Remove encrypt.el mentions.
973         * encrypt.el: Removed.
974
975 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
978         server in symbolic form.
979
980         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
981         0.9.
982
983 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
986         (nnimap-update-info): Fix up code slightly.
987
988         * gnus-int.el (gnus-open-server): Add tracing for performance
989         debugging.
990
991         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
992         (gnus-group-insert-group-line): Pass the real group name so that it
993         gets the right data.
994
995         * gnus-start.el (gnus-get-unread-articles): Don't have
996         `gnus-get-unread-articles-in-group' update info, since that can be
997         really slow and doesn't seem to be needed?
998
999 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1000
1001         * time-date.el (date-to-time): Try using parse-time-string first before
1002         using the slower timezone-make-date-arpa-standard.
1003
1004 2010-09-22  Julien Danjou  <julien@danjou.info>
1005
1006         * gnus-group.el (gnus-group-insert-group-line): Call
1007         gnus-group-highlight-line.
1008         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1009         default hook list.
1010         (gnus-group-update-eval-form): Add new function.
1011         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1012         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1013
1014 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1017         immediate, then expire all articles.
1018         (nnimap-update-info): Fix off-by-one errors.
1019         (nnimap-flags-to-marks): Would return no marks lists for group with no
1020         flags.  Instead return the other data.
1021
1022 2010-09-22  Julien Danjou  <julien@danjou.info>
1023
1024         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1025         Only return an icon.
1026         (gnus-group-insert-group-line): Compute icon to return.
1027
1028         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1029         variable.
1030         (gnus-html-image-fetched): Only cache if
1031         gnus-html-image-automatic-caching is set.
1032         (gnus-html-image-fetched): Check for errors.
1033
1034 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1037         once per method on `g'.  This ensures that backends like nnfolder don't
1038         open all their folders.
1039
1040         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1041         (nnimap-request-list): Nix out group in the correct buffer.
1042         (nnimap-parse-flags): Implement by using `read' instead of
1043         hand-parsing.
1044         (nnimap-flags-to-marks): Pass on permanent-flags.
1045         (nnimap-make-process-buffer): Record the server name.
1046         (nnimap-parse-flags): Fix typo.
1047         (nnimap-request-scan): Run split on the server in general, not just a
1048         single group.
1049
1050         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1051         parameter, and propagate this downwards.
1052
1053         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1054         since EXAMINE changes it on the server.
1055
1056         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1057         this command might take a while.
1058
1059 2010-09-22  Julien Danjou  <julien@danjou.info>
1060
1061         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1062         harmful if you have 2 images side-by-side, they can't be properly
1063         update on text deletion.  Using text-property is safer here.
1064         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1065         data.
1066
1067 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * nnimap.el (nnimap-expunge-inbox): Removed.
1070         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1071         (nnimap-expunge): Flip default to t.
1072
1073         * gnus.el (gnus-method-to-server): Don't push things to the cache
1074         unless it's unique.
1075         (gnus-server-to-method): Ditto.
1076
1077 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1078
1079         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1080
1081 2010-09-22  Julien Danjou  <julien@danjou.info>
1082
1083         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1084         get the start of data.
1085         (gnus-html-encode-url): Add this function to encode special chars in
1086         URL.
1087         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1088         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1089
1090         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1091         default.
1092         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1093
1094         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1095         images alt-text.
1096         (gnus-html-put-image): Put alt-text as help-echo.
1097
1098 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1101         * mm-util.el (mm-decompress-buffer)
1102         * nnir.el (nnir-run-find-grep)
1103         * pop3.el (pop3-list): Use 3rd arg of split-string.
1104
1105         * time-date.el (format-seconds): Comment fix.
1106
1107         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1108         and byte-optimize-form-code-walker.
1109         (dgnushack-make-auto-load): Don't advise make-autoload.
1110
1111         * lpath.el: Remove Emacs 21 stuff.
1112
1113 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1116         outside the active range.  Suggested by Dan Christensen.
1117
1118         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1119         slightly later to avoid double-getting it.
1120
1121         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1122         previous patch.
1123
1124         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1125
1126 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1127
1128         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1129
1130 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-int.el (gnus-open-server): Give a better error message in the
1133         "go offline" case.
1134
1135         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1136         marks for nnimap, which is seldom the right thing to do.
1137
1138         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1139         (gnus-same-method-different-name): New function.
1140
1141         * nnimap.el (parse-time): Require.
1142
1143         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1144         method in the presence of many similar methods.
1145
1146         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1147
1148         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1149         nnml-inhibit-expiry.
1150
1151         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1152         find out whether methods are equal.
1153
1154         * nnimap.el (nnimap-find-expired-articles): New function.
1155         (nnimap-process-expiry-targets): New function.
1156         (nnimap-request-move-article): Request the article before looking at
1157         what the Message-ID is.  Fix found by Andrew Cohen.
1158         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1159
1160         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1161         for oldness in addition to being a predicate.
1162
1163         * nnimap.el (nnimap-request-group): When we have zero articles, return
1164         the right data to Gnus.
1165         (nnimap-request-expire-articles): Only delete articles immediately if
1166         the target is 'delete.
1167
1168         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1169         method, this would bug out.
1170
1171         * gnus-group.el (gnus-group-expunge-group): Renamed from
1172         gnus-group-nnimap-expunge, and implemented as a normal interface
1173         function.
1174
1175         * gnus-int.el (gnus-request-expunge-group): New function.
1176
1177         * nnimap.el (nnimap-request-create-group): Implement.
1178         (nnimap-request-expunge-group): New function.
1179
1180 2010-09-21  Julien Danjou  <julien@danjou.info>
1181
1182         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1183         (gnus-html-cache-expired): Add new function.
1184         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1185         wethever we should display image for fetch it.
1186         Compute alt-text earlier to pass it to the fetching function too.
1187         (gnus-html-schedule-image-fetching): Change function argument to only
1188         get one image at a time, not a list.
1189         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1190         cache.
1191         (gnus-html-get-image-data): New function to retrieve image data from
1192         cache.
1193         (gnus-html-put-image): Change buffer argument to use image data rather
1194         than file, and place image above region rather than inserting a new
1195         one. Do not take alt-text as argument, since it's useless now: we place
1196         the image above alt-text.
1197         (gnus-html-prune-cache): Remove.
1198         (gnus-html-show-images): Start to fetch image when we find one, do not
1199         push into a temporary list.
1200         (gnus-html-prefetch-images): Only fetch image if they have expired.
1201         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1202         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1203
1204 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1207
1208 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1211         spec inser "*" if the group isn't active instead of 0.
1212
1213         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1214         opening the server.
1215         (nnimap-request-delete-group): Implement group deletion.
1216         (nnimap-transform-headers): Return the size of the entire message in
1217         the Bytes header, not just the size of the first part.
1218         (nnimap-request-move-article): When moving an article from nnimap,
1219         request the article first so the accepting form has an article to
1220         accept.  Reported by Dan Christensen.
1221         (nnimap-command): Make sure that the error message doesn't error out.
1222
1223 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1224
1225         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1226         we haven't requested anything.
1227
1228 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1231         "".  Fix found by Andrew Cohen.
1232
1233         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1234         instead of -encode-string.
1235
1236 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1239
1240         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1241         by mm-subst-char-in-string.
1242
1243 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1246         waiting for the connection string.
1247
1248         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1249         arriving.
1250
1251         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1252         bogus characters.  This allows selecting certain Gmail groups.
1253
1254         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1255         (nnimap-fetch-partial-articles): New variable.
1256         (nnimap-open-connection): When looking for credentials, also use the
1257         nnimap-server-port.
1258         (nnimap-request-article): Return the group/article number, so that Gnus
1259         `^' works as expected.
1260         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1261         them.
1262
1263         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1264         comments.
1265         (gnus-methods-sloppily-equal): New function.
1266         (gnus): When using the development version of Gnus, load the gnus-load
1267         file.
1268
1269         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1270         `gnus-open-server' on each method before trying to scan them etc.  This
1271         ensures that all the backend parameters are set correctly.
1272
1273         * nnimap.el (nnimap-authenticator): New variable.
1274         (nnimap-open-connection): Allow anonymous login.
1275         (nnimap-transform-headers): The chars header is called Chars not
1276         Bytes.
1277         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1278         drops.
1279
1280         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1281         patch, found by Knut Anders Hatlen.
1282
1283 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1284
1285         * gnus-agent.el (gnus-agent-batch-confirmation)
1286         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1287         to gnus-message.
1288         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1289         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1290         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1291         * gnus-int.el (gnus-open-server): Likewise.
1292         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1293         (gnus-score-check-syntax): Likewise.
1294         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1295         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1296         Likewise.
1297         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1298
1299 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1302         calling conventions so that prefetch doesn't bug out.
1303
1304 2010-09-19  Julien Danjou  <julien@danjou.info>
1305
1306         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1307         rather than `subst-char-in-region' in order to be able to replace ASCII
1308         char by UTF-8 ones.
1309
1310         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1311         than curl.
1312         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1313         the right URL and ALT text on images.
1314         (gnus-html-wash-tags): Fix tag case.
1315         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1316         (gnus-article-html): Add -o display_ins_del=2 option.
1317         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1318
1319 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1322         the extra mail headers, which sometimes seem to happen for unknown
1323         reasons.
1324
1325         * mail-parse.el (mail-header-encode-parameter): Define as
1326         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1327         (or most, perhaps?) mail readers don't understand the latter, but do
1328         understand the former.
1329
1330         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1331         to nil, so that no methods are automatically agentized.  I think this
1332         is probably what most users want.
1333
1334         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1335         from url-retrieve, for instance about invalid URLs.
1336
1337         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1338         groups that have no articles.
1339         (nnimap-request-article): Check that we really got an article when we
1340         requested one.
1341
1342         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1343         doesn't exist.
1344
1345         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1346         nntp buffer so the agent can save it.
1347         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1348         that CRLF doesn't get translated to \n.
1349         (nnimap-open-connection): Don't make 'shell commands only send \n.
1350
1351 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1352
1353         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1354         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1355         Update var name.
1356         (nnml-generate-nov-file): Use dolist.
1357         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1358         Use with-current-buffer.
1359
1360 2010-09-18  Julien Danjou  <julien@danjou.info>
1361
1362         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1363         parallel.
1364
1365 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1368         the range update right.
1369         (nnimap-request-group): Don't make `M-g' bug out on group with no
1370         marks.
1371         (nnoo): Required, so that other packages can require nnimap.
1372         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1373         command we're looking for.  This helps when the server sends more
1374         responses after we've gotten everything we expected.
1375         (nnimap): Add a `newlinep' field to keep track of end-of-line
1376         conventions.
1377         Don't send CRLF to things that don't want it.
1378         (nnimap-request-accept-article): Ditto.
1379
1380 2010-09-18  Julien Danjou  <julien@danjou.info>
1381
1382         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1383         than curl to retrieve images.
1384
1385 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1388         the marks.
1389         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1390         (nnimap-wait-for-connection): New function.
1391         (nnimap-open-connection): If we have PREAUTH, don't query for login
1392         credentials.
1393         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1394         when doing a partial update.
1395
1396 2010-09-18  Julien Danjou  <julien@danjou.info>
1397
1398         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1399         tags.
1400
1401 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * nnimap.el (nnimap-credentials): New function.
1404         (nnimap-open-connection): Use the new function to look for credentials
1405         also on the numeric equivalents of "imap" and "imaps".
1406
1407         * gnus-start.el (gnus-activate-group): Send the info to
1408         gnus-request-group.
1409
1410         * nnimap.el (nnimap-request-group): Have the "check" version of the
1411         function parse flags and update the info, so that a `M-g' get a total
1412         resync of all flags from the group.
1413
1414         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1415         to allow backends to alter the info on group selection.  Also alter all
1416         the backend -request-group functions to take the parameter.
1417
1418         * nnimap.el (nnimap-store-info): New function.
1419         (nnimap-update-info): Store the info for later usage.
1420         (nnimap-request-group): Use the stored info for the dont-check case, so
1421         that we don't retrieve all marks when we enter a group.
1422
1423         * nnimap.el: Use deffoo instead of defun for interface functions.
1424
1425         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1426         update the group info.  This makes the nndraft groups, for instance, go
1427         back to their old behaviour.
1428
1429         * gnus-sum.el (gnus-select-newsgroup): Indent.
1430
1431         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1432         in.
1433         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1434         nothing.
1435
1436         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1437         from methods that are denied.
1438
1439         * gnus-int.el (gnus-method-denied-p): New function.
1440
1441         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1442         store the password instead of netrc.
1443         (nnimap-open-connection): Don't error out when we can't make a
1444         connections.
1445
1446         * auth-source.el (auth-source-create): In the password prompt, say what
1447         we're querying for.  Also prompt for user name if that hasn't been
1448         given.
1449
1450         * nnimap.el (nnimap-with-process-buffer): Removed.
1451
1452 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1455         method when we're reading from the agent.
1456
1457         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1458
1459         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1460         that's probably most useful for users.
1461
1462         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1463         "failed" all the time.
1464
1465         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1466         ...)) with (with-current-buffer ... ).
1467
1468         * nntp.el (nntp-open-server): Return whether the open was successful or
1469         not.
1470
1471         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1472         select an unread unseen article first.
1473
1474         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1475         /etc/services, supply some sensible port defaults.
1476
1477         * dgnushack.el: Define netrc-credentials.
1478
1479 2010-09-17  Julien Danjou  <julien@danjou.info>
1480
1481         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1482
1483 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1484
1485         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1486         doesn't have any parameters.
1487
1488 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1491         only upcased checks.
1492
1493         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1494
1495         * nnimap.el (nnimap-open-shell-stream): New function.
1496         (nnimap-open-connection): Use it.
1497         (nnimap-transform-headers): Get the number of lines in each message.
1498         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1499         number of lines.
1500         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1501         problem.
1502
1503         * utf7.el (utf7-encode): Autoload.
1504
1505         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1506         to allow the mail splitting to not return a default group.  This is
1507         useful for nnimap, which will leave unmatched mail in the inbox.
1508
1509         * nnimap.el: Rewritten.
1510
1511         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1512         nnimap usage.
1513
1514         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1515         if the move is internal, so that nnimap can do fast internal moves.
1516
1517         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1518         data.
1519         (gnus-read-active-for-groups): Support finishing the early retrieval of
1520         data.
1521
1522         * gnus-range.el (gnus-range-nconcat): New function.
1523
1524         * gnus-int.el (gnus-finish-retrieve-group-infos)
1525         (gnus-retrieve-group-data-early): New functions.
1526
1527 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1528
1529         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1530         (nnrss-retrieve-groups):
1531         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1532         (pop3-quit): Use with-current-buffer.
1533
1534 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1537         instead of nnheader-accept-process-output.
1538
1539         * dgnushack.el (dgnushack-compile): Add comment.
1540
1541         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1542
1543         * gnus-html.el (gnus-html-schedule-image-fetching)
1544         (gnus-html-prefetch-images): Replace process-kill-without-query by
1545         gnus-set-process-query-on-exit-flag.
1546
1547 2010-09-16  Romain Francoise  <romain@orebokech.com>
1548
1549         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1550
1551 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1554         parameter to unintern is mandatory-ish in Emacs 24.
1555
1556         * gnus-html.el (gnus-html-schedule-image-fetching)
1557         (gnus-html-prefetch-images): Check for curl before using it.
1558
1559         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1560         depend on curl, which isn't essential.
1561
1562         * imap.el: Revert back to version
1563         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1564         seem problematic.
1565
1566 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1567
1568         * gnus-registry.el (gnus-registry-install-shortcuts):
1569         Explicitly pass `obarray' to `unintern' to avoid a warning.
1570
1571 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1574         change.
1575
1576         * nnrss.el (nnrss-request-list): Removed this function and related
1577         functions, including the moreover stuff.
1578
1579 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * nnrss.el (nnrss-retrieve-groups): New function.
1582
1583 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1584
1585         * .dir-locals.el: Add no-byte-compile cookie.
1586
1587 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * time-date.el (format-seconds): Comment fix.
1590
1591         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1592         for back end that doesn't support request-scan.
1593
1594 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1597         then do request scans from the backends.
1598
1599         * netrc.el (netrc-credentials): New conveniency function.
1600
1601         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1602         avoid running a hook per line, since this takes a lot of time,
1603         profiling shows.
1604         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1605         directly if gnus-visual-p is true.
1606
1607 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1610         groups; replace mapcar with dolist which is a bit faster; pass groups
1611         info to gnus-read-active-file-1.
1612         (gnus-read-active-file-1): Scan only specified groups if the new
1613         optional arg `infos' is given.
1614
1615 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1618
1619         * pop3.el (pop3-movemail): Removed.
1620         (pop3-streaming-movemail): Renamed to pop3-movemail.
1621
1622         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1623         don't restrict end-tag searches to the end of the line.
1624
1625 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1628         articles of every unchecked group to t, which means unknown since the
1629         server has never been opened.
1630
1631 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * gnus-html.el (gnus-html-show-alt-text): New command.
1634         (gnus-html-browse-image): Ditto.
1635         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1636         to browse the image directly.
1637         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1638         better.
1639
1640         * gnus-async.el (gnus-async-article-callback): Call
1641         `gnus-html-prefetch-images' unconditionally.
1642
1643         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1644         before feeding URLs to curl.
1645
1646 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1649         internal images as deletable by `W D D'.
1650
1651         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1652         (gnus-async-article-callback): Fix typo.
1653
1654 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1657         current line to work around bugs in the output from w3m.
1658
1659         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1660         for groups that want that.
1661
1662         * nntp.el (nntp-wait-for-string): Supply a timeout for
1663         accept-process-output to ensure progress.
1664
1665         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1666         level to get unread articles from, then use that for foreign groups,
1667         too.
1668
1669         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1670         confuses the rest of the function.
1671
1672         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1673         for the methods that support -retrieve-groups, too.
1674
1675         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1676
1677 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1680         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1681
1682         * pop3.el: Require cl when compiling.
1683         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1684
1685 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1688         that aren't going to be activated.
1689         (gnus-get-unread-articles): Fix up the last commit.
1690
1691         * gnus-html.el (gnus-article-html): Allow calling without specifying
1692         the handle.  In that case, dissect the buffer first.
1693
1694         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1695
1696         * nnimap.el (nnimap-open-connection): Revert the change that would look
1697         into authinfo for imaps instead of imap.
1698
1699         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1700         say that you don't want to call gnus-request-group with don-check, but
1701         do check the reponse.  This is for virtual groups only.
1702         (gnus-get-unread-articles): Count the archive groups as secondary, so
1703         that they're activated the same way as before.
1704
1705         * imap.el (imap-message-map): Removed optional buffer parameter, since
1706         no callers use it.
1707         (imap-message-get): Ditto.
1708         (imap-message-put): Ditto.
1709         (imap-mailbox-map): Ditto.
1710         (imap-mailbox-put): Ditto.
1711         (imap-mailbox-get): Ditto.
1712         (imap-mailbox-get): Revert last change for this function.
1713
1714         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1715         case-insensitively.
1716         (nnimap-debug): Removed.
1717
1718         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1719         to use `imap-fetch' instead.  According to the comments, this should be
1720         safe, since all other IMAP clients use the 1:* syntax.
1721         (imap-enable-exchange-bug-workaround): Removed.
1722         (imap-debug): Removed -- doesn't seem very useful.
1723
1724         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1725         mail from a file, and the file doesn't exist.
1726
1727         * imap.el (imap-log): New convenience function used throughout instead
1728         of repeating the same code all over the place.
1729
1730         * pop3.el (pop3-streaming-movemail): Return t for success.
1731
1732         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1733         .authinfo if we're using ssl connection.
1734
1735         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1736         already have if we're in a main Gnus `g' run.
1737
1738         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1739
1740 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1743
1744         * nnmh.el (nnmh-request-list-1): Bind `file'.
1745
1746         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1747         alias to set-process-query-on-exit-flag or process-kill-without-query.
1748         (pop3-open-server): Use it.
1749
1750 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1753         box to the Incoming file.  Fixes mistake in previous checkin.
1754
1755         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1756         request loop (for debugging purposes) removed.
1757
1758         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1759         culprit is more visible.
1760         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1761         (nnml-add-incremental-nov): New functions to do "incremental" nov
1762         updates, where we just append to the end of the existing nov files
1763         without reading/writing them in full.
1764
1765         * mail-source.el (mail-source-delete-crash-box): Really only check the
1766         incoming files once in a while.
1767
1768         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1769
1770         * mail-source.el (mail-source-delete-crash-box): Only check the
1771         incoming files for deletion once per day to save a lot of file
1772         accesses.
1773
1774         * pop3.el (pop3-logon): Fix up unbound variable typo.
1775
1776         * mail-source.el (pop3-streaming-movemail): Autoload.
1777
1778         * pop3.el (pop3-streaming-movemail): Respect
1779         pop3-leave-mail-on-server.
1780
1781         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1782         retrieval.
1783
1784         * pop3.el (pop3-process-filter): Removed unused function.
1785         (pop3-streaming-movemail, pop3-send-streaming-command)
1786         (pop3-wait-for-messages, pop3-write-to-file)
1787         (pop3-number-of-responses): New functions for streaming pop3
1788         retrieval.
1789
1790         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1791         come from no known methods.
1792         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1793         list.
1794
1795         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1796         message sizes.
1797         (pop3-movemail): Use erase-buffer instead of looping and deleting
1798         regions, which seems rather odd.
1799
1800         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1801         file once per `g' run.
1802
1803         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1804         directories.  This makes the draft queue directory work.
1805
1806         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1807         data from the backends, so that we only request the list of groups from
1808         each method once.  This should speed things up considerably.
1809
1810         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1811         detect that it's not implemented.
1812
1813         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1814         we actually do recurse down into the tree, but don't stat all leaf
1815         nodes.
1816
1817         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1818         then say so instead of bugging out.
1819
1820         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1821         files exist before trying to read them.
1822
1823         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1824         around <pre_int>.
1825
1826         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1827
1828         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1829
1830 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * mm-util.el (mm-image-load-path): Just return the image directories,
1833         not all directories in the path in addition to the image directories.
1834         (mm-image-load-path): Maintain a cache of the image directories so that
1835         the `g' command in Gnus doesn't have to stat dozens of directories each
1836         time.
1837
1838         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1839         (gnus-html-wash-tags): Add a new `i' command to insert images.
1840         (gnus-html-insert-image): New command and keystroke.
1841         (gnus-html-redisplay-with-images): New command and keystroke.
1842         (gnus-html-show-images): Renamed command.
1843         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1844         spacers.
1845         (gnus-html-wash-tags): Decode entities at the end, so that entities
1846         inside the tags don't mess up the rest of the "parsing".
1847
1848         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1849         so that nnimap methods aren't agentized by default.  There's apparently
1850         many problems related to agent/imap behaviour.
1851
1852         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1853
1854         * gnus-html.el: Doc fix.
1855
1856 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1859         specifier-spec-list for Emacs 21.
1860
1861         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1862         glyph-width and glyph-height instead of display-graphic-p and
1863         image-size; make avoidance of displaying small images work for XEmacs.
1864
1865         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1866         for XEmacs.
1867
1868         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1869         of symbol that holds plist data.
1870         (gnus-process-plist): Remove plist of process after getting it.
1871
1872 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * message.el (message-generate-hashcash): Change default to
1875         'opportunistic if hashcash is installed.
1876
1877         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1878         (gnus-html-put-image): Only call image-size once, since it's somewhat
1879         time-consuming on remote X servers.
1880
1881 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1884         type on data, not a file name.
1885
1886         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1887         window-pixel-edges for Emacs 21.
1888
1889         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1890         decoded contents.
1891         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1892
1893 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1896         group line format, since it isn't very interesting.
1897
1898         * gnus-agent.el (gnus-agent-short-article),
1899         (gnus-agent-long-article): Increase values for these two variables,
1900         since most people are likely to have more network connection and
1901         storage than before.
1902
1903         * gnus.el (gnus-refer-article-method): Change default to 'current.
1904         When referring an article, the common behaviour is to refer it from the
1905         current select method, not the native select method.  The chances of
1906         the native select method having the message in question is rather slim
1907         these days.
1908
1909         * gnus-sum.el (gnus-auto-select-subject): Change default to
1910         `unseen-or-unread'.  I think it's likely that most people want to
1911         select an unseen article over a previously seen, but unread one.
1912
1913         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1914         means that in the article buffer none of the minor mode elements will
1915         be shown, usually, and this is not desirable in most cases.
1916
1917         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1918         that commands like `d' (and the like) go to the next line in the
1919         buffer, instead of the next unread article.  I think this is the
1920         behaviour that is most natural for most users.
1921         (gnus-single-article-buffer): Change default to nil, so that people can
1922         have as many article buffers open as they have summary buffer.  I think
1923         this is the most natural way for the groups to behave.
1924
1925         * message.el (message-generate-new-buffers): Change default to
1926         `unsent', so that all new message buffers start their names with the
1927         string "*unsent", and it's easier to find the buffers if you move from
1928         them.
1929
1930 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1933         small.  They're probably tracking images.
1934         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1935         (gnus-html-rescale-image): Yet another try at getting the image sizing
1936         right.
1937
1938         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1939         nntp-marks-file-name is nil.
1940
1941 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1942
1943         * gnus-html.el (gnus-html-wash-tags)
1944         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1945         Better logging.
1946
1947 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1950
1951         * gnus-html.el (gnus-html-wash-tags): Check the value of
1952         gnus-blocked-images in the summary buffer.
1953
1954 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1955
1956         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1957
1958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1961         like "a", it seems like.
1962         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1963         since it needs to be picked from the correct buffer.
1964
1965         * nnwfm.el: Removed.
1966
1967         * nnlistserv.el: Removed.
1968
1969 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1970
1971         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1972         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1973
1974 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * nnkiboze.el: Removed.
1977
1978         * nndb.el: Removed.
1979
1980         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1981         alt text.
1982         (gnus-html-rescale-image): Try to get the rescaling logic right for
1983         images that are just wide and not tall.
1984
1985         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1986         overshadow variable bindings.
1987
1988 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1989
1990         * gnus-html.el (gnus-html-wash-tags)
1991         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1992         extra logging.
1993
1994 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1997         (gnus-max-image-proportion): New variable.
1998         (gnus-html-rescale-image): New function.
1999         (gnus-html-put-image): Rescale images.
2000
2001 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2002
2003         Fix up some byte-compiler warnings.
2004         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2005         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2006         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2007         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2008         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2009         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2010         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2011
2012 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * gnus-html.el (gnus-article-html): Decode contents by charset.
2015
2016 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2019         (gnus-html-frame-width, gnus-blocked-images)
2020         * message.el (message-prune-recipient-rules): Add custom version.
2021         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2022
2023         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2024         functions.
2025
2026         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2027         gnus-process-get.
2028
2029 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2030
2031         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2032         instead of lsub directly.
2033
2034 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * nnwarchive.el: Removed.
2037
2038         * gnus-soup.el: Removed.
2039
2040         * nnsoup.el: Removed.
2041
2042         * nnultimate.el: Removed.
2043
2044         * gnus-html.el (gnus-blocked-images): New variable.
2045
2046         * message.el (message-prune-recipients): New function.
2047         (message-prune-recipient-rules): New variable.
2048
2049         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2050         guess whether a long line is natural text or not.
2051
2052         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2053         gnus-process-plist and friends for compatibility.
2054
2055 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2056
2057         * gnus-html.el: Require packages that define macros used in this file.
2058         (gnus-article-mouse-face): Declare to silence byte-compiler.
2059         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2060         process-get.
2061         (gnus-html-put-image): Use plist-get to avoid getf.
2062         (gnus-html-prefetch-images): Use with-current-buffer.
2063
2064 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * gnus-ems.el: Provide compatibility functions for
2067         gnus-set-process-plist.
2068
2069         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2070         header-line-format for XEmacs 21.4.
2071
2072         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2073         * gnus.el (gnus-valid-select-methods)
2074         * message.el (message-send-mail-partially-limit)
2075         * mm-decode.el (mm-text-html-renderer)
2076         * mml.el (mml-insert-mime-headers-always)
2077         * smiley.el (smiley-regexp-alist): Bump custom version.
2078
2079 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-html.el: require mm-url.
2082         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2083         with the url to `url'.
2084         (gnus-html-wash-tags): Support cid: URLs/images.
2085
2086 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2089         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2090         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2091
2092         * gnus-move.el: Removed file, since it doesn't really work.
2093
2094         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2095         UTF-8.  This seems to fix problems with some German web feeds.
2096
2097         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2098         at the top so that the proper colours are applied.
2099
2100         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2101         don't have dots in their names.
2102
2103         * gnus-art.el (gnus-article-view-part): Doc fix.
2104
2105         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2106         XEmacs-compatible.
2107         (gnus-html-put-image): Don't do images on non-graphic displays.
2108
2109         * nnslashdot.el: Removed this unused backend.
2110
2111         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2112         actions.
2113         (gnus-undo-register-1): Revert last change.
2114
2115         * gnus-group.el (gnus-group-completing-read): Protect against not
2116         having completion-styles bound.
2117
2118         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2119         make broken recipients happier.
2120
2121         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2122
2123         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2124         point parameter.
2125
2126         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2127
2128         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2129         completion-styles for group selection.
2130
2131 2009-02-04  Andreas Schwab  <schwab@suse.de>
2132
2133         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2134         headers and regexp-quote the match if necessary.
2135
2136 2009-03-24  Miles Bader  <miles@gnu.org>
2137
2138         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2139         the blinking smiley.
2140
2141 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2142
2143         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2144         blink smiley.
2145
2146 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2149         where the dribbel file lives exists.
2150
2151         * message.el (message-send-mail-partially-limit): Change the default to
2152         nil, since most people don't want this.
2153
2154         * mm-url.el (mm-url-decode-entities): Also decode entities like
2155         &#x3212.
2156
2157 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2158
2159         * gnus-sum.el (gnus-summary-idna-message):
2160         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2161         Hyperlink urls in docstrings with URL `...'.
2162
2163 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2164
2165         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2166         functions.
2167
2168 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2171         say what the mouseover text should be.
2172
2173         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2174         version of the mm-w3m-safe-url-regexp variable to only download images
2175         in the groups where we want that to happen.
2176
2177         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2178
2179         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2180         easier debugging.
2181         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2182         big pictures in the article buffer.
2183
2184         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2185         gnus-article-html.
2186         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2187         w3m.
2188
2189         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2190
2191 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2194         which doesn't exist.
2195
2196         * message.el (message-inhibit-ecomplete): New variable to allow some
2197         function to inhibit ecomplete address storage.
2198         (message-resend): Disable ecomplete message storage when resending
2199         messages.
2200
2201         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2202
2203 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2206         Save excursion while copying, moving, and deleting articles in order to
2207         prevent the cursor from jumping to unforeseen place.
2208
2209 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * lpath.el: No need to bind bookmark-current-buffer,
2212         bookmark-yank-point and bookmark-make-record-function.
2213
2214 2010-08-17  Glenn Morris  <rgm@gnu.org>
2215
2216         * gnus-sync.el: Require gnus components whose functions are used.
2217
2218         * gnus-art.el (bookmark-make-record-function):
2219         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2220         Declare for compiler.
2221
2222         * mm-url.el (mml-compute-boundary): Autoload.
2223
2224 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2227
2228 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2229
2230         Typo fix "hoo4a" -> "hook".
2231
2232         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2233
2234 2010-08-14  Glenn Morris  <rgm@gnu.org>
2235
2236         * gnus-sync.el (gnus-sync): Fix defgroup version.
2237
2238 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2239
2240         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2241
2242         * gnus-sync.el: Fix docs.
2243         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2244         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2245
2246 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2247
2248         Optimizations for gnus-sync.el.
2249
2250         * gnus-sync.el: Add docs about gnus-sync-backend
2251         possibilities.
2252         (gnus-sync-save): Remove unnecessary message.
2253         (gnus-sync-read): Optimize and show what groups were skipped.
2254
2255 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2256
2257         Minor bug fixes for gnus-sync.el.
2258
2259         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2260         read the sync on get-new-news.
2261
2262         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2263         quiet.
2264
2265         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2266
2267 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2268
2269         Make saving and restoring of hidden threads work with overlays.
2270         Patch applied by Ted Zlatanov.
2271
2272         * gnus-sum.el (gnus-hidden-threads-configuration)
2273         (gnus-restore-hidden-threads-configuration): Update to deal with text
2274         properties, rather than searching for a magic character.
2275
2276 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         New gnus-sync.el library for synchronization of marks.
2279
2280         * gnus-sync.el: New library for synchronization of marks.
2281
2282         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2283         renamed from `gnus-registry-grep-in-list'.
2284
2285         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2286
2287         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2288
2289 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2292         determining charset of text fails.
2293
2294 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * nnmail.el (nnmail-get-new-mail-1): Revert.
2297
2298         * nnml.el (nnml-active-number): Make sure names of newly created groups
2299         in nnml-group-alist are encoded.
2300
2301 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2304         containing non-ASCII characters in active file for nnml back end.
2305
2306 2010-07-24  David Engster  <dengste@eml.cc>
2307
2308         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2309         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2310
2311 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2312
2313         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2314         tag (Bug#6654).
2315
2316 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2319         the article buffer, not the summary buffer.
2320
2321 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2324         Emacs 23 as well.
2325
2326 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2329         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2330
2331 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2332
2333         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2334         Patch applied by Karl Fogel.
2335
2336         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2337         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2338
2339 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2340
2341         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2342         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2343         C-w still not working correctly from Article buffers; Thierry's
2344         patch to fix that will be applied after this.
2345
2346         * gnus-art.el (bookmark-make-record-function): New local variable.
2347
2348         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2349         article buffer.
2350         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2351
2352 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2353
2354         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2355         on changes in bookmark.el.
2356
2357 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2360         `no-log' instead of message not to log prompt string.
2361
2362 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2363
2364         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2365         the *other* type of HTML form submission.
2366
2367 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2368
2369         * auth-source.el (auth-source-pick): If choice does not contain a
2370         questioned keyword, set the check to t.
2371
2372 2010-06-12  Romain Francoise  <romain@orebokech.com>
2373
2374         * gnus-util.el (gnus-date-get-time): Move up before first use.
2375
2376 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2379         (gnus-article-edit-part): Bind it to make last part that is substituted
2380         or deleted visible.
2381         (gnus-mime-display-single): Buttonize part of which id equals to
2382         gnus-mime-buttonized-part-id.
2383
2384 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2385
2386         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2387         (gnus-dd-mmm): Use gnus-date-get-time.
2388         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2389         simplify logic.
2390         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2391         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2392
2393 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2394
2395         * auth-source.el (top): Autoload `secrets-list-collections',
2396         `secrets-create-item', `secrets-delete-item'.
2397         (auth-sources): Fix tag string.
2398         (auth-get-source, auth-source-retrieve, auth-source-create)
2399         (auth-source-delete): New defuns.
2400         (auth-source-pick): Rewrite in order to avoid 2 passes.
2401         (auth-source-forget-user-or-password): New parameter USERNAME.
2402         (auth-source-user-or-password): New parameters CREATE-MISSING and
2403         DELETE-EXISTING.  Retrieve password interactively, if needed.
2404
2405 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2406
2407         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2408         deleting unused directories when gnus-expert-user is t.
2409
2410 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2413         for each temp file when gnus-article-browse-delete-temp is ask.
2414
2415 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2416
2417         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2418         Lisp calls to delete-backward-char by calls to delete-char.
2419
2420 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2421
2422         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2423
2424 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2425
2426         * password-cache.el (password-cache-remove): Fix docstring.
2427
2428 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2431         article unless decoding article to be saved.
2432
2433 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2436         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2437         generated within the mm-with-unibyte-current-buffer macro.
2438
2439 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2442         to nil when we're in a mml-preview buffer and no group is selected.
2443
2444 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2445
2446         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2447         when catching the `C-g'.  Reported by "Leo".
2448
2449 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * message.el (message-forward-make-body-plain)
2452         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2453         multibyte-string-p.
2454
2455         * lpath.el: Revert.
2456
2457 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * message.el (message-forward-make-body-mml): Assume original message
2460         is multibyte string; error on unibyte.
2461         (message-forward-make-body-plain): Ditto; don't add excessive newline
2462         in body end.
2463
2464         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2465
2466 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2467
2468         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2469         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2470
2471 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * mm-extern.el (mm-extern-url): Don't use
2474         mm-with-unibyte-current-buffer.
2475         (mm-extern-cache-contents): Use with-current-buffer instead of
2476         save-excursion + set-buffer.
2477
2478 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * mm-util.el (mm-emacs-mule): Remove.
2481
2482 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2483
2484         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2485         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2486         change.
2487
2488 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2491         bind the default value of enable-multibyte-characters to nil.
2492
2493 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * message.el (message-forward-make-body-plain)
2496         (message-forward-make-body-mml):
2497         Don't use mm-with-unibyte-current-buffer.
2498
2499 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2500
2501         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2502
2503 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2504
2505         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2506         (Bug#5592).
2507
2508 2010-05-07  Julien Danjou  <julien@danjou.info>
2509
2510         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2511         it to mm-pipe-part.
2512
2513         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2514         it is given.
2515
2516 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * binhex.el (binhex-decode-region-internal)
2519         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2520         (dns-query)
2521         * nnweb.el (nnweb-gmane-search)
2522         * pgg-parse.el (pgg-parse-armor)
2523         * pgg.el (pgg-verify-region)
2524         * sha1.el (sha1-string-external)
2525         * uudecode.el (uudecode-decode-region-internal)
2526         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2527         XEmacs.
2528
2529         * gnus-art.el (gnus-article-browse-html-parts)
2530         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2531         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2532         make-temp-file.
2533
2534         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2535         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2536         compiling.
2537
2538         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2539         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2540         XEmacs when compiling.
2541
2542         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2543         gnus-pick-mode-off-hook for XEmacs when compiling.
2544         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2545         gnus-binary-mode-off-hook for XEmacs when compiling.
2546
2547         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2548         nil if char-charset is not available.
2549
2550         * imap.el (imap-disable-multibyte)
2551         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2552         macros.
2553
2554         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2555         instead of encode-coding-string.
2556
2557         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2558         'xemacs) instead of mm-emacs-mule to switch function definitions.
2559         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2560
2561         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2562         bind temporary-file-directory for XEmacs;
2563         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2564         timer-set-function for XEmacs 21.4 and SXEmacs;
2565         bind timer-list for XEmacs 21.4 and SXEmacs;
2566         fbind char-charset and find-charset-region for non-Mule XEmacs;
2567         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2568         encode-coding-region and encode-coding-string for XEmacs having no
2569         file-coding feature.
2570
2571 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2572
2573         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2574
2575 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2578         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2579
2580 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2581
2582         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2583         alias `jka-compr-delete-temp-file' no longer exists.
2584
2585 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2586
2587         Use define-minor-mode in Gnus where applicable.
2588         * mml.el (mml-mode): Use define-minor-mode.
2589         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2590         (gnus-undo-mode): Use define-minor-mode.
2591         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2592         (gnus-dead-summary-mode): Use define-minor-mode.
2593         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2594         Initialize in declaration.
2595         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2596         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2597         (gnus-mailing-list-mode): Use define-minor-mode.
2598         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2599         (gnus-draft-mode): Use define-minor-mode.
2600         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2601         (gnus-dired-mode): Use define-minor-mode.
2602
2603 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2604
2605         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2606         handles on recursive mml-to-mime translation and check them for
2607         boundary delimiter collisions.  Reported by Greg Troxel.
2608
2609 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2612
2613 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2614
2615         * mm-util.el (mm-find-buffer-file-coding-system):
2616         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2617
2618 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2619
2620         * message.el (message-generate-headers): Record insertion of optional
2621         headers as well.  Otherwise the check to prevent repeated insertion of
2622         optional headers is a no-op.
2623
2624 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2625
2626         * smime.el: Don't mention CVS.
2627
2628         * nnrss.el (nnrss-fetch): Don't mention CVS.
2629
2630         * nnir.el: Don't mention CVS.
2631
2632 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2633
2634         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2635
2636 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * lpath.el: Fbind bookmark-default-handler,
2639         bookmark-get-bookmark-record, bookmark-make-record-default,
2640         bookmark-prop-get for Emacs <23 and XEmacs.
2641
2642 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2643
2644         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2645         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2646         Use with-current-buffer to silence the byte-compiler.
2647         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2648         bother to require `gnus'.
2649         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2650
2651 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2652
2653         * gnus-sum.el (gnus-summary-bookmark-make-record)
2654         (gnus-summary-bookmark-jump): New functions.
2655         (gnus-summary-mode): Setup bookmark support.
2656
2657 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2658
2659         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2660         if set.
2661
2662 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2665         gnus-article-browse-html-save-cid-image; make it work recursively for
2666         forwarded messages as well.
2667         (gnus-article-browse-html-parts): Work when prefix arg is given.
2668         (gnus-article-browse-html-article): Doc fix.
2669
2670 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2671
2672         * message.el (message-default-mail-headers):
2673         (message-default-headers): Carry the value mail-default-headers over
2674         into message-default-mail-headers, rather than message-default-headers.
2675
2676 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2677
2678         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2679         charset.
2680
2681         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2682         charset into the <meta> tag when the article is encoded to utf-8.
2683
2684 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2687         directories as well.
2688         (gnus-article-browse-html-parts): Work for images that do not specify
2689         file names; delete temp directory when quitting; insert header at the
2690         right place; use file: scheme for image files.
2691
2692 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2693
2694         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2695         (gnus-article-browse-html-parts): Use it to make temporary cid image
2696         files in addition to html file so that browser may display them.
2697
2698 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2701
2702 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2705
2706 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2707
2708         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2709         about Secret Service API sources.  Improve Customize options.
2710         (auth-source-pick): Change to accept any number of search parameters.
2711         Implement fallbacks iteratively, not recursively.  Add scoring on the
2712         second pass and sort by score.  Call Secret Service API when needed.
2713         (auth-source-user-or-password): Use it.  Call Secret Service API
2714         directly when needed to get the user name and the password.
2715
2716 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2717
2718         * message.el (message-interactive): Doc fix.
2719         (message-qmail-inject-args): Reflow.
2720         (message-kill-to-signature): Fix typo in docstring.
2721
2722         * smiley.el (smiley-buffer): Fix typo in docstring.
2723
2724 2010-03-24  Glenn Morris  <rgm@gnu.org>
2725
2726         * mail-source.el (gnus-message): Declare.
2727         (mail-source-delete-old-incoming): Require gnus-util.
2728
2729 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2732
2733         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2734
2735         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2736         password-cache's default if it is not bound.
2737         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2738         password-cache-expiry's default if it is not bound.
2739
2740         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2741         available in Emacs 21.
2742
2743         * lpath.el: Suppress compiler warnings for:
2744         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2745         XEmacs;
2746         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2747         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2748         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2749
2750 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2751
2752         * auth-source.el (auth-sources): Fix up definition so extra parameters
2753         are always inline.
2754
2755 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2756
2757         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2758         wasn't updated after mismatch.  Clear cached mailbox info correctly
2759         when uidvalidity changes.
2760         (nnimap-group-prefixed-name): New function to avoid some code
2761         duplication.
2762         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2763         (nnimap-request-group): Use it.
2764         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2765         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2766         with many imap folders.  This is done by caching the group status from
2767         the imap server persistently in a group parameter `imap-status'.  (This
2768         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2769         but not persistently, so every Gnus startup was still very slow.)
2770
2771 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2774         delete the extra newline.  Otherwise editing of :string and :number
2775         types don't work.
2776
2777 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2778
2779         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2780         secrets.el dependency.
2781         (auth-sources): Add optional user name.  Add secrets.el configuration
2782         choice (unused right now).
2783
2784 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2785
2786         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2787         `gnus-registry-install-shortcuts' fill in the functions.
2788
2789         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2790         warnings.
2791         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2792         (gnus-registry-install-shortcuts): Populate and use it in a
2793         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2794
2795 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2796
2797         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2798         In-place substitutions for the group name encoding/decoding.
2799         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2800         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2801         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2802         (nnimap-update-unseen, nnimap-request-list)
2803         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2804         (nnimap-request-set-mark, nnimap-split-to-groups)
2805         (nnimap-split-articles, nnimap-request-newgroups)
2806         (nnimap-request-create-group, nnimap-request-accept-article)
2807         (nnimap-request-delete-group, nnimap-request-rename-group)
2808         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2809         `encoded-mbx' for consistency.
2810         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2811         variable `imap-current-mailbox'.
2812
2813         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2814         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2815
2816 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2817
2818         * pop3.el (pop3-display-message-size-flag): Display message size byte
2819         counts during POP3 download.
2820         (pop3-movemail): Use it.
2821         (pop3-list): Implement listing of available messages.
2822
2823 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2824
2825         * nnir.el (nnir-get-article-nov-override-function): New function to
2826         override the normal NOV retrieval.
2827         (nnir-retrieve-headers): Use it.
2828
2829 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2830
2831         * auth-source.el (netrc-machine-user-or-password): Autoload.
2832
2833 2010-03-19  Glenn Morris  <rgm@gnu.org>
2834
2835         Stop message.el from loading about 40 libraries it doesn't always need.
2836         The general approach is to autoload rather than require, and to
2837         require in the specific functions rather than the file.  (Bug#5642)
2838
2839         * gmm-utils.el: Don't require wid-edit.
2840         (widget-create-child-value, widget-convert, widget-default-get):
2841         Autoload.
2842
2843         * gnus-util.el: Don't require time-date, netrc.
2844         (message-fetch-field, gnus-group-name-decode): Declare rather than
2845         autoloading.
2846         (gnus-fetch-field): Require message.
2847         (gnus-decode-newsgroups): Require gnus-group.
2848
2849         * ietf-drums.el: Don't require time-date.
2850
2851         * message.el: Don't require hashcash, canlock, ecomplete.
2852         Do require mail-utils.  Require nnheader only when compiling.
2853         (smtpmail-default-smtp-server): Remove declaration.
2854         (message-send-mail-function): Check smtpmail-default-smtp-server
2855         is bound rather than requiring smtpmail.
2856         (message-auto-save-directory, message-insert-signature): Use
2857         expand-file-name rather than nnheader-concat.
2858         (nnheader-insert-file-contents): Autoload.
2859         (hashcash-wait-async): Declare.
2860         (message-send-mail): Only call gnus-setup-posting-charset if
2861         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2862         (message-send-mail-with-sendmail): Require sendmail.
2863         (canlock-password, canlock-password-for-verify): Declare.
2864         (message-canlock-password): Require canlock.
2865         (nnheader-get-report): Autoload.
2866         (gnus-setup-posting-charset): Declare.
2867         (message-send-news): Require gnus-msg.
2868         (message-make-references, message-make-in-reply-to): Use mail-header-id
2869         rather than the alias mail-header-message-id.
2870         (ecomplete-add-item, ecomplete-save): Declare.
2871         (message-put-addresses-in-ecomplete): Require ecomplete.
2872         (ecomplete-display-matches): Autoload.
2873
2874         * mm-decode.el: Don't require mailcap, gnus-util.
2875         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2876         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2877         Autoload.
2878         (mailcap-mime-extensions): Declare.
2879
2880         * mm-encode.el: Don't require mailcap.
2881         (mailcap-extension-to-mime): Autoload.
2882
2883         * mml-sec.el: Don't require password-cache.
2884
2885         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2886         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2887         (mml-minibuffer-read-type): Require mailcap.
2888         (mml-preview): Require gnus-msg.
2889
2890         * mml1991.el: Require password-cache.
2891         (password-cache-expiry): Remove declaration.
2892
2893         * mml2015.el: Require password-cache.
2894         (password-cache-expiry): Remove declaration.
2895
2896         * nneething.el (mailcap): Require mailcap.
2897
2898         * nnheader.el (declare-function): Add compatibility stub.
2899         (message-remove-header): Declare rather than autoload.
2900         (nnheader-replace-header): Require message.
2901
2902         * nnimap.el (declare-function): Add compatibility stub.
2903         (netrc-parse, netrc-machine-user-or-password): Declare.
2904         (nnimap-open-connection): Require netrc.
2905
2906         * nntp.el (declare-function): Add compatibility stub.
2907         (netrc-parse, netrc-machine, netrc-get): Declare.
2908         (nntp-send-authinfo): Require netrc.
2909
2910         * rfc2047.el: Don't require qp.
2911         (quoted-printable-encode-region, quoted-printable-decode-string):
2912         Autoload.
2913
2914         * sieve-mode.el: Don't require easymenu.
2915         (easy-menu-add-item): Autoload it.
2916
2917         * spam-stat.el (time-to-number-of-days): Autoload it.
2918
2919 2010-03-19  Glenn Morris  <rgm@gnu.org>
2920
2921         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2922
2923 2010-03-18  Glenn Morris  <rgm@gnu.org>
2924
2925         * hashcash.el (declare-function): Remove duplicate definition.
2926
2927 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2928
2929         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2930         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2931         value if any backslash escapes).
2932
2933 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2936         if it is available.  (bug#5647)
2937
2938         * lpath.el: Suppress compiler warning for coding-system-from-name for
2939         Emacs 21 and XEmacs.
2940
2941 2010-03-14  Juri Linkov  <juri@jurta.org>
2942
2943         * hmac-def.el:
2944         * hmac-md5.el:
2945         * netrc.el: Fix keywords.
2946
2947 2010-02-26  Glenn Morris  <rgm@gnu.org>
2948
2949         * message.el (message-send-mail-function): Change the default, so that
2950         it inherits from a customized send-mail-function.  (Bug#5643)
2951
2952 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2953
2954         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2955         shell-command-to-string signals an error (bug#5299).
2956
2957 2010-02-24  Glenn Morris  <rgm@gnu.org>
2958
2959         * message.el (message-smtpmail-send-it)
2960         (message-send-mail-with-mailclient): Doc fixes.
2961
2962 2010-02-16  Glenn Morris  <rgm@gnu.org>
2963
2964         * message.el (message-default-mail-headers): Change the default value
2965         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2966
2967 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2970         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2971
2972 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2973
2974         * time-date.el (date-to-time): Doc fix (Bug#5408).
2975
2976 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2977
2978         * message.el (message-mail): Just pass yank-action on to message-setup.
2979         (message-setup): Handle (FUN . ARGS) form of yank-action.
2980         (message-with-reply-buffer, message-widen-reply)
2981         (message-yank-original): Handle non-buffer values of
2982         message-reply-buffer (Bug#4080).
2983         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2984
2985 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2986
2987         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2988         Fix typo in docstring.
2989
2990 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2991
2992         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2993         response.
2994
2995 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2998
2999         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3000
3001         * message.el (message-check-news-header-syntax): Protect against a
3002         string that `rfc822-addresses' returns when parsing fails.
3003
3004 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3007         (gnus-previous-char-property-change): New functions.
3008
3009         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3010
3011 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3012
3013         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3014         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3015
3016 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3017
3018         * message.el (message-exchange-point-and-mark): Rework last change to
3019         avoid using optional arg of exchange-point-and-mark, for backward
3020         compatibility.
3021
3022 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3023
3024         * message.el (message-exchange-point-and-mark): Call
3025         exchange-point-and-mark with an argument rather than setting
3026         mark-active by hand (Bug#5175).
3027
3028 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * nntp.el (nntp-service-to-port): Work for service expressed with
3031         numeric string; replace [:digit:] with [0-9] for XEmacs.
3032
3033 2009-12-17  Glenn Morris  <rgm@gnu.org>
3034
3035         * gnus-group.el (gnus-bug-group-download-format-alist):
3036         Change emacs entry to debbugs.gnu.org.  Bump :version.
3037
3038 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3039
3040         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3041
3042 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3043
3044         * message.el (message-info): Explain why we use `Info-goto-node'.
3045
3046 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3049
3050 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3051
3052         * message.el (message-completion-in-region): New compatibility function.
3053         (message-expand-group): Use it.
3054
3055 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3058         with no unread article should be listed if the 2nd arg `predicate' is
3059         given.
3060
3061 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3064
3065 2009-11-29  Juri Linkov  <juri@jurta.org>
3066
3067         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3068         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3069         on `gnus-recenter'. (Bug#4698, Bug#4981)
3070
3071 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3072
3073         * sha1.el (sha1-string-external): default-directory "/" in case
3074         otherwise non-existent.  process-connection-type pipe for touch of
3075         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3076
3077 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3078
3079         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3080         it's comms related and sgml-mode.el has "comm" on that basis too.
3081
3082 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3085         containing tspecial characters if they have been already quoted.
3086
3087 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3088
3089         * dns-mode.el (auto-mode-alist): Purecopy string.
3090
3091 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3092
3093         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3094
3095 2009-10-24  Glenn Morris  <rgm@gnu.org>
3096
3097         * gnus-art.el (help-xref-stack-item): Define for compiler.
3098
3099 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3100
3101         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3102
3103 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3106
3107 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3110         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3111
3112 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3115         (gnus-overlays-in): New alias to overlays-in.
3116
3117         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3118         gnus-overlay-get, and gnus-delete-overlay.
3119         (gnus-summary-show-thread): Make it work as well for systems in which
3120         next-single-char-property-change is not available.
3121         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3122
3123         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3124         (gnus-overlay-get): New alias to extent-property.
3125         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3126
3127         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3128         SXEmacs.
3129
3130         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3131         SXEmacs.
3132
3133 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3134
3135         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3136
3137 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3138
3139         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3140         and XEmacs that don't have `remove-overlays'.
3141
3142 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3143
3144         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3145         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3146         selective display.  Use overlays instead.
3147
3148 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3149
3150         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3151
3152 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3153
3154         * spam-stat.el (spam-stat-load): Fix typo in message.
3155
3156 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3157
3158         * dig.el (dig-invoke): Fix typo in docstring.
3159         (query-dig): Reflow docstring.
3160
3161 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3162
3163         * gnus-art.el (gnus-article-encrypt-body):
3164         * message.el (message-check-recipients):
3165         * mm-util.el (mm-codepage-setup):
3166         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3167         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3168
3169 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3170
3171         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3172         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3173         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3174         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3175         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3176
3177 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3178
3179         * dig.el: Add "Keywords: comm", as per net-utils.el.
3180
3181 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3182
3183         * dig.el (dig-mode): Use define-derived-mode.
3184
3185 2009-09-19  Glenn Morris  <rgm@gnu.org>
3186
3187         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3188
3189 2009-09-18  Glenn Morris  <rgm@gnu.org>
3190
3191         * gnus-diary.el (gnus-diary-check-message):
3192         * message.el (message-insert-formatted-citation-line):
3193         * nnbabyl.el (top-level):
3194         * nndiary.el (nndiary-schedule):
3195         Fix typos in condition-case handlers.
3196
3197 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3200         configuration that provides the sole article window in a frame;
3201         position point correctly after deleting a part.
3202
3203 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3204
3205         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3206         (spam-resolve-registrations-routine): Use it to unregister articles
3207         that change status.
3208
3209 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3212         with XEmacs.
3213         (parse-time-string-chars): Use it.
3214
3215 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * imap.el (imap-interactive-login): Better messages.
3218         (imap-open): Fix bug with renamed buffer on reconnect.
3219         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3220         for easier debugging and cleaner code.  On successful (guessed based on
3221         server capabilities) secondary authentication, set imap-state
3222         correctly.
3223         (imap-last-authenticator): Define imap-last-authenticator as a variable
3224         to avoid warnings.
3225
3226 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * nnrss.el (nnrss-request-article): Remove binding of
3229         default-enable-multibyte-characters that has gotten needless by
3230         the 2007-07-13 change in rfc2047-encode-message-header.
3231
3232         * mml.el (mml-insert-multipart): Error on the message header.
3233         (mml-insert-part): Error on the message header; position point at
3234         the end of a MIME tag.
3235
3236 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * time-date.el (autoload): Expand define-obsolete-function-alias into
3239         defalias and make-obsolete for old Emacsen that Gnus supports.
3240         (with-no-warnings): Define it for old Emacsen.
3241         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3242         is available.
3243         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3244         float-time is available; suppress compile warning for time-to-seconds.
3245
3246         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3247         (gnus-float-time): Alias to float-time if it exists.
3248
3249         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3250         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3251         float-time is available; suppress compile warning for time-to-seconds.
3252
3253         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3254         XEmacs.
3255
3256 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3257
3258         * imap.el (imap-message-map): Docstring fix.
3259
3260 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3263         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3264         Add the optional argument `encoding' that overrides the default.
3265
3266         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3267         mm-encode-buffer.
3268
3269 2009-09-04  Glenn Morris  <rgm@gnu.org>
3270
3271         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3272         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3273         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3274         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3275         * mm-util.el (mm-with-unibyte-current-buffer)
3276         (mm-find-buffer-file-coding-system):
3277         * yenc.el (yenc-decode-region): Use default-value rather than
3278         default-enable-multibyte-characters.
3279
3280 2009-09-03  Glenn Morris  <rgm@gnu.org>
3281
3282         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3283         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3284         than default-enable-multibyte-characters.
3285
3286 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3287
3288         * gnus-art.el (gnus-article-read-summary-keys):
3289         Fix gnus-buffer-configuration's value temporarily used.
3290
3291 2009-09-02  Glenn Morris  <rgm@gnu.org>
3292
3293         * gnus-util.el (gnus-float-time): New function.
3294         * gnus-delay.el (gnus-delay-article):
3295         * gnus-sum.el (gnus-thread-latest-date):
3296         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3297         * nnspool.el (nnspool-request-newgroups):
3298         Use gnus-float-time rather than time-to-seconds.
3299         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3300
3301         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3302         (gnus-header-subject-face, gnus-header-newsgroups-face)
3303         (gnus-header-name-face, gnus-header-content-face):
3304         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3305         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3306         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3307         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3308         (gnus-cite-face-11):
3309         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3310         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3311         (gnus-server-closed-face, gnus-server-denied-face)
3312         (gnus-server-offline-face):
3313         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3314         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3315         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3316         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3317         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3318         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3319         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3320         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3321         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3322         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3323         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3324         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3325         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3326         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3327         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3328         (gnus-summary-high-undownloaded-face)
3329         (gnus-summary-low-undownloaded-face)
3330         (gnus-summary-normal-undownloaded-face)
3331         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3332         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3333         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3334         (gnus-splash-face):
3335         * message.el (message-header-to-face, message-header-cc-face)
3336         (message-header-subject-face, message-header-newsgroups-face)
3337         (message-header-other-face, message-header-name-face)
3338         (message-header-xheader-face, message-separator-face)
3339         (message-cited-text-face, message-mml-face):
3340         * sieve-mode.el (sieve-control-commands-face)
3341         (sieve-action-commands-face, sieve-test-commands-face)
3342         (sieve-tagged-arguments-face):
3343         * spam.el (spam-face):
3344         Mark face aliases with "-face" in the name as obsolete.
3345
3346 2009-09-01  Glenn Morris  <rgm@gnu.org>
3347
3348         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3349         than goto-line.
3350
3351 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3354         Don't move point if the command is invoked inside the message header.
3355
3356 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3357
3358         * imap.el (imap-send-command): Simplify.
3359         (imap-wait-for-tag): point-max -> buffer-size.
3360
3361 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3364         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3365         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3366         * nnir.el (nnir-swish-e-index-file):
3367         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3368         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3369         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3370         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3371         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3372         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3373
3374 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3377         Don't save excursion.
3378
3379 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3380
3381         * nnheader.el (nnheader-find-file-noselect):
3382         * mm-util.el (mm-insert-file-contents):
3383         Use (default-value 'major-mode) instead of default-major-mode.
3384
3385 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3386
3387         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3388
3389 2009-08-26  Glenn Morris  <rgm@gnu.org>
3390
3391         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3392         than placing in files.el.
3393
3394 2009-08-25  Glenn Morris  <rgm@gnu.org>
3395
3396         * nnir.el (top-level): Don't require cl at run-time.
3397         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3398         Replace cl-function substitute with gnus-replace-in-string.
3399         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3400         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3401         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3402         simplified expansions.
3403
3404 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3405
3406         * dig.el (dig): Add autoload cookie.
3407
3408 2009-08-22  Glenn Morris  <rgm@gnu.org>
3409
3410         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3411         goto-line.
3412
3413 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3414
3415         * parse-time.el (parse-time-string-chars): Save match data.
3416
3417 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3418
3419         * parse-time.el (parse-time-string-chars): Compute using character
3420         classes, to handle non-ascii characters (Bug#3190).
3421
3422 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3423
3424         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3425
3426         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3427         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3428         (gnus-mm-display-part, gnus-mime-display-single)
3429         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3430         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3431
3432         * gnus-sum.el
3433         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3434         (gnus-summary-move-article): Add expirable mark to articles copied or
3435         moved to group that has auto-expire turned on if the option is non-nil.
3436
3437 2009-07-24  Glenn Morris  <rgm@gnu.org>
3438
3439         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3440         Fix typo.  (Bug#3903)
3441
3442 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3445         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3446         that should not be used for draft articles.
3447         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3448         that has no concern in minor mode keys.
3449         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3450         Abolish.
3451
3452 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3455         article without making inquiry to a user for unknown encoding.
3456
3457         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3458         (nnmaildir--scan): Assume i-node and device number that file-attributes
3459         returns might be cons-cell.
3460
3461         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3462
3463         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3464
3465 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * auth-source.el: Remove docs now in auth.texi.  Don't use
3468         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3469         `auth-source-hide-passwords' and use them.
3470
3471 2009-07-15  Glenn Morris  <rgm@gnu.org>
3472
3473         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3474
3475 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3478         excessive whitespace from the default values of title and description.
3479
3480 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3483         mail-fetch-field to fetch Content-Description header in order to
3484         exclude newlines.
3485
3486 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3487
3488         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3489         format used by GnuPG 2.0.11.
3490
3491 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3494         to deleted part.
3495
3496 2009-05-30  David Engster  <dengste@eml.cc>
3497
3498         * nnmairix.el: Remove old documentation in the commentary block.
3499         (nnmairix-request-group): Do not update active file for nnml back ends.
3500         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3501         end so that overview files are ignored.
3502         (nnmairix-update-groups): Make updating the groups more robust by using
3503         marks.
3504         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3505         with dollar characters in message-id.
3506
3507 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3510         2008-12-25 in dns.el.
3511
3512 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3513
3514         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3515         could happen if the text is only composed of spaces and/or tabs.
3516
3517 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3518
3519         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3520         when sending a queued message to avoid extra mml tags.
3521
3522 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3525
3526 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3529         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3530         rmail-toggle-header for XEmacs;
3531         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3532
3533 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-dired.el: Remove autoload for gnus-setup-message.
3536         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3537         displaying Gnus logo; always use compose-mail.
3538
3539 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3542
3543 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3546         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3547         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3548         available.
3549         (gnus-nocem-epg-verify): New function.
3550
3551 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3552
3553         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3554
3555 2009-02-15  Glenn Morris  <rgm@gnu.org>
3556
3557         * gnus-util.el (rmail-insert-rmail-file-header)
3558         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3559         autoloads.
3560         (rmail-default-rmail-file): Remove unnecessary declaration.
3561         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3562
3563 2009-02-14  Glenn Morris  <rgm@gnu.org>
3564
3565         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3566         variable (only used in gnus-util, which declares it anyway).
3567         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3568         which was only needed by gnus-art (changed to not use it any more).
3569         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3570         only used in gnus-util, which autoloads it itself.
3571         (rmail-update-summary): Fix autoload.
3572
3573         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3574         rather than rmail-output-to-rmail-file.
3575
3576 2009-02-07  Glenn Morris  <rgm@gnu.org>
3577
3578         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3579         autoload of function that no longer exists.
3580         (rmail-toggle-header): Declare.
3581         (message-forward-rmail-make-body): Handle mbox Rmail.
3582
3583 2009-01-31  Glenn Morris  <rgm@gnu.org>
3584
3585         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3586         2009-01-09 change.
3587
3588 2009-01-31  Dave Love  <fx@gnu.org>
3589
3590         * imap.el (imap-fetch-safe): Bind debug-on-error.
3591         (imap-debug): Add imap-fetch-safe.
3592
3593 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3594
3595         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3596         (auth-source-forget-all-cached): New convenience function.
3597         (auth-source-user-or-password): Accept list of modes or a single mode.
3598
3599         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3600         auth-source modes.
3601
3602         * netrc.el (netrc-machine-user-or-password): Use list of
3603         auth-source modes.
3604
3605         * nnimap.el (nnimap-open-connection): Use list of
3606         auth-source modes.
3607
3608         * nntp.el (nntp-send-authinfo): Use list of
3609         auth-source modes.
3610
3611 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3612
3613         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3614         now.
3615
3616 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3619         coding system in XEmacs; add a workaround for XEmacs.
3620
3621         * lpath.el: Fbind coding-system-aliasee.
3622
3623 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3626         of current-language-environment.
3627
3628 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3629
3630         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3631         available at runtime.
3632
3633 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3636
3637 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3638
3639         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3640         the greatest positive fixnum value doesn't work under an XEmacs with
3641         bignum support; use the most-positive-fixnum constant instead,
3642         available since Emacs 21.1 with cl and XEmacs 21.1.
3643
3644 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3647         XEmacs gets not to work.
3648
3649 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * mm-util.el (mm-coding-system-priorities): Allow the value like
3652         "Japanese (UTF-8)" of current-language-environment.
3653
3654 2009-01-09  Glenn Morris  <rgm@gnu.org>
3655
3656         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3657         with last-command-event.
3658
3659 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3660
3661         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3662         in the doc string.
3663
3664         * message.el (message-fix-before-sending): Amend comment.
3665
3666 2009-01-08  Dave Love  <fx@gnu.org>
3667
3668         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3669
3670 2009-01-07  David Engster  <dengste@eml.cc>
3671
3672         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3673         simplified server definitions by converting it via
3674         gnus-server-to-method.
3675
3676 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3679         parameter's operands.
3680
3681 2009-01-06  David Engster  <dengste@eml.cc>
3682
3683         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3684         primary select method (for gnus-group-mark-article-as-read).
3685
3686 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3687
3688         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3689         `(gnus)Face', not `(gnus)X-Face'.
3690
3691 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * mm-util.el (mm-ucs-to-char): New function.
3694
3695         * mm-url.el (mm-url-decode-entities): Use it.
3696
3697         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3698         unicode-to-char.
3699
3700 2009-01-05  Dave Love  <fx@gnu.org>
3701
3702         * time-date.el: Require cl for `declare'.
3703
3704 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3705
3706         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3707         Dave Love.
3708
3709 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3710
3711         * message.el (message-fix-before-sending): Add `eight-bit' to
3712         illegible-text check.
3713
3714 2009-01-03  Michael Olson  <mwolson@gnu.org>
3715
3716         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3717         `headers' is nil.  This can occur if the IMAP server does not have
3718         permissions to read messages from a folder, but can write new messages
3719         to the folder.
3720         (nnimap-request-article-part): Do not insert `data' if it is nil.
3721
3722         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3723         characters which will confuse `read', so skip past them.
3724
3725 2009-01-01  Dave Love  <fx@gnu.org>
3726
3727         * imap.el (imap-string-to-integer): Fix typo.
3728         (imap-fetch-safe): New function.
3729         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3730
3731         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3732
3733         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3734         (imap-parse-greeting): Fix doc strings.
3735         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3736         (imap-parse-flag-list): Make messages unique.
3737         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3738
3739         * nnimap.el: Fix author email.
3740         (nnimap-split-rule): Add FIXME comment.
3741         (nnimap-debug): Fix doc string.
3742
3743 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3744
3745         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3746
3747 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3748
3749         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3750         nslookup if resolv.conf isn't available.
3751         (dns-query): Rename from query-dns.
3752         (dns-query-cached): Rename from query-dns-cached.
3753
3754 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3757         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3758         to check if those variables exist (first appeared in Emacs 18.50).
3759
3760 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * mm-util.el (mm-line-number-at-pos): New function.
3763
3764         * spam-report.el (spam-report-process-queue): Use it.
3765
3766 2008-12-24  David Engster  <dengste@eml.cc>
3767
3768         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3769         parameters that haven't existed as variables as buffer-local variables.
3770
3771 2008-12-23  Dave Love  <fx@gnu.org>
3772
3773         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3774         cadar.
3775
3776         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3777         imap-starttls-p.
3778         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3779
3780 2008-12-22  Dave Love  <fx@gnu.org>
3781
3782         * imap.el: Fix author email.  Doc fixes.
3783         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3784         reply.
3785
3786 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3787
3788         * spam-report.el (spam-report-gmane-max-requests): New constant.
3789         (spam-report-gmane-wait): New variable.
3790         (spam-report-gmane-ham, spam-report-gmane-spam)
3791         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3792         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3793         the server.
3794
3795         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3796         Add explanations.
3797
3798         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3799         nnheader-accept-process-output and nnheader-read-timeout if available.
3800         (pop3-movemail): Use it.
3801
3802         * message.el (message-check-news-body-syntax): Fix signature check if
3803         there's an attachment.
3804
3805 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * mm-util.el: Add comments to the mm- emulating functions.
3808
3809 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3812         by Stephen Berman <stephen.berman@gmx.net>.
3813
3814 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * mm-util.el (mm-substring-no-properties): New function.
3817         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3818         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3819         (mm-string-to-multibyte): Doc fix.
3820
3821         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3822
3823 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * mml.el (mml-attach-file): Strip text properties from file name.
3826         (Bug#1574)
3827
3828 2008-12-16  Glenn Morris  <rgm@gnu.org>
3829
3830         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3831
3832 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3835         knows since the charset specified might be a bogus alias that
3836         mm-charset-synonym-alist provides.
3837
3838 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3841         "ISO_8859-1".
3842
3843         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3844
3845 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * mm-util.el (mm-charset-eval-alist):
3848         Define it before mm-charset-to-coding-system.
3849         (mm-charset-to-coding-system): Add optional argument `silent';
3850         define it before mm-charset-override-alist.
3851         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3852         default value if it can be used in Emacs currently running;
3853         silence mm-charset-to-coding-system.
3854
3855 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3858         `allow-override' which says whether to use `mm-charset-override-alist'.
3859         (rfc2047-decode-encoded-words): Use it.
3860
3861         * mm-util.el (mm-charset-override-alist): Fix custom type;
3862         add `(gb2312 . gbk)' to choices.
3863
3864 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3867         fast.
3868
3869         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3870
3871         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3872
3873 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3874
3875         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3876         on links.
3877
3878         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3879
3880 2008-12-03  Lute Kamstra  <lute@gnu.org>
3881
3882         * sha1.el: Remove leading * from docstrings of defcustoms,
3883         deffaces, defconsts and defuns.
3884
3885 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3888         users' addresses that don't have domain parts.
3889         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3890         rather than message-narrow-to-head since there will be the message
3891         header separator.
3892
3893 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3894
3895         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3896         since the result is inserted in a unibyte buffer anyway.
3897         (nnimap-demule-use-string-to-multibyte): Remove.
3898         (nnimap-demule): Alias it to mm-string-to-multibyte.
3899
3900 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3901
3902         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3903         variable for debugging bug#464 and bug#1174.
3904         (nnimap-demule): Use it.
3905
3906 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3907
3908         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3909         score calculation correctly.
3910
3911 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3912
3913         * message.el (message-send-mail): Just set the buffer to unibyte
3914         rather than use mm-with-unibyte-current-buffer which does a lot more.
3915         (message-send-mail-partially): Don't bother with
3916         mm-with-unibyte-current-buffer since it's already been made unibyte by
3917         message-send-mail.
3918
3919 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3920
3921         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3922
3923 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3924
3925         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3926
3927 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3930         require itself and to remove `with-no-warnings'.
3931
3932 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3933
3934         * starttls.el (starttls-any-program-available): Get the name of the
3935         available TLS layer program.
3936         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3937         well as the host name in the "opening" message.
3938
3939         * auth-source.el (auth-source-cache, auth-source-do-cache)
3940         (auth-source-user-or-password): Cache passwords and logins by default,
3941         allow override with `auth-source-do-cache'.
3942         (auth-source-forget-user-or-password): Allow users to remove cache
3943         entries if needed.
3944
3945 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3946
3947         * md4.el (md4-buffer): Fix typo in docstring.
3948         (md4, md4-64): Doc fixes.
3949         (md4-pack-int32): Reflow docstring.
3950
3951 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3954         condition-case to only the forward-sexp call.
3955
3956 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3957
3958         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3959         quotes contained.  Make it more robust regardless by an extra
3960         condition-case wrapper.
3961
3962 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3965
3966 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * nnml.el (nnml-request-expire-articles): Check if the function set to
3969         `nnmail-expiry-target' returns the symbol `delete'.
3970
3971         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3972
3973         * nnmail.el (nnmail-expiry-target): Fix custom type.
3974
3975 2008-10-02  Glenn Morris  <rgm@gnu.org>
3976
3977         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3978         Silence compiler warning.
3979
3980 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3981
3982         * tls.el (open-tls-stream): Show the actual command being
3983         executed, instead of the format string.
3984
3985 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * lpath.el: Fbind codepage-setup for Emacs 23.
3988
3989 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3990
3991         * mml.el (mml-menu): Don't assume mml2015 is bound.
3992
3993 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3996         exists.
3997
3998 2008-09-27  Glenn Morris  <rgm@gnu.org>
3999
4000         * gnus-util.el (mail-header-remove-comments): Autoload it.
4001
4002 2008-09-27  Andreas Schwab  <schwab@suse.de>
4003
4004         * gnus-util.el (gnus-split-references): Strip comments.
4005         (gnus-parent-id): Likewise.
4006
4007 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4008
4009         * message.el (message-confirm-send): Fix version.
4010
4011 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * message.el (message-idna-to-ascii-rhs-1): Use
4014         mail-extract-address-components rather than mail-header-parse-addresses
4015         that is an alias by default to ietf-drums-parse-addresses that does not
4016         support non-ASCII names in headers' contents.
4017
4018 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * message.el (message-confirm-send): Fixed variable documentation to
4021         avoid the "y/n" wording.
4022
4023 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4024
4025         * message.el (message-set-auto-save-file-name): Save to a different
4026         filename so multiple messages (especially drafts) can be recovered.
4027
4028 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4029
4030         * message.el (message-confirm-send): Add appropriate version.
4031
4032 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4033
4034         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4035         defvar.
4036
4037 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4038
4039         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4040         (mm-pkcs7-enveloped-magic): Ditto.
4041
4042 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4043
4044         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4045         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4046
4047 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4048
4049         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4050         default, it's better.
4051
4052 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4053
4054         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4055         summary line gnus-number property and ignore them (with a warning
4056         message).
4057
4058 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4061         macro caddr in the interactive form since it won't be expanded.
4062
4063 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4066         `charset'; fix name of function called recursively.
4067         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4068
4069 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4072         (gnus-mime-set-charset-parameters): New function.
4073         (gnus-mime-view-part-as-charset): Use it to correctly display part
4074         specifying wrong charset.
4075
4076 2008-09-08  David Engster  <dengste@eml.cc>
4077
4078         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4079         in completing-read for back end server.
4080
4081 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4082
4083         * message.el (message-confirm-send): New variable to confirm sending a
4084         message.
4085         (message-send): Use it.
4086
4087 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4090
4091 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4094
4095 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4096
4097         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4098         prevent tracking too many groups.
4099         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4100         Use it.
4101
4102 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4103
4104         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4105         moving point to the bottom of the window in order to avoid recentering.
4106
4107 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4110
4111         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4112         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4113         (gnus-article-beginning-of-window): Fix calculation.
4114
4115 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * gnus-msg.el (gnus-summary-supersede-article)
4118         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4119         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4120         message header.
4121
4122 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4123
4124         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4125         pending output coming after the status change.
4126
4127 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4128
4129         * message.el:
4130         * gnus-start.el:
4131         * gnus-registry.el: Remove VMS support.
4132
4133 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4136         macro.
4137         (rfc2104-hash): Use it.
4138
4139 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4142         (gnus-summary-sort-by-most-recent-date): New commands.
4143         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4144         and menu entries.
4145
4146 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4149         don't redisplay article for raw contents; remove plural articles stuff.
4150
4151         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4152         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4153         on gnus-summary-save-article; display results properly.
4154
4155 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * lpath.el: No need to fbind ns-focus-frame.
4158
4159 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4162
4163 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4166         gnus-save-all-headers.
4167
4168 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4169
4170         * gnus-util.el (ns-focus-frame): Remove declaration.
4171         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4172         like x.
4173
4174 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4175
4176         * rfc2104.el (rfc2104-zero): Delete defconst.
4177         (rfc2104-hex-alist): Likewise.
4178         (rfc2104-hex-to-int): Delete func.
4179         (rfc2104-hexstring-to-bitstring): Likewise.
4180         (rfc2104-nybbles): New defconst.
4181         (rfc2104-hash): Rewrite for speed.
4182
4183 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * tls.el (open-tls-stream): Make it work with the 2nd argument
4186         BUFFER that is a string but does not exist as a buffer object, as
4187         mentioned in the doc-string.
4188
4189 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4192         SXEmacs.
4193
4194 2008-07-16  Glenn Morris  <rgm@gnu.org>
4195
4196         * gnus-util.el (ns-focus-frame): Declare for compiler.
4197
4198 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4201         set as a group parameter.
4202         (gnus-summary-save-in-pipe): Work when it is called independently.
4203         (gnus-summary-pipe-to-muttprint): Don't modify
4204         gnus-summary-pipe-output-default-command.
4205
4206 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4207
4208         * message.el (message-send-mail-with-sendmail):
4209         Display the error message.
4210
4211 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-art.el (gnus-default-article-saver):
4214         Add gnus-summary-save-in-pipe to choices.
4215         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4216         gnus-summary-pipe-output-default-command as the default command.
4217         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4218         instead of gnus-last-shell-command.
4219
4220         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4221         New user option.
4222         (gnus-summary-muttprint-program): Mention the value will be changed.
4223         (gnus-summary-save-article): Force showing of all headers.
4224         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4225
4226 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4227
4228         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4229
4230 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4231
4232         * nnimap.el (nnimap-id):
4233         * sieve-manage.el (sieve-manage-open): Doc fixes.
4234
4235 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4236
4237         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4238         if available.
4239
4240 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4241
4242         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4243
4244         * nnkiboze.el (nnkiboze-generate-group):
4245         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4246
4247         * nnmairix.el: Require CL.
4248
4249 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * dgnushack.el: Autoload get-display-table and put-display-table for
4252         XEmacs 21.5.
4253
4254         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4255         21.4 and SXEmacs.
4256
4257 2008-06-15  David Engster  <dengste@eml.cc>
4258
4259         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4260
4261 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4262
4263         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4264         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4265         runtime choice under XEmacs.
4266
4267         * gnus-sum.el (gnus-summary-set-display-table):
4268         Use `gnus-put-display-table', `gnus-get-display-table',
4269         `gnus-set-display-table' for the display table, instead of `aset'.
4270
4271         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4272         Use `gnus-put-display-table', `gnus-get-display-table',
4273         `gnus-set-display-table' for the display table.
4274
4275 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * nnmairix.el: Add autoloads.
4278
4279 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * nnmairix.el (nnmairix-delete-recreate-group)
4282         (nnmairix-update-and-clear-marks): Fix error messages.
4283
4284 2008-06-14  David Engster  <dengste@eml.cc>
4285
4286         * nnmairix.el: Upgrade to version 0.6.
4287         (nnmairix-group-toggle-propmarks-this-group)
4288         (nnmairix-group-toggle-readmarks-this-group)
4289         (nnmairix-group-delete-recreate-this-group)
4290         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4291         (nnmairix-remove-tick-mark-original-article): New commands.
4292         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4293         (nnmairix-propagate-marks-to-nnmairix-groups)
4294         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4295         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4296         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4297         functions needed for marks propagation and manipulation of read marks.
4298         (nnmairix-update-groups): New function.
4299         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4300         (nnmairix-determine-original-group-from-registry)
4301         (nnmairix-determine-original-group-from-path)
4302         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4303         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4304         New helper functions.
4305         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4306         keystrokes for new commands.
4307         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4308         (nnmairix-request-group): Check allow-fast group parameter.
4309         (nnmairix-request-create-group): Set allow-fast group parameter if
4310         nnmairix-allowfast-default is set.
4311         (nnmairix-close-group): Propagate marks upon closing if needed.
4312         (nnmairix-group-toggle-threads-this-group): Use new.
4313         nnmairix-group-toggle-parameter helper function.
4314         (nnmairix-search): Better check for empty search result.
4315         (nnmairix-goto-original-article): Use new helper functions for
4316         determining original article.
4317         (nnmairix-show-original-article): Make sure message-id is in brackets.
4318         (nnmairix-call-mairix-binary): Change variable name.
4319         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4320         helper function.
4321         (nnmairix-widget-toggle-activate): Fix doc string.
4322
4323 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * nnir.el: Require edmacro when compiling with XEmacs.
4326         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4327         available in Emacs 21.
4328
4329 2008-06-11  Glenn Morris  <rgm@gnu.org>
4330
4331         * gnus-util.el (x-focus-frame):
4332         * gnus.el (image-size):
4333         * mm-decode.el (image-size): Declare.
4334
4335         * gnus-picon.el (declare-function): Add compat definition.
4336         (image-size): Declare.
4337
4338         * gnus-group.el (tool-bar-map):
4339         * gnus-sum.el (tool-bar-map): Define for compiler.
4340
4341         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4342
4343         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4344
4345         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4346         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4347         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4348         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4349         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4350         * sieve-manage.el, spam-report.el, spam.el:
4351         Remove unnecessary eval-and-compile of autoloads.
4352
4353 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4354
4355         * auth-source.el: Precise Tramp doc.
4356
4357 2008-06-07  Glenn Morris  <rgm@gnu.org>
4358
4359         * nnmairix.el: Remove unnecessary eval-when-compile.
4360
4361 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * lpath.el: Fbind propertize for XEmacs 21.4.
4364
4365 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4366
4367         * nnir.el: Move here from ../contrib.
4368
4369 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4370
4371         * gnus-util.el (gnus-read-shell-command): New function.
4372         * mm-decode.el (mm-pipe-part):
4373         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4374
4375 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4378
4379 2008-06-03  Glenn Morris  <rgm@gnu.org>
4380
4381         * pop3.el (nnheader-accept-process-output): Autoload it.
4382
4383 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4386         are not 2-digit hexadecimal characters that follow `%'s.
4387
4388 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4389
4390         * message.el (message-bogus-recipient-p): Fix type in doc string.
4391         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4392         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4393         Improve custom options.
4394         (message-bogus-recipient-p): Adjust accordingly.
4395
4396 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4397
4398         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4399         long-form month and day names.
4400
4401 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * dgnushack.el: Autoload debug, eudc-expand-inline and
4404         pgg-snarf-keys-region for XEmacs.
4405
4406         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4407
4408         * nnmairix.el: Require edmacro when compiling with XEmacs.
4409
4410 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4411
4412         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4413         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4414
4415 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4416
4417         * auth-source.el: Add more docs.
4418
4419         * netrc.el (netrc-machine): Always match if the port is not given.
4420
4421 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4424         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4425         retrieval faster in some cases, but might make CPU usage larger.  If
4426         this has any bad side effects, we might revert this change.
4427
4428         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4429         seems to make mail retrieval much, much faster.
4430         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4431         unconditionally.
4432
4433         * gnus-draft.el (gnus-group-send-queue): Bind
4434         message-send-mail-partially-limit to nil to avoid being prompted.
4435
4436 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4437
4438         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4439
4440         * message.el (message-bogus-address-regexp): Fix and improve custom
4441         type.
4442         (message-setup-hook): Add message-check-recipients as custom option.
4443
4444 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * message.el (message-cite-function): Remove bogus autoload which crept
4447         in during merge from v5-10.
4448
4449 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4452
4453         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4454
4455         * auth-source.el: Preliminary Tramp docs.
4456         (auth-sources): Change the default auth-sources to use
4457         EPA .gpg files.
4458
4459 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * nntp.el: Autoload `auth-source-user-or-password'.
4462         (nntp-send-authinfo): Use it.
4463
4464         * nnimap.el: Autoload `auth-source-user-or-password'.
4465         (nnimap-open-connection): Use it.
4466
4467         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4468         for the gnus-message function.
4469         (auth-source-user-or-password): Use it.
4470
4471 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4472
4473         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4474         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4475         (rfc2104-hash): Use it.
4476
4477 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4478
4479         * gnus-art.el (gnus-article-toggle-truncate-lines):
4480         Don't use `iff' in docstring.
4481
4482 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4485
4486         * gnus-util.el (gnus-extract-address-component-name)
4487         (gnus-extract-address-component-email): Convenience functions around
4488         `gnus-extract-address-components'.
4489
4490         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4491         Use `gnus-extract-address-component-email' to fix bug of comparing full
4492         sender name to `user-mail-address'.
4493
4494 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4497         catch/throw to optimize.
4498         (gnus-registry-find-keywords): Just use member to find a keyword.
4499
4500 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4501
4502         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4503         is current before calling gnus-server-prepare.
4504         (gnus-server-setup-buffer, gnus-server-update-server)
4505         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4506
4507 2008-05-04  Juri Linkov  <juri@jurta.org>
4508
4509         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4510         (mailcap-file-default-commands): Use mailcap-replace-in-string
4511         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4512         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4513
4514 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4515
4516         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4517
4518 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4519
4520         * gnus.el: Bump version to 0.11.
4521
4522 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4523
4524         * gnus.el: No Gnus v0.10 is released.
4525
4526 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4529         hooks.
4530         (gnus-update-read-articles): Speed up non-marks-using users.
4531         (gnus-use-marks): Define gnus-use-marks.
4532         (gnus-propagate-marks): Rename variable to something more sensible.
4533
4534 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4535
4536         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4537         (gmm-image-load-path-for-library): Fix typos in docstrings.
4538         (gmm-message): Reflow docstring.
4539
4540 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4541
4542         * mail-source.el (mail-source-set-1, mail-source-bind):
4543         Move auth-source code out of the macro to clean it up and fix bugs.
4544
4545 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4546
4547         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4548         by sender if it's equal to user-mail-address, it's likely to be
4549         useless.
4550
4551         * mail-source.el (mail-source-bind): Don't use user or password if they
4552         are not bound.  Unintern them if they are nil.  Don't use server unless
4553         it's bound, and default it to empty string otherwise.
4554
4555 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * mail-source.el: Load auth-source.el.
4558         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4559         get user name or password, if auth-sources is set up.
4560
4561         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4562         strategy of splitting with parent.
4563         (gnus-registry-split-fancy-with-parent)
4564         (gnus-registry-post-process-groups): Use it and fix prior
4565         bug (returning a list as the split result).
4566
4567         * auth-source.el (auth-sources): Remove server parameter.
4568         (auth-source-pick, auth-source-user-or-password)
4569         (auth-source-user-or-password-imap)
4570         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4571         (auth-source-user-or-password-sftp)
4572         (auth-source-user-or-password-smtp): Remove server parameter.
4573
4574 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4575
4576         * smime.el (smime-sign-region, smime-encrypt-region)
4577         (smime-decrypt-region):
4578         Remove redundant calls to `generate-new-buffer-name'.
4579
4580 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4581
4582         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4583         Don't use QP for message/rfc822.
4584         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4585
4586 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * sieve-manage.el (sieve-string-bytes): Remove.
4589         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4590         correct byte-length only if the process's coding-system is the same as
4591         the one used internally by Emacs to represent strings.
4592
4593 2008-04-22  Juri Linkov  <juri@jurta.org>
4594
4595         * mailcap.el (mailcap-file-default-commands): New function.
4596
4597 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * message.el (message-signature-separator, message-cite-function):
4600         Change custom version.
4601
4602 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4603
4604         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4605         commands.
4606         (tls-checktrust): Ditto.
4607
4608 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4609
4610         * mm-decode.el (mm-display-external): Make temp file read-only.
4611
4612 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4613
4614         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4615         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4616         `C-c C-f d'.
4617
4618 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4619
4620         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4621
4622 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * gnus.el: Bump version to 0.9.
4625
4626 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * gnus.el: No Gnus v0.8 is released.
4629
4630 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4631
4632         * mail-source.el (mail-source-value):
4633         Prefer fboundp to functionp so it works with macros as well.
4634
4635 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4636
4637         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4638         Fix last change in case the element is not even a symbol.
4639
4640 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4641
4642         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4643         Prefer fboundp to functionp so it works with macros as well.
4644
4645 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4646
4647         * auth-source.el: Added docs.
4648         (auth-sources): Modify format to support server.
4649         (auth-source-pick, auth-source-user-or-password)
4650         (auth-source-user-or-password-imap)
4651         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4652         (auth-source-user-or-password-sftp)
4653         (auth-source-user-or-password-smtp): Add server parameter.
4654
4655 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4656
4657         * gnus-registry.el: Initialize the registry when gnus-registry-install
4658         is t.
4659
4660 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * compface.el (uncompface): Make buffer unibyte.
4663
4664 2008-04-05  Glenn Morris  <rgm@gnu.org>
4665
4666         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4667
4668 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4669
4670         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4671         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4672
4673         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4674         multibyteness after rather than before erasing it.
4675
4676         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4677         mm-with-multibyte.
4678         (gnus-request-article-this-buffer): Make sure the proper decoding is
4679         used if gnus-original-article-buffer happens to be unibyte.
4680
4681         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4682         default-enable-multibyte-characters.
4683
4684         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4685         default-enable-multibyte-characters.
4686
4687         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4688
4689         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4690
4691 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4692
4693         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4694         (imap-message-copyuid-1): Use it.
4695         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4696         J. Williams in
4697         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4698
4699         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4700         imap-enable-exchange-bug-workaround.
4701         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4702
4703 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4704
4705         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4706         a 100 byte status-checks into a 2-3MB transfer for each group.
4707         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4708         to enable bug workaround or not.
4709         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4710
4711 2008-03-31  Glenn Morris  <rgm@gnu.org>
4712
4713         * message.el (mml2015-use): Declare for compiler.
4714         (message-info): Require mml2015 when appropriate.
4715
4716 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4719         whitespace.
4720
4721 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4722
4723         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4724         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4725         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4726         (nntp-service-to-port): New function.
4727         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4728         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4729         (nntp-open-netcat-stream): New function.
4730         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4731
4732 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4733
4734         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4735
4736 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4737
4738         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4739
4740 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4741
4742         * dns.el (dns-write): Use set-buffer-multibyte.
4743
4744 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4745
4746         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4747
4748 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4749
4750         * message.el (message-signature-separator): Change default.
4751         Improve custom type.
4752         (message-cite-function): Change default to
4753         message-cite-original-without-signature.
4754
4755         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4756         toggle.
4757
4758         * message.el (message-check-news-body-syntax): Fix signature check.
4759         (message-setup-1): Mark buffer as unmodified _after_ running
4760         message-setup-hook and handling message-alternative-emails.
4761         (message-shorten-references): Be more strict when building list of
4762         valid references to comply with GNKSA.
4763
4764         * gnus-group.el (gnus-read-ephemeral-bug-group)
4765         (gnus-read-ephemeral-debian-bug-group)
4766         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4767
4768         * message.el (message-info): Don't use booleanp which isn't supported
4769         in Emacs 21 and XEmacs.
4770
4771 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4774         gnus-group-gmane-group-download-format.
4775         (gnus-group-read-ephemeral-gmane-group): Rename from
4776         gnus-group-read-ephemeral-gmane-group.
4777         (gnus-read-ephemeral-gmane-group-url): Rename from
4778         gnus-group-read-ephemeral-gmane-group-url.
4779         (gnus-bug-group-download-format-alist): New variable.
4780         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4781         (gnus-read-ephemeral-emacs-bug-group): New commands.
4782
4783 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4786         (gnus-visible-headers): Improve custom type.
4787
4788 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4789
4790         * mml.el (mml-menu): Add workarounds for XEmacs.
4791
4792         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4793         X-Boundary header.
4794
4795         * message.el (message-simplify-recipients): Fix previous commit.
4796
4797 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4798
4799         * mm-util.el (mm-set-buffer-multibyte): New function.
4800         * mm-decode.el (mm-copy-to-buffer): Use it.
4801
4802 2008-03-19  Glenn Morris  <rgm@gnu.org>
4803
4804         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4805         Accidentally removed in the sync process with Emacs.
4806
4807 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4808
4809         * message.el (message-alter-recipients-discard-bogus-full-name):
4810         New function.
4811         (message-alter-recipients-function): New variable.
4812         (message-get-reply-headers): Use it.
4813         (message-replace-header): New helper function.
4814         (message-recipients-without-full-name): New variable.
4815         (message-simplify-recipients): New command.
4816
4817         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4818
4819         * message.el (message-info): Handle EasyPG manual.
4820
4821         * mml.el (mml-menu): Add entry for EasyPG.
4822
4823 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4824
4825         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4826         parameter.
4827
4828         * message.el (message-disassociate-draft): Specify drafts group name
4829         fully.
4830
4831 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4832
4833         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4834         unnecessary duplicates from the match list.
4835
4836 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4839
4840         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4841
4842         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4843         args of `how-many' of which the XEmacs version doesn't take; declare
4844         Info-index-next as function.
4845
4846 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * gnus-score.el (gnus-score-headers): Fix handling of
4849         gnus-inhibit-slow-scoring.
4850
4851         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4852         string.
4853         (gnus-button-url-regexp): Improve handling of parenthesis.
4854         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4855         (gnus-button-handle-info-keystrokes): Handle index entries.
4856
4857 2008-03-15  Glenn Morris  <rgm@gnu.org>
4858
4859         * parse-time.el (parse-time-string): Simplify.
4860
4861 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4864         Incoming* files.
4865
4866 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4867
4868         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4869         (auth-source-pick): Use it.
4870
4871 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4872
4873         * binhex.el (binhex-decode-region-internal):
4874         * uudecode.el (uudecode-decode-region-internal):
4875         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4876         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4877         setting default-enable-multibyte-characters.
4878
4879 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * auth-source.el (auth-source-protocols)
4882         (auth-source-protocols-customize, auth-source-choices): Added and
4883         modified variable customizations and defaults.
4884         (auth-source-pick, auth-source-user-or-password)
4885         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4886         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4887         (auth-source-user-or-password-sftp)
4888         (auth-source-user-or-password-smtp): Use new variables and provide an
4889         interface to netrc.el.
4890
4891 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4894         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4895         Make sure the nntp port to specify is a string.
4896
4897 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4898
4899         * nntp.el: Use with-current-buffer.
4900         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4901         dubious mm-with-unibyte-current-buffer.
4902         (nntp-with-open-group-function): New function extracted from
4903         nntp-with-open-group macro.
4904         (nntp-with-open-group): Use the function, so it's easier to debug.
4905         Add indentation and debugging info.
4906         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4907         the use of the netcat alternatives.
4908
4909         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4910         Avoid mm-string-as-multibyte as well.
4911
4912         * nnweb.el (nnweb-insert-html):
4913         Remove use of nnheader-string-as-multibyte.
4914
4915         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4916         (nnheader-string-as-multibyte): Remove.
4917
4918         * mm-view.el: Use inhibit-read-only.
4919         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4920         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4921         or unibyte-string.
4922
4923         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4924         (mm-uu-yenc-extract): Use with-current-buffer.
4925
4926         * gnus-soup.el (gnus-soup-send-packet): Don't use
4927         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4928
4929         * nnmh.el: Use with-current-buffer.
4930         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4931         mm-string-as-multibyte on the output of mm-encode-coding-string.
4932
4933         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4934         (nnimap-request-move-article): Use with-current-buffer.
4935
4936         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4937         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4938         conversion uses string-make-unibyte rather than string-as-unibyte.
4939
4940         * gnus-msg.el: Use with-current-buffer.
4941
4942         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4943
4944 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4945
4946         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4947         string for caching if it is 'PIN.
4948
4949 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * lpath.el: Consider the case without Emacs/W3.
4952
4953 2008-03-08  Glenn Morris  <rgm@gnu.org>
4954
4955         * time-date.el (date-to-time, time-subtract, time-add)
4956         (safe-date-to-time): Doc fixes.
4957
4958 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4959
4960         * mail-source.el (mail-source-delete-old-incoming-confirm):
4961         Change default to nil.
4962         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4963
4964 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * lpath.el: Rearrange.
4967
4968         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4969         (gnus-article-goto-prev-page): Work for articles having ^L's.
4970
4971         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4972
4973         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4974
4975 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4976
4977         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4978         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4979         (gnus-bookmark-jump): Adjust some variable names.
4980
4981 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         * auth-source.el: New package.
4984         (auth-source-choices): Add customization entry point variable.
4985
4986         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4987         bug.
4988
4989 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4990
4991         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4992         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4993         (gnus-registry-install-shortcuts): Rename from
4994         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4995         the `gnus-registry-mark-map' keymap dynamically from
4996         `gnus-registry-marks'.  The generated functions update the summary line
4997         when a registry mark is added or deleted, and will call
4998         `gnus-registry-install-p' (see the comments in the code).
4999         (gnus-registry-user-format-function-M): Use concat intelligently.
5000
5001         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5002         the registry mark functions.
5003
5004 2008-03-05  Glenn Morris  <rgm@gnu.org>
5005
5006         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5007         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5008         gnus-art.
5009         (top-level): No need to load own source when compiling.
5010
5011 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5014         Suggested by <chris.anderton@zetnet.co.uk>.
5015
5016 2008-03-04  Glenn Morris  <rgm@gnu.org>
5017
5018         * gnus-sum.el (top-level): No need to require gnus when compiling,
5019         since unconditionally required near start of file.
5020         (gnus-summary-display-while-building): Move definition before use.
5021
5022 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5023
5024         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5025         formatting function.
5026
5027 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5030         with plists.
5031         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5032         Use new format.
5033
5034 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5037         `where-is-internal' that returns a range of key sequences.
5038
5039 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5040
5041         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5042
5043         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5044         (gnus-summary-jump-to-group): Consider windows on other displayed
5045         frames as well.  Similar changes might be needed elsewhere, but that's
5046         the one I've bumped into during my use.
5047
5048         * nndoc.el (nndoc-oe-dbx-type-p):
5049         * gnus-msg.el (gnus-debug):
5050         * gnus-group.el (gnus-update-group-mark-positions):
5051         Use mm-string-to-multibyte.
5052
5053 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5056         doesn't handle NotDashEscaped.
5057
5058         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5059         (mml-dnd-attach-options): Fix typo in custom choice.
5060
5061         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5062         nndoc-article-type to mbox.
5063         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5064
5065         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5066         to nil, instead of html2text.
5067
5068         * imap.el (imap-debug): Add `imap-ping-server'.
5069
5070         * gnus-bookmark.el: Add FIXMEs.
5071
5072         * message.el (message-form-letter-separator)
5073         (message-send-form-letter-delay): New variables.
5074         (message-send-form-letter): Use them.  New command to send form
5075         letters.  Requested by Uwe Siart.
5076         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5077
5078 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5079
5080         * Update copyright years.
5081
5082 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         Sync from EMACS_22_BASE.
5085
5086         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5087
5088 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5089
5090         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5091         empty author.
5092
5093 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * gnus-registry.el (gnus-registry-marks): Add variable for
5096         customization of marks and their appearance.
5097         (gnus-registry-read-mark): Use it.
5098         (gnus-registry-do-marks): Add utility function to loop through
5099         `gnus-registry-marks'.
5100         (gnus-registry-install-shortcuts-and-menus): Add function to install
5101         shortcuts and menus.
5102         (gnus-registry-initialize): Use it.
5103         (gnus-registry-default-mark): Clarify documentation.
5104
5105 2008-02-29  Glenn Morris  <rgm@gnu.org>
5106
5107         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5108         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5109         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5110         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5111         Change defcustom :version from 23.0 to 23.1.
5112
5113 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5114
5115         * gnus-registry.el (gnus-registry-follow-group-p)
5116         (gnus-registry-post-process-groups): Add functions to aid registry
5117         splitting and improve logging.  Clarify behavior in function
5118         documentation.
5119         (gnus-registry-split-fancy-with-parent): Use them.
5120
5121 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5122
5123         * gnus-art.el: Use with-current-buffer.
5124
5125 2008-02-27  David Engster  <dengste@eml.cc>
5126
5127         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5128         Express real group name in the response.
5129
5130 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5133         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5134         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5135         autoload gnus-registry-fetch-group when compiling.
5136         (nnmairix-request-group-with-article-number-correction): Remove
5137         unreferenced argument passed to nnmairix-call-backend.
5138
5139 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5140
5141         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5142         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5143         Wilde.
5144
5145 2008-02-27  Glenn Morris  <rgm@gnu.org>
5146
5147         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5148         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5149         variables to defconsts.  Convert comments to doc-strings.
5150         (nnmairix-last-server, nnmairix-current-server): Convert from free
5151         variables to defvars.  Convert comments to doc-strings.
5152         (gnus-registry-fetch-group): Autoload.
5153         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5154         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5155         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5156         caddr.
5157         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5158         nnmairix-request-group-with-article-number-correction call.
5159         (nnmairix-fast, nnmairix-group): New, less general names, for free
5160         variables passed from nnmairix-request-group to
5161         nnmairix-request-group-with-article-number-correction.  Declare.
5162         (nnmairix-request-group-with-article-number-correction):
5163         Use nnmairix-fast, nnmairix-group rather than fast, group.
5164
5165 2008-02-26  David Engster  <dengste@eml.cc>
5166
5167         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5168         version 0.5.
5169
5170 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5173         instead of making an extra function call.  Don't add the current group
5174         to articles only when they have the group.  Use
5175         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5176         Reported by David <de_bb@arcor.de>.
5177
5178 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5181         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5182
5183 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5184
5185         * mail-source.el (mail-source-delete-incoming): Change default.
5186         Supplement doc string.
5187
5188         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5189
5190 2008-02-14  Glenn Morris  <rgm@gnu.org>
5191
5192         * time-date.el (format-seconds): New function.
5193
5194 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5195
5196         * nnmail.el (nnmail-message-id-cache-file): Derive from
5197         `gnus-home-directory'.
5198
5199 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5200
5201         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5202         Document negative prefix.
5203
5204         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5205
5206 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * message.el (message-unsent-separator): Add the Exim bounce
5209         separator.
5210
5211 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5212
5213         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5214         list.
5215         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5216         recipient/signer list.
5217
5218 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * Makefile.in (datarootdir): Define.
5221         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5222         name that might contain whitespace.
5223
5224 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5225
5226         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5227         fbound (Emacs 23 unicode), signal an error.
5228
5229 2008-02-08  Glenn Morris  <rgm@gnu.org>
5230
5231         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5232
5233 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5234
5235         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5236         ports to the calls to `netrc-machine-user-or-password' in addition to
5237         "imap" and "imaps".
5238
5239 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5240
5241         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5242
5243         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5244
5245 2008-02-01  Kenichi Handa  <handa@m17n.org>
5246
5247         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5248         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5249         (rfc2104-hash): Convert the result of concat to unibyte string.
5250
5251 2008-02-01  Dave Love  <fx@gnu.org>
5252
5253         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5254         coding-system-for-read.
5255         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5256
5257 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5258
5259         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5260         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5261         <hanche@math.ntnu.no>.
5262
5263 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5266
5267         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5268
5269 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5270
5271         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5272         * message.el (message-beginning-of-line): Use featurep instead of bound
5273         tests in order to resolve conditionals at compile time.
5274
5275 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5276
5277         * mail-source.el (mail-sources): Add `group' choice.
5278
5279         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5280         parameter `in-group' to control into which group the articles go.
5281         Add treatment of `group' mail-source.
5282
5283 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5286
5287         * mm-decode.el (mm-dissect-buffer): Decode description.
5288
5289         * mml.el (mml-to-mime): Encode message header first.
5290
5291 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5294         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5295
5296         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5297         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5298
5299 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5300
5301         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5302
5303 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5306         prefix keys.
5307         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5308         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5309         gnus-xmas.el.
5310
5311         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5312         (gnus-xmas-article-describe-bindings): New function.
5313         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5314         gnus-xmas-article-describe-bindings.
5315
5316         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5317
5318 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5319
5320         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5321         Add new variables for article mark management.
5322         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5323         list of extra data entries which, when present, will indicate that the
5324         article ID should not be trimmed from the registry.
5325         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5326         functions.
5327         (gnus-registry-read-mark): New function to read a mark name from the
5328         user.
5329         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5330         (gnus-registry-set-article-mark-internal): New functions to add and
5331         remove marks.
5332         (gnus-registry-get-article-marks): New function to show the marks for
5333         an article, or retrieve them for further use.
5334
5335 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5338         keys when no argument is given.
5339
5340 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * imap.el (imap-ping-server): New variable.
5343         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5344         (imap-ping-server): Minor doc string fixes.
5345
5346 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5347
5348         * imap.el (imap-ping-server): New function.
5349         (imap-opened): Call imap-ping-server.
5350
5351 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * gnus-sum.el (gnus-article-sort-by-random)
5354         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5355         jidanni@jidanni.org.
5356
5357 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-art.el (gnus-article-describe-bindings): New function.
5360         (gnus-article-read-summary-keys): Use it.
5361         (gnus-article-mode-map): Bind `C-h b' to it.
5362
5363 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5366         XEmacs.
5367         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5368         against non-character events.
5369
5370         * lpath.el: Fbind map-keymap for Emacs 21.
5371
5372 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5375         command.
5376         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5377         instead of END.  Change name of the temp file.
5378         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5379         customizable.
5380
5381 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5384         bind `S W' to gnus-article-wide-reply-with-original; set default
5385         binding to gnus-article-read-summary-send-keys.
5386         (gnus-article-read-summary-keys): Fix the order of keys; display
5387         continuation keys correctly in the echo area; describe bindings
5388         correctly when keys end with `C-h'.
5389         (gnus-article-read-summary-send-keys): New function.
5390         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5391         for gnus-article-read-summary-send-keys; display continuation keys
5392         correctly in the echo area.
5393         (gnus-article-reply-with-original): Ignore prefix argument.
5394         (gnus-article-wide-reply-with-original): New function.
5395
5396         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5397         Emacs 21.
5398
5399 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5402         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5403
5404 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5407         (gnus-group-read-ephemeral-gmane-group): New command.
5408
5409 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5410
5411         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5412
5413 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5414
5415         * message.el (message-send-mail-function): Increase custom version.
5416
5417         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5418         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5419
5420 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5423         for the cases where imap-authenticate is called with a nil buffer
5424         parameter.
5425
5426 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5429         html parts correctly; support forwarded messages.
5430         (gnus-article-browse-html-article): Remove work buffers.
5431
5432         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5433         compiling.
5434         (netrc-bound-and-true-p): New macro.
5435         (netrc-parse): Use it instead of bound-and-true-p that is not available
5436         in XEmacs 21.4.
5437
5438 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * gnus-registry.el (gnus-registry-mark-article)
5441         (gnus-registry-article-marks): Add functionality to mark articles
5442         through the Gnus registry.
5443
5444         * encrypt.el: Clarify documentation for the new pgg method.
5445         (encrypt-file-alist): Add PGG option.
5446         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5447         functionality.  Abstract password key and messaging to external
5448         functions.
5449         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5450         (encrypt-message-method-and-cipher): Add new convenience external
5451         functions.
5452         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5453         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5454
5455         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5456         (netrc-parse): Use encrypt-file-alist to determine if
5457         encrypt-find-model or encrypt-insert-file-contents should be used.
5458
5459         * encrypt.el: Clarify documentation.  Load password-cache or
5460         password, whichever one is found first, instead of autoloading.
5461
5462 2007-12-19  Glenn Morris  <rgm@gnu.org>
5463
5464         * mml.el (message-options-set, message-narrow-to-head)
5465         (message-in-body-p, message-mail-p, message-encode-message-body):
5466         Autoload.
5467         (message-remove-header, message-narrow-to-headers-or-head)
5468         (message-subscribed-p, message-make-mail-followup-to)
5469         (message-position-on-field, message-news-p)
5470         (message-options-set-recipient, message-generate-headers)
5471         (message-sort-headers): Declare as functions.
5472
5473 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5476         convention in doc string.
5477
5478 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5481         title to html parts.
5482         (gnus-article-browse-html-article): Pass message header to it.
5483
5484         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5485
5486 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5489         or password compatible with XEmacs.
5490
5491 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5494         format document.
5495         (gnus-mime-delete-part): Don't write description line if empty.
5496         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5497
5498 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5499
5500         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5501         (gnus-summary-mark-read-and-unread-as-read)
5502         (gnus-summary-mark-current-read-and-unread-as-read)
5503         (gnus-summary-mark-unread-as-ticked): Doc fix.
5504         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5505
5506 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5507
5508         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5509         Christoph Conrad <christoph.conrad@gmx.de>.
5510
5511 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5512
5513         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5514         yes-or-no-p.
5515
5516 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * mm-decode.el (mm-add-meta-html-tag): New function.
5519         (mm-save-part-to-file, mm-pipe-part): Use it.
5520
5521         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5522         gnus-y-or-n-p instead of y-or-n-p.
5523         (gnus-article-browse-html-parts): Work with message/external-body; use
5524         mm-add-meta-html-tag.
5525
5526 2007-12-11  Glenn Morris  <rgm@gnu.org>
5527
5528         * gnus-cache.el: Require gnus-sum not just when compiling.
5529
5530         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5531
5532         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5533         definitions before use.
5534
5535         * mm-decode.el: Require gnus-util.
5536         (mm-remove-part): Only call delete-annotation on XEmacs.
5537
5538         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5539
5540         * nnmail.el: Require gnus-int.
5541
5542         * spam.el: Move `require's before `eval-when-compile's.
5543
5544         * gnus-ems.el (gnus-alive-p):
5545         * gnus-fun.el (message-goto-eoh):
5546         * gnus-util.el (gnus-group-name-decode):
5547         * mail-source.el (gnus-compress-sequence):
5548         * message.el (Info-goto-node, format-spec):
5549         * mm-bodies.el (message-options-get):
5550         * mm-decode.el (mm-view-pkcs7):
5551         * mm-util.el (gmm-write-region):
5552         * mml-smime.el (mml-compute-boundary)
5553         (gnus-completing-read-with-default):
5554         * mml.el (widget-button-press, gnus-make-hashtable):
5555         * mml1991.el (mm-decode-content-transfer-encoding)
5556         (mm-encode-content-transfer-encoding)
5557         (message-options-get, message-options-set):
5558         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5559         * nnfolder.el (gnus-request-group):
5560         * nnheader.el (ietf-drums-unfold-fws):
5561         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5562         * smime.el (gnus-run-mode-hooks):
5563         * spam-stat.el (gnus-message): Autoload.
5564
5565         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5566         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5567         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5568         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5569         Add declare-function compatibility definition.
5570
5571         * gnus-cache.el (nnvirtual-find-group-art):
5572         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5573         (gnus-add-image, gnus-add-wash-type):
5574         * gnus-group.el (nnkiboze-score-file):
5575         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5576         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5577         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5578         (message-tokenize-header, gnus-get-buffer-create)
5579         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5580         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5581         * gnus.el (gnus-group-decoded-name):
5582         * mail-source.el (imap-capability):
5583         * mm-bodies.el (message-options-set):
5584         * mm-decode.el (gnus-configure-windows):
5585         * mm-extern.el (message-goto-body):
5586         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5587         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5588         (epg-sub-key-validity, message-options-set):
5589         * mml.el (widget-event-point, gnus-configure-windows):
5590         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5591         * mml2015.el (epg-check-configuration, epg-configuration)
5592         (message-options-set):
5593         * nndb.el (nndb-request-article):
5594         * nnfolder.el (gnus-request-create-group):
5595         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5596         * nnmaildir.el (gnus-group-mark-article-read):
5597         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5598         * rfc1843.el (message-fetch-field):
5599         * spam.el (gnus-extract-address-components):
5600         Declare as functions.
5601
5602 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5605
5606         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5607
5608         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5609         bind show-trailing-whitespace for XEmacs.
5610
5611 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5614         new no-op macro for backward compatibility.
5615
5616         * imap.el (imap-string-to-integer): New function.
5617
5618 2007-12-09  Glenn Morris  <rgm@gnu.org>
5619
5620         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5621
5622         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5623         * message.el, mm-view.el, sieve-manage.el, smime.el:
5624         Add declare-function compatibility definition.
5625
5626         * gnus-art.el (w3-region, w3m-region, Info-menu):
5627         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5628         * gnus-sum.el (gnus-get-predicate):
5629         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5630         * message.el (mail-abbrev-in-expansion-header-p):
5631         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5632         (w3m-detect-meta-charset, w3m-region):
5633         * sieve-manage.el (password-read, password-cache-add)
5634         (password-cache-remove):
5635         * smime.el (password-read-and-add): Declare as functions.
5636
5637 2007-12-08  David Kastrup  <dak@gnu.org>
5638
5639         * gnus-sum.el (gnus-summary-simplify-subject-query):
5640         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5641         `message'.
5642
5643 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5646         it to bind idna-program, installation-directory, defined-colors, and
5647         face-attribute for XEmacs of the version that compiles defcustom forms.
5648
5649 2007-12-07  Glenn Morris  <rgm@gnu.org>
5650
5651         * gnus-art.el (article-make-date-line): Revert previous change.
5652
5653 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5654
5655         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5656
5657 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5658
5659         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5660         Call gnus-add-to-range ranges only once with a prepared article-list.
5661
5662 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5663
5664         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5665         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5666         group names with backslashes.  Reported by Tassilo Horn
5667         <tassilo@member.fsf.org>.
5668
5669 2007-12-06  Deepak Goel  <deego3@gmail.com>
5670
5671         * gnus-art.el (article-make-date-line):
5672         * gnus-start.el (gnus-load):
5673         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5674
5675 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-art.el (gnus-use-idna)
5678         * gnus-start.el (gnus-site-init-file)
5679         * message.el (message-use-idna)
5680         * mm-uu.el (mm-uu-hide-markers)
5681         * smiley.el (smiley-style): Revert changes that suppress warnings.
5682
5683 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5686         specify charset to html source.  Reported by Christoph Conrad
5687         <christoph.conrad@gmx.de>.
5688
5689 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5692         idna-program in order to suppress byte compile warning issued by XEmacs
5693         that came to byte compile the default value section of defcustom forms
5694         recently.
5695
5696         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5697         value of installation-directory.
5698
5699         * message.el (message-use-idna): Don't directly refer to the value of
5700         idna-program.
5701
5702         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5703
5704         * smiley.el (smiley-style): Don't directly call face-attribute.
5705
5706 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5709
5710         * gnus-dired.el: Reduce Gnus dependencies.
5711         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5712         require.  Use autoloads instead.
5713         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5714         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5715         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5716         (gnus-dired-mode): Adjust doc string.
5717         (gnus-dired-mail-mode): New variable.
5718         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5719         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5720         (gnus-dired-mail-buffers): New function.  Return mail or message
5721         composition buffers.
5722         (gnus-dired-attach): Use it.
5723         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5724         NO-DECODE.
5725         (gnus-dired-print): Use `gnus-print-buffer' depending on
5726         `gnus-dired-mail-mode'.
5727
5728 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * rfc2047.el (rfc2047-encoded-word-regexp)
5731         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5732         explaining what regexp patterns are for.
5733
5734 2007-12-04  Glenn Morris  <rgm@gnu.org>
5735
5736         * password.el: Move to password-cache.el.
5737
5738         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5739         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5740         * mml-smime.el (password-read, password-cache-add)
5741         (password-cache-remove):
5742         No need to autoload, since mml-sec requires password.
5743
5744         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5745         * message.el (gnus-extract-address-components):
5746         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5747
5748         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5749         password.
5750
5751 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * mailcap.el: Reduce dependencies.
5754         (mail-header-parse-content-type): Autoload.
5755         (mailcap-delete-duplicates): New alias.
5756         (mailcap-mime-info): Add optional argument NO-DECODE.
5757         (mailcap-mime-types): Use mailcap-delete-duplicates.
5758
5759         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5760
5761 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5762
5763         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5764         (imap-parse-status): Upcase status-att for servers that sends them
5765         lower-case (e.g., MS Exchange 2007).
5766
5767 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5770         function.
5771
5772         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5773         (gnus-uu-yenc-article): New function.
5774
5775         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5776
5777         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5778         buffer.
5779
5780 2007-12-02  Glenn Morris  <rgm@gnu.org>
5781
5782         * binhex.el (binhex): New custom group.
5783         (binhex-decoder-program, binhex-decoder-switches)
5784         (binhex-use-external): Move to the binhex custom group.
5785
5786         * uudecode.el (uudecode): New custom group.
5787         (uudecode-decoder-program, uudecode-decoder-switches)
5788         (uudecode-use-external): Move to the uudecode custom group.
5789
5790         * netrc.el (top-level): Don't load `encrypt' features.
5791         (netrc-parse): Don't use encrypt.
5792         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5793
5794         * encrypt.el: Remove file.
5795
5796 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5799         matches on patches.
5800
5801         * gnus-art.el (gnus-article-browse-html-article): Mention
5802         `mm-text-html-renderer' in the doc string.
5803
5804         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5805         string.  Add comments.
5806
5807         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5808         if rhs is ASCII.
5809
5810 2007-12-01  Glenn Morris  <rgm@gnu.org>
5811
5812         * mail-source.el (top-level): Require format-spec before
5813         eval-when-compile.
5814
5815 2007-11-30  Glenn Morris  <rgm@gnu.org>
5816
5817         * encrypt.el: Require password, rather than autoloading password-read.
5818
5819 2007-11-29  Glenn Morris  <rgm@gnu.org>
5820
5821         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5822         (sasl-make-client, sasl-next-step, sasl-step-data)
5823         (sasl-step-set-data): Declare as functions.
5824
5825 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5828
5829 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5830
5831         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5832         certs should be verified and what is to be done in the event of a
5833         verification failure.
5834
5835         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5836         caller can indicate whether the cache should be disregarded for this
5837         call.  This way the result of the call is reproducible at all times and
5838         can be considered a canonical server name for the supplied method.
5839         (gnus-agent-method-p): Canonicalize server names by pushing their
5840         method through `gnus-method-to-server' using the no-cache argument.
5841
5842         * gnus-srvr.el (gnus-server-insert-server-line): Call
5843         `gnus-method-to-server' with `no-cache' argument.
5844
5845         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5846         gnus-agent-possibly-synchronize-flags as this should be called when the
5847         server is actually being opened.
5848         (gnus-agent-possibly-synchronize-flags)
5849         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5850         flags file of an agentized server to the latter function.
5851
5852         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5853         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5854         after a connection has been established successfully.
5855
5856 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-art.el (article-display-face): Force to display face if called
5859         interactively; check if gnus-article-x-face-too-ugly matches author.
5860         (article-display-x-face): Display face even if From header is missing
5861         as article-display-face does.
5862
5863 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5864
5865         * hashcash.el (message-narrow-to-headers-or-head)
5866         (message-fetch-field, message-goto-eoh)
5867         (message-narrow-to-headers): Declare as functions.
5868
5869 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * mail-source.el (mail-sources): Default to fetch from file for
5872         compatibility with default of nnmail-spool-file.
5873
5874 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5877         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5878         to look for encoded word that should be encoded again.
5879         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5880         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5881         encoding pattern.
5882         (rfc2047-decode-region): Switch strict regexp and loose one according
5883         to rfc2047-allow-irregular-q-encoded-words.
5884
5885 2007-11-25  Romain Francoise  <romain@orebokech.com>
5886
5887         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5888
5889 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * tls.el (tls-program): Provide more custom choices from
5892         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5893         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5894
5895 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5898         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5899
5900         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5901         `nnmail-spool-file'.
5902
5903         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5904         `nnmail-spool-file'.
5905
5906         * gnus-move.el (gnus-change-server): Ditto.
5907
5908         * gnus-kill.el (gnus-batch-score): Ditto.
5909
5910         * gnus-cache.el (gnus-jog-cache): Ditto.
5911
5912         * gnus-msg.el (gnus-summary-reply):
5913         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5914
5915 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5918         version.  Minor improvement to doc strings.
5919         (tls-program): Add comment.
5920
5921 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5922
5923         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5924         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5925         mismatch between the hostname provided in the certificate and the name
5926         of the host connnecting to.
5927         (open-tls-stream): Use them.  Check certificates against trusted root
5928         certificates.
5929
5930 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * gnus-cache.el (gnus-cache-generate-nov-databases):
5933         Use nnml-generate-nov-databases-directory instead of
5934         nnml-generate-nov-databases-1.
5935
5936 2007-11-24  Glenn Morris  <rgm@gnu.org>
5937
5938         * message.el (message-tool-bar-retro): Update for rename
5939         mail_send.xpm->mail-send.xpm.
5940
5941 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5944         `smime-ldap-search' for Emacs 22 and up.
5945
5946 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5947
5948         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5949
5950         * message.el (message-send-mail-function): Fix error convention.
5951         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5952         (message-widen-reply, message-send-mail, message-talkative-question)
5953         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5954         (message-clone-locals, message-send-news): Use with-current-buffer.
5955         (message-insert-or-toggle-importance): Remove unused var `valid'.
5956         (message-make-references): Remove unused var `new-references'.
5957         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5958
5959 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5960
5961         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5962         (spam-split-symbolic-return-positive): Reflow docstring.
5963         (spam-backends, spam-summary-exit-behavior)
5964         (spam-mark-ham-unread-before-move-from-spam-group)
5965         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5966         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5967         (spam-clear-cache, spam-backend-check, spam-install-backend)
5968         (spam-install-statistical-backend, spam-list-of-processors)
5969         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5970         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5971         (spam-check-crm114, spam-initialize, spam-unload-hook):
5972         Fix typos in docstrings.
5973
5974 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5977         been checked if they have never been read and those group levels are
5978         higher than the one that a user specified.
5979
5980 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5983         foreign groups unless a group level is specified by a user.
5984         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5985
5986 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * message.el (message-send-mail-function): Require sendmail.
5989
5990 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * message.el (message-send-mail-function): Check for smtpmail too.
5993
5994         * utf7.el (utf7-encode, utf7-decode): Use coding system
5995         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5996
5997         * message.el (message-send-mail-function): New function.
5998         (message-send-mail-function): Set default using
5999         message-send-mail-function.  Adjust doc string.
6000         (message-send-mail-with-mailclient): New function.
6001
6002 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6003
6004         * smime.el (from):
6005         * rfc2047.el (message-posting-charset):
6006         * qp.el (mm-use-ultra-safe-encoding):
6007         * pop3.el (parse-time-months):
6008         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6009         * nnml.el (files):
6010         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6011         (jka-compr-compression-info-list, ange-ftp-path-format)
6012         (efs-path-regexp):
6013         * nndiary.el (files):
6014         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6015         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6016         (epg-digest-algorithm-alist, inhibit-redisplay)
6017         (password-cache-expiry):
6018         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6019         (pgg-output-buffer, password-cache-expiry):
6020         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6021         (efs-path-regexp):
6022         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6023         (inhibit-redisplay):
6024         * mm-uu.el (file-name, start-point, end-point, entry)
6025         (gnus-newsgroup-name, gnus-newsgroup-charset):
6026         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6027         (latin-unity-ucs-list):
6028         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6029         (mm-uu-binhex-decode-function):
6030         * message.el (gnus-message-group-art, gnus-list-identifiers)
6031         (rmail-enable-mime-composing, gnus-local-organization)
6032         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6033         (gnus-read-active-file, facemenu-add-face-function)
6034         (facemenu-remove-face-function, gnus-article-decoded-p)
6035         (tool-bar-mode):
6036         * mail-source.el (display-time-mail-function):
6037         * gnus-util.el (nnmail-pathname-coding-system)
6038         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6039         (gnus-original-article-buffer, gnus-user-agent)
6040         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6041         (xemacs-codename, sxemacs-codename, emacs-program-version):
6042         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6043         * gnus-start.el (gnus-agent-covered-methods)
6044         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6045         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6046         (gnus-newsgroup-headers, gnus-group-list-mode)
6047         (gnus-group-mark-positions, gnus-newsgroup-data)
6048         (gnus-newsgroup-unreads, nnoo-state-alist)
6049         (gnus-current-select-method, mail-sources)
6050         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6051         (nnmail-spool-file, gnus-cache-active-hashtb):
6052         * gnus-mh.el (mh-lib-progs):
6053         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6054         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6055         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6056         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6057         (gnus-group-buffer):
6058         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6059         (font-lock-set-defaults):
6060         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6061         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6062         (gnus-summary-post-menu, total-parts, type, condition, length):
6063         * gnus-agent.el (gnus-agent-read-agentview):
6064         * flow-fill.el (show-trailing-whitespace):
6065         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6066         eval-and-compile wrappers for byte compiler pacifiers.
6067
6068         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6069         (mm-display-inline-fontify): Check for featurep 'xemacs not
6070         extent-list.
6071
6072         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6073         itimer-list.
6074         (mm-create-image-xemacs): Only do something for XEmacs.
6075         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6076
6077         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6078
6079         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6080         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6081
6082 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6083
6084         * nnimap.el (nnimap-split-download-body):
6085         * gnus-demon.el (gnus-demon):
6086         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6087
6088 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6091         macros.
6092         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6093         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6094         copy data from unibyte buffer to multibyte current buffer.
6095         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6096         to copy data from unibyte current buffer to multibyte buffer.
6097         (nntp-make-process-buffer): Make process buffer unibyte.
6098
6099         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6100
6101 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6102
6103         * pop3.el (pop3-open-server): Accept and process data more robustly at
6104         connexion start to avoid spurious "POP SSL connexion failed" errors.
6105
6106 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6109         read group names.
6110
6111 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6114
6115 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6118         (nnmail-save-active): Use a unibyte buffer when saving active file,
6119         which may contain non-ASCII group names.
6120
6121         * nnml.el (nnml-request-group): Decode group names in messages.
6122
6123 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * message.el (message-citation-line-function)
6126         (message-insert-formatted-citation-line): Fix spelling of
6127         `message-insert-formated-citation-line'.
6128
6129 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6132
6133 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6136         nnmail-pathname-coding-system.
6137
6138         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6139         that a user enters; decode group names in messages.
6140
6141         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6142
6143 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6146
6147         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6148
6149         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6150         risky local variable.
6151
6152         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6153
6154 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * encrypt.el: Improve documentation to fix function name typo.
6157         Reported by Daiki Ueno <ueno@unixuser.org>.
6158
6159 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6162         even if the point is not in the last page of an article.
6163         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6164         back to the previous page.
6165
6166 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6169
6170 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6173
6174 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6175
6176         * message.el (message-check-news-body-syntax): Avoid
6177         mm-string-as-multibyte.
6178         (message-hide-headers): Don't assume (point-min)==1.
6179
6180 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * message.el (message-remove-blank-cited-lines): Fix if remove is
6183         given.
6184         (message-bogus-address-regexp): New variable.
6185         (message-bogus-recipient-p): New function.
6186         (message-check-recipients): New command.
6187         (message-syntax-checks): Add `bogus-recipient'.
6188         (message-fix-before-sending): Add `bogus-recipient'.
6189
6190         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6191         (gnus-treat-body-boundary): Don't test window-system.
6192
6193 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6194
6195         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6196
6197 2007-10-28  Miles Bader  <miles@gnu.org>
6198
6199         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6200         at compile-time too.
6201
6202 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * gnus-msg.el (gnus-message-setup-hook): Add
6205         `message-remove-blank-cited-lines' to options.
6206
6207 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * message.el (message-remove-blank-cited-lines): New function.
6210         Suggested by Karl Plästerer.
6211
6212 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6215         mapc.
6216
6217         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6218         (top-level): Use mapc to set functions to be traced for debugging.
6219
6220         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6221         called for effect with while loop.
6222
6223         * message.el (message-talkative-question): Replace mapcar called for
6224         effect with mapc.
6225
6226         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6227         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6228         called for effect with dolist.
6229
6230         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6231
6232         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6233         gnus-extra-headers and nnmail-extra-headers.
6234
6235         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6236         called for effect with dolist.
6237         (top-level): Use mapc to set functions to be traced for debugging.
6238
6239         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6240         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6241         dolist.
6242
6243         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6244         Replace mapcar called for effect with mapc.
6245         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6246         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6247         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6248         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6249
6250         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6251         remove-if that's a cl function.
6252
6253         * webmail.el (webmail-debug): Replace mapcar called for effect with
6254         dolist.
6255
6256         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6257         with mapc.
6258
6259 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6262         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6263         with while loop.
6264
6265         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6266         functions from article-* functions.
6267         (gnus-multi-decode-header): Replace mapcar called for effect with
6268         dolist.
6269
6270         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6271         (gnus-bookmark-show-details): Replace mapcar called for effect with
6272         while loop.
6273
6274         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6275         called for effect with while loop.
6276
6277         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6278         with dolist.
6279
6280         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6281         mapcar called for effect with dolist.
6282
6283         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6284
6285         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6286         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6287         Replace mapcar called for effect with dolist.
6288         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6289         mapc.
6290
6291         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6292         Replace mapcar called for effect with dolist.
6293         (gnus-topic-list): Replace mapcar called for effect with mapc.
6294
6295         * gnus.el: Use mapc instead of mapcar to add autoloads.
6296
6297 2007-10-23  Richard Stallman  <rms@gnu.org>
6298
6299         * gnus-group.el (gnus-group-highlight): Mark as risky.
6300
6301 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus.el (gnus-server-to-method): Return method found first in
6304         gnus-newsrc-alist.
6305
6306         * gnus-art.el (gnus-article-highlight-signature)
6307         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6308         button overlay without the front stickiness.
6309
6310 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6311
6312         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6313         overview buffer needed a catch to receive its throw.
6314         (gnus-agent-flush-cache): Declared as interactive to make this function
6315         easier to use.
6316
6317 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6320         `next-line'.
6321
6322 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6325         exclude address matching message-dont-reply-to-names.
6326
6327 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-util.el (gnus-string<): New function.
6330
6331         * gnus-sum.el (gnus-article-sort-by-author)
6332         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6333
6334 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6337         the frame-focus tag is set in gnus-buffer-configuration.
6338
6339 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6342         the front stickiness.
6343
6344 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6347         url pattern; remove duplicate one.
6348         (gnus-article-extend-url-button): New function.
6349         (gnus-article-add-buttons): Use it.
6350         (gnus-button-push): Use concatenated url that it makes.
6351
6352 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6353
6354         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6355
6356 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6357
6358         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6359         Don't hardcode point-min==1.
6360
6361 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6364         Fix comment about "iso8859-1".
6365
6366 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6367
6368         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6369         ones returned from the verify-function.
6370
6371         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6372         mml2015-extract-cleartext-signature if extraction failed.
6373
6374 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6375
6376         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6377         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6378         failed.
6379
6380 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6383
6384 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6385
6386         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6387         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6388         recommends to use EasyPG instead of PGG.
6389
6390         * pgg.el: Revert to revision 6.23.2.16.
6391
6392         * pgg-def.el: Revert to revision 6.6.2.14.
6393
6394         * pgg-gpg.el: Revert to revision 6.23.2.34.
6395
6396 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6397
6398         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6399         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6400         thread for both the null and zero (kill/expire thread) universal prefix
6401         cases.
6402         (gnus-summary-expire-thread): Add new function to expire a thread,
6403         using gnus-summary-kill-thread.
6404         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6405         shortcuts for gnus-summary-expire-thread.
6406         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6407         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6408
6409 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6412         extras value, so an extras entry can be deleted.
6413         (gnus-registry-delete-extra-entry): Use it.
6414         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6415         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6416         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6417         storage through the gnus-registry, and provide an appropriate API for
6418         it.
6419
6420 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6423         Suggested by Leo <sdl.web@gmail.com>.
6424
6425         * gnus.el: Do.
6426
6427 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6430         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6431
6432         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6433
6434         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6435         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6436
6437 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6440         newline.
6441         (nnmbox-request-accept-article): Don't change article in source buffer;
6442         narrow to header to use message-fetch-field rather than
6443         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6444         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6445         as delimiters; make sure article ends with newline.
6446         (nnmbox-delete-mail): Correct last position of article to be deleted;
6447         ignore X-Gnus-Newsgroup header in article body.
6448         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6449         positions; make sure article ends with newline.
6450
6451         * message.el (message-display-abbrev): Don't infloop when a user
6452         inserts SPC in the beginning of header.
6453
6454         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6455         coding-system-for-read and coding-system-for-write for XEmacs having no
6456         file-coding feature.
6457
6458         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6459
6460 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6461
6462         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6463         list of groups not followed by default.  Fix type to be regexp.
6464         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6465
6466 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6467
6468         * hmac-def.el (define-hmac-function): Switch from old-style to
6469         new-style backquotes.
6470
6471         * md4.el (md4-make-step): Likewise.
6472
6473 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6476         raw-text coding system when saving .newsrc file, which may contain
6477         non-ASCII group names.
6478
6479 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-cus.el (gnus-score-extra): New widget.
6482         (gnus-score-extra-convert): New function.
6483         (gnus-score-customize): Use it for Extra.
6484
6485 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6486
6487         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6488         (mml2015-mailcrypt-clear-verify): Use it.
6489         (mml2015-gpg-clear-verify): Use it.
6490         (mml2015-pgg-clear-verify): Use it.
6491         (mml2015-epg-clear-verify): Replace the current part with the output
6492         from GnuPG; don't extract the plaintext by itself.
6493
6494         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6495         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6496         mml2015-clear-verify-function; don't touch the armor headers or
6497         dash-escaped text here.
6498
6499 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6502         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6503         parts, or application/octet-stream as a last resort.
6504         (gnus-mime-view-part-as-type): Don't toggle display.
6505         (gnus-mime-view-part-as-charset): Don't turn off display before
6506         querying charset.
6507
6508         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6509         stuff to undisplayer function in Emacs.
6510         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6511
6512         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6513         text/calendar parts.
6514
6515 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6518         decoding text/calendar parts.
6519
6520         * message.el (message-forward-make-body-mime): Always mark body as
6521         having no illegible text; remove signed-or-encrypted argument.
6522         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6523
6524         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6525         (mml-generate-mime-1): Don't encode body if it is specified to be in
6526         raw form; don't make buffer be unibyte when inserting multibyte string.
6527
6528 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6529
6530         * sha1.el: Fix up comment style.
6531         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6532         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6533
6534         * hex-util.el: Fix up comment style.
6535         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6536
6537         * gnus-salt.el: Use with-current-buffer.
6538         (gnus-pick-setup-message): Fix long-standing typo.
6539
6540 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * imap.el (imap-logout-timeout): New variable.
6543         (imap-logout, imap-logout-wait): New functions.
6544         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6545
6546         * nnimap.el (nnimap-logout-timeout): New server variable.
6547         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6548         nnimap-logout-timeout.
6549
6550         * gnus-art.el (gnus-article-summary-command-nosave)
6551         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6552
6553 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus.el (gnus-maximum-newsgroup): New variable.
6556
6557         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6558         according to gnus-maximum-newsgroup.
6559
6560         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6561         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6562         Limit the range of articles according to gnus-maximum-newsgroup.
6563
6564 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6565
6566         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6567         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6568         Don't perform gnus-configure-windows here; reuse existing sticky
6569         article buffer.
6570
6571         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6572         it doesn't exist in gnus-article-mode.
6573
6574 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6577         (gnus-agent-decoded-group-name): New function.
6578         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6579         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6580
6581 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6582
6583         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6584         Add binding for gnus-sticky-article.
6585         (gnus-summary-exit): Don't kill sticky article buffers.
6586
6587         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6588         article buffer.
6589         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6590         (gnus-kill-sticky-article-buffers): New commands.
6591
6592 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * nntp.el (nntp-xref-number-is-evil): New server variable.
6595         (nntp-find-group-and-number): If it is non-nil, don't trust article
6596         numbers in the Xref header.
6597
6598 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-agent.el (gnus-agent-read-group): New function.
6601         (gnus-agent-flush-group, gnus-agent-expire-group)
6602         (gnus-agent-regenerate-group): Use it.
6603         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6604         nnmail-pathname-coding-system.
6605
6606 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6609
6610         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6611         that are unread as unread, and also as selected so that information of
6612         marks having been changed by a user may be updated when exiting group.
6613
6614 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6617         calculated ignoring signature parts to gnus-treat-article.
6618
6619 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6622         a point here in order to keep the window start.
6623         (gnus-insert-mime-security-button): Make a button overlay without the
6624         front stickiness.
6625         (gnus-mime-display-security): Goto the end of a button.
6626
6627         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6628
6629 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6632         group-name-at-point.
6633         (gnus-group-completing-read): New function that offers decoded
6634         non-ASCII group names for completion.
6635         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6636         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6637         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6638         (gnus-group-fetch-control): Use it.
6639         (gnus-fetch-group): Use group-name-at-point for the initial value
6640         rather than the default value; use gnus-alive-p.
6641
6642         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6643         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6644         (gnus-summary-post-news): Use gnus-group-completing-read.
6645
6646         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6647         (gnus-read-move-group-name): Decode group name for completion.
6648
6649 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6652         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6653         Yamaoka slightly modified the code).
6654
6655 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6658         (nnmail-split-incoming): Bind it.
6659
6660         * nnml.el (nnml-group-name-charset): New function.
6661         (nnml-decoded-group-name): Use it; don't decode group name if
6662         nnmail-group-names-not-encoded-p is non-nil.
6663         (nnml-encoded-group-name): New function.
6664         (nnml-group-pathname): Inline nnml-decoded-group-name.
6665         (nnml-request-expire-articles): Decode group name in message.
6666         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6667         nnmail-pathname-coding-system.
6668         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6669         not decoded ones according to nnmail-group-names-not-encoded-p.
6670         (nnml-generate-active-info): Use nnml-encoded-group-name.
6671
6672 2007-08-08  Glenn Morris  <rgm@gnu.org>
6673
6674         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6675         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6676         doc-strings and comments.
6677
6678 2007-07-25  Glenn Morris  <rgm@gnu.org>
6679
6680         * Relicense all FSF files to GPLv3 or later.
6681
6682 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-sum.el (gnus-summary-move-article): Make
6685         gnus-summary-respool-article work.
6686
6687 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6690         string.
6691
6692 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6693
6694         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6695         that should be ignored when comparing distant RSS articles with local
6696         ones.
6697         (nnrss-make-hash-index): New function.  Create a hash index according
6698         to the ignored fields.
6699         (nnrss-check-group): Use it.
6700
6701 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6704
6705         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6706
6707         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6708         the new optional argument ENCODED is non-nil.
6709         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6710         coding system for encoding group name.
6711         (gnus-group-make-rss-group): Pass un-encoded group name to
6712         gnus-group-make-group.
6713         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6714         encoded.
6715
6716         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6717         Encode group name to which articles are moved or copied.
6718         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6719         coding system for encoding Newsgroup, Followup-To and Xref headers.
6720
6721         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6722         marks; use nnheader-file-coding-system to write a file.
6723         (nnagent-retrieve-headers): Bind file-name-coding-system to
6724         nnmail-pathname-coding-system.
6725
6726         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6727
6728         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6729         (nnml-request-article, nnml-request-create-group)
6730         (nnml-request-rename-group, nnml-find-id)
6731         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6732         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6733         (nnml-save-marks): Use nnml-group-pathname instead of
6734         nnmail-group-pathname.
6735
6736         (nnml-request-create-group, nnml-request-expire-articles)
6737         (nnml-request-move-article, nnml-request-delete-group)
6738         (nnml-deletable-article-p, nnml-possibly-create-directory)
6739         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6740         (nnml-open-marks): Bind file-name-coding-system to
6741         nnmail-pathname-coding-system.
6742
6743         (nnml-request-article): Pass server argument to nnml-find-group-number.
6744         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6745         server argument to nnml-possibly-create-directory.
6746         (nnml-request-accept-article): Pass server argument to
6747         nnml-active-number and nnml-save-mail.
6748         (nnml-find-group-number): Pass server argument to nnml-find-id.
6749         (nnml-request-update-info): Pass server argument to
6750         nnml-marks-changed-p.
6751
6752         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6753         (nnml-save-mail, nnml-active-number): Add server argument.
6754
6755         (nnml-request-delete-group): Warn if group is missing.
6756         (nnml-get-nov-buffer): Decode group name.
6757         (nnml-generate-active-info): Encode group name.
6758         (nnml-open-marks): Decode group name in messages.
6759
6760 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6763         if it is not specified.
6764         (gnus-article-pipe-part, gnus-article-save-part)
6765         (gnus-article-interactively-view-part, gnus-article-copy-part)
6766         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6767         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6768         (gnus-article-replace-part, gnus-article-delete-part)
6769         (gnus-article-view-part-as-type): Pass raw prefix argument to
6770         gnus-article-part-wrapper.
6771
6772 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-agent.el (gnus-agent-save-active): Bind
6775         nnheader-file-coding-system to gnus-agent-file-coding-system.
6776
6777         * gnus-cache.el (gnus-cache-save-buffers)
6778         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6779         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6780         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6781         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6782         (gnus-cache-generate-active, gnus-cache-rename-group)
6783         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6784         (gnus-cache-update-overview-total-fetched-for): Bind
6785         file-name-coding-system to nnmail-pathname-coding-system.
6786         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6787         variables.
6788         (gnus-cache-decoded-group-name): New function.
6789         (gnus-cache-file-name): Use it.
6790         (gnus-cache-generate-active): Use non-decoded group name for active.
6791
6792         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6793         right place.
6794         (gnus-write-active-file): Don't break non-ASCII group names.
6795
6796         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6797         nnmail-pathname-coding-system.
6798
6799         * lpath.el: Bind default-file-name-coding-system,
6800         file-name-coding-system and language-info-alist for XEmacs.
6801
6802         * gnus-uu.el (gnus-uu-decode-save): Typo.
6803
6804 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6807
6808 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6811         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6812         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6813         (gnus-agent-flush-group, gnus-agent-flush-cache)
6814         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6815         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6816         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6817         (gnus-agent-regenerate-group)
6818         (gnus-agent-update-files-total-fetched-for)
6819         (gnus-agent-update-view-total-fetched-for): Bind
6820         file-name-coding-system to nnmail-pathname-coding-system.
6821         (gnus-agent-group-pathname): Don't encode file names by
6822         nnmail-pathname-coding-system.
6823         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6824         coding-system-for-write instead of buffer-file-coding-system to
6825         gnus-agent-file-coding-system.
6826
6827         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6828         Decode group name.
6829
6830         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6831
6832         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6833         (gnus-read-newsrc-el-file): Make group names unibyte.
6834
6835         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6836         nnmail-pathname-coding-system.
6837
6838         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6839         (nnrss-request-delete-group): Bind file-name-coding-system to
6840         nnmail-pathname-coding-system.
6841         (nnrss-read-server-data, nnrss-read-group-data): Bind
6842         file-name-coding-system correctly.
6843         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6844
6845         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6846         (nntp-server-to-method-cache): New variable.
6847         (nntp-group-pathname): New function that decodes non-ASCII group names.
6848         (nntp-possibly-create-directory, nntp-marks-changed-p)
6849         (nntp-save-marks, nntp-open-marks): Use it.
6850         (nntp-possibly-create-directory, nntp-open-marks):
6851         Bind file-name-coding-system to nnmail-pathname-coding-system.
6852         (nntp-open-marks): Decode group names when bootstrapping marks.
6853
6854         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6855         Newsgroups and Folowup-To headers.
6856
6857 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6860         (gnus-server-closed-face, gnus-server-denied-face)
6861         (gnus-server-offline-face): Remove variable.
6862         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6863
6864         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6865         of modifying message-stack directly for XEmacs.
6866
6867         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6868         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6869         if the coding-system argument is nil for XEmacs.
6870
6871         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6872         mm-charset-override-alist.
6873
6874         * rfc2047.el: Don't require base64; require rfc2045 for the function
6875         rfc2045-encode-string.
6876         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6877         to quote the parameter value.
6878
6879 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6882         form in gnus-group-name-charset-method-alist.
6883
6884         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6885         overrides the default layout edit-form.
6886
6887         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6888
6889         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6890
6891 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6894         as unfetched articles.
6895
6896 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6899
6900 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6903         original back end that keeps marks in the local system.
6904
6905 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6908         arg of pop-to-buffer for XEmacs.
6909         (gnus-article-read-summary-keys): Ditto; don't restore window
6910         configuration if summary command ends up with neither article buffer
6911         nor summary buffer; describe bindings if summary keys end with C-h.
6912
6913 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * message.el (message-fix-before-sending): Skip raw message part to be
6916         forwarded while checking illegible text.
6917         (message-forward-make-body-mime, message-forward-make-body): Mark
6918         signed or encrypted raw message as having no illegible text.
6919
6920 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6923         (gnus-message-with-timestamp-1): New macro.
6924         (gnus-message-with-timestamp): New function.
6925         (gnus-message): Use them.
6926
6927         * nnheader.el (nnheader-message): Use them.
6928
6929 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6932         .newsrc.eld file.
6933
6934 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-agent.el (gnus-agent-fetch-headers)
6937         (gnus-agent-retrieve-headers): Bind
6938         gnus-decode-encoded-address-function to identity.
6939
6940         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6941         available also when the server returns simply a dot.
6942
6943         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6944
6945 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6948
6949 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-ems.el (gnus-x-splash): Make it work.
6952
6953         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6954         from being used.
6955
6956         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6957
6958 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6961         4th and the 5th arguments.
6962
6963         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6964         the front stickiness.
6965         (gnus-article-summary-command-nosave): Correct the order of the
6966         arguments passed to pop-to-buffer.
6967         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6968         summary command ends up with the article buffer.
6969
6970         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6971         the same faces.
6972
6973 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6974
6975         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6976
6977 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6978
6979         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6980         * gnus-sum.el (gnus-summary-highlight):
6981         * pgg.el (pgg-sign-region, pgg-sign):
6982         * mail-source.el (mail-source-delete-old-incoming-confirm):
6983         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6984
6985 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-art.el (gnus-mime-view-part-externally)
6988         (gnus-mime-view-part-internally): Fix predicate function passed to
6989         completing-read.
6990
6991         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6992
6993         * gnus.el (gnus-update-message-archive-method): Add :version.
6994
6995 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus.el (gnus-update-message-archive-method): New variable.
6998
6999         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7000         according to gnus-message-archive-method if
7001         gnus-update-message-archive-method is non-nil.
7002
7003 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7006         by Loic Dachary <loic@dachary.org>.
7007         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7008
7009 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * message.el (message-pop-to-buffer): Add switch-function argument.
7012         (message-mail): Pass switch-function argument to it.
7013
7014 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7017         Improve doc string.
7018
7019 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7022         (gnus-header-content)
7023         * gnus-cite.el (gnus-cite-10)
7024         * gnus-srvr.el (gnus-server-closed)
7025         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7026         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7027         (gnus-group-mail-3-empty, gnus-group-mail-low)
7028         (gnus-group-mail-low-empty, gnus-splash)
7029         * message.el (message-header-to, message-header-cc)
7030         (message-header-subject, message-header-other, message-header-name)
7031         (message-header-xheader, message-separator, message-cited-text)
7032         (message-mml): Lighten colors of faces used for dark background.
7033
7034 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7035
7036         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7037         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7038
7039 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * message.el (message-narrow-to-headers-or-head):
7042         Ignore mail-header-separator in the body.
7043
7044 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7047         same as window size.
7048
7049 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7050
7051         * message.el (message-font-lock-keywords): Use message-header-xheader
7052         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7053         ahead of the anything pattern, to get it recognised.
7054
7055 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7058         spam.el loads uses it in the compiled defadvice form.
7059
7060 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7061
7062         * gnus-sum.el (gnus-articles-to-read)
7063         (gnus-summary-insert-old-articles): Don't truncate group name for
7064         `read-string'.
7065
7066         * gnus-util.el (gnus-limit-string): Delete this function.
7067
7068         * gnus-sum.el (gnus-simplify-subject-fully): Use
7069         `truncate-string-to-width' instead.
7070
7071 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7072
7073         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7074         if, on summary exit, the next group has to be selected.
7075         (gnus-summary-exit): Use it.
7076
7077 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7080         non-break space.
7081
7082 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7085         Check if group is not a directory.
7086         (nnfolder-request-expire-articles): Don't delete articles if the target
7087         group is not available.
7088
7089         * nnml.el (nnml-request-create-group): Properly check if group is not a
7090         file.
7091         (nnml-request-expire-articles): Don't delete articles if the target
7092         group is not available.
7093
7094         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7095         Don't quote characters that are within parentheses.
7096
7097 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7100         (gnus-handle-ephemeral-exit): Select article according to it.
7101
7102 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * message.el (message-insert-formated-citation-line): Remove newline.
7105         (message-citation-line-format): Add final \n here so that the user can
7106         avoid a blank line.
7107
7108 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7109
7110         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7111         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7112         Update lanl/arXiv support.
7113
7114 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * gnus.el: Bump version number.
7117
7118 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * gnus.el (gnus-version-number): Bump version.
7121
7122 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7123
7124         * gnus.el: No Gnus v0.6 is released.
7125
7126 2007-04-27  Didier Verna  <didier@xemacs.org>
7127
7128         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7129         * gmm-utils.el (gmm-regexp-concat): here.
7130         * message.el: Don't require 'gnus-util.
7131         (message-dont-reply-to-names): Handle name change above.
7132         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7133
7134 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7137         since the initial value varies according to the system.
7138
7139 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7142
7143 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7144
7145         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7146
7147 2007-04-24  Didier Verna  <didier@xemacs.org>
7148
7149         Improve the type of gnus-ignored-from-addresses.
7150         * gnus-util.el (gnus-orify-regexp): New function.
7151         * message.el (gnus-util): Require it.
7152         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7153         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7154         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7155
7156 2007-04-24  Didier Verna  <didier@xemacs.org>
7157
7158         * gnus-sum.el:
7159         * gnus-utils.el: Fix some trailing whitespaces.
7160
7161 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7164         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7165         article's Message-ID; refer parent article in summary buffer.
7166
7167         * message.el (message-bounce): Call mime-to-mml.
7168
7169         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7170         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7171         optimize and/or forms properly.
7172
7173 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7176         URL.
7177
7178 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7181
7182 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7185         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7186         displayed of multipart/alternative part if it is invoked from summary
7187         buffer.
7188
7189         * mm-view.el (mm-inline-text-html-render-with-w3m)
7190         (mm-inline-text-html-render-with-w3m-standalone)
7191         (mm-inline-render-with-function): Use mail-parse-charset by default.
7192
7193 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7194
7195         * parse-time.el (parse-time-string-chars): Check if CHAR
7196         is less than the length of parse-time-syntax.
7197
7198 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7201         from gnus-newsgroup-processable.
7202
7203 2007-04-16  Didier Verna  <didier@xemacs.org>
7204
7205         * gnus-msg.el (gnus-configure-posting-styles): Handle
7206         message-signature-directory properly with :file syntax.  Reported by
7207         "Leo".
7208
7209 2007-04-11  Didier Verna  <didier@xemacs.org>
7210
7211         New user option: message-signature-directory.
7212         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7213         * message.el (message-insert-signature): Ditto.
7214         * message.el (message-signature-file): Doc update.
7215         * message.el (message-signature-directory): New.
7216
7217 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-msg.el (gnus-inews-yank-articles): Use
7220         message-exchange-point-and-mark instead of exchange-point-and-mark.
7221
7222 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * message.el (message-yank-original): Make sure cited text ends with
7225         newline; don't exchange point and mark.
7226
7227 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7228
7229         * tls.el (open-tls-stream): Properly handle case where there
7230         is no associated buffer.
7231
7232 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7233
7234         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7235         message-yank-original, make sure (< mark TEXT point).
7236
7237 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * message.el (message-fill-column): New variable.
7240         (message-mode): Use it.  Add comment on a possible new hook.
7241
7242         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7243         (nnmail-get-new-mail): Reformat.
7244
7245         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7246
7247         * gmm-utils.el: Fix Commentary.
7248         (gmm-tool-bar-from-list): Fix typo in doc string.
7249
7250 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7251
7252         * message.el (message-yank-original): Don't switch point and mark
7253         unnecessarily to put point and mark as documented.
7254
7255 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7256
7257         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7258         from the message heads.
7259
7260 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7261
7262         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7263         article buffer does not have a window.  This may not be the best
7264         solution but is certainly better than setting the start of the null,
7265         that is the current, window.
7266
7267 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7270         (gnus-draft-setup): Run it.
7271
7272         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7273         gnus-score-fast-scoring.  Allow regexp.
7274         (gnus-score-headers): Use it.
7275
7276         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7277         XEmacs.
7278
7279         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7280         string.
7281         (gnus-button-alist): Also catch `<f1> k ...'.
7282         (gnus-treat-display-x-face): Fix doc string.
7283
7284 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7285
7286         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7287         evaluation of gnus-extended-version to ensure correct generation of the
7288         User-Agent header when message-generate-headers-first is used.
7289
7290 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7291
7292         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7293         hashcash-path is nil.  Don't call callback with incorrect number of
7294         parameters if val is 0.
7295
7296 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7297
7298         * message.el (message-required-news-headers):
7299         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7300
7301 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7302
7303         * tls.el (open-tls-stream): In handshake-waiting loop,
7304         don't wait more if there is output available to process.
7305
7306 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7307
7308         * tls.el (tls-program): Doc fix.
7309
7310 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * message.el (message-generate-new-buffers): Change the meaning of the
7313         nil value; add `standard' to the choices; treat t as `unique'; improve
7314         doc string.
7315         (gnus-select-frame-set-input-focus): Autoload.
7316         (message-buffer-name): Search for the existing message buffer if
7317         message-generate-new-buffers is nil or `standard'; treat the value t of
7318         message-generate-new-buffers as `unique'.
7319         (message-pop-to-buffer): Raise the frame already displaying the message
7320         buffer; clear the echo area after querying.
7321         (message-setup): Pass the `continue' argument to compose-mail.
7322         (message-mail): Prefer `switch-function' if it is given; search for the
7323         existing message buffer if the `continue' argument is non-nil; pass
7324         continue and switch-function arguments to compose-mail by way of
7325         message-setup.
7326         (message-mail-other-window): Adjust argument of message-setup.
7327         (message-mail-other-frame): Ditto.
7328
7329 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7332         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7333         to turn font-lock on when turning gnus-message-citation-mode on.
7334
7335 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7336
7337         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7338         (mml-smime-function-alist): New variable; add epg as the backend.
7339         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7340         mml-smime- functions instead.
7341         * mm-view.el: Require smime.
7342
7343 2007-03-05  Didier Verna  <didier@xemacs.org>
7344
7345         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7346         instead of just inheritance for posting styles.
7347         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7348
7349 2007-02-24  Chris Moore  <dooglus@gmail.com>
7350
7351         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7352         * pgg-pgp.el (pgg-pgp-encrypt-region):
7353         * pgg-gpg.el (pgg-gpg-encrypt-region):
7354         Check pgg-encrypt-for-me if no other recipients.
7355
7356 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7357
7358         * tls.el (tls-certtool-program): Fix custom type.
7359
7360 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7363         and point-at-eol instead of line-(beginning|end)-position.
7364
7365         * assistant.el (assistant-parse-buffer): Ditto.
7366
7367         * netrc.el (netrc-parse-services): Ditto.
7368
7369 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7370
7371         * mml2015.el (mml2015-epg-find-usable-key): New function.
7372         (mml2015-epg-sign): Use it.
7373         (mml2015-epg-encrypt): Use it.
7374
7375 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * message.el (message-make-in-reply-to): Quote name containing
7378         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7379         if there are special characters.  Reported by NAKAJI Hiroyuki
7380         <nakaji@jp.freebsd.org>.
7381
7382 2007-02-27  Didier Verna  <didier@xemacs.org>
7383
7384         Include the group parameters as well as the topic ones in the
7385         inheritance filter process.
7386         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7387         argument GROUP-PARAMS-LIST.
7388         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7389
7390 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * nntp.el (nntp-never-echoes-commands)
7393         (nntp-open-connection-functions-never-echo-commands): New variables.
7394         (nntp-send-command): Use them.
7395
7396 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7397
7398         * mml2015.el (mml2015-epg-verify): Simplified.
7399
7400 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * mml.el (mml-content-disposition-alist): New user option.
7403         (mml-content-disposition): New function.
7404         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7405         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7406
7407 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7408
7409         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7410         verification.
7411
7412 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7413
7414         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7415         articles posted in the last 24 hours.
7416
7417 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7418
7419         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7420
7421 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7422
7423         * nntp.el (nntp-send-command): Don't wait for echoes when
7424         nntp-open-ssl-stream is used.
7425
7426 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7429         (gnus-message-add-citation-keywords)
7430         (gnus-message-remove-citation-keywords): Remove.
7431         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7432         directly, make the variables in font-lock-defaults buffer-local, add
7433         gnus-message-citation-keywords to them and then update the value of
7434         font-lock-keywords.
7435
7436 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * message.el (message-cite-original-1): Don't call
7439         gnus-article-highlight-citation.
7440
7441         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7442         citations; fix line count.
7443
7444 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7447         (gnus-message-add-citation-keywords)
7448         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7449         versions of font-lock-add-keywords and font-lock-remove-keywords to
7450         work with XEmacs correctly.
7451
7452 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-cite.el (gnus-cite-face-list): Set the values of
7455         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7456         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7457         (gnus-message-cite-prefix-regexp): New variable.
7458         (gnus-message-search-citation-line): Use it; protect against long
7459         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7460         the 0th match data for Emacs.
7461         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7462         (gnus-message-add-citation-keywords): Append keywords rather than
7463         prepending; emulate font-lock-add-keywords if it is not available.
7464         (gnus-message-remove-citation-keywords): Emulate
7465         font-lock-remove-keywords if it is not available.
7466
7467         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7468
7469         * message.el (message-cite-prefix-regexp): Set the value of
7470         gnus-message-cite-prefix-regexp.
7471
7472 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7473
7474         * nnweb.el (nnweb-google-parse-1): Update parser.
7475
7476 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7477
7478         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7479
7480 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7481
7482         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7483         regexp.
7484
7485 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7488         string-to-multibyte.
7489         (uudecode-decode-region-internal): Use it.
7490
7491         * lpath.el: Fbind string-as-multibyte for XEmacs.
7492
7493 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7496         custom choice.
7497
7498         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7499
7500 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7501
7502         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7503
7504         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7505         `write-region' to respect `mm-inhibit-file-name-handlers'.
7506
7507 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7510         Use gnus-home-directory instead of "~/" or "$HOME".
7511
7512 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7513
7514         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7515         to mention filename.
7516         Add comments at beginning regarding usage.
7517         (encrypt-write-file-contents): Change interactive so a string is
7518         acceptable.  If the file has no associated model, show an error instead
7519         of a nonsense prompt.
7520
7521 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7522
7523         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7524         Thanks to Yoshihiko Yamada for kind notification of this typo.
7525
7526 2007-01-12  Kenichi Handa  <handa@m17n.org>
7527
7528         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7529         multibyte buffer.
7530
7531 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-score.el (gnus-score-fast-scoring): New variable.
7534         (gnus-score-headers): Use it.
7535
7536         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7537
7538         * message.el (message-cite-original-1): Call
7539         gnus-article-highlight-citation if requested.
7540         (message-make-from): Allow name and address as optional arguments.
7541
7542         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7543
7544         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7545         bugs to doc string.
7546         (gnus-button-alist): Add mid\\|message-id.
7547         (gnus-button-fetch-group): Extend for use in
7548         `browse-url-browser-function'.
7549         (gnus-button-url-regexp): Try to catch paired parentheses like in
7550         Wikipedia URLs.
7551
7552         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7553         Suggested by Simon Krahnke <overlord@gmx.li>.
7554
7555 2007-01-13  Romain Francoise  <romain@orebokech.com>
7556
7557         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7558         Update copyright.
7559
7560 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7561
7562         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7563
7564 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7565
7566         * gnus-registry.el (gnus-registry-unfollowed-groups)
7567         (gnus-registry-split-fancy-with-parent): Fix documentation.
7568
7569 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7572         from nnweb groups.
7573
7574 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575
7576         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7577         Xref urls.  Erase buffer before requesting head.
7578
7579 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7582         customizable.
7583
7584 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7585
7586         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7587         no signing key is found.
7588         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7589         no encrypting and/or signing key is found.
7590
7591 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7592
7593         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7594
7595 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7596
7597         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7598         headers read from disk with the ones newly found in the current search.
7599         This should no longer cause problems, because the article numbers in
7600         Gmane's `nov.php' output are ignored since the previous change.
7601
7602 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7603
7604         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7605
7606 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7609         replace-regexp-in-string; bind url-version; fbind display-images-p and
7610         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7611         find-face and set-itimer-function for Emacs; bind itimer-list for
7612         Emacs.
7613
7614         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7615
7616 2007-01-01  Romain Francoise  <romain@orebokech.com>
7617
7618         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7619
7620 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7621
7622         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7623         `define-minor-mode' macro definition expanded properly.
7624         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7625         exclude it there.
7626
7627         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7628         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7629         `fboundp' test.
7630         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7631         This is OK to autoload in (S)XEmacs now.
7632
7633 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7636         keystroke.
7637         (gnus-summary-limit-to-singletons): Fix typo.
7638
7639         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7640         else fails.
7641
7642 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7643
7644         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7645         docstring.
7646
7647         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7648         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7649         (gnus-summary-insert-dormant-articles): Fix typo in message.
7650
7651 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7654         nil for XEmacs.
7655         (gnus-message-citation-mode): Don't autoload in XEmacs.
7656
7657         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7658
7659 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7660
7661         * nnimap.el (nnimap-expunge-search-string): Mention
7662         nnimap-search-uids-not-since-is-evil in docstring.
7663
7664 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * spam.el: Revert to make-obsolete-variable because
7667         define-obsolete-variable-alias is not supported in Emacs 21.
7668
7669         * spam.el (spam-ifile-path, spam-ifile-database-path)
7670         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7671         make-obsolete-variable.
7672         (spam-bsfilter-path, spam-bsfilter-program)
7673         (spam-spamassassin-path, spam-spamassassin-program)
7674         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7675         use "path" inappropriately.
7676         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7677         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7678         variable names.
7679
7680 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7681
7682         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7683         summary buffer.
7684
7685         * password.el (password-cache-remove): Use clear-string to burn
7686         password, if available.
7687
7688 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7691
7692         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7693
7694         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7695         (gnus-message-highlight-citation): Move defcustom here from
7696         gnus-cite.el.
7697         (gnus-message-citation-mode): Autoload.
7698
7699         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7700         checks to make it compile with XEmacs.
7701         (gnus-message-citation-mode): New minor mode.
7702         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7703         (gnus-message-highlight-citation): New variables.
7704         (gnus-message-search-citation-line)
7705         (gnus-message-add-citation-keywords)
7706         (gnus-message-remove-citation-keywords)
7707         (turn-on-gnus-message-citation-mode)
7708         (turn-off-gnus-message-citation-mode): New functions.
7709
7710 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7711
7712         * gnus-cite.el: Enable highlighting of different citation levels in
7713         message-mode.
7714
7715 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * message.el (message-make-fqdn): Fix comment.
7718         (message-bogus-system-names): Add ".local".
7719
7720         * spam.el (spam-ifile-path, spam-ifile-program)
7721         (spam-ifile-database-path, spam-ifile-database)
7722         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7723         Don't use "path" inappropriately.
7724         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7725         strings.
7726         (spam-check-ifile, spam-ifile-register-with-ifile)
7727         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7728         new variable names.
7729
7730         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7731         (gnus-treat-display-smileys): Simplify using
7732         gnus-image-type-available-p.
7733
7734         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7735         available.
7736
7737         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7738         `display-images-p' if available.
7739
7740 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7743         one after turning on the buffer's multibyteness instead of decoding
7744         them directly in the unibyte buffer that causes unexpected conversion
7745         in Emacs 23 (unicode).
7746
7747 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7748
7749         * message.el (message-generate-hashcash): Fix custom type.
7750
7751 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7754
7755 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7758         disconnect icons.  Add help text.
7759
7760 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7761
7762         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7763         negated to be consistent with the others we handle.
7764
7765 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766
7767         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7768         version of gnus-summary-buffer to something, so that we can use two
7769         article buffers at the same time.
7770
7771 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7772
7773         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7774         trigger all the extra headers.
7775         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7776         sorting.
7777
7778 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7779
7780         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7781         solid groups.
7782
7783 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7784
7785         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7786
7787 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * legacy-gnus-agent.el: Add Copyright notice.
7790
7791 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7792
7793         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7794
7795 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7798
7799         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7800         to make it work reliably in CVS Emacs.
7801         (gnus-summary-limit-strange-charsets-predicate)
7802         (gnus-summary-limit-to-predicate): New functions.
7803
7804 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7805
7806         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7807         specifying array size.
7808         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7809         array if it is too small.
7810         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7811         (gnus-sort-threads-loop): New function.
7812
7813 2006-12-06  Chris Moore  <dooglus@gmail.com>
7814
7815         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7816         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7817
7818 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7819
7820         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7821         options.
7822
7823 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7826         DOS-ing the recipient.
7827
7828         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7829         the headers when creating the mapping to avoid mismappings.
7830         (nnweb-gmane-create-mapping): Always nix out old mapping.
7831
7832 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7835         and mm-verify-option to never.
7836
7837 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * message.el (message-signed-or-encrypted-p): New function.
7840         (message-forward-make-body): Use it.
7841
7842         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7843         Replace encode-coding-string with mm-encode-coding-string.
7844
7845 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * nneething.el (nneething-decode-file-name): Replace
7848         decode-coding-string with mm-decode-coding-string.
7849
7850         * gnus-int.el (gnus-open-server): Say failed server's name.
7851
7852 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7853
7854         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7855         strings to a single string.  Quote `errors-file-name'.
7856         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7857         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7858         Adjust calls.  Use `shell-quote-argument'.
7859
7860 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7861
7862         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7863         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7864
7865         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7866         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7867         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7868         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7869         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7870         (gnus-subscribe-newsgroup, gnus-1):
7871         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7872         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7873         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7874         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7875
7876 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7877
7878         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7879         keystroke.
7880         (gnus-summary-limit-to-bodies): Implement headersp.
7881
7882 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7883
7884         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7885
7886 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7889
7890 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * message.el (message-generate-hashcash): Expand range of values to
7893         include `opportunistic'.
7894         (message-send-mail): Use it.
7895
7896 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7897
7898         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7899         and comment it.
7900
7901         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7902
7903 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * gnus-util.el (gnus-extract-address-components): Improve comment.
7906
7907 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-util.el (gnus-extract-address-components): Work with address in
7910         which the name portion contains @.
7911
7912         * lpath.el: Fbind custom-autoload.
7913
7914 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * gnus.el (gnus-start): Move custom group up.
7917         (gnus-select-method): Don't autoload, but make it available for
7918         `customize-variable'.
7919         (gnus-getenv-nntpserver): Don't autoload.
7920
7921 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7922
7923         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7924
7925 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * message.el (message-sendmail-extra-arguments): New variable.
7928         (message-send-mail-with-sendmail): Use it.
7929
7930 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7933         mm-with-unibyte-current-buffer to make string unibyte.
7934
7935         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7936         mm-string-as-multibyte.
7937
7938 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7939
7940         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7941         Reported by Werner Koch <wk@gnupg.org>.
7942
7943 2006-11-14  Daiki Ueno  <ueno@p360>
7944
7945         * mml2015.el: Autoload epa-select-keys when compiling.
7946
7947 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7948
7949         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7950         message-options.
7951         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7952
7953 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7954
7955         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7956         EasyPG (< 0.0.6).
7957         (mml2015-always-trust): New user option.
7958         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7959         prompt.
7960
7961 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * nntp.el (nntp-authinfo-force): New variable.
7964         (nntp-send-authinfo): Use it.
7965
7966 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7969         decode encoded words.  Improve prompt.  Add comment about forwarding.
7970         (message-replacement-char): Move up.
7971
7972 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7973
7974         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7975         instead of gnus-intersection because arguments of gnus-sorted-nunion
7976         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7977
7978 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7981         (message-simplify-subject-functions): Enable
7982         message-strip-subject-encoded-words by default.
7983
7984 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * message.el (message-strip-subject-encoded-words): New function.
7987         (message-simplify-subject-functions): New variable.
7988         (message-simplify-subject): Use it.  Fix typo in doc string.
7989         Support message-strip-subject-encoded-words.
7990
7991 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7992
7993         * gnus-diary.el (gnus-diary-delay-format-function):
7994         * nndiary.el (nndiary-reminders):
7995         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7996
7997 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-art.el (article-hide-boring-headers): Fetch date from
8000         gnus-original-article-buffer to avoid problems with localized date
8001         strings.
8002
8003 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8006
8007 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8010         New variables.
8011         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8012         (mm-charset-synonym-alist): Move some entries to
8013         mm-codepage-iso-8859-list.
8014         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8015         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8016
8017 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8020
8021 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8024         with Emacs 21 and XEmacs.
8025
8026 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8027
8028         * spam.el (spam-parse-address): New function for better parsing,
8029         catching errors, etc.
8030         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8031
8032 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * mm-view.el: Add interactive arg to html2text autoload.
8035
8036 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8039
8040 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8043         variables.
8044         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8045         (mm-charset-synonym-alist): Move some entries to
8046         mm-codepage-iso-8859-list.
8047
8048         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8049
8050 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * message.el (message-citation-line-format)
8053         (message-insert-formated-citation-line): Fix implementation of %E, %N
8054         and %n according to the doc string.
8055
8056 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8057
8058         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8059         car-safe to avoid bad parses.
8060
8061 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8064         names.
8065
8066         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8067
8068 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8071         header.
8072
8073         * message.el (message-draft-headers): Add Date.
8074         (message-headers-to-generate): Fix typo in docstring.
8075
8076         * nndraft.el (nndraft-required-headers): New variable.
8077         (nndraft-generate-headers): Use it.
8078
8079         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8080
8081 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8082
8083         * gnus-registry.el (gnus-registry-wash-for-keywords)
8084         (gnus-registry-find-keywords): New functions to allow easy searching of
8085         articles that are in the registry.
8086
8087 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8088
8089         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8090         ietf-drums-parse-address instead of gnus-extract-address-components.
8091         Reported by Damien Elmes <damien@repose.cx>.
8092
8093 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * gnus.el (gnus-mime): Remove unused custom group.
8096
8097 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8098
8099         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8100         "blank line" when searching for end of armor headers.
8101
8102 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gmm-utils.el (gmm-write-region): Fix variable name.
8105
8106 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * gmm-utils.el (gmm-write-region): New function based on compatibility
8109         code from `mm-make-temp-file'.
8110
8111         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8112
8113         * nnmaildir.el (nnmaildir--update-nov)
8114         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8115         Use `gmm-write-region'.
8116
8117 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8120         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8121
8122         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8123
8124         * message.el (message-replacement-char): New variable.
8125         (message-fix-before-sending): Use it.
8126         (message-simplify-subject): New function to remove duplicate code.
8127         (message-reply, message-followup): Use it.
8128
8129         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8130         gnus-summary-limit-to-articles.
8131
8132 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-util.el (gnus-with-local-quit): New macro.
8135
8136         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8137
8138 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8139
8140         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8141         ignore non-string data.
8142
8143 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8144
8145         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8146         non-string data (needs to be done in the registry too).
8147
8148 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8149
8150         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8151         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8152         (gnus-registry-split-fancy-with-parent)
8153         (gnus-registry-fetch-simplified-message-subject-fast)
8154         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8155         Remove text properties on ingress into the registry and when it's saved.
8156         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8157         registry from entries with no groups.
8158
8159 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8160
8161         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8162         function to remove string properties.
8163
8164 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * gmm-utils.el (gmm): Adjust custom version.
8167
8168         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8169         custom version.
8170
8171         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8172
8173 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * gnus-art.el (gnus-insert-prev-page-button)
8176         (gnus-insert-next-page-button): Simplify.  Reformat.
8177
8178 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8179
8180         * gnus-art.el (gnus-insert-prev-page-button)
8181         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8182
8183 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8184
8185         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8186
8187 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8188
8189         * gnus-art.el (gnus-insert-mime-button)
8190         (gnus-insert-mime-security-button):
8191         Apply gnus-article-button-face to MIME and security buttons.
8192
8193 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8196         readable.
8197
8198 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8201
8202 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8203
8204         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8205         `browse-url-of-file' instead of `browse-url'.
8206
8207 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8208
8209         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8210         regexp.  Articles containing quotation were cut prematurely.
8211
8212 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * message.el (message-cite-original-1): Use nobody by default for the
8215         value of From header.
8216         (message-reply): Ditto.
8217
8218 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8219
8220         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8221         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8222         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8223
8224 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8227         mails in the doc string.  Add some URLs in comment.
8228         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8229
8230 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8233         backslashes handling and the way to find boundaries of quoted strings.
8234
8235 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8236
8237         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8238         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8239         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8240         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8241
8242 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8245         doc string.
8246         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8247
8248 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * lpath.el: Fbind epg-check-configuration.
8251
8252 2006-09-06  Simon Josefsson  <jas@extundo.com>
8253
8254         * mml2015.el (mml2015-use): Doc fix, mention epg.
8255
8256 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8257
8258         * mml2015.el (mml2015-use): Default to epg, if available.
8259
8260 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8261
8262         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8263         message-sender.
8264         (mml1991-epg-encrypt): Ditto.
8265         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8266         message-sender.
8267         (mml2015-epg-encrypt): Ditto.
8268
8269 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8270
8271         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8272         several common directories.
8273
8274 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8275
8276         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8277         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8278
8279 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-art.el (article-decode-encoded-words): Make it fast.
8282
8283 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8286
8287         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8288         in quoted string into `\'.
8289
8290 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8293         Use standard-syntax-table.
8294
8295 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-art.el (gnus-decode-address-function): New variable.
8298         (article-decode-encoded-words): Use it to decode headers which are
8299         assumed to contain addresses.
8300         (gnus-mime-delete-part): Remove useless `or'.
8301
8302         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8303         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8304         (gnus-nov-parse-line): Use it to decode From header.
8305         (gnus-get-newsgroup-headers): Ditto.
8306         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8307
8308         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8309         (mail-decode-encoded-address-string): New alias.
8310
8311         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8312         New function.
8313         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8314         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8315         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8316         (rfc2047-decode-string): Ditto.
8317         (rfc2047-decode-address-region): New function.
8318         (rfc2047-decode-address-string): New function.
8319
8320 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * message.el (message-caesar-buffer-body): Allow rotating headers.
8323
8324         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8325
8326         * message.el (message-insert-formated-citation-line): Fix %f.
8327         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8328
8329 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8332         (gnus-bookmark-mouse-available-p): New macro.
8333         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8334         (gnus-bookmark-bmenu-show-infos): Use it.
8335         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8336         (gnus-bookmark-bmenu-hide-infos): Ditto.
8337         (gnus-bookmark-remove-properties): New function.
8338         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8339         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8340         (gnus-bookmark-write-file): Bind coding-system-for-write.
8341         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8342         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8343         group before selecting it.
8344         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8345         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8346         quit-window if it is not available; use gnus-mouse-2 and bind it to
8347         gnus-bookmark-bmenu-select-by-mouse.
8348         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8349         (gnus-bookmark-bmenu-select-by-mouse): New function.
8350
8351 2006-08-13  Romain Francoise  <romain@orebokech.com>
8352
8353         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8354         space.
8355
8356 2006-08-10  Romain Francoise  <romain@orebokech.com>
8357
8358         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8359         (dns-mode-soa-auto-increment-serial): New user option.
8360         (dns-mode-soa-maybe-increment-serial): New function.
8361         (dns-mode): Add the latter to `write-contents-functions'.
8362
8363 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * compface.el (uncompface): Use binary rather than raw-text-unix.
8366
8367 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * compface.el (uncompface): Make sure the eol conversion doesn't take
8370         place when communicating with the external programs.  Reported by
8371         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8372
8373 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8376
8377 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8378
8379         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8380         Make it more robust by parsing author and date independently.
8381
8382 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8385
8386 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8387
8388         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8389         first matching secret key.
8390         (mml2015-epg-encrypt): Ditto.
8391
8392         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8393         first matching secret key.
8394         (mml1991-epg-encrypt): Ditto.
8395
8396         * mml2015.el (mml2015-encrypt-to-self): New user option.
8397         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8398         mml2015-epg-encrypt-to-self is set.
8399
8400         * mml1991.el (mml1991-encrypt-to-self): New variable.
8401         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8402         mml1991-epg-encrypt-to-self is set.
8403
8404         * mml2015.el (mml2015-signers): New user option.
8405         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8406         (mml2015-epg-encrypt): Allow to select signing keys.
8407
8408         * mml1991.el (mml1991-signers): New variable.
8409         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8410         (mml1991-epg-encrypt): Allow to select signing keys.
8411
8412 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * nnheader.el (nnheader-insert-head): Make it work even if the file
8415         uses CRLF for the line-break code.
8416
8417 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8418
8419         * mml2015.el: Require mml-sec instead of password.
8420         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8421         (mml2015-cache-passphrase): Inherit the default value from
8422         mml-secure-cache-passphrase.
8423         (mml2015-passphrase-cache-expiry): Inherit the default value from
8424         mml-secure-passphrase-cache-expiry.
8425
8426         * mml1991.el: Require mml-sec instead of password.
8427         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8428         (mml1991-cache-passphrase): Inherit the default value from
8429         mml-secure-cache-passphrase.
8430         (mml1991-passphrase-cache-expiry): Inherit the default value from
8431         mml-secure-passphrase-cache-expiry.
8432
8433         * mml-sec.el: Require password.
8434         (mml-secure-verbose): New user option.
8435         (mml-secure-cache-passphrase): New user option.
8436         (mml-secure-passphrase-cache-expiry): New user option.
8437
8438 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8439
8440         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8441         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8442         andreas@altroot.de (Andreas Vögele).
8443
8444         FIXME: Use `tiny change'?
8445
8446 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8447
8448         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8449         workaround for the url package included with Emacs.
8450
8451         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8452
8453 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8456         correctly.  This fixes a bug caused by the 2006-05-12 change.
8457
8458 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8459
8460         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8461         some information about the error when saying that the `bogus' mail
8462         group will be used.
8463
8464 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8467         string.
8468
8469 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8470
8471         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8472
8473 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8474
8475         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8476
8477 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8478
8479         * mml1991.el (mml1991-function-alist): Add epg.
8480         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8481         (mml1991-epg-encrypt): New functions.
8482
8483 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8484
8485         * mml2015.el (mml2015-verbose): New variable.
8486         (mml2015-cache-passphrase): Ditto.
8487         (mml2015-passphrase-cache-expiry): Ditto.
8488         (mml2015-function-alist): Add epg.
8489         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8490         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8491         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8492         functions.
8493
8494 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8495
8496         * message.el (message-cite-original-1): Preserve region when removing
8497         quoted text due to X-No-Archive in order to avoid bogus attribution
8498         when citing multiple messages.
8499
8500 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8501
8502         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8503         Kenneth Jacker <khj@be.cs.appstate.edu>.
8504
8505 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * gnus-diary.el (gnus-user-format-function-d)
8508         (gnus-user-format-function-D): Autoload.
8509
8510         * imap.el (Commentary): Fix typo.
8511
8512         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8513         2006-04-22 contribution.
8514
8515 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8516
8517         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8518         It didn't really fix the bogosity I'm seeing with solid web groups.
8519
8520 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8521
8522         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8523         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8524         created using server names.  If we use the feature without declaring
8525         it, Gnus does not properly manage server and group state.
8526
8527         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8528         bound.
8529
8530 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8531
8532         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8533         looking up the method using GROUP's prefix before inventing a new one.
8534         It is used on killed/unknown groups in various places where returning
8535         an all-new method isn't expected by the caller.
8536
8537         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8538         and match semantics of gnus-group-real-prefix.
8539
8540 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * nnmail.el (nnmail-broken-references-mailers): New variable.
8543         (nnmail-ignore-broken-references): New function generalizing
8544         nnmail-fix-eudora-headers.
8545         (nnmail-fix-eudora-headers): Now obsolete.
8546
8547         * gnus-art.el (gnus-button-handle-custom): Support
8548         `customize-apropos*'.
8549
8550 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8553
8554         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8555         articles.
8556
8557 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * message.el (message-cite-reply-above): New variable.
8560         (message-yank-original): Use it.
8561
8562 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8565
8566 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8569         as read.
8570
8571         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8572
8573 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8576         (gnus-bookmark-default-file): Use gnus-directory.
8577         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8578         Remove "*" in doc string.
8579         (gnus-bookmark-write-file): Simplify.
8580         (gnus-bookmark-maybe-sort-alist): Use `when'.
8581         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8582         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8583         FIXME about Emacs 21 and XEmacs compatibility.
8584         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8585         compatibility.
8586         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8587         compatibility.
8588         (gnus-bookmark-menu-heading): Fix version.
8589
8590 2006-06-19  Bastien Guerry  <bzg@altern.org>
8591
8592         * gnus-bookmark.el: New file.
8593
8594 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * message.el (message-syntax-checks): Doc fix.
8597
8598 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8599
8600         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8601         unsubscribed groups as if they were killed ones.  It causes duplicate
8602         entries in gnus-newsrc-alist.
8603
8604 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * message.el (message-syntax-checks): Doc fix.
8607         (message-send-mail): Add check for continuation headers.
8608         (message-check-news-header-syntax): Fix regexp used to check for
8609         continuation headers.
8610
8611 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8614
8615 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8618
8619 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8622         default-truncate-lines.
8623
8624 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8627         to fill the utf-8 entry.
8628
8629         * lpath.el: Fbind unicode-precedence-list.
8630
8631 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8632
8633         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8634
8635 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8636
8637         * gnus-agent.el (directory-files-and-attributes): Move all the way
8638         forward (the third and final move).
8639         (gnus-agent-read-agentview): Trap reconstruction errors due to
8640         nonexistant directory.  Handle by returning nil.
8641
8642 2006-05-30  Didier Verna  <didier@xemacs.org>
8643
8644         * message.el (message-dont-reply-to-names): Update the custom type.
8645         * message.el (message-dont-reply-to-names): New defsubst: potentially
8646         convert a list of regexps into a single one.
8647         * message.el (message-get-reply-headers): Use it.
8648         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8649
8650 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-agent.el (directory-files-and-attributes): Move forward.
8653
8654 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * gnus-ml.el (gnus-mailing-list-subscribe)
8657         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8658         (gnus-mailing-list-message): Fix doc strings.
8659
8660 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8661
8662         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8663         of doing it manually.
8664
8665 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8668         comment.
8669
8670 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8671
8672         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8673         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8674         (gnus-agent-read-local): All symbols allocated in my-obarray.
8675         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8676         (gnus-agent-regenerate-group): Check numeric names to see if they are
8677         messages or groups.
8678         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8679         better way of do this...)
8680
8681         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8682         'dummy.group' (there should be a better way of do this...)
8683
8684 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8687         (gnus-saved-headers): Ditto.
8688         (gnus-default-article-saver): Mention functions may have properties.
8689         (gnus-article-save): Override gnus-save-all-headers and
8690         gnus-saved-headers by :headers property which saver function may have.
8691         (gnus-summary-save-in-file): Add :headers property.
8692         (gnus-summary-write-to-file): Ditto.
8693
8694         * gnus-sum.el (gnus-summary-save-article): Bind
8695         gnus-prompt-before-saving to t when saving many articles in a file;
8696         always show all headers.
8697
8698         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8699
8700 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8703         marks.
8704
8705         * message.el (message-indent-citation): Add optional arguments to allow
8706         using it outside of message buffers.
8707
8708         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8709         (gnus-article-treat-unfold-headers): Use it.
8710         (gnus-article-truncate-lines): New variable.
8711         (gnus-article-mode): Use it.
8712         (gnus-article-toggle-truncate-lines): New function.
8713
8714         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8715         gnus-article-toggle-truncate-lines.
8716
8717         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8718         coding system in XEmacs, use binary.
8719
8720 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8723         after-load-alist.
8724
8725         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8726         this function should save decoded articles.
8727         (gnus-summary-write-to-file): Use property to specify this function
8728         should save decoded articles and specify gnus-summary-save-in-file
8729         should be used to save articles other than the first one when saving
8730         many articles.
8731         (gnus-summary-save-body-in-file): Use property to specify this
8732         function should save decoded articles.
8733         (gnus-summary-write-body-to-file): Use property to specify this
8734         function should save decoded articles and specify
8735         gnus-summary-save-body-in-file should be used to save articles other
8736         than the first one when saving many articles.
8737
8738         * gnus-sum.el (gnus-summary-save-article): Simplify.
8739
8740 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-art.el (gnus-default-article-saver): Add
8743         gnus-summary-write-body-to-file.
8744         (gnus-article-save-coding-system): Don't use coding system object
8745         in XEmacs.
8746         (gnus-read-save-file-name): Add optional `dir-var' argument which
8747         specifies directory in which files are saved; work even if optional
8748         `variable' argument is not specified.
8749         (gnus-summary-write-to-file): Read file name.
8750         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8751         (gnus-summary-write-body-to-file): New function.
8752
8753         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8754         (gnus-summary-local-variables): Add it.
8755         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8756         (gnus-summary-save-article): Remove optional `decode' argument;
8757         determine whether to decode articles by the value of
8758         gnus-default-article-saver; when saving many files using
8759         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8760         it first and use gnus-summary-save-in-file or
8761         gnus-summary-save-body-in-file thereafter unless
8762         gnus-prompt-before-saving is always; move point to article which
8763         will be saved.
8764         (gnus-summary-save-article-file): Revert.
8765         (gnus-summary-write-article-file): Revert.
8766         (gnus-summary-save-article-body-file): Revert.
8767         (gnus-summary-write-article-body-file): New function.
8768
8769 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-art.el (gnus-default-article-saver): Doc fix.
8772         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8773         from gnus-summary-save-article-coding-system, and default to a
8774         certain coding system.
8775         (gnus-output-to-file): Add coding cookie and encode text according
8776         to gnus-article-save-coding-system; don't use mm-append-to-file.
8777
8778         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8779         gnus-art.el and rename to gnus-article-save-coding-system.
8780         (gnus-summary-save-article): Require gnus-art; don't show all
8781         headers if it decodes articles; don't add coding cookie here;
8782         don't bind mm-text-coding-system-for-write.
8783         (gnus-summary-save-article-file): Save decoded articles.
8784         (gnus-summary-write-article-file): When saving many files, use
8785         gnus-summary-write-to-file first and gnus-summary-save-in-file
8786         thereafter unless gnus-prompt-before-saving is always.
8787         (gnus-summary-save-article-body-file): Save decoded articles.
8788
8789         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8790
8791 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * nnrss.el (nnrss-check-group): Bind hash-index.
8794
8795 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8796
8797         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8798         its hash index.  Store this hash in `nnrss-group-data'.
8799         (nnrss-read-group-data): Update accordingly.
8800
8801 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8804         entry.
8805
8806         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8807         gnus-article-browse-html-article.
8808
8809 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8810
8811         * gnus-sum.el (gnus-summary-mime-map): Add
8812         gnus-article-browse-html-article.
8813
8814         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8815
8816 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8819         suitable coding systems in customize.
8820
8821 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * mail-source.el (mail-sources): Fix custom type.
8824
8825 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8828         (gnus-summary-expire-articles-now): Shorten prompt.
8829
8830         * gmm-utils.el (wid-edit): Require.
8831         (defun-gmm): Renamed from `gmm-defun-compat'.
8832         (gmm-image-search-load-path): Use it.
8833         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8834
8835 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8838         variable.
8839         (gnus-summary-save-article): Add optional `decode' argument.  If
8840         it is set and gnus-summary-save-article-coding-system is non-nil,
8841         save decoded article.
8842         (gnus-summary-write-article-file): Save decoded article if
8843         gnus-summary-save-article-coding-system is non-nil.
8844
8845         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8846         type.
8847
8848 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8851
8852 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8855         first to test gnus-single-article-buffer which may be buffer-local.
8856
8857         * gnus-sum.el (gnus-summary-setup-buffer): Make
8858         gnus-single-article-buffer buffer-local and nil in ephemeral
8859         group; make gnus-article-buffer, gnus-article-current, and
8860         gnus-original-article-buffer always buffer-local.
8861         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8862         group.
8863         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8864
8865 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * nnml.el (nnml-request-compact-group): Compressed files might not
8868         have .gz extension.
8869
8870 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8871
8872         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8873         (mm-copy-to-buffer): Use with-current-buffer.
8874         (mm-display-part): Simplify.
8875         (mm-inlinable-p): Add optional arg `type'.
8876
8877 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8878
8879         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8880         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8881         Try harder to show the attachment internally or externally using
8882         gnus-mime-view-part-as-type.
8883
8884 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * message.el (message-from-style, message-signature-separator)
8887         (message-user-organization-file, message-send-mail-function)
8888         (message-citation-line-function, message-yank-prefix)
8889         (message-indent-citation-function, message-signature)
8890         (message-signature-file, message-signature-insert-empty-line):
8891         Remove autoloads.
8892
8893         * gnus-art.el (gnus-buttonized-mime-types): Remove
8894         "multipart/signed".  Revert 2006-04-26 change.
8895
8896 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897
8898         * gnus.el (gnus-version-number): Bump version.
8899
8900 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8901
8902         * gnus.el: No Gnus v0.5 is released.
8903
8904 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8905
8906         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8907         fetching articles by message-id.
8908
8909 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * message.el (hashcash): Require hashcash as normal.
8912
8913         * ecomplete.el (ecomplete-highlight-match-line): Use
8914         point-at-eol.
8915         (ecomplete-highlight-match-line): Use `highlight', because that
8916         face exists in both Emacs and XEmacs.
8917
8918         * message.el (message-display-abbrev): Use point-at-bol.
8919
8920         * mail-source.el: Don't require timer/timer-funcs.
8921
8922         * gnus-async.el: Ditto.
8923
8924         * password.el: Ditto.
8925
8926         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8927
8928         * mm-url.el: Ditto.
8929
8930         * gnus-xmas.el: Don't require timer-funcs.
8931
8932         * mm-util.el: Require timer/timer-funcs.
8933
8934 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8935
8936         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8937         Close.
8938
8939 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8942         unibyte after clear-decrypt function runs.
8943
8944         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8945         returns as a unibyte string.
8946
8947 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * lpath.el: Revert.
8950
8951         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8952         (pgg-gpg-process-sentinel): Revert.
8953
8954         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8955         (pgg-pgp-lookup-key): Revert.
8956
8957         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8958         (pgg-pgp5-lookup-key): Revert.
8959
8960         * pgg.el (pgg-fetch-key): Revert.
8961
8962 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * lpath.el: Fbind string-as-multibyte for XEmacs.
8965
8966         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8967         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8968         (mml1991-pgg-encrypt): Ditto.
8969
8970         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8971         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8972         a multibyte buffer.
8973
8974         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8975         (pgg-pgp-lookup-key): Ditto.
8976
8977         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8978         (pgg-pgp5-lookup-key): Ditto.
8979
8980         * pgg.el (pgg-fetch-key): Ditto.
8981
8982 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * message.el (message-user-organization-file): Check several
8985         locations of the organization file.
8986
8987         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8988         Add gnus-article-view-part-as-type.
8989
8990         * gnus-art.el (gnus-article-view-part-as-type): New function.
8991
8992         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8993         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8994
8995         * mml.el: Simplify autoload.
8996         (mml-mode): defvar dnd-protocol-alist instead of using
8997         symbol-value.
8998         (mml-default-directory): New variable.
8999         (mml-minibuffer-read-file): Use it.
9000         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9001
9002         * message.el (message-citation-line-format): New variable.
9003         (message-insert-formated-citation-line): New function.
9004         (message-citation-line-function): Add
9005         `message-insert-formated-citation-line' to custom type.
9006
9007         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9008         to doc string.
9009
9010         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9011         depending on mm-verify-option.
9012
9013 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9016         binding pgg-* variables; reimplement the section which prevents
9017         MIME header from being signed.
9018         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9019         pgg-text-mode; remove a blank line at the top of body.
9020
9021         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9022         lines at the top of body; use gnus-newsgroup-charset if there's no
9023         Charset header.
9024
9025 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * message.el (message-self-insert-commands): Doc fix.
9028
9029         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9030         (mm-uu-pgp-encrypted-test): Ditto.
9031         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9032         between header and body; return application/pgp-encrypted handle
9033         if decryption failed; decode decrypted body by charset.
9034
9035         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9036         element match to application/pgp-*.
9037
9038 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9039
9040         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9041         HTML.
9042
9043 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * mail-source.el (mail-source-call-script): Message the error
9046         string.
9047
9048 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * gnus-util.el (gnus-byte-compile): Use it.
9051
9052 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9053
9054         * gnus-util.el (kill-empty-logs): New function.
9055
9056 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * message.el (message-mail-alias-type): Doc fix.
9059         (message-mail-alias-type-p): New function.
9060         (message-send): Use it.
9061         (message-mode): Ditto.
9062         (message-strip-forbidden-properties): Ditto.
9063
9064         * ecomplete.el (ecomplete-database-file-coding-system): New
9065         variable.
9066         (ecomplete-save): Use it.
9067         (ecomplete-setup): Use it.
9068
9069 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * message.el (message-self-insert-commands): New variable.
9072         (message-strip-forbidden-properties): Use it.
9073
9074 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9075
9076         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9077         that doesn't make XEmacs choke.
9078
9079 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * gnus-util.el (gnus-replace-in-string):
9082         Prefer replace-regexp-in-string over of replace-in-string.
9083
9084 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-util.el (gnus-select-frame-set-input-focus):
9087         Use select-frame-set-input-focus if it is available in XEmacs; use
9088         definition defined in Emacs 22 for old Emacsen.
9089
9090         * dgnushack.el: Autoload unmorse-region for XEmacs.
9091
9092         * lpath.el: Bind cursor-in-non-selected-windows and
9093         select-frame-set-input-focus for XEmacs.
9094
9095 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9098
9099 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9100
9101         * gnus-registry.el (gnus-registry-cache-save): Remove text
9102         properties when saving via the temp buffer.
9103
9104 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * message.el (message-generate-hashcash): Honor custom type.
9107
9108 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * message.el (message-generate-hashcash): Default to non-nil when
9111         hashcash is found.
9112
9113         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9114         (gnus-refer-thread-limit): Increase default to 500.
9115
9116         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9117
9118         * flow-fill.el (fill-flowed): Allow delete-space.
9119
9120 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9123         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9124         Remove autoloads.
9125
9126 2006-04-18  Simon Josefsson  <jas@extundo.com>
9127
9128         * message.el (message-generate-hashcash): Default to.
9129
9130 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9133         concatenating segments rather than before concatenating them.
9134
9135 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9136
9137         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9138
9139 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9142
9143         * message.el (message-forward-make-body-plain): Allow
9144         message-forward-ignored-headers to be a list.
9145         (message-remove-ignored-headers): Factor out into function.
9146         (message-forward-make-body-mml): Use it.
9147
9148         * imap.el (imap-quote-specials): New function.
9149         (imap-login-auth): Quote specials.
9150
9151         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9152         (rfc2231-parse-string): Allow concatanation of parameters that
9153         aren't contiguous.  The test case is
9154           (mail-header-parse-content-type "message/external-body;
9155             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9156             access-type=LOCAL-FILE;
9157             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9158
9159 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9160
9161         * nntp.el (nntp-accept-process-output): Return the value of
9162         `nnheader-accept-process-output'.
9163
9164 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9167         (gnus-button-alist): Recognize more diff formats.
9168         (gnus-button-patch): Strip directory.
9169
9170 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9173         Emacs 22 when setting focus.
9174
9175 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * gnus-art.el (gnus-article-treat-types): Do treatment of
9178         text/x-verbatim parts.
9179         (gnus-button-patch): New command.
9180
9181         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9182         addresses that contain invalid characters.
9183
9184 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * message.el (message-put-addresses-in-ecomplete): Use
9187         gnus-replace-in-string.
9188         (message-is-yours-p): Use the more correct
9189         mail-header-parse-address instead of
9190         mail-extract-address-components.
9191         (message-put-addresses-in-ecomplete): Fix typo.
9192
9193         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9194         keystroke.
9195
9196         * gnus-art.el (gnus-treatment-function-alist): Change order of
9197         newsgroups/generic header folding to avoid double-folding.
9198
9199         * message.el (message-hidden-headers): Add X-Draft-From.
9200
9201         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9202         command.
9203         (gnus-summary-repeat-search-article-backward): New command.
9204
9205         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9206         groups in the parent topic.
9207
9208 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9209
9210         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9211         (spam-extra-header-to-number): Return the CRM114 number as a
9212         number instead of a string.
9213
9214 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * gnus-art.el (gnus-face-properties-alist): Moved here from
9217         gnus-fun.
9218
9219         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9220
9221 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9222
9223         * message.el (message-strip-forbidden-properties): Only display on
9224         self-insert-command.
9225
9226         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9227         reindent.
9228         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9229
9230 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9231
9232         * smiley.el (smiley-style): Fix typo.
9233
9234 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * hashcash.el (hashcash-insert-payment-async-2): Use
9237         message-goto-eoh instead of doing it manually.
9238         (mail-add-payment): Use message-narrow-to-header instead of trying
9239         to do the same itself.
9240
9241         * message.el (message-hidden-headers): Add Face.
9242
9243         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9244         reparenting code.
9245         (gnus-summary-reparent-children): Refactored out code.
9246         (gnus-summary-thread-map): New keystroke.
9247         (gnus-summary-reparent-children): Make into command.
9248
9249         * smiley.el (smiley-style): Default to `medium' if using a large
9250         font.
9251
9252         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9253         does it itself.
9254
9255         * message.el (message-point-in-header-p): Simplify definition.
9256
9257 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258
9259         * nnagent.el (nnagent-request-set-mark): Silence log file
9260         writing.
9261         (nnagent-request-set-mark): Use write-region instead of
9262         append-to-file.
9263
9264         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9265         strange select method.
9266
9267         * ecomplete.el (ecomplete-display-matches): Get highlightling
9268         right.
9269         (ecomplete-display-matches): Use literals.
9270         (ecomplete-display-matches): Disable message logging.
9271
9272         * message.el (message-display-abbrev): Small optimization.
9273
9274         * ecomplete.el (ecomplete-display-matches): Allow automatic
9275         display.
9276
9277         * message.el (message-strip-forbidden-properties): Display
9278         abbrevs.
9279         (message-display-abbrev): Get automatic display right.
9280
9281         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9282         keystrokes.
9283
9284 2006-04-13  Romain Francoise  <romain@orebokech.com>
9285
9286         TODO: Backport to v5-10!
9287
9288         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9289         Moved here (and renamed) from gnus-registry.el.
9290
9291         * gnus-registry.el: Require gnus-util.
9292         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9293
9294 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * gnus-group.el (gnus-group-catchup-current): Change
9297         if-then-else-if-then-else into cond.
9298         (gnus-group-catchup): Indent.
9299         (group-name-at-point): New function.
9300         (gnus-fetch-group): Provide default from thing at point.
9301
9302 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * message.el (message-display-abbrev): Fix regexp.
9305
9306         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9307         choosing.
9308         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9309         dead variables.
9310
9311         * message.el (message-newline-and-indent): Remove debugging.
9312         (message-display-abbrev): Use new implementation.
9313
9314 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * gnus-art.el (gnus-article-mode): Set
9317         cursor-in-non-selected-windows to nil.
9318
9319         * smiley.el: Revert previous change.
9320         (smiley-data-directory): defvar it before using it in the
9321         defcustom of `smiley-style'.
9322
9323 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * message.el (message-newline-and-indent): New function.
9326
9327         * ecomplete.el: Implement more bits.
9328
9329         * message.el (message-put-addresses-in-ecomplete): Clean up the
9330         string.
9331
9332         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9333
9334         * gnus-sum.el (gnus-summary-save-parts): Bind
9335         gnus-summary-save-parts-counter and use it to make unique file
9336         names.
9337
9338         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9339
9340         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9341         parameter to say whether to actually parse the individual
9342         addresses.
9343
9344         * message.el (message-put-addresses-in-ecomplete): New function.
9345         (ecomplete): Require.
9346         (message-mail-alias-type): Add ecomplete as an option.
9347
9348 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9349
9350         * flow-fill.el (fill-flowed): Remove trailing space from blank
9351         quoted lines.
9352
9353 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * smiley.el (smiley-style): Move definition later to avoid a
9356         compilation warning.
9357
9358 2006-04-12  Kenichi Handa  <handa@m17n.org>
9359
9360         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9361         buffer and then decode the buffer text if necessary.
9362         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9363         first, and after mm-encode-body, change the buffer to unibyte.
9364         Use mm-disable-multibyte instead of set-buffer-multibyte.
9365
9366 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9369         Content-Type header instead of Content-Disposition header.
9370         (gnus-mime-inline-part): Ditto.
9371         (gnus-mime-view-part-as-charset): Ignore charset that the part
9372         specifies.
9373
9374         * mm-decode.el (mm-display-part): Work with external parts and
9375         usual parts similarly.
9376
9377         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9378         instead of gnus-display-mime.
9379
9380         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9381         instead of with-temp-buffer.
9382
9383         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9384         tag to summarized topics part in order to encode non-ASCII text.
9385
9386 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * smiley.el (smiley-style): New variable.
9389         (smiley-directory): New function.
9390         (smiley-data-directory): Derive from `smiley-style' using
9391         `smiley-directory'.
9392         (smiley-regexp-alist): Add new entries.
9393
9394         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9395         (gnus-article-browse-delete-temp): Add :version.
9396
9397 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9398
9399         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9400         the sieve region.
9401
9402 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * gnus.el (gnus-version-number): Bump version.
9405
9406 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9407
9408         * gnus.el: No Gnus v0.4 is released.
9409
9410 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9413         layout.
9414
9415         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9416         unknown charset.
9417
9418         * message.el (message-header-synonyms): Add Original-To to the
9419         default.
9420
9421         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9422         optional parameter.
9423
9424 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-fun.el (gnus): Require it for gnus-directory.
9427
9428 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9431
9432 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9433
9434         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9435
9436 2006-04-05  Simon Josefsson  <jas@extundo.com>
9437
9438         * password.el (password-reset): New function.
9439
9440 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9441
9442         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9443         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9444
9445 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9446
9447         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9448         Some whitespace was matched into the url, which broke browsing hits
9449         > 100 when mm-url-use-external was nil.
9450
9451 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9454         gnus-extra-headers for 'Newsgroups.
9455
9456         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9457         bound.
9458
9459 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9460
9461         * pgg-gpg.el: Clean up process buffers every time gpg processes
9462         complete.
9463
9464 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9467         doc string.
9468
9469 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9470
9471         * pgg-gpg.el (pgg-gpg-process-filter)
9472         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9473
9474         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9475         lines, temporary fix.
9476
9477 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9480
9481 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9482
9483         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9484         default-enable-multibyte-characters.  This reverts the change from
9485         revision 6.17 which is no longer necessary because the passphrase
9486         is sent separately now.  GnuPG messages are unreadable under
9487         multibyte locales with default-enable-multibyte-characters set to
9488         nil.
9489
9490 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * message.el (message-tool-bar-gnome): Move "spell".
9493
9494 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9497         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9498         instead.
9499
9500 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9501
9502         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9503         newsgroups handling for NNTP overviews which don't include
9504         Newsgroups.
9505
9506 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9507
9508         * message.el (message-resend): Bind message-generate-hashcash to nil.
9509
9510 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9511
9512         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9513         when searching for already-paid recipients.
9514
9515 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9516
9517         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9518         passphrases when it is not needed.
9519         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9520         passphrase stuff from gpg, should only be necessary when you use
9521         gpg with a smartcard.
9522
9523 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * mml.el (mml-insert-mime): Ignore cached contents of
9526         message/external-body part.
9527
9528         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9529         (mm-insert-part): Ditto.
9530
9531 2006-03-23  Simon Josefsson  <jas@extundo.com>
9532
9533         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9534         Reiner.
9535         (pgg-gpg-use-agent-p): Use it again.
9536
9537 2006-03-23  Simon Josefsson  <jas@extundo.com>
9538
9539         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9540         older emacsen.
9541         (pgg-gpg-use-agent-p): Don't use it.
9542
9543 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9546         if we can.
9547
9548 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9549
9550         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9551         (pgg-gpg-update-agent): New function.
9552         (pgg-gpg-use-agent-p): New function.
9553         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9554         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9555         (pgg-gpg-sign-region): Use it.
9556
9557 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9560         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9561
9562 2006-03-21  Simon Josefsson  <jas@extundo.com>
9563
9564         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9565         <wilde@sha-bang.de>.
9566         (pgg-gpg-use-agent): New variable.
9567         (pgg-gpg-process-region): Use it.
9568         (pgg-gpg-encrypt-region): Likewise.
9569         (pgg-gpg-encrypt-symmetric-region): Likewise.
9570         (pgg-gpg-decrypt-region): Likewise.
9571         (pgg-gpg-sign-region): Likewise.
9572         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9573
9574 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9577
9578         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9579         Add comment on version.
9580
9581 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * smiley.el: Add missing test smiley.
9584
9585 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * mm-decode.el (mm-with-part): New macro.
9588         (mm-get-part): Use it; work with message/external-body as well.
9589         (mm-save-part): Treat name and filename equally.
9590
9591         * mm-extern.el (mm-extern-cache-contents): New function.
9592         (mm-inline-external-body): Use it; force the part to be displayed;
9593         move undisplayer added to the cached handle to the parent.
9594
9595         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9596         (gnus-mime-view-part-as-type): Work with message/external-body.
9597
9598         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9599
9600 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9603         images in image-load-path.  [Sync with image.el, revision 1.60, in
9604         Emacs.]
9605
9606 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9609         path rather than symbol.  Always return list of directories.
9610         Guarantee that image directory comes first.  [Sync with image.el,
9611         revision 1.59, in Emacs.]
9612
9613         * message.el (message-make-tool-bar): Adjust to new API of
9614         `gmm-image-load-path-for-library'.
9615
9616         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9617
9618         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9619
9620 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9621
9622         * gnus-art.el (gnus-article-only-boring-p):
9623         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9624         intangible text.
9625         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9626
9627 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9630         `defun' instead of `gmm-defun-compat'.
9631
9632 2006-03-14  Simon Josefsson  <jas@extundo.com>
9633
9634         * message.el (message-unique-id): Don't use message-number-base36
9635         if (user-uid) is a float.
9636         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9637
9638 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9641
9642         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9643         empty line between a part and a message part.
9644
9645 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * smiley.el: Add more test smileys.
9648         (smiley-data-directory, smiley-regexp-alist)
9649         (gnus-smiley-file-types): Fix doc strings.
9650         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9651         adding new elements.
9652         (smiley-mouse-map): Unused code.  Make it a comment.
9653
9654 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9657         scan latest NoCeM messages instead of old ones.
9658         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9659         delimiters that are recently used.
9660         (gnus-nocem-load-cache): Add autoload cookie.
9661
9662         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9663
9664         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9665         level which is larger than gnus-use-nocem is specified.
9666
9667         * gnus-group.el (gnus-group-get-new-news): Ditto.
9668
9669 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * gnus-util.el (gnus-tool-bar-update): New function.
9672
9673         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9674         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9675
9676         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9677
9678         * gnus-group.el (gnus-group-redraw-when-idle)
9679         (gnus-group-redraw-check): Remove.
9680         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9681
9682 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9685         if optional last element is specified in splits (FIELD VALUE...).
9686
9687 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9690         to gmm-image-load-path-for-library.  Call with no-error argument.
9691         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9692
9693         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9694
9695         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9696
9697         * gmm-utils.el (gmm-image-load-path): Remove alias.
9698
9699 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * gmm-utils.el (gmm-image-load-path): Add alias.
9702
9703         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9704         nnml-generate-nov-databases-1.
9705         (nnml-generate-nov-databases): Use it.
9706         (nnml-generate-nov-databases-directory): Document no-active
9707         argument.
9708
9709         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9710         directory if path is t.  Add no-error.
9711
9712         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9713         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9714
9715         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9716         resetting gnus-article-browse-html-temp-list.
9717
9718         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9719         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9720         Add example to docstring.  Rename local variables.  Move error
9721         checks to default case in cond and simplify.
9722
9723 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9726         handle is multipart when calling it recursively.
9727         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9728
9729 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9730
9731         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9732         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9733
9734 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9737         is loaded.
9738
9739         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9740         loaded.
9741
9742 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9745         to "Emacs 23 (unicode)" in doc string.
9746
9747         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9748         "Emacs 23 (unicode)" in comment.
9749
9750 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9753
9754         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9755         characters 160 through 255 in Emacs 23.
9756
9757 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9760         gnus-article-browse-html-temp.
9761         (gnus-article-browse-delete-temp): Make it customizable.  Add
9762         `file'.  Adjust doc string.
9763         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9764         query for each file.  Adjust doc string.
9765         (gnus-article-browse-html-parts): Add
9766         `gnus-article-browse-delete-temp-files' to
9767         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9768
9769 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9770
9771         * gnus-art.el (gnus-article-browse-html-temp)
9772         (gnus-article-browse-delete-temp): New variables.
9773         (gnus-article-browse-delete-temp-files): New function.
9774         (gnus-article-browse-html-parts): Use it.
9775
9776 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9779
9780         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9781         string.
9782
9783         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9784         gnus-summary-insert-new-articles when unplugged.  Remove
9785         gnus-summary-search-article-forward.
9786
9787         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9788         display-visual-class instead of display-color-cells.
9789
9790 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * dgnushack.el: Autoload customize-group for XEmacs.
9793
9794         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9795         message/* containing non-ASCII text properly.
9796
9797 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * message.el: Require gmm-utils, remove autoloads.
9800         (message-tool-bar): Set default based on
9801         gmm-tool-bar-style.
9802         (message-tool-bar-gnome): Add gmm-customize-mode.
9803
9804         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9805         gmm-tool-bar-style.
9806         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9807
9808         * gnus-group.el (gnus-group-tool-bar): Set default based on
9809         gmm-tool-bar-style.
9810         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9811
9812         * gmm-utils.el (gmm-image-directory): Rename variable from
9813         gmm-image-load-path.
9814         (gmm-image-load-path): Use gmm-image-directory.
9815         (gmm-customize-mode): New function.
9816         (gmm-tool-bar-style): New variable.
9817
9818         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9819         gnus-group-redraw-line-number.
9820         (gnus-group-redraw-check): Simplify.
9821         (gnus-group-tool-bar-update): Remove redraw check.
9822         (gnus-group-make-tool-bar): Add redraw check.
9823
9824 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9825
9826         * gnus-art.el (gnus-button): Add missing parentheses.
9827
9828 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * lpath.el: Fbind line-number-at-pos.
9831
9832 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9835
9836 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gnus-art.el (gnus-button): New face.
9839         (gnus-article-button-face): Use it.
9840
9841         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9842         gnus-summary-next-page.  Re-order.
9843
9844         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9845         next-node are now included.
9846         (gnus-group-redraw-line-number): New internal variable.
9847         (gnus-group-redraw-check): Helper function for updating the tool
9848         bar.
9849         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9850
9851         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9852
9853         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9854         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9855         Use it to match format of Spamassassin 3.0 and later.  Reported by
9856         IRIE Tetsuya <irie@t.email.ne.jp>.
9857         (spam-check-bogofilter)
9858         (spam-bogofilter-register-with-bogofilter): Fix args of
9859         `gnus-error' calls.
9860
9861 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9864         unnecessary interaction when sending queued mails.  Reported by
9865         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9866
9867 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9870         first or last are nil.
9871
9872 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9873
9874         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9875
9876 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9879
9880 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * dns.el (query-dns): Protect more against buggy tcp output.
9883
9884 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9887         nov.php.
9888
9889 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9890
9891         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9892         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9893         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9894         output on the server side.
9895         (nnweb-google-create-mapping): Update regexps and add some
9896         progress indication.
9897
9898 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9901         gnus-agent-toggle-plugged.  Re-order icons.
9902         (gnus-group-tool-bar-gnome): Add
9903         gnus-group-{prev,next}-unread-group.
9904         (gnus-group-tool-bar-gnome): Re-order icons.
9905
9906         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9907         gnus-summary-insert-new-articles.
9908
9909         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9910         comments.
9911
9912         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9913         also available in Emacs 21.3.
9914
9915         * message.el (message-fix-before-sending): Change "Emacs 22" to
9916         "Emacs 23 (unicode)" in comment.
9917
9918         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9919         "Emacs 23 (unicode)" in comment.
9920
9921         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9922         comment.
9923         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9924
9925         * mm-view.el (mm-fill-flowed): Add :version.
9926
9927 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9930         and load-path.
9931
9932 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * message.el: Autoload gmm-image-load-path.
9935         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9936         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9937         consitency.
9938
9939         * gmm-utils.el (gmm-image-load-path): Also search in
9940         "../etc/images".  Don't set gmm-image-load-path if we don't find
9941         the image.
9942
9943 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gmm-utils.el (gmm-image-load-path): Don't make
9946         `gmm-image-load-path' include subdirectories which the second arg
9947         `image' might specify.
9948
9949         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9950         subdirectory to icon file names.
9951
9952         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9953
9954 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9957         gmm-image-load-path calls.
9958
9959         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9960
9961         * message.el (message-make-tool-bar): Ditto.
9962
9963         * mml.el (mml-preview): Added comment concerning tool bar icons.
9964
9965         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9966         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9967
9968         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9969         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9970
9971         * message.el (message-tool-bar-gnome): Use new icon names.
9972         (message-make-tool-bar): Use `gmm-image-load-path'.
9973
9974         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9975         functions from MH-E.
9976         (gmm-image-load-path): New variable from MH-E.
9977         (gmm-image-load-path): New function from MH-E.  Added arguments
9978         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9979         *-image-load-path-called-flag.
9980
9981 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9982
9983         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9984
9985 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9986
9987         * nnimap.el (nnimap-request-move-article): Change folder back to
9988         source group before deleting.
9989
9990 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9993
9994         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9995         mm-url.
9996
9997         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9998
9999 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10002         coding system which mm-charset-to-coding-system returns for a
10003         given charset is valid.
10004
10005 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10006
10007         * html2text.el (html2text-remove-tag-list):
10008         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10009
10010 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10011
10012         * gnus-cus.el: Revert 2005-10-17 change.
10013
10014 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * gnus-art.el (article-strip-banner): Call
10017         article-really-strip-banner only when the regexp match is made.
10018
10019 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gnus-art.el (article-strip-banner): Use
10022         gnus-extract-address-components instead of
10023         mail-header-parse-addresses to make it work with non-ASCII text;
10024         remove mail-encode-encoded-word-string.
10025
10026         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10027         values which are surrounded with \"...\"; make it never cause a
10028         Lisp error; give up parsing of parameters if it failed in
10029         extracting type.
10030
10031 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10032
10033         * smime.el (smime-cert-by-ldap-1): Fix bug where
10034         `smime-ldap-search' returns results without userCertificates.
10035
10036 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10039
10040 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * spam.el (spam-check-spamassassin-headers): Adapt format for
10043         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10044         <ari@mbf.ocn.ne.jp>.
10045         (spam-list-of-processors): Add spam-use-gmane.
10046
10047 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10050         make-temp-file; make it work with XEmacs as well.
10051
10052         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10053         mm-make-temp-file.
10054
10055         * mm-decode.el (mm-display-external): Use the 3rd arg of
10056         mm-make-temp-file.
10057         (mm-create-image-xemacs): Ditto.
10058
10059 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10062         with message-narrow-to-headers.
10063         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10064         (gnus-draft-check-draft-articles): New function.
10065         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10066
10067 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * gnus-art.el (gnus-article-browse-html-parts):
10070         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10071         Don't use suffix argument for mm-make-temp-file for Emacs 21
10072         compatibility.  Remove useless `format'.
10073
10074 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10075
10076         * nnweb.el (nnweb-google-wash-article): Update regexps.
10077         (nnweb-group-alist): Use defvoo instead of defvar.
10078
10079 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10082         re-loading nn* modules.
10083
10084 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10087         for `tool-bar-mode' and don't check it's default-value.
10088
10089         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10090
10091         * message.el (message-make-tool-bar): Ditto.
10092
10093         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10094         `substring'.  Shorten tmp-file name.
10095
10096         * gnus.el: Remove bogus comment.
10097
10098 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10099
10100         * gnus-art.el (gnus-article-browse-html-parts): New function.
10101         (gnus-article-browse-html-article): New function for viewing html
10102         articles with a browser.
10103
10104 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10105
10106         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10107         in elisp.
10108         (pgg-gpg-encrypt-symmetric-region): Ditto.
10109         (pgg-gpg-sign-region): Ditto.
10110
10111         * pgg-def.el (pgg-text-mode): New variable.
10112
10113         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10114         (mml2015-pgg-encrypt): Ditto.
10115
10116         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10117         (mml1991-pgg-encrypt): Ditto.
10118
10119 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10122         message-make-date instead of current-time-string.
10123
10124         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10125         to gnus-decoded which mm-uu might set.
10126
10127 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10130         don't decode quoted parameters; remove misimported Emacs code.
10131         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10132         (rfc2231-decode-encoded-string): Don't use split-string which
10133         behaves differently according to Emacs version; use
10134         mm-decode-coding-region to convert charset to coding-system.
10135         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10136         (rfc2231-encode-string): Remove misimported Emacs code.
10137
10138 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10141         when calling mail-header-parse-content-type.
10142         (article-de-quoted-unreadable): Ditto.
10143         (article-de-base64-unreadable): Ditto.
10144         (article-wash-html): Ditto.
10145
10146         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10147         calling mail-header-parse-content-type and
10148         mail-header-parse-content-disposition.
10149         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10150         mail-header-parse-content-type.
10151
10152         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10153         insert charset and format parameters; encode description after
10154         inserting it to buffer.
10155         (mml-insert-parameter): Fold lines properly even if a parameter is
10156         segmented into two or more lines; change the max column to 76.
10157
10158         * rfc1843.el (rfc1843-decode-article-body): Don't use
10159         ignore-errors when calling mail-header-parse-content-type.
10160
10161         * rfc2231.el (rfc2231-parse-string): Return at least type if
10162         possible; don't cause an error even if it fails in parsing of
10163         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10164         (rfc2231-encode-string): Don't break lines at the beginning, leave
10165         it to mml-insert-parameter.
10166
10167         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10168         calling mail-header-parse-content-type.
10169
10170 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * spam-report.el (spam-report-gmane-use-article-number):
10173         Improve doc string.
10174         (spam-report-gmane-internal): Check if a suitable header was found
10175         in the article.
10176
10177 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10180         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10181
10182 2006-02-05  Romain Francoise  <romain@orebokech.com>
10183
10184         Update copyright notices of all files in the gnus directory.
10185
10186 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10187
10188         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10189
10190 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10193         segmented lines of parameter value to cope with Thunderbird 1.5
10194         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10195         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10196         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10197
10198 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10199
10200         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10201         parts.
10202
10203 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10204
10205         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10206         there's only one active file for all servers.
10207         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10208         solid groups.  Gnus might have used a FAST request to select the group.
10209         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10210         and nnweb-search redundantly in the active file.
10211         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10212         (nnweb-request-create-group): Don't use ARGS.
10213         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10214         initialisations.  Let nnoo do the work.
10215
10216 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10219         Say the part has been decoded.
10220
10221         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10222
10223 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10224
10225         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10226         mailcap-viewer-test-cache when there's no 'test clause, since that
10227         will invert the meaning of a "nil" test previously determined by
10228         mailcap-mailcap-entry-passes-test.
10229
10230 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10233         compiling.
10234
10235         * gnus-sum.el: Ditto.
10236
10237         * message.el: Don't bind tool-bar-map when compiling.
10238
10239 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10242
10243 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10244
10245         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10246         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10247         current Google Groups.
10248
10249 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10252         and tool-bar-mode.
10253
10254         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10255         and tool-bar-mode.
10256
10257         * message.el (message-tool-bar-update): Simplify.
10258         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10259
10260         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10261         gnus-summary-buffer.
10262         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10263         gnus-summary-reply.
10264
10265         * gmm-utils.el (gmm): Add :version.
10266
10267 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * Makefile.in (clean): New rule.
10270         (distclean): Use it.
10271
10272 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10273
10274         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10275         autoload.
10276
10277 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gmm-utils.el (gmm-verbose): Add :group.
10280
10281 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * message.el: Change some comments WRT tool-bars.
10284
10285         * gnus-sum.el (gnus-summary-tool-bar)
10286         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10287         (gnus-summary-tool-bar-zap-list): New variables.
10288         (gnus-summary-make-tool-bar): Complete rewrite using
10289         `gmm-tool-bar-from-list'.
10290
10291         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10292         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10293         variables.
10294         (gnus-group-make-tool-bar): Complete rewrite using
10295         `gmm-tool-bar-from-list'.
10296         (gnus-group-tool-bar-update): New function.
10297
10298         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10299
10300 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10303         is dissected into a single part of which the type is the same as
10304         the given one; decode charset.
10305
10306 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10307
10308         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10309         into alists as symbol not string, since that's what
10310         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10311         look for.
10312
10313 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10316         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10317
10318         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10319
10320 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10323         (gnus-xmas-mime-security-button-menu): New function.
10324
10325         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10326         (gnus-mime-security-button-menu): New definition.
10327         (gnus-mime-security-button-map): Use them.
10328         (gnus-mime-security-button-menu): New function.
10329         (gnus-insert-mime-security-button): Addition to help echo.
10330         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10331         (gnus-mime-security-pipe-part): New functions.
10332
10333         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10334         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10335
10336         * mm-decode.el (mm-handle-set-disposition): Remove.
10337         (mm-handle-set-description): Remove.
10338
10339 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10342         (mm-w3m-standalone-supports-m17n-p): New function.
10343         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10344         w3m usage.
10345
10346         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10347         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10348
10349 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * message.el (message-tool-bar-zap-list): Use
10352         gmm-tool-bar-zap-list as custom type.
10353         (message-tool-bar-update): New function.
10354         (message-tool-bar, message-tool-bar-gnome)
10355         (message-tool-bar-retro): Add message-tool-bar-update.
10356         (message-tool-bar-gnome): Add flyspell-buffer.
10357
10358         * gnus-util.el (gnus-error): Describe `args'.
10359
10360         * gmm-utils.el (gmm-error): Describe `args'.
10361         (gmm-tool-bar-zap-list): New widget.
10362         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10363
10364 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10367         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10368         the number of recursive calls.
10369
10370         * mm-decode.el (mm-handle-set-disposition): New macro.
10371         (mm-handle-set-description): New macro.
10372
10373 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10376         encoding.
10377
10378 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * message.el (message-tool-bar-zap-list, message-tool-bar)
10381         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10382         (message-tool-bar-local-item-from-menu): Remove.
10383         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10384         (message-make-tool-bar): New function.
10385         (message-mode): Use `message-make-tool-bar'.
10386
10387         * gmm-utils.el: New file.
10388         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10389         (gmm-lazy): New widget copied from `nnmail.el'.
10390         (gmm-tool-bar-from-list): New function for creating customizable
10391         tool bars.
10392         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10393         output.
10394         (gmm): Add :prefix to defgroup.
10395
10396 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10397
10398         * gmm-utils.el (gmm-widget-p): New function.
10399
10400 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * mml.el (mml-attach-file): Describe `description' in doc string.
10403         (mml-menu): Add Emacs MIME manual and PGG manual.
10404
10405 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10406
10407         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10408
10409 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10410
10411         * nntp.el (nntp-end-of-line): Doc fix.
10412
10413 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10414
10415         * imap.el (imap-open): Handle case where buffer is a buffer
10416         object.
10417
10418 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10419
10420         * gnus-delay.el (gnus-delay): Don't autoload.
10421         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10422         to be re-loaded when customizing the `gnus-delay' group.
10423
10424 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10425
10426         * message.el (message-insert-citation-line): Use newlines.
10427
10428 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10429
10430         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10431         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10432         these routines, so the passphrase can be managed externally and
10433         passed in to the system.
10434         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10435         pgg-add-passphrase-to-cache function.
10436
10437         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10438         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10439         these routines, so the passphrase can be managed externally and
10440         passed in to the system.
10441         (pgg-pgp5-sign-region): Use new name of
10442         pgg-add-passphrase-to-cache function.
10443
10444 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10445
10446         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10447         part of the decoded armor to find the key-identifier.
10448         (pgg-gpg-lookup-key-owner): New function to return the
10449         human-readable identifier of a key owner.
10450         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10451         itself.
10452         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10453         the key value) if we have a key and can match it against a secret
10454         key.  Also, added a note pointing out fact that the prompt only
10455         indicates the first matching key.
10456
10457         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10458         pgg-decrypt-region.
10459         (pgg-add-passphrase-to-cache): Rename from
10460         `pgg-add-passphrase-cache' to reduce confusion (all callers
10461         changed).
10462         (pgg-remove-passphrase-from-cache): Rename from
10463         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10464         changed).
10465         (pgg-read-passphrase, pgg-add-passphrase-cache)
10466         (pgg-remove-passphrase-cache): Add informative docstrings.
10467         (pgg-decrypt): Convey provided passphrase in subordinate call to
10468         pgg-decrypt-region.
10469
10470 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10471
10472         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10473         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10474         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10475         'passphrase' argument, so the passphrase can be managed externally
10476         and then passed in to the system.
10477
10478         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10479         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10480         so the passphrase cache can be used reliably with identifiers
10481         besides a pgp packet's key id.
10482
10483         * pgg-gpg.el (pgg-gpg-encrypt-region)
10484         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10485         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10486         these routines, so the passphrase can be managed externally and
10487         passed in to the system.
10488
10489         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10490         'notruncate' argument, so the passphrase cache can be used
10491         reliably with identifiers besides a pgp packet's key id.
10492
10493 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10494
10495         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10496         symmetric encryption.
10497         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10498         encrypted session key.
10499         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10500         message ask for the passphrase in a proper way.
10501
10502         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10503         New user commands for symmetric encryption.
10504
10505 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10508
10509         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10510
10511 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10512
10513         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10514
10515 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * mm-decode.el (mm-inlined-types): Add application/pgp.
10518         (mm-automatic-display): Ditto.
10519
10520         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10521         part as text.
10522
10523 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * nnrss.el: Update copyright.
10526         (nnrss-opml-import): Query whether to subscribe to each entry.
10527
10528         * gnus-art.el:
10529         * gnus-sum.el:
10530         * gnus-xmas.el:
10531         * messagexmas.el:
10532         * mm-uu.el:
10533         * mm-view.el: Update copyright.
10534
10535 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * message.el (message-info): New function.
10538         (message-mode-menu): Add it.
10539         Update copyright.
10540
10541         * ChangeLog: Fix and update copyright.
10542
10543 2006-01-13  Romain Francoise  <romain@orebokech.com>
10544
10545         * message.el (message-forward-subject-name-subject): Prefer the
10546         address to 'nowhere' if the sender has no name.
10547         Fix typo.  Update copyright year.
10548
10549 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-art.el (article-wash-html): Use
10552         gnus-summary-show-article-charset-alist if a numeric arg is given.
10553         (gnus-article-wash-html-with-w3m-standalone): New function.
10554
10555         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10556         mm-inline-text-html-render-with-w3m-standalone.
10557         (mm-text-html-washer-alist): Map w3m-standalone to
10558         gnus-article-wash-html-with-w3m-standalone.
10559         (mm-inline-text-html-render-with-w3m-standalone): New function.
10560
10561 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10564         Improve LaTeX.
10565
10566 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10569         (nnrss-request-article): Render text/plain parts as HTML.
10570
10571         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10572         the buffer.
10573
10574 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10577         custom definition of `gnus-posting-styles'.
10578
10579         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10580         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10581
10582 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10583
10584         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10585         Use nntp for bug archive.
10586
10587 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10590         parts.
10591         (nnrss-normalize-date): New function converts ISO 8601 date into
10592         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10593         (nnrss-check-group): Use it.
10594
10595 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10598
10599         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10600         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10601         (nnrss-insert-w3): Ditto.
10602
10603 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10606         the articles to be forwarded including the case where neither a
10607         number of articles nor a region is specified.
10608
10609 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * nnrss.el (nnrss-request-article): Fix last change; fill
10612         text/plain parts.
10613
10614 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10617         in text/plain part.
10618         (nnrss-check-group): Don't add excessive newline to dc:subject.
10619
10620 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10621
10622         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10623         article.
10624
10625 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10628         (nnml-use-compressed-files, nnml-save-mail): Support other
10629         comression programs such as bzip2.
10630
10631 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * dns.el (query-dns): Make sure we check the buffer size before
10634         removing tcp headers.
10635
10636 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10639         remove MIME buttons associated with multipart/alternative parts.
10640         (gnus-mime-display-alternative): Tag buttons using `article-type'
10641         text property.
10642
10643         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10644         associated with multipart/alternative parts.
10645
10646         * gnus-art.el (gnus-signature-separator): Fix custom type.
10647
10648         * mm-decode.el (mm-inlined-types): Fix custom type.
10649         (mm-keep-viewer-alive-types): Ditto.
10650         (mm-automatic-display): Ditto.
10651         (mm-attachment-override-types): Ditto.
10652         (mm-inline-override-types): Ditto.
10653         (mm-automatic-external-display): Ditto.
10654
10655 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * spam-report.el (spam-report-user-mail-address)
10658         (spam-report-user-agent): New variables.
10659         (spam-report-url-ping-plain): Use spam-report-user-agent.
10660
10661 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10662
10663         * gnus-art.el (gnus-button-handle-custom): Do not just use
10664         `customize-apropos' for any "M-x customize-*" button but the
10665         function called for.  Accept both the function name and its
10666         argument in order to achieve this.
10667         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10668         function name to `gnus-button-handle-custom' in case of "M-x
10669         customize-*" buttons.
10670
10671 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10674         multipart/alternative and add xref to mm-discouraged-alternatives
10675         in doc string.
10676
10677         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10678         gnus-buttonized-mime-types in doc string.
10679
10680 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10683         Suggest image/.* in the doc string.
10684
10685 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10688         message-marks (Debian bug #342521).
10689
10690 2005-12-12  Simon Josefsson  <jas@extundo.com>
10691
10692         * password.el (password-read-from-cache): Add.
10693         (password-read): Use it.
10694
10695 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10698         us-ascii as a MIME charset.
10699
10700         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10701         against the case where the 2nd arg TYPE is nil.
10702
10703 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * pop3.el (pop3-stream-type): Fix custom version.
10706
10707         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10708
10709 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10710
10711         * mm-decode.el (mm-display-external): Add missing cdr.
10712
10713 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10716         RFC1524) if it is in mailcap or add a suffix according to
10717         mailcap-mime-extensions when generating a temp filename; postpone
10718         deleting a temp file for 2 seconds for some wrappers, shell
10719         scripts, and so on, which might exit right after having started a
10720         viewer command as a background job.
10721
10722 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * nntp.el (nntp-marks-directory): Fix custom group.
10725
10726         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10727         steps when < 10.
10728
10729         * gnus-start.el (gnus-no-server-1): Mention
10730         `gnus-level-default-subscribed' in doc string.
10731
10732 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10733
10734         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10735         parens.
10736
10737 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-xmas.el (gnus-use-toolbar): Revert.
10740         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10741         gnus-use-toolbar is default.
10742
10743         * messagexmas.el (message-use-toolbar): Revert.
10744         (message-setup-toolbar): Use global default-toolbar if
10745         message-use-toolbar is default.
10746
10747 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10750         according to default-toolbar-visible-p.
10751
10752         * messagexmas.el (message-use-toolbar): Ditto.
10753
10754 2005-11-26  Dave Love  <fx@gnu.org>
10755
10756         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10757         (tls-program, tls-success): Provide openssl alternative.
10758
10759         * starttls.el: Doc fixes.
10760         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10761         SERVICE to PORT.
10762
10763         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10764         port null or service name.
10765         (starttls-negotiate): Autoload.
10766
10767 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * message.el (message-kill-to-signature): Fix interactive spec.
10770
10771 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * pop3.el (pop3-open-server): Recognize a string as a service name.
10774
10775 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10776
10777         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10778
10779 2005-11-23  Dave Love  <fx@gnu.org>
10780
10781         Add pop3s, pop3/starttls.
10782
10783         * pop3.el (pop3-authentication-scheme): Clarify doc.
10784         (open-tls-stream, starttls-open-stream): Autoload.
10785         (pop3-stream-type): New.
10786         (pop3-open-server): Use it.
10787
10788         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10789         for POP.
10790         (mail-source-keyword-map): Add :stream for POP.
10791         (mail-source-fetch-pop): Use pop3-stream-type.
10792
10793 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10796         of current-time-string.
10797
10798 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10799
10800         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10801         date header.
10802
10803 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10804
10805         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10806         it can seriously impact performance as it bypasses the agent's
10807         local caches.
10808
10809 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10810
10811         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10812         must be explicitly online rather than "not explicitly offline" for
10813         its flags to be synchronized.
10814
10815         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10816         that gnus-uu-unmark-thread will function correctly.
10817
10818         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10819         1024K is instead displayed as 1M.
10820
10821 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10822
10823         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10824
10825 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10826
10827         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10828
10829 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10830
10831         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10832         error message to display actual error condition.
10833         (gnus-agent-save-local): Avoid saving symbols that are bound to
10834         nil as they simply result in a warning message in
10835         gnus-agent-read-local.
10836
10837 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10840         rather than make-variable-buffer-local for file-precious-flag.
10841
10842 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10843
10844         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10845         for duplicates which are removed.  The invalid sort check then
10846         triggers a rescan after the sort as sorting may have moved
10847         duplicate entries such that they can be cheaply detected.
10848
10849 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10852
10853 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10854
10855         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10856         internal variable to a custom variable.  Changed default value
10857         from compressed(2) to uncompressed(1).
10858         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10859         support for uncompressed agentview files.  Taken together, reading
10860         the agentview file should now be 6-7 times faster.
10861
10862 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10863
10864         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10865         as a buffer-local variable.  This avoids creating truncated
10866         dribble files as a result of a hang up, eg.
10867
10868 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10869
10870         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10871         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10872         XEmacs.
10873
10874 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus-start.el (gnus-start-draft-setup): Enforce
10877         `gnus-draft-mode' for nndraft:drafts at startup.
10878
10879         * gnus.el (gnus-splash): Change custom group.
10880         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10881         allow-list argument.
10882
10883         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10884         string.
10885
10886 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-art.el (gnus-default-article-saver): Add user-defined
10889         `function' to custom type.
10890
10891 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10892
10893         * imap.el (imap-open): Handle case where buffer is a buffer
10894         object.
10895
10896 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10899         long lines.
10900         (gnus-cache-delete-group): Wrap doc strings.
10901
10902         * gnus-agent.el (gnus-agent-rename-group)
10903         (gnus-agent-delete-group): Wrap doc strings.
10904
10905 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * messagexmas.el (message-use-toolbar): Change the valid values
10908         into default, top, bottom, left, and right.
10909         (message-toolbar-thickness): New variable.
10910         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10911         well.
10912         (message-setup-toolbar): Make it work.
10913
10914         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10915         (gnus-use-toolbar): Change the valid values into default, top,
10916         bottom, left, and right.
10917         (gnus-toolbar-thickness): New variable.
10918         (gnus-xmas-setup-toolbar): New function.
10919         (gnus-xmas-setup-group-toolbar): Use it.
10920         (gnus-xmas-setup-summary-toolbar): Use it.
10921
10922 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * gnus-start.el (gnus-1): Add "native" to
10925         gnus-predefined-server-alist.
10926
10927         * gnus.el (gnus-method-to-server): Don't add "native" to the
10928         lists here, because that leads to problems when
10929         gnus-select-method is bound.
10930
10931 2005-11-09  Simon Josefsson  <jas@extundo.com>
10932
10933         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10934         use (not sort-by-date) instead.
10935
10936 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10937
10938         * gnus-delay.el (gnus-delay-group): Don't autoload.
10939         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10940         to be re-loaded when customizing the `gnus-delay' group.
10941
10942 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10943
10944         * message.el: Revert last changes.
10945         (message-insert-citation-line): Use newlines.
10946
10947 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10948
10949         * message.el (message-courtesy-message)
10950         (message-mark-insert-begin, message-mark-insert-end)
10951         (message-elide-ellipsis, message-cancel-message)
10952         (message-add-header, message-change-subject)
10953         (message-cross-post-followup-to-header)
10954         (message-cross-post-insert-note, message-reduce-to-to-cc)
10955         (message-widen-reply, message-delete-not-region)
10956         (message-kill-to-signature, message-insert-signature)
10957         (message-insert-importance-high, message-insert-importance-low)
10958         (message-insert-or-toggle-importance)
10959         (message-insert-disposition-notification-to)
10960         (message-indent-citation, message-yank-original)
10961         (message-cite-original-without-signature, message-cite-original)
10962         (message-insert-citation-line, message-position-on-field)
10963         (message-fix-before-sending, message-send-mail-partially)
10964         (message-send-mail, message-send-mail-with-sendmail)
10965         (message-send-mail-with-qmail, message-send-news)
10966         (message-check-news-header-syntax, message-generate-headers)
10967         (message-insert-courtesy-copy, message-fill-address)
10968         (message-fill-header, message-shorten-references)
10969         (message-setup-1, message-cancel-news)
10970         (message-forward-make-body-plain, message-forward-make-body-mime)
10971         (message-forward-make-body-mml, message-encode-message-body)
10972         (message-forward-make-body-digest-plain)
10973         (message-forward-make-body-digest-mime)
10974         (message-use-alternative-email-as-from): Insert `hard-newline'
10975         instead of ordinary newlines.
10976
10977 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * message.el (message-generate-headers): Downcase the argument
10980         given to message-check-element.
10981
10982 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10983
10984         * nntp.el (nntp-authinfo-rejected): New error condition.
10985         (nntp-wait-for): Use new error condition to signal authentication
10986         error.
10987         (nntp-retrieve-data): Rethrow new error condition to break out of
10988         recursive call to nntp-send-authinfo.
10989
10990 2005-11-08  Romain Francoise  <romain@orebokech.com>
10991
10992         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10993         (gnus-summary-exit-map): Bind to `Z p'.
10994         (gnus-summary-make-menu-bar): Add menu item.
10995
10996 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10999         (gnus-treat-*): Add `first' in all doc strings.
11000
11001         * gnus-group.el (gnus-group-compact-group): Fix typo.
11002
11003 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * gnus.el (gnus-parameters-case-fold-search): New variable.
11006         (gnus-parameters-get-parameter): Use it.
11007
11008         * gnus-score.el (gnus-home-score-file): Doc fix.
11009
11010 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11011
11012         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11013
11014 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * mm-util.el (mm-special-display-p): New function.
11017
11018         * mml.el (mml-preview): Use it; doc fix.
11019
11020 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11021
11022         * imap.el (imap-open): Handle case where buffer is a buffer object.
11023
11024 2005-10-29  Romain Francoise  <romain@orebokech.com>
11025
11026         * message.el (message-fix-before-sending): Fix comment.
11027
11028 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11029
11030         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11031
11032 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11033
11034         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11035         Used in gnus-score.el.
11036
11037 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11040
11041 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11042
11043         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11044         whitespace removed in revision 7.8.  Use concatenated string to
11045         protect trailing whitespace.
11046
11047 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11048
11049         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11050         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11051         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11052         Courier IMAP ("some version from 2004").  Mostly based on similar
11053         code in the same function.
11054
11055 2005-10-26  Didier Verna  <didier@xemacs.org>
11056
11057         * gnus-group.el (gnus-group-compact-group): Invalidate original
11058         article buffer.
11059         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11060         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11061         NOV database and in article itself.
11062         Invalidate article backlog.
11063
11064 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11067
11068 2005-10-26  Simon Josefsson  <jas@extundo.com>
11069
11070         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11071         part of 2004-07-25 change.
11072
11073 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * message.el (message-display-completion-list): New function.
11076         (message-expand-group): Use it; make sure the Completions buffer
11077         is modifiable.
11078 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11079
11080         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11081         user-mail-name is an empty string.
11082
11083 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11086         depending on gnus-score-decay-constant.
11087
11088         * encrypt.el (encrypt-insert-file-contents)
11089         (encrypt-write-file-contents): Don't use `gnus-message'.
11090
11091         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11092         arguments.
11093         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11094         arguments to mm-uu-verbatim-marks-extract.
11095         (mm-uu-hide-markers): New variable.
11096         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11097
11098         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11099         (gnus-convert-image-to-face-command): Use "convert" by default to
11100         allow other input image formats.
11101         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11102         accordingly.
11103
11104 2005-10-23  Simon Josefsson  <jas@extundo.com>
11105
11106         * imap.el (imap-gssapi-program): Align command line parameters
11107         with latest GNU SASL.
11108         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11109
11110 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11111
11112         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11113         HTML.
11114         (nnslashdot-request-article): Ditto.
11115
11116         * lpath.el (featurep): Add nobreak-char-display.
11117
11118 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11119
11120         * mail-source.el (mail-source-fetch-pop): Require pop3.
11121         (mail-source-check-pop): Ditto.
11122
11123 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11126         errors.
11127
11128 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11131         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11132
11133         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11134
11135         * mm-bodies.el (mm-decode-string): Call
11136         `mm-charset-to-coding-system' with allow-override argument.
11137
11138 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11141         (rfc2047-charset-to-coding-system): New function.
11142         (rfc2047-decode-encoded-words): New function.
11143         (rfc2047-decode-region): Use them.
11144         (rfc2047-decode-cte): Remove.
11145         (rfc2047-parse-and-decode): Remove.
11146         (rfc2047-decode): Remove.
11147
11148 2005-10-15  Kenichi Handa  <handa@m17n.org>
11149
11150         * rfc2047.el (rfc2047-decode-cte): New function.
11151         (rfc2047-decode-region): Change the way to decode successive
11152         encoded-words: decode B- or Q-encoding in each encoded-word,
11153         concatenate them, and decode it as charset.
11154
11155 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * lpath.el: Fbind codepage-setup for XEmacs.
11158
11159 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11160
11161         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11162         widget-move-and-invoke.
11163         (gnus-custom-mode): Use gnus-custom-map.
11164
11165 2005-10-15  Bill Wohler  <wohler@newt.com>
11166
11167         * message.el (message-tool-bar-map): Renamed image file from
11168         mail_send to mail/send.
11169
11170 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11171
11172         * message.el (message-expand-group): Pass the common
11173         prefix substring of completion to `display-completion-list'.
11174
11175 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * mml-sec.el (mml-secure-method): New internal variable.
11178         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11179         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11180         functions using mml-secure-method.
11181
11182         * mml.el (mml-mode-map): Add key bindings for those functions.
11183         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11184         Harder <harder@myrealbox.com>.
11185         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11186         end of message if point is the headers of the message.
11187
11188         * message.el (message-in-body-p): New function.
11189
11190         * assistant.el: Autoload gnus-util and netrc.
11191
11192         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11193         Use `mm-charset-override-alist' only when decoding.
11194
11195         * mm-bodies.el (mm-decode-body): Call
11196         `mm-charset-to-coding-system' with allow-override argument.
11197
11198         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11199         `filename' from Content-Disposition if Content-Type doesn't
11200         provide `name'.
11201         (gnus-mime-view-part-as-type): Set default instead of
11202         initial-input.
11203
11204 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11205
11206         * format-spec.el (format-spec): Propagate text properties of % spec.
11207
11208 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-art.el (gnus-treat-predicate): Add `first'.
11211
11212 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11215         (mm-charset-override-alist): New variable.
11216         (mm-charset-to-coding-system): Use it.
11217         (mm-codepage-setup): New helper function.
11218         (mm-charset-eval-alist): New variable.
11219         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11220         about unknown charsets.
11221
11222         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11223
11224 2005-10-04  David Hansen  <david.hansen@gmx.net>
11225
11226         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11227         (nnrss-check-group): Ditto.
11228
11229 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11232         Rename x-gnus-verbatim to x-verbatim.
11233         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11234
11235         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11236         x-verbatim.
11237
11238         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11239
11240         * gnus-util.el (gnus-remove-duplicates): Remove.
11241
11242         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11243         instead of gnus-remove-duplicates.
11244
11245         * message.el (message-remove-duplicates): Remove.
11246         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11247         message-remove-duplicates.
11248
11249         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11250         available, else use implementation from `delete-dups'.
11251
11252         * message.el (message-insert-expires): New function.
11253         (message-mode-map): Add key binding.
11254         (message-mode-field-menu): Add menu entry.
11255         (message-mode): Document it.
11256         (message-make-expires-date): Use `message-make-date'.
11257
11258 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11259
11260         * message.el (message-make-expires-date): New function.
11261
11262 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * Makefile.in (list-installed-shadows): New entry.
11265         (install): Use it.
11266         (remove-installed-shadows): New entry.
11267
11268         * dgnushack.el (dgnushack-default-load-path): New variable.
11269         (dgnushack-find-lisp-shadows): New function.
11270         (dgnushack-remove-lisp-shadows): New function.
11271
11272 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * Makefile.in (install-el-elc): New entry.
11275         (install): Use it so that .el files are necessarily installed.
11276
11277 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11280
11281 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11282
11283         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11284         function rather than the diff-mode.el package.
11285         (mm-display-external): Use with-current-buffer.
11286         (mm-viewer-completion-map, mm-viewer-completion-map):
11287         Move initialization inside declaration.
11288
11289 2005-09-29  Simon Josefsson  <jas@extundo.com>
11290
11291         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11292         autoload mail-check-payment.
11293         (spam-check-hashcash): Define unconditionally, since hashcash.el
11294         is part of Gnus now.  Ignore errors from payment checking.
11295
11296 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * message.el (message-bold-region, message-unbold-region): Rename
11299         from `bold-region' and `unbold-region'.
11300
11301         * message.el: Remove useless autoloads.
11302
11303 2005-09-28  Simon Josefsson  <jas@extundo.com>
11304
11305         * message.el (message-use-idna): Default to t.
11306         (message-use-idna): Test whether encoding works too.  Doc fix.
11307
11308 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * nntp.el (nntp-warn-about-losing-connection): Remove.
11311
11312 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11315         customizable.  Change default value.
11316         (mm-uu-diff-groups-regexp): Change default value.
11317         (mm-uu-type-alist): Add doc string.
11318         (mm-uu-configure): Add doc string.  Make it interactive.
11319         (mm-uu-tex-groups-regexp): New variable.
11320         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11321         (mm-uu-type-alist): Add LaTeX documents.
11322         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11323         of "text/verbatim".
11324         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11325
11326         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11327         instead of "text/verbatim".
11328
11329         * message.el (message-mark-inserted-region)
11330         (message-mark-insert-file): Use slrn style marks when called with
11331         prefix argument.
11332
11333 2005-09-27  Simon Josefsson  <jas@extundo.com>
11334
11335         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11336
11337 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11338
11339         * message.el (message-remove-duplicates): New function.
11340         Implementation borrowed from `gnus-remove-duplicates'.
11341         (message-idna-to-ascii-rhs): Also encode idna addresses in
11342         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11343         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11344         only ask about the same idna domain once per header and also tell
11345         in what header to replace the idna domain.
11346
11347         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11348         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11349         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11350         a header is decoded and not just the last one.
11351
11352 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11355         has been decoded.
11356
11357         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11358         (mm-insert-part): Don't modify text if it has been decoded.
11359
11360         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11361         decoded.
11362
11363         * mm-view.el (mm-inline-text): Don't strip text props unless
11364         decoding enriched or richtext parts.
11365
11366 2005-09-25  Romain Francoise  <romain@orebokech.com>
11367
11368         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11369         * gnus-start.el (gnus-subscribe-interactively):
11370         * gnus-uu.el (gnus-uu-grab-articles):
11371         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11372         space.
11373
11374 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11375
11376         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11377         * mm-view.el (mm-view-pkcs7-decrypt):
11378         * gnus-sum.el (gnus-summary-limit-to-extra)
11379         (gnus-summary-respool-article, gnus-read-move-group-name):
11380         * gnus-score.el (gnus-summary-increase-score):
11381         * gnus-util.el (gnus-completing-read-with-default):
11382         * gnus-art.el (gnus-read-save-file-name)
11383         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11384         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11385         * message.el (message-check-news-header-syntax):
11386         Follow convention for reading with the minibuffer.
11387
11388 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * spam-report.el (spam-report-url-ping-plain):
11391         Use gnus-extended-version as User-Agent.
11392
11393         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11394         default value is nil.
11395
11396         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11397         (mm-uu-verbatim-marks-extract): New function.
11398         (mm-uu-extract): New face.
11399         (mm-uu-copy-to-buffer): Use it.
11400
11401         * spam-report.el (spam-report-gmane-ham): Renamed from
11402         `spam-report-gmane-unspam'.
11403         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11404         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11405
11406         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11407         Autoload.
11408         (spam-report-gmane-unregister-routine): Renamed
11409         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11410
11411 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11412
11413         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11414         (spam-report-gmane-unregister-routine): Add support for gmane
11415         unregistration.
11416
11417         * spam-report.el (spam-report-gmane-unspam)
11418         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11419         (spam-report-gmane): Change to take a single article and do unspam
11420         registration.
11421
11422 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * mm-url.el (mm-url-decode-entities): Fix regexp.
11425
11426 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11429         default to nil, to be able to use Gnus at all.  If the default
11430         switches to something else, then the function should be fixed not
11431         be exceedingly slow.
11432
11433 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11434
11435         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11436         fail hard.
11437
11438         * spam-report.el: Add better Keywords line.
11439
11440         * spam.el: Add Maintainer and better Keywords line.
11441
11442 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-art.el (gnus-article-replace-part)
11445         (gnus-mime-replace-part): New functions.
11446         (gnus-mime-action-alist, gnus-mime-button-commands)
11447         (gnus-mime-save-part-and-strip): Added file argument.
11448         (gnus-article-part-wrapper): Added interactive argument.
11449
11450         * gnus-sum.el (gnus-summary-mime-map): Add
11451         `gnus-article-replace-part'.
11452
11453 2005-09-19  Didier Verna  <didier@xemacs.org>
11454
11455         The nnml compaction feature:
11456         * nnml.el (nnml-request-compact-group): New function.
11457         * nnml.el (nnml-request-compact): New function.
11458         * gnus-int.el (gnus-request-compact-group): New function.
11459         * gnus-int.el (gnus-request-compact): New function.
11460         * gnus-group.el (gnus-group-compact-group): New function.
11461         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11462         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11463         * gnus-srvr.el (gnus-server-compact-server): New function.
11464         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11465         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11466
11467 2005-09-18  Deepak Goel  <deego@gnufans.org>
11468
11469         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11470         format spec.
11471
11472 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11475
11476 2005-09-15  Romain Francoise  <romain@orebokech.com>
11477
11478         * message.el (message-fill-paragraph): Clarify docstring.
11479
11480 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-art.el (gnus-mime-display-part): Protect against broken
11483         MIME messages.
11484
11485 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11488         before parsing header.
11489
11490 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11491
11492         * html2text.el (html2text-replace-list): Add new entities.
11493
11494 2005-09-11  Romain Francoise  <romain@orebokech.com>
11495
11496         * message.el (message-alternative-emails): Improve docstring.
11497         (message-setup-1): Call `message-use-alternative-email-as-from'
11498         after `message-setup-hook' to give it precedence over posting
11499         styles, etc.
11500         (message-use-alternative-email-as-from): Add docstring.  Remove
11501         the original From header if present.
11502
11503         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11504         (nnml-save-mail): Use it.
11505
11506         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11507         articles.  Add new argument `silent'.
11508         (gnus-uu-mark-all): Report the total number of marked articles.
11509
11510 2005-09-10  Romain Francoise  <romain@orebokech.com>
11511
11512         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11513         (gnus-uu-mark-series): Likewise.
11514
11515 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * spam-report.el (spam-report-gmane): Fix generation of spam
11518         report URL.
11519
11520 2005-09-10  Simon Josefsson  <jas@extundo.com>
11521
11522         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11523         t, based on discussion on the ding list with Robert Epprecht
11524         <epprecht@solnet.ch>.
11525
11526 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * spam-report.el (spam-report-gmane): Make it work without
11529         X-Report-Spam header.  Gmane now only provides Archived-At.
11530         This is only used if `spam-report-gmane-use-article-number' is nil.
11531         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11532
11533         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11534         make `gnus-summary-sort-by-recipient' work with threading.
11535
11536         * nnweb.el (nnweb-google-wash-article): Print a message if article
11537         is not available.
11538
11539 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11540
11541         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11542         change.  Decode text/* parts content before displaying.
11543
11544 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11547
11548 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11551
11552         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11553         url-package-name, url-package-version,
11554         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11555         w3m-display-inline-images, and w3m-minor-mode-map.
11556
11557 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * message.el (message-tab-body-function): Fix mismatched custom type.
11560
11561         * gnus.el (gnus-group-change-level-function): Ditto.
11562
11563         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11564
11565         * gnus-art.el (gnus-signature-limit)
11566         (gnus-article-mime-part-function): Ditto.
11567
11568 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * mml.el (mml-mode): Silence the byte compiler.
11571
11572         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11573         using `(sit-for 0)' before moving the point to the specified part;
11574         skip unbuttonized parts.
11575         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11576         return to the summary window if gnus-auto-select-part is non-nil.
11577
11578 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11581         variables.
11582         (mml-dnd-attach-file, mml-mode): Use them.
11583
11584         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11585         Make fetching article by MID work again for Google Groups.  Added
11586         FIXME concerning gnus-group-make-web-group.
11587
11588         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11589         Don't depend on Gnus by using mail-extract-address-components if
11590         gnus-extract-address-components is not bound.
11591
11592 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11593
11594         * gnus-art.el (gnus-mime-display-security): Don't display the
11595         signature, but only the signed part.
11596
11597 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11600
11601         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11602         list, not listp.
11603
11604 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11605
11606         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11607         when encoding.
11608
11609         * mm-bodies.el (mm-decode-content-transfer-encoding):
11610         De-canonicalize CRLF for all text content types, not just
11611         text/plain.
11612
11613 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11616         valid article; point arrow and cursor at the MIME button.
11617
11618 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11621         Suggested by Dan Christensen <jdc@uwo.ca>.
11622
11623         * mm-decode.el (mm-save-part): Enable change of prompt.
11624
11625 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11626
11627         * gnus-msg.el (gnus-inews-add-send-actions): Made
11628         `message-post-method' lambda parameter ARG `&optional'.
11629
11630 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * gnus-sum.el (gnus-summary-mime-map): Added
11633         gnus-article-save-part-and-strip, gnus-article-delete-part and
11634         gnus-article-jump-to-part.
11635
11636         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11637         (gnus-article-edit-part): Use it.
11638         (gnus-article-part-wrapper): Added no-handle argument.
11639         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11640         functions.
11641
11642 2005-08-29  Romain Francoise  <romain@orebokech.com>
11643
11644         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11645         docstring.
11646         (gnus-face-from-file): Likewise.
11647
11648 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11651         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11652         non-nil.
11653         (gnus-auto-select-part): New variable.
11654         (gnus-article-jump-to-part): New function.
11655         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11656         (gnus-mime-delete-part): Allow selecting specified part after
11657         deleting or stripping parts.
11658         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11659         part if argument is bogus.
11660
11661 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11662
11663         * gnus-art.el (w3m-minor-mode-map):
11664         * gnus-spec.el (gnus-newsrc-file-version):
11665         * gnus-util.el (nnmail-active-file-coding-system)
11666         (gnus-original-article-buffer, gnus-user-agent):
11667         * gnus.el (gnus-ham-process-destinations)
11668         (gnus-parameter-ham-marks-alist)
11669         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11670         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11671         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11672         * mm-decode.el (gnus-current-window-configuration):
11673         * mm-extern.el (gnus-article-mime-handles):
11674         * mm-url.el (url-current-object, url-package-name)
11675         (url-package-version):
11676         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11677         (smime-keys, w3m-cid-retrieve-function-alist)
11678         (w3m-current-buffer, w3m-display-inline-images)
11679         (w3m-minor-mode-map):
11680         * mml-smime.el (gnus-extract-address-components):
11681         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11682         (gnus-newsrc-hashtb, message-default-charset)
11683         (message-deletable-headers, message-options)
11684         (message-posting-charset, message-required-mail-headers)
11685         (message-required-news-headers):
11686         * mml1991.el (mc-pgp-always-sign):
11687         * mml2015.el (mc-pgp-always-sign):
11688         * nnheader.el (nnmail-extra-headers):
11689         * rfc1843.el (gnus-decode-encoded-word-function)
11690         (gnus-decode-header-function, gnus-newsgroup-name):
11691         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11692
11693 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11694
11695         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11696         the end of the date treatments.
11697
11698 2005-08-15  Simon Josefsson  <jas@extundo.com>
11699
11700         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11701         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11702         Capello and Romain Francoise.
11703         (pgg-fetch-key-function): Removed, not used?
11704         (pgg-insert-url-with-w3): Require url, to get
11705         url-insert-file-contents regardless of where it is defined.
11706
11707 2005-08-13  Romain Francoise  <romain@orebokech.com>
11708
11709         * message.el (message-cite-original-1): New function.
11710         (message-cite-original): Use it.
11711         (message-cite-original-without-signature): Ditto.
11712
11713 2005-08-08  Romain Francoise  <romain@orebokech.com>
11714
11715         * message.el (message-yank-empty-prefix): New variable.
11716         (message-indent-citation): Use it.
11717         (message-cite-original-without-signature): Respect X-No-Archive.
11718
11719 2005-08-08  Simon Josefsson  <jas@extundo.com>
11720
11721         * pgg.el: Autoload url-insert-file-contents instead of loading
11722         w3/url.
11723         (pgg-insert-url-with-w3): Don't load url here.
11724
11725 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11726
11727         * message.el (message-kill-to-signature): Don't insert newline at
11728         bol.
11729         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11730
11731 2005-08-06  Romain Francoise  <romain@orebokech.com>
11732
11733         * message.el (message-user-fqdn): Fix typo in docstring.
11734
11735 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11736
11737         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11738
11739         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11740
11741 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * mm-bodies.el (mm-encode-body): Use coding system rather than
11744         charset to encode text.
11745
11746         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11747         number of charsets if utf-8 is available (XEmacs).
11748
11749 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11750
11751         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11752         taken from `gnus-button-mid-or-mail-regexp'.
11753         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11754         (gnus-button-alist): Improve regexp for domain part of the MIDs
11755         for news:localpart@domain buttons.
11756         (gnus-button-ctan-directory-regexp): Update.
11757
11758 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * sieve-manage.el (sieve-manage-interactive-login): Use
11761         make-local-variable rather than make-variable-buffer-local.
11762         (sieve-manage-open): Ditto.
11763         (sieve-manage-authenticate): Ditto.
11764
11765         * mml.el (mml-generate-mime-1): Make the content type default to
11766         text/plain if the filename is not specified.
11767
11768 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11771         instead of insert-buffer.
11772
11773         * message.el (message-yank-original): Ditto; set the mark at the
11774         end of the yanked message.
11775
11776 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11779         lines to scroll rather than to stop it.
11780
11781         * mml.el (mml-generate-default-type): Add doc string.
11782         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11783         default to application/octet-stream when determining the content
11784         type if it is not specified for the part or the mml contents; add
11785         a comment about mml-generate-default-type.
11786
11787 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11790         make it default to application/octet-stream when determining the
11791         content type if it is not specified for the external contents.
11792
11793 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11796         segmented parameter but also other parameters might be there.
11797
11798 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * mm-decode.el (mm-display-external): Delete temp file, directory
11801         and buffer immediately if the external process is exited.
11802
11803 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11806         fewer lines than that of scroll-margin.
11807         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11808
11809 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * gnus-art.el (gnus-article-next-page): Revert.
11812         (gnus-article-beginning-of-window): New macro.
11813         (gnus-article-next-page-1): Use it.
11814         (gnus-article-prev-page): Ditto.
11815         (gnus-article-edit-part): Use insert-buffer-substring instead of
11816         insert-buffer.
11817         (gnus-article-edit-exit): Ditto.
11818
11819         * gnus-util.el (gnus-beginning-of-window): Remove.
11820         (gnus-end-of-window): Remove.
11821
11822         * lpath.el: Don't bind header-line-format and scroll-margin.
11823
11824 2005-07-25  Simon Josefsson  <jas@extundo.com>
11825
11826         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11827         to have the url package without w3.  Reported by Daiki Ueno
11828         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11829
11830 2005-07-20  Didier Verna  <didier@xemacs.org>
11831
11832         * gnus-diary.el: Remove the description comment (nndiary is now
11833         properly documented in the Gnus manual).
11834         Fix the spelling of "Back End".
11835         * nndiary.el: Ditto.
11836         Fix the copyright notice.
11837
11838 2005-07-18  Romain Francoise  <romain@orebokech.com>
11839
11840         * gnus-sum.el (gnus-summary-to-prefix)
11841         (gnus-summary-newsgroup-prefix): New variables.
11842         (gnus-summary-from-or-to-or-newsgroups): Use them.
11843
11844 2005-07-17  Romain Francoise  <romain@orebokech.com>
11845
11846         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11847         space as it's generally not especially interesting to the user.
11848
11849 2005-07-16  Romain Francoise  <romain@orebokech.com>
11850
11851         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11852         nil to avoid prompting and file modification if one of the
11853         messages at the top of the nnfolder file contains a copyright
11854         notice.
11855         Update copyright notice.
11856
11857         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11858         instead of `current-time-string' as the latter creates a time
11859         string that is not RFC 2822 compliant (it lacks the zone).
11860         Update copyright notice.
11861
11862 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11863
11864         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11865         for text/rtf.  Display default in prompt.  Pass default for M-n.
11866
11867         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11868
11869 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11870
11871         * gnus-msg.el (gnus-button-mailto): Remove
11872         save-selected-window-window hackery because it relies on
11873         save-selected-window internals.
11874
11875 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11878         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11879         (gnus-article-prev-page): Ditto.
11880
11881         * gnus-util.el (gnus-beginning-of-window): New function.
11882         (gnus-end-of-window): New function.
11883
11884         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11885
11886 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11887
11888         * gnus-score.el (gnus-score-edit-all-score): Set
11889         gnus-score-edit-exit-function to gnus-score-edit-done and call
11890         gnus-message.
11891
11892 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11893
11894         * gnus-msg.el (gnus-button-mailto): Remove
11895         save-selected-window-window hackery because it relies on
11896         save-selected-window internals.
11897
11898 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11901         add-minor-mode.
11902         (gnus-binary-mode): Ditto.
11903
11904         * gnus-topic.el (gnus-topic-mode): Ditto.
11905
11906 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11907
11908         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11909         (gnus-article-prev-page): Take scroll-margin into consideration.
11910
11911 2005-07-04  Lute Kamstra  <lute@gnu.org>
11912
11913         Update FSF's address in GPL notices.
11914
11915 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11916
11917         * gnus.el (gnus-exit):
11918         * gnus-group.el (gnus-group-icons):
11919         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11920
11921         * gnus-nocem.el (gnus-nocem):
11922         * message.el (message-various, message-buffers, message-sending)
11923         (message-interface, message-forwarding, message-insertion)
11924         (message-headers, message-news, message-mail):
11925         * pgg-gpg.el (pgg-gpg):
11926         * pgg-parse.el (pgg-parse):
11927         * pgg-pgp.el (pgg-pgp):
11928         * pgg-pgp5.el (pgg-pgp5):
11929         * pop3.el (pop3): Finish `defgroup' description with period.
11930
11931 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-art.el (article-display-face): Improve the efficiency.
11934         (article-display-x-face): Ditto; remove grey x-face stuff.
11935
11936 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * gnus-art.el (article-display-face): Correct the position in
11939         which Faces are inserted.
11940
11941 2005-06-29  Didier Verna  <didier@xemacs.org>
11942
11943         * gnus-art.el (article-display-face): Display faces in correct
11944         order.
11945
11946 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11949         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11950         (gnus-nocem-check-article): Fetch the Type header.
11951         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11952         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11953         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11954         make sure gnus-nocem-hashtb is initialized.
11955         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11956         (gnus-nocem-unwanted-article-p): Ditto.
11957
11958         * pgg.el (pgg-verify): Return the verification result.
11959
11960 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11961
11962         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11963         is ascii.
11964
11965 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11966
11967         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11968         `show-nonbreak-escape'.
11969
11970 2005-06-23  Lute Kamstra  <lute@gnu.org>
11971
11972         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11973
11974         * dig.el (dig-mode):
11975         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11976
11977 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11978
11979         * nnimap.el (nnimap-split-download-body): Fix spellings.
11980
11981 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11982
11983         * gnus-art.el (gnus-article-encrypt-body):
11984         * gnus-cus.el (gnus-score-customize):
11985         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11986         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11987
11988 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11989
11990         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11991         header by looking for magic "MII" at the beginnig.
11992
11993 2005-06-16  Miles Bader  <miles@gnu.org>
11994
11995         * gnus-xmas.el (gnus-xmas-group-startup-message):
11996         Use renamed gnus-splash face.
11997
11998         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11999         (assistant-field-face): New backward-compatibility alias for renamed
12000         face.
12001         (assistant-render-text): Use renamed assistant-field face.
12002
12003         * spam.el (spam): Remove "-face" suffix from face name.
12004         (spam-face): New backward-compatibility alias for renamed face.
12005         (spam-face, spam-initialize): Use renamed spam face.
12006
12007         * message.el (message-header-to, message-header-cc)
12008         (message-header-subject, message-header-newsgroups)
12009         (message-header-other, message-header-name)
12010         (message-header-xheader, message-separator, message-cited-text)
12011         (message-mml): Remove "-face" suffix from face names.
12012         (message-header-to-face, message-header-cc-face)
12013         (message-header-subject-face, message-header-newsgroups-face)
12014         (message-header-other-face, message-header-name-face)
12015         (message-header-xheader-face, message-separator-face)
12016         (message-cited-text-face, message-mml-face):
12017         New backward-compatibility aliases for renamed faces.
12018         (message-font-lock-keywords): Use renamed message faces.
12019
12020         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12021         (sieve-test-commands, sieve-tagged-arguments):
12022         Remove "-face" suffix from face names.
12023         (sieve-control-commands-face, sieve-action-commands-face)
12024         (sieve-test-commands-face, sieve-tagged-arguments-face):
12025         New backward-compatibility aliases for renamed faces.
12026         (sieve-control-commands-face, sieve-action-commands-face)
12027         (sieve-test-commands-face, sieve-tagged-arguments-face):
12028         Use renamed sieve faces.
12029
12030         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12031         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12032         (gnus-group-news-3-empty, gnus-group-news-4)
12033         (gnus-group-news-4-empty, gnus-group-news-5)
12034         (gnus-group-news-5-empty, gnus-group-news-6)
12035         (gnus-group-news-6-empty, gnus-group-news-low)
12036         (gnus-group-news-low-empty, gnus-group-mail-1)
12037         (gnus-group-mail-1-empty, gnus-group-mail-2)
12038         (gnus-group-mail-2-empty, gnus-group-mail-3)
12039         (gnus-group-mail-3-empty, gnus-group-mail-low)
12040         (gnus-group-mail-low-empty, gnus-summary-selected)
12041         (gnus-summary-cancelled, gnus-summary-high-ticked)
12042         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12043         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12044         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12045         (gnus-summary-low-undownloaded)
12046         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12047         (gnus-summary-low-unread, gnus-summary-normal-unread)
12048         (gnus-summary-high-read, gnus-summary-low-read)
12049         (gnus-summary-normal-read, gnus-splash):
12050         Remove "-face" suffix from face names.
12051         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12052         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12053         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12054         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12055         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12056         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12057         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12058         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12059         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12060         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12061         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12062         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12063         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12064         (gnus-summary-normal-ticked-face)
12065         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12066         (gnus-summary-normal-ancient-face)
12067         (gnus-summary-high-undownloaded-face)
12068         (gnus-summary-low-undownloaded-face)
12069         (gnus-summary-normal-undownloaded-face)
12070         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12071         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12072         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12073         (gnus-splash-face):
12074         New backward-compatibility aliases for renamed faces.
12075         (gnus-group-startup-message): Use renamed gnus faces.
12076
12077         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12078         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12079         (gnus-server-agent): Remove "-face" suffix from face names.
12080         (gnus-server-agent-face, gnus-server-opened-face)
12081         (gnus-server-closed-face, gnus-server-denied-face)
12082         (gnus-server-offline-face):
12083         New backward-compatibility aliases for renamed faces.
12084         (gnus-server-agent-face, gnus-server-opened-face)
12085         (gnus-server-closed-face, gnus-server-denied-face)
12086         (gnus-server-offline-face): Use renamed gnus faces.
12087
12088         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12089         Remove "-face" suffix from face names.
12090         (gnus-picon-xbm-face, gnus-picon-face):
12091         New backward-compatibility aliases for renamed faces.
12092
12093         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12094         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12095         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12096         (gnus-cite-11): Remove "-face" suffix from face names.
12097         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12098         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12099         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12100         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12101         New backward-compatibility aliases for renamed faces.
12102         (gnus-cite-attribution-face, gnus-cite-face-list)
12103         (gnus-article-boring-faces): Use renamed gnus faces.
12104
12105         * gnus-art.el (gnus-signature, gnus-header-from)
12106         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12107         (gnus-header-content): Remove "-face" suffix from face names.
12108         (gnus-signature-face, gnus-header-from-face)
12109         (gnus-header-subject-face, gnus-header-newsgroups-face)
12110         (gnus-header-name-face, gnus-header-content-face):
12111         New backward-compatibility aliases for renamed faces.
12112         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12113
12114         * gnus-sum.el (gnus-summary-selected-face)
12115         (gnus-summary-highlight): Use renamed gnus faces.
12116         * gnus-group.el (gnus-group-highlight): Likewise.
12117
12118 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12119
12120         * gnus-sieve.el (gnus-sieve-article-add-rule):
12121         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12122         * spam-stat.el (spam-stat-buffer-change-to-spam)
12123         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12124
12125         * message.el (message-is-yours-p):
12126         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12127
12128 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * mm-view.el (mm-inline-text): Withdraw the last change.
12131
12132 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12135         executing enriched-decode.
12136
12137 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12140         charset of tar files.
12141
12142 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12143
12144         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12145
12146 2005-06-04  Lute Kamstra  <lute@gnu.org>
12147
12148         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12149         information is never recorded.
12150
12151 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12152
12153         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12154
12155 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * pop3.el (pop3-apop): Run md5 in the binary mode.
12158
12159         * starttls.el (starttls-set-process-query-on-exit-flag):
12160         Use eval-and-compile.
12161
12162 2005-05-31  Simon Josefsson  <jas@extundo.com>
12163
12164         * smime.el (smime-replace-in-string): Define.
12165         (smime-cert-by-ldap-1): Use it.
12166
12167 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * gnus-art.el (article-display-x-face): Replace
12170         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12171
12172         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12173         set-process-query-on-exit-flag or process-kill-without-query.
12174
12175         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12176         loop instead of replace-regexp.
12177
12178         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12179         instead of process-kill-without-query if it is available.
12180
12181         * lpath.el: Fbind ldap-search-entries.
12182
12183         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12184         instead of find-file-hooks if it is available.
12185
12186         * mml1991.el: Bind pgg-default-user-id when compiling.
12187
12188         * mml2015.el: Bind pgg-default-user-id when compiling.
12189
12190         * nndraft.el (nndraft-request-associate-buffer):
12191         Use write-contents-functions instead of write-contents-hooks if it is
12192         available.
12193
12194         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12195         instead of find-file-hooks if it is available.
12196
12197         * nntp.el (nntp-open-connection): Replace
12198         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12199         (nntp-open-ssl-stream): Ditto.
12200         (nntp-open-tls-stream): Ditto.
12201
12202         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12203         set-process-query-on-exit-flag or process-kill-without-query.
12204         (starttls-open-stream-gnutls): Use it instead of
12205         process-kill-without-query.
12206         (starttls-open-stream): Ditto.
12207
12208 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12209
12210         * smime.el (smime-cert-by-ldap-1): Don't use
12211         replace-regexp-in-string.
12212
12213 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12214
12215         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12216
12217         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12218         in PEM format.  Adjust to the XEmacs compability.
12219
12220 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12221
12222         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12223         by `string-to-number'.
12224         * gnus-agent.el (gnus-agent-regenerate-group)
12225         (gnus-agent-fetch-articles): Ditto.
12226         * gnus-art.el (gnus-button-fetch-group): Ditto.
12227         * gnus-cache.el (gnus-cache-generate-active)
12228         (gnus-cache-articles-in-group): Ditto.
12229         * gnus-group.el (gnus-group-set-current-level)
12230         (gnus-group-insert-group-line): Ditto.
12231         * gnus-score.el (gnus-score-set-expunge-below)
12232         (gnus-score-set-mark-below, gnus-summary-score-effect)
12233         (gnus-summary-score-entry): Ditto.
12234         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12235         (gnus-soup-pack): Ditto.
12236         * gnus-spec.el (gnus-xmas-format): Ditto.
12237         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12238         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12239         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12240         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12241         * nndb.el (nndb-get-remote-expire-response): Ditto.
12242         * nndiary.el (nndiary-parse-schedule-value)
12243         (nndiary-string-to-number, nndiary-request-replace-article)
12244         (nndiary-request-article): Ditto.
12245         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12246         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12247         * nneething.el (nneething-make-head): Ditto.
12248         * nnfolder.el (nnfolder-request-article)
12249         (nnfolder-retrieve-headers): Ditto.
12250         * nnheader.el (nnheader-file-to-number): Ditto.
12251         * nnkiboze.el (nnkiboze-request-article): Ditto.
12252         * nnmail.el (nnmail-process-unix-mail-format)
12253         (nnmail-process-babyl-mail-format): Ditto.
12254         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12255         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12256         (nnmh-request-create-group, nnmh-request-list-1)
12257         (nnmh-request-group, nnmh-request-article): Ditto.
12258         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12259         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12260         * nnsoup.el (nnsoup-make-active): Ditto.
12261         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12262         * nntp.el (nntp-find-group-and-number)
12263         (nntp-retrieve-headers-with-xover): Ditto.
12264         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12265         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12266         (pgg-format-key-identifier): Ditto.
12267         * pop3.el (pop3-last, pop3-stat): Ditto.
12268         * qp.el (quoted-printable-decode-region): Ditto.
12269
12270         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12271         of concat.
12272
12273 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12276
12277         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12278
12279         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12280
12281         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12282
12283         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12284
12285         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12286
12287         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12288         (gnus-carpal-mode): Ditto.
12289
12290         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12291         (gnus-browse-mode): Ditto.
12292
12293         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12294
12295         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12296
12297 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12298
12299         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12300
12301 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-util.el (gnus-run-mode-hooks): New function.
12304
12305         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12306
12307         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12308         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12309
12310 2005-05-27  Lute Kamstra  <lute@gnu.org>
12311
12312         * dns-mode.el (dns-mode): Specify customization group.
12313
12314 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12315
12316         * gnus-agent.el (gnus-agent-make-mode-line-string):
12317         Use mode-line-highlight as mouse-face.
12318
12319 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * canlock.el (canlock): Change the parent group to news.
12322
12323         * deuglify.el (gnus-outlook-deuglify): Add :group.
12324
12325         * dig.el (dig): Add :group.
12326
12327         * dns-mode.el (dns-mode): Add :group.
12328
12329         * encrypt.el (encrypt): Add :group.
12330
12331         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12332         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12333         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12334         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12335         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12336
12337         * gnus-diary.el (gnus-diary): Add :group.
12338
12339         * gnus.el (gnus-group-news-1-face): Add :group.
12340         (gnus-group-news-1-empty-face): Ditto.
12341         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12342         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12343         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12344         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12345         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12346         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12347         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12348         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12349         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12350         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12351         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12352         (gnus-summary-high-ticked-face): Ditto.
12353         (gnus-summary-low-ticked-face): Ditto.
12354         (gnus-summary-normal-ticked-face): Ditto.
12355         (gnus-summary-high-ancient-face): Ditto.
12356         (gnus-summary-low-ancient-face): Ditto.
12357         (gnus-summary-normal-ancient-face): Ditto.
12358         (gnus-summary-high-undownloaded-face): Ditto.
12359         (gnus-summary-low-undownloaded-face): Ditto.
12360         (gnus-summary-normal-undownloaded-face): Ditto.
12361         (gnus-summary-high-unread-face): Ditto.
12362         (gnus-summary-low-unread-face): Ditto.
12363         (gnus-summary-normal-unread-face): Ditto.
12364         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12365         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12366
12367         * hashcash.el (hashcash): New custom group.
12368         (hashcash-default-payment): Add :group.
12369         (hashcash-payment-alist): Ditto.
12370         (hashcash-default-accept-payment): Ditto.
12371         (hashcash-accept-resources): Ditto.
12372         (hashcash-path): Ditto.
12373         (hashcash-extra-generate-parameters): Ditto.
12374         (hashcash-double-spend-database): Ditto.
12375         (hashcash-in-news): Ditto.
12376
12377         * message.el (message-minibuffer-local-map): Add :group.
12378
12379         * netrc.el (netrc): Add :group.
12380
12381         * sieve-manage.el (sieve-manage-log): Add :group.
12382         (sieve-manage-default-user): Diito.
12383         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12384         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12385         (sieve-manage-authenticators): Ditto.
12386         (sieve-manage-authenticator-alist): Ditto.
12387         (sieve-manage-default-port): Ditto.
12388
12389         * sieve-mode.el (sieve-control-commands-face): Add :group.
12390         (sieve-action-commands-face): Ditto.
12391         (sieve-test-commands-face): Ditto.
12392         (sieve-tagged-arguments-face): Ditto.
12393
12394         * smime.el (smime): Add :group.
12395
12396         * spam-report.el (spam-report): Add :group.
12397
12398         * spam.el (spam, spam-face): Add :group.
12399
12400 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12401
12402         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12403         return \n.\n.\n at the end of articles.  Protect against that.
12404         (nntp-with-open-group): Allow debugging.
12405
12406         * nnheader.el (mail-header-set-extra): Make into a function
12407         because I just could't understand how to quote the list properly.
12408
12409         * dns.el (query-dns-cached): New function.
12410
12411 2005-05-26  Lute Kamstra  <lute@gnu.org>
12412
12413         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12414
12415 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12418
12419         * gnus-art.el: Don't autoload mail-extract-address-components.
12420
12421         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12422         eval-and-compile to evaluate it.
12423
12424         * hashcash.el: Don't autoload executable-find.
12425
12426         * nndb.el: Don't declare the nndb back end two or more times; don't
12427         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12428
12429         * nntp.el: Autoload format-spec instead of format; use
12430         eval-and-compile to evaluate autoload forms.
12431
12432 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12433
12434         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12435
12436 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12437
12438         * gnus.el (gnus-version-number): Bump version.
12439
12440 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12441
12442         * gnus.el: No Gnus v0.3 is released.
12443
12444 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12445
12446         * lpath.el (featurep): Bind show-nonbreak-escape.
12447
12448 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * gnus-art.el (gnus-article-edit-part): Disable undo.
12451
12452 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12455         gnus-article-date-lapsed-new-header is t if date timer is active;
12456         skip headers in which the original date value is empty.
12457         (gnus-article-save-original-date): Redefine it as a macro.
12458         (gnus-display-mime): Use it.
12459
12460 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-art.el (article-date-ut): Support converting date in
12463         forwarded parts as well.
12464         (gnus-article-save-original-date): New function.
12465         (gnus-display-mime): Use it.
12466
12467 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12468
12469         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12470         enclosure element of <item>.
12471
12472 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * message.el (message-kill-buffer-query): Renamed from
12475         `message-kill-buffer-query-if-modified'.  Added :version.
12476
12477 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12480         window layout.
12481
12482 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * mml.el: Autoload dnd when compiling.
12485
12486 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12487
12488         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12489         x-dnd-*.
12490
12491 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * qp.el (quoted-printable-encode-region): Save excursion.
12494
12495 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12496
12497         * message.el (message-kill-buffer-query-if-modified): Add new variable
12498         so the user can kill a modified message buffer quickly.
12499         (message-kill-buffer): Use it.
12500
12501 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * lpath.el: Fbind display-time-event-handler; don't fbind
12504         string-to-multibyte.
12505
12506         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12507
12508 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12511         contained in text because xml.el decodes entities) with LFs.
12512
12513 2005-04-11  Lute Kamstra  <lute@gnu.org>
12514
12515         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12516         differently.
12517
12518 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12519
12520         * mm-util.el (mm-detect-coding-region): Typo.
12521
12522 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12525
12526 2005-04-06  Deepak Goel  <deego@gnufans.org>
12527
12528         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12529         user-function allow user modifications of the scores.
12530         (spam-stat-score-buffer-user): New function, to allow
12531         user-computed modifications to the score.
12532         (spam-stat-score-buffer-user-functions): List of additional
12533         scoring functions.
12534         (spam-stat-error-holder): Global temporary error holder.
12535         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12536         variable.
12537
12538 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12539
12540         * gnus-registry.el (gnus-registry-clean-empty-function)
12541         (gnus-registry-trim, gnus-registry-fetch-groups)
12542         (gnus-registry-delete-group): Groups that match
12543         `gnus-registry-ignored-groups' are removed from the registry
12544         entries, not just ignored for splitting.  This helps clean up the
12545         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12546         to get all the groups a message ID is in.
12547
12548         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12549         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12550         (spam-stat-score-buffer-user-functions): Add :number custom type.
12551
12552 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12555         argument in XEmacs.
12556
12557         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12558         (nnrss-request-group): Decode group name first.
12559         (nnrss-request-article): Make a text/plain article if mml-to-mime
12560         failed.
12561         (nnrss-get-encoding): Return a compatible encoding according to
12562         nnrss-compatible-encoding-alist.
12563         (nnrss-find-el): Use consp instead of listp.
12564         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12565
12566 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12569         which Emacs 20 doesn't support.
12570         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12571
12572 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12573
12574         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12575         silence the byte compiler inside the defun.
12576
12577         * gnus-demon.el (parse-time-string): Add autoload.
12578
12579         * gnus-delay.el (parse-time-string): Add autoload.
12580
12581         * gnus-art.el (parse-time-string): Add autoload.
12582
12583         * nnultimate.el (parse-time): Require for `parse-time-string'.
12584
12585 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12588
12589         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12590
12591         * smime.el (smime-ldap-host-list): Add :version.
12592
12593 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12596         pass it to `gnus-browse-read-group'.
12597         (gnus-browse-read-group): Add NUMBER argument and pass it to
12598         `gnus-group-read-ephemeral-group'.
12599
12600         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12601         argument and pass it to `gnus-group-read-group'.
12602
12603 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12604
12605         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12606         mm-xemacs-find-mime-charset-1 if we have the mule feature
12607         available at runtime.
12608
12609 2005-03-25  Werner Lemberg  <wl@gnu.org>
12610
12611         * nnmaildir.el: Replace `illegal' with `invalid'.
12612
12613 2005-03-23  Lute Kamstra  <lute@gnu.org>
12614
12615         * time-date.el: Add comment on time value formats.
12616         Don't require parse-time.
12617         (with-decoded-time-value): New macro.
12618         (encode-time-value): New function.
12619         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12620         (days-to-time): Return a valid time value when arg is huge.
12621         (time-since): Use time-subtract.
12622         (time-to-number-of-days): Use time-to-seconds.
12623
12624 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12625
12626         * gnus-start.el (gnus-display-time-event-handler):
12627         Check display-time-timer at runtime rather than only at load time
12628         in case display-time-mode is turned off in the mean time.
12629
12630 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12631
12632         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12633         used.
12634
12635         * nneething.el (nneething-map-file-directory): Derive from
12636         `gnus-directory'.
12637
12638         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12639         the To/Cc button.
12640
12641 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * nnmaildir.el (nnmaildir-request-accept-article):
12644         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12645
12646 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12647
12648         * gnus-async.el: Require timer-funcs at compile time when in
12649         XEmacs for `run-with-idle-timer'.
12650
12651 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12652
12653         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12654         autoloaded function.
12655
12656 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12657
12658         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12659
12660 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12661
12662         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12663
12664 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12665
12666         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12667         gnus-expert-user to default.
12668
12669 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12670
12671         * nnimap.el (nnimap-open-server): Ditto.
12672
12673         * imap.el (imap-authenticate): Fix typo.
12674
12675 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12676
12677         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12678         buffer (since IMAP server might return FETCH response out of
12679         order, and the nntp buffer must be sorted).
12680
12681 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12682
12683         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12684         comparison on string.
12685
12686         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12687         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12688         (gnus-agent-summary-fetch-series): Modified to protect against
12689         gnus-agent-summary-fetch-group clearing processable flags.
12690         (gnus-agent-synchronize-group-flags): Update live group buffer as
12691         synchronization may occur due to the user toggle the plugged
12692         status.
12693         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12694         successfully downloaded.
12695         (gnus-agent-expire-group-1): Avoid using markers when the overview
12696         is in ascending order; greatly improves performance.
12697         (gnus-agent-regenerate-group): Use
12698         gnus-agent-synchronize-group-flags to reset read status in both
12699         gnus and server.
12700         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12701
12702 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12703
12704         * message.el: Don't autoload former message-utils variables.
12705         (message-strip-subject-trailing-was): Change doc string.
12706
12707         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12708         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12709         (nnweb-google-search): Add "hl=en" here.
12710         (nnweb-google-parse-1, nnweb-google-create-mapping):
12711         Don't hardcode URL.
12712
12713 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * message.el (message-get-reply-headers, message-followup):
12716         Mention related variables `message-use-followup-to' and
12717         `message-use-mail-followup-to', in the information buffer.
12718
12719         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12720         of broken groups(-beta).google.com.
12721
12722 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12725         parameter to invoked gnus-request-move-article; remove the
12726         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12727         all at once instead of once per article.
12728         (gnus-summary-remove-process-mark): Accept a list of articles as
12729         well as a single article for processing.
12730
12731         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12732         parameter.
12733
12734         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12735
12736         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12737
12738         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12739         parameter.
12740
12741         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12742         parameter.
12743
12744         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12745         parameter and remove the gnus-sum-hint-move-is-internal variable.
12746
12747         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12748         parameter.
12749
12750         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12751         parameter.
12752
12753         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12754         parameter.
12755
12756         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12757
12758         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12759         parameter.
12760
12761         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12762         parameter.
12763
12764 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12765
12766         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12767         a more conservative way.
12768
12769 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12770
12771         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12772         buffer, so it moves the window's cursor.
12773
12774 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12775
12776         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12777         `mm-dissect-multipart' and receive the from field as an (optional)
12778         argument from `mm-dissect-multipart'.
12779         (mm-dissect-multipart): Receive the from field as an argument and
12780         pass it on when we call `mm-dissect-buffer' on MIME parts.
12781         Fixes verification/decryption of signed/encrypted MIME parts.
12782
12783 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12784
12785         * gnus-sum.el (gnus-summary-move-article): Set
12786         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12787         whatever it calls (right now, only nnimap-request-move article
12788         respects it).
12789
12790         * nnimap.el (nnimap-request-move-article): When
12791         gnus-sum-hint-move-is-internal is set, don't do the extra
12792         nnimap-request-article.
12793
12794 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12795
12796         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12797
12798         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12799         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12800
12801         * gnus-sum.el (gnus-summary-caesar-message):
12802         Apply `gnus-treat-article' after rotation.
12803
12804         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12805         doc string.
12806
12807 2005-02-22  Simon Josefsson  <jas@extundo.com>
12808
12809         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12810         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12811         <arne@arnested.dk>.
12812         (encrypt): Add password-cache and password-cache-expiry as group
12813         members.
12814
12815 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12816
12817         * smime.el (smime-ldap-host-list): Doc fix.
12818         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12819         cache) password.
12820         (smime-sign-region): Use it.
12821         (smime-decrypt-region): Use it.
12822         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12823         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12824         fails.
12825         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12826         certificate from DER to PEM format rather than calling openssl.
12827
12828         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12829
12830         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12831         for signing/encryption.
12832
12833         * mml.el (mml-parse-1): Use them.
12834
12835 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12836
12837         * nnrss.el (nnrss-verbose): Removed.
12838         (nnrss-request-group): Use `nnheader-message' instead.
12839
12840 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12841
12842         * nnrss.el (nnrss-verbose): New variable.
12843         (nnrss-request-group): Make it say nnrss is requesting a group.
12844
12845 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12848         Handle news URL with given port correctly.
12849
12850 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12853         containing special characters.
12854
12855         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12856
12857         * mml.el (mime-to-mml): Ditto.
12858
12859         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12860         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12861         (rfc2047-decode-region): Quote decoded words containing special
12862         characters when rfc2047-quote-decoded-words-containing-tspecials
12863         is non-nil.
12864
12865 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12866
12867         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12868
12869         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12870
12871 2005-02-15  Simon Josefsson  <jas@extundo.com>
12872
12873         * nnimap.el (nnimap-debug): Doc fix.
12874
12875         * imap.el (imap-debug): Doc fix.
12876
12877 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12880
12881 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12882
12883         * gnus.el (spam-contents): Improve docs for spam-contents
12884         parameter in its variable incarnation.
12885
12886 2005-02-14  Simon Josefsson  <jas@extundo.com>
12887
12888         * smime-ldap.el: Use require instead of load-library for ldap.
12889         (smime-ldap-search): Indent.
12890         (smime-ldap-search-internal): Shorten line.
12891
12892         * smime.el (smime-cert-by-dns): Add doc-string.
12893         (smime-cert-by-ldap-1): Indent.
12894
12895         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12896         mml-smime-get-dns-ldap.
12897         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12898
12899 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12900
12901         * smime.el: Require smime-ldap.
12902         (smime-ldap-host-list): New variable.
12903         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12904
12905         * mml-smime.el (mml-smime-encrypt-query): New function.
12906         (mml-smime-encrypt-query): Use it.
12907
12908         * smime-ldap.el: New file.
12909
12910 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12913
12914 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12917         argument in doc string.  Make query for type more clear.
12918
12919 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * gnus.el (gnus-group-startup-message): Search for gnus images in
12922         etc/images/gnus.
12923         * mm-util.el (mm-image-load-path): Likewise.
12924         * smiley.el (smiley-data-directory): Search for smilies in
12925         etc/images/smilies.
12926
12927 2005-02-09  Kim F. Storm  <storm@cua.dk>
12928
12929         Change Emacs release version from 21.4 to 22.1 throughout.
12930         Change Emacs development version from 21.3.50 to 22.0.50.
12931
12932 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12935
12936         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12937         non-Mule XEmacs as well.
12938         (mm-decompress-buffer): Signal an error intentionally if it does
12939         not decompress compressed data because auto-compression-mode is
12940         disabled.
12941
12942 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12943
12944         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12945         an ID in the registry even if it has no groups.
12946
12947 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12950         merge it into mm-decompress-buffer.
12951         (gnus-mime-copy-part): Use the MIME part charset, the value which
12952         a user specified or gnus-newsgroup-charset for decoding, like
12953         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12954         save-buffer what was used.  Suggested by Kevin Ryde
12955         <user42@zip.com.au>.
12956         (gnus-mime-inline-part): Allow the name parameter as well as the
12957         filename parameter; force decompressing of compressed data; always
12958         display contents being not decoded as unibyte.
12959
12960         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12961         as well as the filename parameter.
12962
12963         * mm-util.el (mm-decompress-buffer): Merge
12964         gnus-mime-jka-compr-maybe-uncompress.
12965         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12966         of compressed data.
12967
12968 2005-02-08  Simon Josefsson  <jas@extundo.com>
12969
12970         * imap.el (imap-log): Doc fix.
12971
12972 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12975         the coding cookies; decompress compressed parts.
12976
12977         * mml.el (mml-generate-mime-1): Add the charset parameter according
12978         to the value which a user specified manually or the coding cookie.
12979
12980         * mm-util.el (mm-string-to-multibyte): New function.
12981         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12982         (mm-coding-system-to-mime-charset): New function.
12983         (mm-decompress-buffer): New function.
12984         (mm-find-buffer-file-coding-system): New function.
12985
12986         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12987         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12988         parts.
12989
12990 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12991
12992         * mm-view.el (mm-display-inline-fontify): Decode a part according
12993         to the charset parameter.
12994
12995 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12998         prefix arg is neither nil nor a number, as info specifies.
12999
13000 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13003         timestamps.
13004
13005 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13006
13007         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13008         groups error checking and notify user.
13009
13010 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13011
13012         * message.el (message-send-mail-function): Check existence of
13013         sendmail-program first before using default value
13014         `message-send-mail-with-sendmail'.  Otherwise use more generic
13015         `smtpmail-send-it'.
13016
13017 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * nntp.el (nntp-request-update-info): Always return nil.
13020
13021 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13022
13023         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13024
13025 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13026
13027         * message.el (message-beginning-of-line): Change the behavior when
13028         invoked between BOL and : so that it first moves backward.
13029
13030 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13033         article buffer when editing of the article is discarded.
13034         (gnus-article-prepare): Revert.
13035
13036 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * gnus-art.el (gnus-article-prepare):
13039         Remove message-strip-forbidden-properties from the local hook.
13040
13041 2005-01-27  Simon Josefsson  <jas@extundo.com>
13042
13043         * password.el (password-cache-add): Only start one timer per key.
13044         Reported by Derek Atkins <warlord@MIT.EDU>.
13045
13046 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13047
13048         * run-at-time.el: Removed.  It is no longer needed as
13049         timer-funcs.el in the xemacs-base package has a working version of
13050         `run-at-time'.
13051
13052         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13053
13054         * password.el: Require timer-funcs instead of run-at-time in
13055         XEmacs.
13056         Remove `password-run-at-time' macro.
13057         (password-cache-add): Use `run-at-time' instead of
13058         `password-run-at-time'.
13059
13060         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13061         Remove `nnheader-cancel-function-timers' alias,
13062         `cancel-function-timers' exists in XEmacs in timer-funcs.
13063
13064         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13065         for `run-with-idle-timer'.
13066
13067         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13068         for `run-at-time'.
13069
13070         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13071         for `with-timeout'.
13072
13073         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13074         the same as for XEmacs 21.4.
13075         No need to ignore `run-with-idle-timer', this function exists in
13076         XEmacs now in timer-funcs.el in the xemacs-base package.
13077         (dgnushack-compile): No need to delete
13078         run-at-time.el from the list of files to compile because it
13079         doesn't exist anymore.
13080
13081 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13084         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13085
13086 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13087
13088         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13089         sensitively.
13090
13091 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13092
13093         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13094
13095 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13098         which will be inserted according to the multibyteness of a buffer
13099         rather than the type of contents.  Suggested by ARISAWA Akihiro
13100         <ari@mbf.ocn.ne.jp>.
13101
13102         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13103         of string which old xml.el may return rather than a string.
13104
13105 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13108
13109 2005-01-16  Simon Josefsson  <jas@extundo.com>
13110
13111         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13112         idn/idna.el isn't available.
13113         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13114         <michael@waxrat.com>.
13115
13116         * hashcash.el: Remove non-FSF copyright header.
13117
13118         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13119         (hashcash-generate-payment): Use it.
13120         (hashcash-generate-payment-async): Use it.
13121
13122 2005-01-15  Simon Josefsson  <jas@extundo.com>
13123
13124         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13125         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13126
13127         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13128         gnus-summary-idna-message.
13129         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13130         (gnus-summary-idna-message): New function.
13131
13132 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13135         gnus-novice-user.
13136
13137 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * nnrss.el (nnrss-request-delete-group): Delete entries in
13140         nnrss-group-alist as well.
13141         (nnrss-save-server-data): Insert newline.
13142
13143 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * gnus.el (gnus-user-agent): Use list of symbols instead of
13146         symbols.  Display full version number for (S)XEmacs.  Optionally
13147         display (S)XEmacs codename.
13148
13149         * gnus-util.el (gnus-emacs-version): Update for new
13150         `gnus-user-agent'.
13151
13152         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13153         Gnus version.
13154
13155 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13158         which is unreadable in some setups.
13159
13160 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * gnus-spec.el (gnus-update-format-specifications): Flush the
13163         group format spec cache if it doesn't support decoded group names.
13164
13165 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13168         Allow to apply decay on score files matching a regexp.
13169
13170 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13173         compatibility in %g and %c.
13174
13175 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13178         name for only %g and %c.
13179         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13180         of gnus-tmp-group to decoded group name.
13181         (gnus-group-make-rss-group): Exclude `/'s from group names.
13182
13183 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * nnrss.el (nnrss-get-encoding): Fix regexp.
13186
13187 2004-12-27  Simon Josefsson  <jas@extundo.com>
13188
13189         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13190         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13191         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13192
13193 2004-12-17  Kim F. Storm  <storm@cua.dk>
13194
13195         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13196
13197         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13198
13199 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13200
13201         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13202
13203 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * nnrss.el: Require rfc2047 and mml.
13206         (nnrss-file-coding-system): New variable.
13207         (nnrss-format-string): Redefine it as an inline function.
13208         (nnrss-decode-group-name): New function.
13209         (nnrss-string-as-multibyte): Remove.
13210         (nnrss-retrieve-headers): Decode group name; don't use
13211         nnrss-format-string.
13212         (nnrss-request-group): Decode group name.
13213         (nnrss-request-article): Decode group name; allow a Message-ID as
13214         well as an article number; don't use nnrss-format-string; encode a
13215         Message-ID string which may contain non-ASCII characters; use
13216         mml-to-mime to compose a MIME article.
13217         (nnrss-request-expire-articles): Decode group name.
13218         (nnrss-request-delete-group): Decode group name.
13219         (nnrss-fetch): Clarify error message.
13220         (nnrss-read-server-data): Use insert-file-contents instead of load;
13221         bind file-name-coding-system; use multibyte buffer.
13222         (nnrss-save-server-data): Bind coding-system-for-write to the
13223         value of nnrss-file-coding-system; bind file-name-coding-system;
13224         add coding cookie.
13225         (nnrss-read-group-data): Use insert-file-contents instead of load;
13226         bind file-name-coding-system; use multibyte buffer.
13227         (nnrss-save-group-data): Bind coding-system-for-write to the
13228         value of nnrss-file-coding-system; bind file-name-coding-system.
13229         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13230         make it work with non-ASCII text.
13231         (nnrss-find-el): Make it work with old xml.el as well.
13232
13233 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13234
13235         * nnrss.el (nnrss-get-encoding): New function.
13236         (nnrss-fetch): Use unibyte buffer initially; bind
13237         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13238         decode contents according to the encoding attribute.
13239         (nnrss-save-group-data): Add coding cookie.
13240         (nnrss-mime-encode-string): New function.
13241         (nnrss-check-group): Use it to encode subject and author.
13242
13243 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13244
13245         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13246         imaginary variable.
13247
13248 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13251         correctly even if there are wide characters.
13252
13253 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13254
13255         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13256         downcased symbol names; make a new cache instead of reusing
13257         bbdb-hashtable.
13258
13259 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13262         concatenating segments rather than before concatenating them.
13263         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13264
13265         * message.el (message-get-reply-headers): Bind `extra'.
13266
13267 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13268
13269         * message.el (message-extra-wide-headers): New variable.
13270         (message-get-reply-headers): Use it.
13271
13272 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13275         (gnus-agent-group-pathname): Ditto.
13276
13277         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13278
13279         * gnus-group.el (gnus-group-make-group): Decode group name.
13280         (gnus-group-make-rss-group): Register the group data after opening
13281         the nnrss group.
13282
13283 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13284
13285         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13286         by expiry now get marked as read.
13287
13288 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13291
13292 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13293
13294         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13295         unify Latin characters in XEmacs.
13296         (mm-find-mime-charset-region): Use it.
13297
13298 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-util.el (gnus-delete-directory): New function.
13301
13302         * gnus-agent.el (gnus-agent-delete-group): Use it.
13303
13304         * gnus-cache.el (gnus-cache-delete-group): Use it.
13305
13306 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13309         names.
13310
13311 2004-12-16  Simon Josefsson  <jas@extundo.com>
13312
13313         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13314
13315 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13318
13319         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13320         (gnus-group-set-current-level): Decode group name.
13321
13322 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13323
13324         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13325         failed.
13326
13327 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-group.el (gnus-group-delete-group): Decode group name.
13330         (gnus-group-make-rss-group): Encode group name.
13331         (gnus-group-catchup-current): Decode group name.
13332         (gnus-group-kill-group): Decode group name.
13333
13334 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13335
13336         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13337
13338 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-group.el (gnus-group-make-rss-group):
13341         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13342
13343         * gnus-start.el (gnus-setup-news): Honor user's setting to
13344         gnus-message-archive-method.  Suggested by Lute Kamstra
13345         <lute@gnu.org>.
13346
13347 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13348
13349         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13350         global counterparts of the buffer-local variables.
13351
13352 2004-11-16  Romain Francoise  <romain@orebokech.com>
13353
13354         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13355         counterparts of the buffer-local variables.
13356
13357 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13358
13359         * message.el (message-forbidden-properties): Fixed typo in doc
13360         string.
13361
13362 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13363
13364         * gnus-util.el (gnus-replace-in-string): Added doc string.
13365
13366         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13367         to avoid problems when splitting mails with many recipients.
13368
13369 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13370
13371         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13372         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13373
13374 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13375
13376         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13377         if there is no hashtable in memory or file modification time is
13378         newer than cached timestamp.
13379
13380 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13383         not-matching option.
13384
13385 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13388         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13389         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13390         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13391         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13392         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13393
13394 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * message.el (message-forward-make-body-mml): Remove headers
13397         according to message-forward-ignored-headers if a message is decoded.
13398
13399 2004-12-02  Romain Francoise  <romain@orebokech.com>
13400
13401         * message.el (message-forward-make-body-plain): Always remove
13402         headers according to message-forward-ignored-headers.
13403
13404 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13405
13406         * spam.el (spam-summary-prepare-exit): Remove the
13407         gnus-summary-limit pop for now, it has problems with ham marks for
13408         me.
13409
13410 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13411
13412         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13413         correctly.
13414
13415 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13416
13417         * format-spec.el (format-spec): Message the char.
13418
13419 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13420
13421         * gnus-art.el (gnus-split-methods): Reformat comments.
13422
13423         * spam.el (spam-summary-prepare-exit): Remove article limits
13424         before exiting the summary buffer.
13425
13426 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13429         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13430
13431         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13432         order to silence the byte compiler.
13433
13434         * spam.el: Fix the way to silence the byte compiler, which
13435         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13436         bbdb-search-simple, spam-BBDB-register-routine,
13437         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13438         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13439         spam-stat-buffer-is-spam, spam-stat-load,
13440         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13441         spam-stat-save and spam-stat-split-fancy.
13442
13443 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13446         which may confuse users.
13447         (canlock-password-for-verify): Ditto.
13448
13449         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13450
13451         * gnus-art.el (gnus-emphasis-alist): Ditto.
13452
13453         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13454
13455         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13456
13457         * gnus-start.el (gnus-save-killed-list): Ditto.
13458
13459         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13460         (gnus-sum-thread-tree-root): Ditto.
13461         (gnus-sum-thread-tree-false-root): Ditto.
13462         (gnus-sum-thread-tree-single-indent): Ditto.
13463
13464         * message.el (message-courtesy-message): Ditto.
13465         (message-archive-note): Ditto.
13466         (message-subscribed-address-file): Ditto.
13467         (message-user-fqdn): Ditto.
13468
13469         * spam-report.el (spam-report-gmane-regex): Ditto.
13470
13471         * spam.el (spam-blackhole-good-server-regex): Ditto.
13472
13473 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mml.el (mml-preview): Widen the message buffer before copying
13476         the contents to the preview buffer; sort headers before previewing.
13477
13478         * message.el (message-hidden-headers): Fix the way to avoid a bug
13479         in the `repeat' widget in Emacs 21.3 or earlier.
13480
13481 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * message.el (message-hidden-headers): Default to "^References:".
13484         Improve customization type.  Suggested by Reiner Steib
13485         <Reiner.Steib@gmx.de>.
13486
13487 2004-11-25  Romain Francoise  <romain@orebokech.com>
13488
13489         * message.el (message-strip-forbidden-properties): Remove check for
13490         obsolete `message-hidden' text property, hidden headers are not
13491         accessible in the buffer anymore.
13492
13493 2004-11-22  Romain Francoise  <romain@orebokech.com>
13494
13495         * message.el (message-header-format-alist): Add `From' in list
13496         so that it can be sorted.
13497         (message-fix-before-sending): Widen and sort headers before
13498         sending.
13499         (message-hide-headers): Use narrowing to hide headers by moving
13500         them to the top of the buffer and narrowing to the region
13501         underneath.
13502
13503 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13504
13505         * message.el (message-strip-forbidden-properties): Bind
13506         buffer-read-only (etc) to nil.
13507
13508 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13511         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13512
13513 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13514
13515         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13516
13517 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13518
13519         * dns.el (query-dns): Use sit-for to time instead of
13520         accept-process-output, since that doesn't seem to work on udp
13521         sockets.
13522
13523 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13526
13527 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13528
13529         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13530         doc string.  Improve doc string.
13531
13532 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * nntp.el (nntp-request-update-info): Return nil if
13535         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13536         may not call gnus-activate-group which uselessly issues the GROUP
13537         commands for all nntp groups and wastes time.  Reported by Romain
13538         Francoise <romain@orebokech.com>.
13539
13540         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13541
13542 2004-11-15  Simon Josefsson  <jas@extundo.com>
13543
13544         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13545         headers separately.
13546         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13547         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13548
13549 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-start.el (gnus-convert-old-newsrc):
13552         Assign legacy-gnus-agent to 5.10.7.
13553
13554 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13555
13556         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13557         start of the lines.
13558
13559 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13560
13561         * hashcash.el (hashcash-default-payment): Change default to 20.
13562         (hashcash-default-accept-payment): Change default to 20.
13563         (hashcash-process-alist): New variable.
13564         (hashcash-generate-payment-async): Add.
13565         (hashcash-already-paid-p): Add.
13566         (hashcash-insert-payment): Don't generate payments twice.
13567         (hashcash-insert-payment-async): Add.
13568         (hashcash-insert-payment-async-2): Add.
13569         (hashcash-cancel-async): Add.
13570         (hashcash-wait-async): Add.
13571         (hashcash-processes-running-p): Add.
13572         (hashcash-wait-or-cancel): Add.
13573         (mail-add-payment): New optional argument.  Conditionally start
13574         asynchronous calculation.
13575         (mail-add-payment-async): Add.
13576
13577         * message.el (message-send-mail): Wait for asynchronous hashcash
13578         results.  Don't clobber existing X-Hashcash headers.
13579         (message-setup-1): Call mail-add-payment-async when
13580         message-generate-hashcash is non-nil.
13581
13582 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13583
13584         * message.el (message-use-alternative-email-as-from): Examine the
13585         From header as well; use message-make-from in order to include a
13586         user's full name.
13587
13588 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13591         default; improve customization type.
13592         (gnus-emphasis-custom-with-format): New macro.
13593         (gnus-emphasis-custom-value-to-external): New function.
13594         (gnus-emphasis-custom-value-to-internal): New function.
13595
13596 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13597
13598         * dns.el (query-dns): Resolve reverse addresses.
13599
13600 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13601
13602         * gnus-group.el (gnus-group-get-new-news): Use it.
13603
13604         * gnus-start.el (gnus-check-reasonable-setup): New function.
13605
13606 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13609         "Args out of range" error.  Reported by Arnaud Giersch
13610         <arnaud.giersch@free.fr>.
13611
13612 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13613
13614         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13615
13616 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13617
13618         * spam.el (spam group): Add :version.
13619
13620         * pgg-def.el (pgg group): Add :version.
13621
13622 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-art.el (gnus-article-edit-article): Don't associate the
13625         article buffer with a draft file.  This is a temporary measure
13626         against the 2004-08-22 change to gnus-article-edit-mode.
13627
13628 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13631         (html2text-format-tags): Remove unused variable `attr'.
13632
13633 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13636
13637         * tls.el (tls-process-connection-type, tls-success)
13638         (tls-certtool-program): Add :version.
13639
13640         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13641         (starttls-extra-arguments, starttls-process-connection-type)
13642         (starttls-connect, starttls-failure, starttls-success): Add :version.
13643
13644         * spam-stat.el (spam-stat): Add :version.
13645
13646         * sieve.el (sieve): Add :version.
13647
13648         * sha1.el (sha1): Add :version.
13649         (sha1-use-external): Remove redundant version.
13650
13651         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13652         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13653         (nnmail-split-fancy-match-partial-words)
13654         (nnmail-split-lowercase-expanded): Add :version.
13655
13656         * nndiary.el (nndiary): Add :version.
13657
13658         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13659
13660         * mml-sec.el (mml-default-sign-method)
13661         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13662         Add :version.
13663
13664         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13665
13666         * mm-url.el (mm-url-use-external, mm-url-program)
13667         (mm-url-arguments): Add :version.
13668
13669         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13670         (mm-attachment-file-modes, mm-decrypt-option)
13671         (mm-w3m-safe-url-regexp): Add :version.
13672
13673         * message.el (message-cite-prefix-regexp)
13674         (message-sendmail-envelope-from, message-minibuffer-local-map)
13675         (message-user-fqdn, message-completion-alist): Add :version.
13676
13677         * gnus-win.el (gnus-configure-windows-hook)
13678         (gnus-use-frames-on-any-display): Add :version.
13679
13680         * gnus-art.el (gnus-article-address-banner-alist)
13681         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13682         (gnus-treat-from-picon, gnus-treat-mail-picon)
13683         (gnus-treat-x-pgp-sig): Add :version.
13684
13685         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13686         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13687         (gnus-summary-article-delete-hook)
13688         (gnus-summary-display-while-building): Add :version.
13689
13690         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13691         (gnus-get-top-new-news-hook): Add :version.
13692
13693         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13694         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13695
13696         * gnus-registry.el (gnus-registry): Add :version.
13697
13698         * gnus-spec.el (gnus-use-correct-string-widths)
13699         (gnus-make-format-preserve-properties): Add :version.
13700
13701         * gnus.el (gnus-group-charter-alist)
13702         (gnus-group-fetch-control-use-browse-url)
13703         (gnus-install-group-spam-parameters): Add :version.
13704
13705         * gnus-diary.el (gnus-diary): Add :version.
13706
13707         * gnus-delay.el (gnus-delay): Add :version.
13708
13709         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13710         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13711         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13712         Add :version.
13713
13714         * gnus-agent.el (gnus-agent-max-fetch-size)
13715         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13716         (gnus-agent-prompt-send-queue): Add :version.
13717
13718         * deuglify.el (gnus-outlook-deuglify): Add :version.
13719
13720         * html2text.el: Beautify code.  Improve doc strings.  Some
13721         checkdoc cleanup.
13722         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13723
13724 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13725
13726         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13727
13728 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13729
13730         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13731         when package is loaded.
13732
13733         * spam.el (spam-summary-score-preferred-header): Add global preference
13734         for people who want to override the default SpamAssassin over
13735         Bogofilter preference (when both are set).
13736         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13737         (spam-user-format-function-S): Check
13738         spam-summary-score-preferred-header.
13739         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13740         (spam-user-format-function-S): Format the score correctly.
13741
13742 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13745         signature file.  Suggested by Manoj Srivastava
13746         <srivasta@golden-gryphon.com>.
13747
13748         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13749         iso-2022-jp even in the Japanese language environment.
13750         Suggested by Jason Rumney <jasonr@gnu.org>.
13751
13752 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13755         use the same characters as the dummy marks; make it free from
13756         getting affected by the language environment.
13757         (gnus-summary-read-group-1): Update mark positions only when the
13758         format spec is updated.
13759
13760         * gnus-spec.el (gnus-update-format-specifications): Return a list
13761         of updated types.
13762
13763 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13766         of boundp to check if display-warning is available.
13767
13768 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13769
13770         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13771
13772 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * nnspool.el (nnspool-spool-directory): Use news-path if the
13775         news-directory variable is not bound.
13776
13777         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13778         function instead of display-warning if it is not available.
13779
13780 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13783         v5-10: Use `point-at-bol'.
13784
13785 2004-10-26  Simon Josefsson  <jas@extundo.com>
13786
13787         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13788         <chenggao@gmail.com>.
13789
13790 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13793         instead.
13794
13795 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13796
13797         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13798         to remove a server from the nnimap-server-buffer-alist.
13799         (nnimap-open-connection, nnimap-close-server): Use it.
13800
13801         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13802
13803 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13806         running the major-mode function.
13807
13808 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13811         dummy marks in the right way.
13812
13813 2004-10-18  David Edmondson  <dme@dme.org>
13814
13815         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13816         excessively.
13817
13818 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13819
13820         * gnus-util.el (gnus-split-references): Accept a nil references
13821         string and go on blissfully.
13822
13823         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13824         cases where the references string is non-nil but has no references.
13825
13826         * encrypt.el: Add autoload tags.
13827
13828         * spam.el (spam-resolve-registrations-routine): Remove article
13829         from unregistration list too.  Reported by David Hanak
13830         <dhanak@isis.vanderbilt.edu>
13831
13832 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13833
13834         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13835         nil.  Changed custom type.
13836
13837 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13840
13841         * gnus-sum.el (gnus-summary-move-article): Use it.
13842
13843 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13844
13845         * encrypt.el: Add autoload cookies.
13846
13847         * spam.el (spam-backend-article-list-property)
13848         (spam-backend-get-article-todo-list)
13849         (spam-backend-put-article-todo-list)
13850         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13851         Resolve registrations separately.
13852         (spam-register-routine): Format comments.
13853         (spam-unregister-routine, spam-register-routine): Always call with
13854         specific-articles, no default list.
13855         (spam-summary-prepare-exit): Use the spam-classifications function.
13856
13857         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13858         gnus-encrypt.el.
13859
13860         * encrypt.el: Copied from gnus-encrypt.el.
13861
13862         * gnus-encrypt.el: Commented that it's obsolete.
13863
13864 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13867         (gnus-score-save): Use it.
13868
13869         * message.el (message-bury): Use `window-dedicated-p'.
13870
13871 2004-10-15  Simon Josefsson  <jas@extundo.com>
13872
13873         * pop3.el (top-level): Don't require nnheader.
13874         (pop3-read-timeout): Add.
13875         (pop3-accept-process-output): Add.
13876         (pop3-read-response, pop3-retr): Use it.
13877
13878 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13879
13880         * spam.el (spam-register-routine): Move comment.
13881         (spam-verify-bogofilter): Use 'unknown for the initial
13882         spam-bogofilter-valid state, not 'never.
13883
13884         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13885         for netrc-machine.
13886
13887         * nnimap.el (nnimap-open-connection): Use
13888         netrc-machine-user-or-password.
13889
13890 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13891
13892         * gnus-registry.el (gnus-registry-unload-hook):
13893         Set as a variable with add-hook.
13894
13895         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13896         of news-path.
13897
13898         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13899
13900         * spam.el: Delete duplicate `provide'.
13901         (spam-unload-hook): Set as a variable with add-hook.
13902
13903 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13906         in the doc string.
13907
13908         * message.el (message-ignored-news-headers)
13909         (message-ignored-supersedes-headers)
13910         (message-ignored-resent-headers)
13911         (message-forward-ignored-headers): Improve custom type.
13912
13913 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * message.el (message-tokenize-header): Fix 2004-09-06 change
13916         which used point-min in the wrong place.
13917
13918 2004-10-12  Simon Josefsson  <jas@extundo.com>
13919
13920         * tls.el (tls-certtool-program): New variable.
13921         (tls-certificate-information): New function, based on
13922         ssl-certificate-information.
13923
13924 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * compface.el: Move the version of ELisp-based uncompface program
13927         to the contrib directory because of the copyright problem.
13928
13929 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * message.el (message-kill-buffer): Raise the current frame.
13932
13933 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13936
13937         * gnus.el (message-y-or-n-p): Autoload.
13938
13939         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13940         (pop3-password-required, pop3-authentication-scheme)
13941         (pop3-leave-mail-on-server): Made customizable.
13942         (pop3): New custom group.
13943         (pop3-retr): Remove `sleep-for' statements.
13944         Suggested by Dave Love <fx@gnu.org>.
13945
13946         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13947         Windows/DOS.
13948
13949         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13950         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13951         Dave Love <fx@gnu.org>.
13952
13953         * mml.el (mml-minibuffer-read-disposition): Require match.
13954         Suggested by Dave Love <fx@gnu.org>.
13955
13956 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13957
13958         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13959         doc string.
13960
13961 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13964
13965 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13966
13967         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13968         instead of calling `mm-insert-inline', to decode text/* parts
13969         before displaying them.
13970
13971 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * mm-uu.el (mm-uu-text-plain-type): New variable.
13974         (mm-uu-pgp-signed-extract-1): Use it.
13975         (mm-uu-pgp-encrypted-extract-1): Use it.
13976         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13977         bind mm-uu-text-plain-type with that value.
13978         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13979         mm-uu-dissect.
13980
13981 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-group.el (gnus-update-group-mark-positions):
13984         * gnus-sum.el (gnus-update-summary-mark-positions):
13985         * message.el (message-check-news-body-syntax):
13986         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13987         of string-as-multibyte.
13988
13989 2004-10-05  Juri Linkov  <juri@jurta.org>
13990
13991         * gnus-group.el (gnus-update-group-mark-positions):
13992         * gnus-sum.el (gnus-update-summary-mark-positions):
13993         * message.el (message-check-news-body-syntax):
13994         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13995         8-bit unibyte values to a multibyte string for search functions.
13996
13997 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14000         (mm-uu-dissect-text-parts): New function.
14001
14002         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14003         dissect text parts.
14004
14005         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14006         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14007
14008         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14009
14010         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14011         gnus-current-topics instead of gnus-current-topic.
14012
14013 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14014
14015         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14016
14017 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14018
14019         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14020         where approriate.
14021
14022         * nnml.el (nnml-generate-active-info): do.
14023
14024         * nndiary.el (nndiary-generate-active-info): do.
14025
14026         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14027         (gnus-topic-move): do.
14028
14029         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14030         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14031
14032         * gnus-srvr.el (gnus-server-prepare)
14033         (gnus-server-open-all-servers): do.
14034
14035         * gnus-msg.el (gnus-summary-cancel-article)
14036         (gnus-summary-resend-message)
14037         (gnus-summary-mail-crosspost-complaint): do.
14038
14039         * gnus-move.el (gnus-change-server): do.
14040
14041         * gnus-group.el (gnus-group-unmark-all-groups)
14042         (gnus-group-set-current-level): do.
14043
14044 2004-10-04  Simon Josefsson  <jas@extundo.com>
14045
14046         * message.el (message-generate-hashcash): Doc fix.
14047
14048 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14049
14050         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14051         avoid infinite recursion via gnus-get-function.
14052
14053 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14054
14055         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14056
14057         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14058
14059         * nnmail.el (nnmail-split-history): do.
14060
14061         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14062         (nnml-request-delete-group): do.
14063
14064         * nnslashdot.el (nnslashdot-read-groups): do.
14065
14066         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14067         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14068
14069         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14070         (nnspool-sift-nov-with-sed): Use last.
14071         (nnspool-retrieve-headers-with-nov): Use mapc.
14072         (nnspool-request-newgroups): Use dolist.
14073         (nnspool-request-group): Use last.
14074
14075         * nntp.el (nntp-read-server-type): Use dolist.
14076
14077         * nnvirtual.el (nnvirtual-create-mapping)
14078         (nnvirtual-update-read-and-marked): Use dolist.
14079         (nnvirtual-convert-headers): Simplify.
14080
14081 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14082
14083         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14084         support for sync'ing tick marks.
14085
14086 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14089         there's no visible header.
14090
14091 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14092
14093         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14094         necessary, pass full group name to gnus-request-set-marks.
14095
14096 2004-10-01  Simon Josefsson  <jas@extundo.com>
14097
14098         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14099         acroread.
14100
14101 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14102
14103         * spam-report.el (spam-report-gmane): Fix interactive.
14104
14105         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14106
14107         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14108         when writing file.
14109         (gnus-agent-synchronize-flags): Don't default to being
14110         interactive.
14111
14112 2004-09-30  Simon Josefsson  <jas@extundo.com>
14113
14114         * message.el (message-generate-hashcash): Add.
14115         (message-send-mail): Use it, call mail-add-payment.
14116
14117 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14118
14119         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14120
14121 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14122
14123         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14124         gnus-requst-update-info with explicit code to sync the in-memory
14125         info read flags with the marks being sync'd to the backend.
14126
14127         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14128
14129 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * spam.el (spam-verify-bogofilter): Add new function.
14132         (spam-check-bogofilter)
14133         (spam-bogofilter-register-with-bogofilter): Use it.
14134         (spam-verify-bogofilter): Add small fixes.
14135
14136 2004-09-28  Simon Josefsson  <jas@extundo.com>
14137
14138         * hashcash.el (hashcash-generate-payment): Revert.
14139
14140 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14141
14142         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14143         gnus-extract-references instead of gnus-split-references.
14144
14145         * gnus-util.el (gnus-extract-references): Add new function, analogous
14146         to gnus-split-references but extracts only the message-ID without
14147         anything extra.
14148
14149         * hashcash.el (hashcash-generate-payment)
14150         (hashcash-check-payment): Do the right thing if hashcash-path is
14151         nil (because the hashcash program could not be found).
14152
14153         * spam.el (spam-use-hashcash): Remove comment.
14154
14155 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14156
14157         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14158         (gnus-cache-enter-article, gnus-cache-remove-article)
14159         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14160
14161         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14162
14163         * gnus-art.el (article-hide-boring-headers)
14164         (article-translate-strings, article-display-face)
14165         (gnus-article-mime-match-handle-first)
14166         (gnus-article-highlight-headers)
14167         (gnus-article-add-buttons-to-head): do.
14168
14169 2004-09-27  Simon Josefsson  <jas@extundo.com>
14170
14171         * hashcash.el: New version, from
14172         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14173         ../contrib/.
14174
14175 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14178
14179 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14180
14181         * gnus-dup.el (gnus-dup-open): Use mapc.
14182         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14183
14184         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14185         Reported by Stefan Wiens <s.wi@gmx.net>.
14186
14187         * gnus.el (gnus-shutdown): Use dolist.
14188
14189         * gnus-undo.el (gnus-undo): Use mapc.
14190
14191         * nnrss.el (nnrss-generate-active): do.
14192
14193         * message.el (message-cite-original-without-signature)
14194         (message-cite-original): Use mapc.
14195         (message-do-actions, message-make-forward-subject): Use dolist.
14196
14197 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14198
14199         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14200         deletion to remove entire duplicate line.  Fixes merged article
14201         number bug.
14202
14203 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14204
14205         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14206         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14207         first ask if you want to open a server and then, even when you
14208         responded with no, asking if you want to synchronize the server's
14209         flags.
14210         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14211         multi-line expressions.
14212         (gnus-agent-synchronize-group-flags): New internal function.
14213         Updates marks in memory (in the info structure) AND in the
14214         backend.
14215
14216         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14217
14218         * nnagent.el (nnagent-request-set-mark): Use
14219         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14220         method, to ensure that synchronization updates marks in the
14221         backend and in the info (in memory) structure.
14222
14223 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14226         convention fully; don't miss the root article of a thread; make
14227         the X-Draft-From header with correct article numbers.
14228
14229 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14230
14231         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14232         unless plugged.  Disable the agent so that an open failure causes
14233         an error.
14234
14235         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14236         Reverted 2004-09-21 change.  The backend must be opened while
14237         synchronizing flags even when the backend stores the flags
14238         locally.
14239
14240 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14243         in `header' match.  Reported by Svend Tollak Munkejord.
14244
14245         * message.el (message-cite-original): Fix use of
14246         `message-cite-articles-with-x-no-archive'.
14247
14248 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14251         (gnus-window-to-buffer): Ditto.
14252
14253         * mml.el (mml-preview-buffer): New variable.
14254         (mml-preview): Manage window layout with gnus-buffer-configuration.
14255
14256         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14257         X-Draft-From header even if those articles aren't quoted.
14258
14259 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14260
14261         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14262         (gnus-request-set-mark, gnus-request-update-mark): Use new
14263         g-s-t-u-l-m to decide to use backend even when unplugged.
14264
14265 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14268         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14269
14270 2004-09-20  Simon Josefsson  <jas@extundo.com>
14271
14272         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14273         "utf-16-le".
14274
14275 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14276
14277         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14278
14279 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14280
14281         * uudecode.el (uudecode-use-external): Add :version.
14282
14283         * smime.el (smime-CA-file, smime-encrypt-cipher)
14284         (smime-dns-server): Add :version.
14285
14286         * smiley.el (gnus-smiley-file-types): Add :version.
14287
14288         * sha1.el (sha1-use-external): Add :version.
14289
14290         * pgg-def.el (pgg-query-keyserver): Add :version.
14291
14292         * nnmail.el (nnmail-fancy-expiry-targets)
14293         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14294         Add :version.
14295
14296         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14297         (nnimap-retrieve-groups-asynchronous): Add :version.
14298         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14299
14300         * mml.el (mml-content-disposition-parameters)
14301         (mml-insert-mime-headers-always): Add :version.
14302
14303         * mm-util.el (mm-coding-system-priorities): Add :version.
14304
14305         * mm-decode.el (mm-inline-text-html-with-images)
14306         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14307         (mm-verify-option): Add :version.
14308         (mm-text-html-renderer): Change :version.
14309
14310         * message.el (message-fcc-externalize-attachments)
14311         (message-required-headers, message-draft-headers)
14312         (message-subject-trailing-was-query)
14313         (message-subject-trailing-was-ask-regexp)
14314         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14315         (message-mark-insert-end, message-archive-header)
14316         (message-archive-note, message-cross-post-default)
14317         (message-cross-post-note, message-followup-to-note)
14318         (message-cross-post-note-function, message-use-mail-followup-to)
14319         (message-subscribed-address-functions)
14320         (message-subscribed-address-file, message-subscribed-addresses)
14321         (message-subscribed-regexps, message-allow-no-recipients)
14322         (message-yank-cited-prefix, message-signature-insert-empty-line)
14323         (message-hidden-headers, message-hierarchical-addresses)
14324         (message-mail-user-agent, message-use-idna)
14325         (message-valid-fqdn-regexp)
14326         (message-strip-special-text-properties, message-header-synonyms)
14327         (message-beginning-of-line, message-tab-body-function): Add :version.
14328         (message-insert-canlock, message-wide-reply-confirm-recipients):
14329         Change :version.
14330
14331         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14332         and :version.
14333         (mail-source-delete-old-incoming-confirm)
14334         (mail-source-movemail-program): Add :version.
14335
14336         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14337         (gnus-agent-cache, gnus-agent): Change :version.
14338
14339         * gnus-util.el (gnus-use-byte-compile): Change :version.
14340
14341         * gnus-sum.el (gnus-summary-make-false-root-always)
14342         (gnus-summary-default-high-score)
14343         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14344         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14345         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14346         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14347         (gnus-sum-thread-tree-single-indent)
14348         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14349         (gnus-sum-thread-tree-leaf-with-other)
14350         (gnus-sum-thread-tree-single-leaf): Add :version.
14351         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14352         (gnus-article-loose-mime): Change :version.
14353
14354         * gnus-start.el (gnus-backup-startup-file)
14355         (gnus-save-startup-file-via-temp-buffer): Add :version.
14356
14357         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14358         (gnus-server-offline-face): Add :version.
14359
14360         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14361
14362         * gnus-msg.el (gnus-gcc-externalize-attachments)
14363         (gnus-debug-files, gnus-debug-exclude-variables)
14364         (gnus-discouraged-post-methods): Change :version.
14365         (gnus-confirm-mail-reply-to-news)
14366         (gnus-confirm-treat-mail-like-news): Add :version.
14367
14368         * gnus-int.el (gnus-server-unopen-status): Add :version.
14369
14370         * gnus-group.el (gnus-group-jump-to-group-prompt)
14371         (gnus-large-ephemeral-newsgroup)
14372         (gnus-fetch-old-ephemeral-headers): Add :version.
14373
14374         * gnus-fun.el (gnus-x-face-directory)
14375         (gnus-convert-pbm-to-x-face-command)
14376         (gnus-convert-image-to-x-face-command)
14377         (gnus-convert-image-to-face-command): Add :version.
14378
14379         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14380
14381         * gnus-cite.el (gnus-cite-blank-line-after-header)
14382         (gnus-article-boring-faces): Add :version.
14383
14384         * gnus-art.el (gnus-buttonized-mime-types)
14385         (gnus-inhibit-mime-unbuttonizing)
14386         (gnus-treat-display-face)
14387         (gnus-treat-body-boundary): Change :version.
14388         (gnus-body-boundary-delimiter, gnus-picon-databases)
14389         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14390         (gnus-treat-date-english, gnus-treat-fold-headers)
14391         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14392         (gnus-treat-mail-picon, gnus-treat-wash-html)
14393         (gnus-article-encrypt-protocol)
14394         (gnus-use-idna, gnus-article-over-scroll)
14395         (gnus-mime-display-multipart-alternative-as-mixed)
14396         (gnus-mime-display-multipart-related-as-mixed)
14397         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14398         (gnus-ctan-url, gnus-button-ctan-handler)
14399         (gnus-button-handle-ctan-bogus-regexp)
14400         (gnus-button-ctan-directory-regexp)
14401         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14402         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14403         (gnus-button-man-level, gnus-button-emacs-level)
14404         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14405
14406         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14407         (gnus-agent-go-online): Change :version.
14408         (gnus-agent-expire-unagentized-dirs)
14409         (gnus-agent-auto-agentize-methods): Add :version.
14410
14411         * flow-fill.el (fill-flowed-display-column)
14412         (fill-flowed-encode-column): Add :version.
14413
14414         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14415         (gnus-outlook-deuglify-unwrap-max)
14416         (gnus-outlook-deuglify-cite-marks)
14417         (gnus-outlook-deuglify-unwrap-stop-chars)
14418         (gnus-outlook-deuglify-no-wrap-chars)
14419         (gnus-outlook-deuglify-attrib-cut-regexp)
14420         (gnus-outlook-deuglify-attrib-verb-regexp)
14421         (gnus-outlook-deuglify-attrib-end-regexp)
14422         (gnus-outlook-display-hook): Add :version.
14423
14424         * binhex.el (binhex-use-external): Add :version.
14425
14426 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14429         and `invisible'.
14430
14431 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14432
14433         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14434         in gnus-registry-trim.
14435
14436 2004-09-13  Simon Josefsson  <jas@extundo.com>
14437
14438         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14439
14440         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14441
14442         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14443         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14444         <yamaoka@jpl.org>.
14445         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14446         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14447         <yamaoka@jpl.org>.
14448
14449         * sieve.el (sieve-manage-mode): Ditto.
14450
14451 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14452
14453         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14454
14455 2004-09-11  Simon Josefsson  <jas@extundo.com>
14456
14457         * dns-mode.el: Add.
14458
14459         * mm-view.el (mm-display-dns-inline): Add.
14460
14461         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14462         (mm-automatic-display): Ditto.
14463
14464         * mailcap.el (mailcap-mime-data): Add text/dns.
14465         (mailcap-mime-extensions): Map .soa to text/dns.
14466
14467 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14468
14469         * gnus-art.el (article-decode-mime-words, article-babel)
14470         (gnus-article-highlight-signature, gnus-article-add-buttons)
14471         (gnus-signature-toggle): Remove unnecessary bindings of
14472         `inhibit-read-only' inherited from v5.10 merge.
14473
14474 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * nntp.el (nntp): New customization group.
14477         (nntp-authinfo-file): Add customization group.
14478
14479         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14480
14481         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14482
14483         * gnus.el (to-address, to-list, subscribed)
14484         (large-newsgroup-initial): Ditto.
14485
14486         * flow-fill.el (fill-flowed-display-column)
14487         (fill-flowed-encode-column): Ditto.
14488
14489 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14490
14491         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14492         Use point-min rather than 1.
14493         (message-send-mail): Use buffer-size rather than point-max.
14494
14495         * gnus-sum.el (gnus-summary-search-article-forward):
14496         Signal a specific `search-failed' rather than a generic `error'.
14497
14498         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14499         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14500         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14501
14502 2004-09-10  Simon Josefsson  <jas@extundo.com>
14503
14504         * nndb.el (require): Remove tcp and duplicate cl.
14505
14506 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-agent.el (directory-files-and-attributes): Move forward.
14509
14510 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14511
14512         * gnus-agent.el (directory-files-and-attributes): Optionally
14513         defined to support XEmacs.
14514
14515 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14516
14517         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14518         to avoid run-time CL dependencies.
14519         (gnus-agent-unfetch-articles): New function.
14520         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14521         article numbers even when local .overview file is missing.
14522         (gnus-agent-read-article-number): New function.  Only accepts
14523         27-bit article numbers.
14524         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14525         gnus-agent-read-article-number.
14526         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14527         from backend while recognizing that article numbers in .overview
14528         must be valid.
14529         (gnus-agent-update-files-total-fetched-for): Use
14530         directory-files-and-attributes to improve performance.
14531         * gnus-int.el (gnus-request-move-article): Use
14532         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14533         improve performance.
14534
14535         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14536         some users confused by references to .newsrc when they only have a
14537         .newsrc.eld file.
14538         (gnus-convert-mark-converter-prompt)
14539         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14540         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14541         New function.  Used internally to only display 'gnus converting
14542         files' message when actually necessary.
14543
14544         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14545         methods now autoloaded.
14546
14547 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14550         identifiers.
14551
14552 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14553
14554         * gnus-picon.el: Fix indentation and closing parenthesis.
14555
14556 2004-09-01  Simon Josefsson  <jas@extundo.com>
14557
14558         * message.el (message-canlock-generate): Require sha1, not
14559         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14560         to require within a function.  Sadly, if sha1.el isn't loaded, the
14561         let binding in m-c-g will hide the defcustom definition, which is
14562         bad.)
14563
14564         * canlock.el: Require sha1, not sha1-el.
14565
14566         * message.el: Don't autoload sha1 (there is a autoload cookie in
14567         sha1.el).
14568
14569         * sha1-el.el: Renamed to sha1.el.
14570
14571 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14572
14573         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14574
14575 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14576
14577         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14578
14579 2004-08-30  Kim F. Storm  <storm@cua.dk>
14580
14581         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14582
14583         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14584         Add :group 'nnimap.
14585
14586 2004-08-30  Andreas Schwab  <schwab@suse.de>
14587
14588         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14589         ?* and ?\;.
14590
14591         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14592         and ?\' to symbol instead of whitespace.
14593
14594 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14597
14598         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14599         instead of re-search-forward.
14600
14601         * gnus-uu.el (gnus-uu-save-article): Ditto.
14602         (gnus-uu-post-encode-uuencode): Ditto.
14603
14604         * html2text.el (html2text-clean-list-items): Ditto.
14605         (html2text-clean-dtdd): Ditto.
14606         (html2text-format-tags): Ditto.
14607
14608         * message.el (message-send-mail-with-sendmail): Fix regexp.
14609         (message-fill-field-general): Use search-forward instead of
14610         re-search-forward.
14611         (unbold-region): Ditto.
14612
14613         * nnrss.el (nnrss-request-article): Ditto.
14614
14615         * nnslashdot.el (nnslashdot-request-article): Ditto.
14616
14617         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14618
14619         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14620         "Unrecognized menu descriptor" error in XEmacs.
14621
14622 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14623
14624         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14625         parent article of a sparse article in the thread hashtb.
14626
14627 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14628
14629         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14630         (nnmail-expand-newtext): Lowercase expanded entries if
14631         nnmail-split-lowercase-expanded is non-nil.
14632
14633 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14636
14637         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14638         of gnus-tmp-news-method into string under XEmacs.  It will be
14639         passed to gnus-correct-length which takes only a string argument.
14640
14641 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * gnus-util.el (gnus-bind-print-variables): New macro.
14644         (gnus-prin1): Use it.
14645         (gnus-prin1-to-string): Use it.
14646         (gnus-pp): New function.
14647         (gnus-pp-to-string): New function.
14648
14649         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14650         Replace pp-to-string with gnus-pp-to-string.
14651         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14652         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14653         * gnus-msg.el (gnus-debug): Ditto.
14654         * gnus-score.el (gnus-score-save): Ditto.
14655         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14656         gnus-pp-to-string.
14657         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14658         with gnus-pp.
14659         * score-mode.el (gnus-score-pretty-print): Ditto.
14660         * webmail.el (webmail-debug): Ditto.
14661
14662 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-art.el (article-display-face, article-display-x-face):
14665         Use buffer-read-only.
14666
14667 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (article-hide-list-identifiers):
14670         Bind inhibit-read-only as t.
14671
14672 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14675
14676 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14677
14678         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14679         (gnus-narrow-to-page): Don't assume point-min == 1.
14680         (gnus-article-edit-mode): Derive from message-mode.
14681
14682         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14683         point-min == 1.
14684
14685         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14686         Disable incorrect use of `assert'.
14687
14688         * message.el (message-mode): Set comment-start-skip.
14689
14690
14691 2004-08-22  Sam Steingold  <sds@gnu.org>
14692
14693         * pop3.el (pop3-leave-mail-on-server): New user variable.
14694         (pop3-movemail): Delete mail only when it is nil.
14695
14696 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14697
14698         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14699
14700         * mml.el (mml-preview): Use `pop-to-buffer'.
14701
14702         * message.el (message-goto-mail-followup-to): Insert after "To".
14703         (message-carefully-insert-headers): Add comment.
14704
14705         * gnus.el: Remove unused variable `gnus-article-check-size'.
14706
14707         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14708
14709         * gnus-art.el (gnus-button-alist): Improve
14710         `gnus-button-handle-library' entry.
14711
14712 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14713
14714         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14715         downcase, since XEmacs capitalizes error messages differently.
14716
14717 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14718
14719         * nntp.el: Add (require 'gnus) due to reference to
14720         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14721
14722 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14723
14724         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14725         `mm-fill-flowed'.
14726
14727         * mm-decode.el (mm-dissect-singlepart): Check it.
14728
14729 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14730
14731         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14732         'imap' for netrc parsing.
14733
14734 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14735
14736         * mailcap.el (mailcap-mime-data): Mark as risky.
14737
14738 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14741         may be included in the encoded word.
14742         (rfc2047-encode): Don't append a space if the encoded word
14743         includes close parenthesis.
14744
14745 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14748         of text within parentheses.
14749
14750 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14751
14752         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14753         (gnus-encrypt-write-file-contents): Make the password key the file
14754         name PLUS the cipher, not just the cipher.  Also remove failed
14755         passwords from the cache.
14756
14757 2004-08-06  Simon Josefsson  <jas@extundo.com>
14758
14759         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14760         fix.
14761
14762 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14765         LWSP.
14766
14767 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14768
14769         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14770         to append in-reply-to: data to the references: header.
14771
14772         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14773         (netrc-parse): Use gnus-encrypt.el functions.
14774
14775         * gnus-encrypt.el: Add new file for encryption support; currently
14776         does only a few GPG ciphers and an internal XOR cipher.
14777
14778         * password.el: Add comments on using password-read-and-add.
14779         (password-read-and-add): Add function to read and add the
14780         password to the cache at once.
14781
14782 2004-07-28  Simon Josefsson  <jas@extundo.com>
14783
14784         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14785         parameter (but don't use it, for now).
14786
14787         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14788         instead of hard coding to nil.
14789
14790 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14793         as mm-inline-image-xemacs does.
14794
14795 2004-07-26  Simon Josefsson  <jas@extundo.com>
14796
14797         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14798         Revert part of 2004-07-17 change below.
14799
14800 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14803         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14804
14805 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14806
14807         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14808         quotes that actually start with ">" at the beginning of the
14809         lines.
14810
14811 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * rfc2047.el (rfc2047-encode-region): Fix last change.
14814         (rfc2047-encode-parameter): Remove useless concat.
14815
14816 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14819         encode special characters; fix some kind of misconfigured headers;
14820         signal a real error if debug-on-quit or debug-on-error is non-nil.
14821         (rfc2047-encode-max-chars): New variable.
14822         (rfc2047-encode-1): Use it.
14823         (rfc2047-encode-parameter): New function.
14824
14825         * mml.el (mml-insert-parameter): Remove an excessive space.
14826
14827 2004-07-17  Simon Josefsson  <jas@extundo.com>
14828
14829         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14830         Kai Grossjohann <kai@emptydomain.de>.
14831         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14832         (gnus-group-make-menu-bar): Ditto.
14833
14834         * gnus-util.el (gnus-group-server): Add.
14835
14836 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14837
14838         * message.el (message-clone-locals): Clone sendmail and smtp
14839         variables.
14840
14841 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * rfc2047.el (rfc2047-encode-region): Fix last change.
14844
14845 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14848         characters as non-special.
14849
14850 2004-07-09  Simon Josefsson  <jas@extundo.com>
14851
14852         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14853         Users will lose all flag changes made while unplugged with
14854         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14855         good default.  See numerous reports on ding mailing list.
14856
14857 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14860         add generate-head-function and generate-article-function to the
14861         rfc822-forward entry.
14862         (nndoc-rfc822-forward-generate-article): New function.
14863         (nndoc-rfc822-forward-generate-head): New function.
14864
14865         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14866
14867 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14868
14869         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14870         respect display group parameter and gnus-summary-expunge-below.
14871         (gnus-articles-to-read): Remove unused reference to display group
14872         parameter.
14873
14874 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14875
14876         * nnheader.el (nnheader-uniquify-message-id): New experimental
14877         variable.
14878         (nnheader-nov-read-message-id): Use it.
14879
14880         * spam-report.el (spam-report-gmane): Add interactive.
14881
14882 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14885         qp-or-base64 for the application/* types.
14886
14887 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14888
14889         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14890
14891 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14892
14893         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14894         trim value.
14895
14896 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14897
14898         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14899         New macro and function.
14900         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14901
14902 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14905         after-load-alist.
14906
14907 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14908
14909         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14910         update info that isn't there.
14911
14912 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14913
14914         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14915         entry.
14916
14917 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * mm-view.el (mm-inline-render-with-function): Use multibyte
14920         buffer; decode html source by charset.
14921
14922         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14923
14924         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14925         Mule-UCS is loaded under XEmacs.
14926         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14927
14928 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14929
14930         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14931
14932 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * mm-util.el (mm-coding-system-p): Return a coding-system.
14935         (mm-mime-mule-charset-alist): Use shift_jis instead of
14936         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14937         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14938         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14939         instead of japanese-shift-jis and iso-latin-1 respectively in
14940         order to share the default value with both Emacs and XEmacs-mule.
14941         (mm-mule-charset-to-mime-charset): Make
14942         mm-coding-system-priorities effective.
14943         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14944         while predicating of candidates upon the priorities.
14945
14946 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14947
14948         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14949         gnus-uu-invert-processable.
14950
14951         * gnus.el: Autoload gnus-uu-invert-processable.
14952
14953 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * mm-util.el (mm-with-multibyte-buffer): New macro.
14956
14957         * rfc2047.el (rfc2047-encode-string): Use it.
14958         (rfc2047-encode-region): Move point to the end of the region after
14959         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14960
14961 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14964         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14965
14966 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14969         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14970         Karl Chen <quarl@nospam.quarl.org>.
14971
14972 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14973
14974         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14975         invalid addresses.
14976
14977 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14978
14979         * spam.el: Change section markers, revise TODO list.
14980         (spam-backends): Make new master list of all installed backends.
14981         (spam-summary-exit-behavior): Add new variable to determine how
14982         messages moves are done at summary exit.
14983         (spam-move-spam-nonspam-groups-only)
14984         (spam-process-ham-in-nonham-groups)
14985         (spam-process-ham-in-spam-groups): Remove variables, the
14986         spam-summary-exit-behavior variable should be used to manage this
14987         behavior.
14988         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14989         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14990         and spam-old-spam-articles.
14991         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14992         Add empty variables, placeholders for the backends they represent.
14993         (spam-set-difference): Move, unchanged.
14994         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14995         unless the user has a processor variable.
14996         (spam-classifications, spam-classification-valid-p)
14997         (spam-backend-properties, spam-backend-property-valid-p)
14998         (spam-backend-function-type-valid-p)
14999         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15000         (spam-report-articles-gmane, spam-report-articles-resend):
15001         Remove functions, they are not needed.
15002         (spam-install-backend-super, spam-backend-list)
15003         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15004         (spam-backend-function, spam-backend-ham-registration-function)
15005         (spam-backend-spam-registration-function)
15006         (spam-backend-ham-unregistration-function)
15007         (spam-backend-spam-unregistration-function)
15008         (spam-backend-statistical-p, spam-backend-mover-p)
15009         (spam-install-backend-alias, spam-install-checkonly-backend)
15010         (spam-install-mover-backend, spam-install-nocheck-backend)
15011         (spam-install-backend, spam-install-statistical-backend)
15012         (spam-install-statistical-checkonly-backend): Add backend installation
15013         support.
15014         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15015         (spam-group-processor-p): Use the new backend code and respect the
15016         summary exit behavior.
15017         (spam-mark-spam-as-expired-and-move-routine): Remove.
15018         (spam-summary-prepare): Change to use the new spam-old-articles
15019         variable.
15020         (spam-copy-or-move-routine, spam-copy-spam-routine)
15021         (spam-move-spam-routine, spam-copy-ham-routine)
15022         (spam-move-ham-routine): Add code to copy/move ham or spam.
15023         (spam-fetch-field-fast): Improve doc and code, plus allow the
15024         'number request.
15025         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15026         variables.
15027         (spam-split, spam-find-spam): Use the new backend code.
15028         (spam-registration-functions): Remove variable.
15029         (spam-unregister-routine): Add convenience wrapper.
15030         (spam-log-undo-registration, spam-register-routine)
15031         (spam-log-processing-to-registry)
15032         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15033         where possible.
15034         (spam-check-gmane-xref, spam-check-regex-headers)
15035         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15036         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15037         (spam-check-bogofilter-headers, spam-check-spamoracle)
15038         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15039         (spam-check-crm114-headers): Use the spam-split-group that
15040         spam-split prepares, no need to determine it every time.
15041
15042         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15043         to the nnheader-parse-naked-head call.
15044
15045         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15046
15047         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15048         the nnheader-nov-read-message-id call.
15049
15050 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15053         gnus-activate-group twice.  Suggested by Markus Peter
15054         <warp@spin.de>.
15055
15056 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus-art.el (gnus-article-time-format): Exchange the order of
15059         day and month in the default value; fix customization type.
15060         (article-date-ut): Use add-text-properties.
15061         (article-make-date-line): Use message-make-date instead of
15062         current-time-string.
15063
15064         * message.el (message-fetch-field): Don't use set-text-properties.
15065         (message-make-date): Simplify.
15066
15067         * messagexmas.el (message-xmas-make-date): New function.
15068         (message-xmas-redefine): Defalias message-make-date to it.
15069
15070 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15073         (rfc2047-encode-region): Treat text within parentheses as special;
15074         show the original text when error has occurred.
15075
15076         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15077         already-computed method to gnus-activate-group.
15078
15079         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15080         same select-methods identical Lisp objects.
15081
15082         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15083         object when modifying the info.
15084
15085 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15088         gnus-opened-servers since it has never been opened with the new
15089         configuration yet.
15090
15091 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15094         arg to nnheader-generate-fake-message-id.
15095
15096 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15097
15098         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15099         number and build a fake message ID localized to a group and
15100         article number (so it's repeatable from that point on).
15101         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15102         ID format.
15103
15104         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15105         nnheader-generate-fake-message-id with the article number.
15106
15107 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15108
15109         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15110         end-of-buffer.
15111
15112 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15113
15114         * message.el (message-ignored-supersedes-headers): Add Approved.
15115
15116 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15119         goto-char.
15120         (rfc2047-encode): Fold the line before encoding.
15121
15122 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15123
15124         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15125         folding -- not all headers can be folded, and this should be done
15126         by the message composition mode.  Probably.  I think.
15127
15128 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15131         fast.
15132
15133         * gnus-ems.el (gnus-remove-image): Don't use
15134         message-text-with-property; remove only the image found first.
15135
15136         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15137         found first.
15138
15139 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15140
15141         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15142
15143 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * message.el (message-text-with-property): Make it fast and accept
15146         optional arguments.
15147         (message-strip-forbidden-properties): Use it.
15148         (message-fix-before-sending): Follow the m-t-w-p change.
15149
15150         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15151
15152 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-art.el (article-hide-headers): Don't change the buffer
15155         mistakenly when performing mml-preview even if
15156         gnus-single-article-buffer is nil.
15157
15158 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15159
15160         * message.el (message-expand-name-databases): New user option.
15161         (message-expand-name): Use it.
15162
15163 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * spam.el (spam-report-articles-resend)
15166         (spam-report-resend-register-routine): Allow ham reporting.
15167         (spam-report-resend-register-ham-routine): Add wrapper.
15168         (spam-registration-functions): Add ham resending functions.
15169         (spam-list-of-processors): Add ham resend processor.
15170
15171         * gnus.el (ham-resend-to): Add new group parameter.
15172         (spam-process): Add ham resend option.
15173
15174         * spam-report.el (spam-report-resend): Allow reporting ham.
15175         (spam-report-resend-ham): Add wrapper.
15176
15177 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15178
15179         * message.el (message-cite-articles-with-x-no-archive): New
15180         variable.
15181         (message-cite-original): Use it.
15182
15183 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15184
15185         * message.el (message-cite-original): Respect X-No-Archive.
15186
15187 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-art.el (article-hide-headers): Refer to the values for
15190         gnus-ignored-headers and gnus-visible-headers in the summary
15191         buffer since a user may have set them as group parameters.
15192
15193 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15194
15195         * assistant.el (assistant-node-name): Add convenience function.
15196         (assistant-render-text, assistant-render-node): Add error handling,
15197         plus handle multiple next nodes.
15198         (assistant-find-next-node): Comment out for now.
15199         (assistant-find-next-nodes): Add function, returns list of next
15200         nodes.
15201
15202 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * mail-source.el (mail-source-directory): Fix doc-string.
15205
15206 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15207
15208         * assistant.el (assistant-render-text, assistant-eval): Add :set
15209         widget type, which is different because it takes and returns a
15210         list.  Much hilarity ensues.
15211
15212 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15215
15216         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15217         doc-string.
15218
15219         * gnus-start.el (gnus-activate-group): Added doc-string.
15220
15221 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15224
15225 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15226
15227         * assistant.el (assistant-render-text): Try to add a :set
15228         widget, more to come.
15229
15230         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15231         strings.
15232         (spam-report-articles-resend)
15233         (spam-register-routine): Do registration iff any articles warrant
15234         it.
15235         (spam-summary-prepare-exit): Change log message for nil group
15236         destinations.
15237
15238 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15239
15240         * spam.el (spam-report-resend-register-routine): Allow
15241         spam-report-resend-to to be a group parameter or a global value.
15242
15243 2004-05-26  Simon Josefsson  <jas@extundo.com>
15244
15245         * starttls.el: Merge with my GNUTLS based starttls.el.
15246         (starttls-gnutls-program, starttls-use-gnutls)
15247         (starttls-extra-arguments, starttls-process-connection-type)
15248         (starttls-connect, starttls-failure, starttls-success): New
15249         variables.
15250         (starttls-program, starttls-extra-args): Doc fix.
15251         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15252         functions.
15253         (starttls-negotiate, starttls-open-stream): Check
15254         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15255         function if it is set.
15256
15257 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15260         structured fields.
15261
15262 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15265
15266 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15269         variable.
15270         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15271         assigning the spam-mark to new messages.
15272
15273 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15274
15275         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15276
15277 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15280
15281         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15282         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15283         default.
15284
15285 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15286
15287         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15288         correct data.
15289
15290 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15291
15292         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15293         (spam-group-processor-p): Fix function.
15294         (spam-group-processor-multiple-p)
15295         (spam-group-spam-processor-report-gmane-p)
15296         (spam-group-spam-processor-report-resend-p)
15297         (spam-group-spam-processor-bogofilter-p)
15298         (spam-group-spam-processor-blacklist-p)
15299         (spam-group-spam-processor-ifile-p)
15300         (spam-group-ham-processor-ifile-p)
15301         (spam-group-spam-processor-spamoracle-p)
15302         (spam-group-spam-processor-crm114-p)
15303         (spam-group-ham-processor-bogofilter-p)
15304         (spam-group-spam-processor-stat-p)
15305         (spam-group-ham-processor-stat-p)
15306         (spam-group-ham-processor-whitelist-p)
15307         (spam-group-ham-processor-BBDB-p)
15308         (spam-group-ham-processor-spamoracle-p)
15309         (spam-group-ham-processor-copy-p): Remove functions with some
15310         prejudice against unneeded code.
15311         (spam-report-articles-resend)
15312         (spam-report-resend-register-routine): Allow the group/topic
15313         spam-resend-to value to override spam-report-resend-to.
15314         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15315         properly now.
15316
15317         * gnus.el (spam-resend-to): Add group/topic parameter.
15318         (spam-process): Move the OBSOLETE processors to the end of the
15319         choices.
15320
15321 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15322
15323         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15324         with resend-to set to nil, and then ask the user if necessary.
15325         (spam-report-resend): spam-report-resend takes a list of articles, not
15326         separate article numbers.
15327
15328 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15331         addition to emacs-w3m.
15332
15333 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15334
15335         * assistant.el (assistant-authinfo-data): New function.
15336         (assistant-eval): Eval for entire assistant.
15337
15338         * netrc.el (netrc-services-file): New variable.
15339         (netrc-parse-services): New function.
15340         (netrc-find-service-name): New function.
15341         (netrc-find-service-number): New function.
15342         (netrc-port-equal): New function.
15343         (netrc-machine): Use it.
15344
15345         * nnimap.el (nnimap-open-connection): Use netrc.
15346
15347         * gnus-util.el (gnus-netrc-get): Remove aliases.
15348
15349         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15350
15351         * assistant.el (wid-edit): Fix compilation.
15352
15353         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15354
15355 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15356
15357         * gnus-util.el (gnus-set-file-modes): New function.  (small
15358         patch).
15359
15360 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15361
15362         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15363
15364         * assistant.el (assistant-render-node): Fix up rendering and
15365         read-only text.
15366         (assistant-render-node): Reset.
15367         (assistant-make-read-only): Not sticky.
15368
15369 2004-05-20  Danny Siu  <dsiu@adobe.com>
15370
15371         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15372         centered even when gnus-auto-center-summary is t.
15373
15374 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15375
15376         * dns.el (dns-get-txt-answer): New function.
15377         (dns-read-txt): Ditto.
15378         (query-dns): Use it.
15379
15380 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15383         active for foreign groups even if the group level is higher than
15384         the specified value.
15385
15386 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15387
15388         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15389         non-active groups.
15390
15391         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15392
15393 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15394
15395         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15396
15397 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15398
15399         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15400         (spam-crm114-header, spam-crm114-spam-switch)
15401         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15402         (spam-crm114-positive-spam-header)
15403         (spam-crm114-database-directory, spam-list-of-processors)
15404         (spam-group-spam-processor-crm114-p)
15405         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15406         (spam-generic-score, spam-list-of-checks)
15407         (spam-list-of-statistical-checks, spam-registration-functions)
15408         (spam-check-crm114-headers, spam-crm114-score)
15409         (spam-check-crm114, spam-crm114-register-with-crm114)
15410         (spam-crm114-register-spam-routine)
15411         (spam-crm114-unregister-spam-routine)
15412         (spam-crm114-register-ham-routine)
15413         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15414         asjo@koldfront.dk (Adam Sjøgren).
15415
15416         * gnus.el: Add spam-use-crm114.
15417
15418         * spam.el (spam-list-of-processors, spam-registration-functions):
15419         Add spam-use-resend.
15420         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15421         (spam-report-articles-gmane): Add doc fix.
15422         (spam-report-articles-resend, spam-report-resend-register-routine):
15423         Add wrappers around spam-report-resend-to.
15424
15425         * spam-report.el (spam-report-resend-to, spam-report-resend):
15426         Add support for resending spam.
15427         (spam-report-gmane): Fix line length >80.
15428
15429         * gnus.el (spam-process): Add spam-use-resend.
15430
15431 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15432
15433         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15434         number of processed spam messages.
15435         (spam-ham-copy-or-move-routine): Return the number of processed
15436         ham messages.
15437         (spam-summary-prepare-exit): Use the above values to decide
15438         whether status messages shouled be displayed.
15439
15440 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15443         `rfc2047-encoding-function-alist' in order to avoid conflicting
15444         with the old version.
15445         (rfc2047-encode-region): Concatenate words containing non-ASCII
15446         characters in structured fields; don't encode space-delimited
15447         ASCII words even in unstructured fields; don't break words at
15448         char-category boundaries.
15449         (rfc2047-encode-1): New function.
15450         (rfc2047-encode): Use it; encode text so that it occupies the
15451         maximum width within 76-column; work correctly on Q encoding for
15452         iso-2022-* charsets.
15453         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15454         sure not to break a line just after the header name.
15455         (rfc2047-b-encode-region): Removed.
15456         (rfc2047-b-encode-string): New function.
15457         (rfc2047-q-encode-region): Removed.
15458         (rfc2047-q-encode-string): New function.
15459
15460         * mm-util.el (mm-replace-in-string): New function.
15461
15462 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15463
15464         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15465         get it right.
15466         (gnus-inews-make-draft): Really.
15467
15468 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15469
15470         * nnmh.el (nnmh-request-list-1): Don't check the link count
15471         before descending.  (small patch)
15472
15473 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15474
15475         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15476         stuff.
15477
15478         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15479         on real group name.
15480
15481         * gnus-art.el (gnus-signature-limit): Doc fix.
15482
15483         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15484
15485         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15486
15487 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15488
15489         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15490         isn't a string.
15491
15492 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15493
15494         * gnus-draft.el (gnus-draft-send): Bind
15495         rfc2047-encode-encoded-words.
15496
15497         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15498         (rfc2047-encodable-p): Say that =? needs encoding.
15499         (rfc2047-encode-encoded-words): New variable.
15500
15501         * gnus-group.el (gnus-group-select-group): Doc fix.
15502
15503         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15504
15505         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15506         to nil.
15507
15508         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15509
15510         * nnheader.el (nnheader-get-lines-and-char): New function.
15511
15512 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-msg.el (gnus-summary-followup-with-original): Document
15515         yanking of region when active.
15516
15517 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15520         groups if the group level is higher than the specified value.
15521
15522 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15525         (gnus-group-jump-to-group): Added prefix argument using
15526         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15527         non-active group.
15528
15529         * compface.el (uncompface): Be verbose when changing
15530         `uncompface-use-external'.
15531
15532         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15533         handle manual section.
15534
15535 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15536
15537         * gnus-art.el (gnus-button-alist): Revert previous change.
15538
15539 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15540
15541         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15542
15543 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15544
15545         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15546         whether backend can accept message.
15547
15548         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15549
15550 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15551
15552         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15553         Avoid creating directory when nntp-marks-is-evil is true.
15554         Reported by Reiner Steib.
15555
15556 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * gnus-picon.el (gnus-picon-style): New variable.
15559         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15560         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15561         Jesper Harder <harder@ifa.au.dk>.
15562
15563 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15564
15565         * message.el (message-fill-field): Return point.
15566         (message-generate-headers): Go to end of field.
15567
15568         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15569         stuff for non-living groups.
15570
15571 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15572
15573         * gnus-art.el (gnus-article-followup-with-original)
15574         (gnus-article-reply-with-original): gnus-mark-active-p ->
15575         gnus-region-active-p.
15576
15577 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15578
15579         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15580         only when there is spam or ham to be processed.
15581
15582 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15583
15584         * mail-source.el (mail-source-delete-crash-box): Refactor.
15585         (mail-source-fetch): Use it.
15586         (mail-source-fetch-file): Ditto.
15587         (mail-source-fetch-directory): Run postscript in loop.
15588         (mail-source-fetch-pop): Delete.
15589         (mail-source-fetch-maildir): Ditto.
15590         (mail-source-fetch-imap): Ditto.
15591
15592         * imap.el (imap-authenticators): Comment out sasl.
15593
15594         * message.el (message-skip-to-next-address): New function.
15595         (message-fill-header-address): Refactor.
15596         (message-fill-address): Use it.
15597         (message-delete-address): Use it.
15598         (message-fill-header-general): Refactor.
15599         (message-fill-field-address): Rename.
15600         (message-narrow-to-field): Find the start of the header.
15601         (message-header-format-alist): Don't pre-fill.
15602         (message-fill-header): Removed.
15603         (message-insert-header): New function.
15604         (message-shorten-references): Use it.
15605
15606         * rfc2047.el (rfc2047-field-value): Strip props.
15607
15608         * mail-parse.el (mail-header-make-address): New alias.
15609
15610         * ietf-drums.el (ietf-drums-make-address): New function.
15611
15612         * imap.el: Add compiler directives.
15613
15614         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15615
15616         * gnus-art.el (article-decode-idna-rhs): Don't use
15617         message-idna-inside-rhs-p.
15618
15619 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15620
15621         * message.el (message-idna-inside-rhs-p): Removed.
15622         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15623
15624         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15625         false positives.
15626
15627 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15628
15629         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15630
15631 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15632
15633         * nneething.el (nneething-file-name): Don't create spurious
15634         files.
15635
15636         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15637         (gnus-inews-do-gcc): Remove sleep.
15638
15639         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15640         part under point.
15641
15642         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15643         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15644
15645 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15646
15647         * spam.el (spam-summary-prepare-exit): Fixed (length).
15648
15649 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15650
15651         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15652         as expired without moving it" message when there are spam
15653         messages left.
15654
15655 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15656
15657         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15658         header is not nil.
15659
15660 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15661
15662         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15663         nntp-possibly-create-directory, not nntp-possibly-change-group.
15664         (nntp-marks-changed-p): New arg SERVER.
15665         (nntp-request-update-info): Adjust caller.
15666
15667 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15668
15669         * nntp.el (nntp-save-marks): Pass missing arg.
15670
15671 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15672
15673         * nntp.el: Support marks.
15674         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15675         (nntp-marks-modtime, nntp-marks-directory): New variables.
15676         (nntp-request-set-mark, nntp-request-update-info)
15677         (nntp-possibly-create-directory, nntp-marks-changed-p)
15678         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15679         functions.
15680
15681 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15682
15683         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15684         (gnus-xmas-redefine): Rename.
15685
15686         * gnus-score.el (gnus-score-insert-help): Use
15687         gnus-select-lowest-window.
15688
15689         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15690         appt-select-lowest-window and rename to gnus-select-lowest-window.
15691
15692         * gnus.el: do.
15693
15694 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15695
15696         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15697         encodings of MIME-encoded words, in order to improve
15698         interoperability with several broken MUAs.
15699
15700 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15701
15702         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15703         tags, only when charsets are not specified in headers.
15704         (mm-inline-text-html-render-with-w3m): Ditto.
15705
15706         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15707         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15708
15709 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15710
15711         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15712         instead of MIME-decoded from fields when checking
15713         `gnus-article-address-banner-alist'.
15714
15715 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15716
15717         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15718         description rather than subject.
15719
15720 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15721
15722         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15723
15724 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15725
15726         * gnus.el (gnus-version-number): Bump.
15727
15728 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15729
15730         * gnus.el: No Gnus v0.2 is released.
15731
15732 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15733
15734         * gnus-agent.el (gnus-agent-read-agentview): Inline
15735         gnus-uncompress-range.
15736
15737 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15738
15739         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15740         `exec-installed-p'.
15741
15742 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15743
15744         * gnus.el (spam-process, spam-autodetect-methods): Add
15745         bsfilter and bsfilter-headers.
15746
15747         * spam.el (spam-bsfilter): New customize group.
15748         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15749         (spam-bsfilter-header, spam-bsfilter-probability-header)
15750         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15751         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15752         (spam-bsfilter-database-directory): New options.
15753         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15754         (spam-list-of-statistical-checks, spam-registration-functions):
15755         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15756         (spam-bsfilter-score): New command.
15757         (spam-check-bsfilter-headers, spam-check-bsfilter)
15758         (spam-bsfilter-register-with-bsfilter)
15759         (spam-bsfilter-register-spam-routine)
15760         (spam-bsfilter-unregister-spam-routine)
15761         (spam-bsfilter-register-ham-routine)
15762         (spam-bsfilter-unregister-ham-routine): New functions.
15763         (spam-generic-score): Support bsfilter; Accept an optional argument
15764         to recalcurate spam score even if scoring header has already been
15765         added.
15766         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15767         optional argument to recalcurate spam score even if scoring header
15768         has already been added.
15769
15770 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15771
15772         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15773         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15774         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15775         link is missing.
15776
15777 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15778
15779         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15780         (html2text-get-attr): Rewrite.
15781
15782         * message.el (message-setup-1): Remove redundant put-text-property
15783         on mail-header-separator.
15784
15785 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15786
15787         * gnus-registry.el (gnus-registry-cache-whitespace)
15788         (gnus-registry-action, gnus-registry-spool-action)
15789         (gnus-registry-split-fancy-with-parent): Change message levels
15790         from 5 to 3 or 7, as needed.
15791
15792         * spam.el (spam-summary-prepare-exit)
15793         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15794         (spam-split, spam-find-spam, spam-log-undo-registration)
15795         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15796         level from 5 to 6.
15797
15798 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15801         2004-03-04 change).
15802
15803 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15804
15805         * sieve-manage.el (sieve-manage-open):
15806         * nnweb.el (nnweb-insert-html):
15807         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15808         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15809         * nnspool.el (nnspool-request-group):
15810         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15811         * nnml.el (nnml-request-update-info):
15812         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15813         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15814         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15815         (nnimap-request-set-mark):
15816         * nnfolder.el (nnfolder-request-update-info):
15817         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15818         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15819         * gnus-uu.el (gnus-uu-find-articles-matching):
15820         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15821         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15822         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15823         * gnus-nocem.el (gnus-nocem-scan-groups):
15824         * gnus-int.el (gnus-start-news-server):
15825         * gnus-group.el (gnus-group-make-kiboze-group)
15826         (gnus-group-browse-foreign-server):
15827         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15828         Use mapc when appropriate.
15829
15830 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15831
15832         FIXME: Make separate entries for each person.
15833
15834         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15835         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15836         <shields@msrl.com>:
15837
15838         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15839         may need for spam sorting and scoring.
15840         (spam-user-format-function-S): Add user format function suitable for
15841         general use.
15842         (spam-article-sort-by-spam-status): Add sorting function for summary
15843         sorting.
15844         (spam-extra-header-to-number): Add function to get a score from a
15845         header.
15846         (spam-summary-score): Add function to get a numeric score from the
15847         headers.
15848         (spam-generic-score): Fix function doc, was in wrong place.
15849         (spam-initialize): Take symbols when it's run, and install the
15850         extra headers that spam-necessary-extra-headers thinks we need.
15851
15852 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15853
15854         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15855         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15856
15857 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15858
15859         * gnus-sum.el (gnus-set-global-variables)
15860         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15861         (gnus-article-get-xrefs, gnus-summary-best-group)
15862         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15863         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15864         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15865         Use with-current-buffer.
15866
15867 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15868
15869         * spam.el (spam-summary-prepare-exit): Simplify logic.
15870         (spam-fetch-article-header): Read the article header if it's not
15871         available.
15872         (spam-list-articles): Simplify logic.
15873         (spam-filelist-register-routine): Fix bug with unregister-list.
15874
15875         * gnus-registry.el: Fix comments at beginning.
15876
15877 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15878
15879         * message.el (message-cater-to-broken-inn): Remove.
15880         (message-shorten-references): Make sure the total folded length of
15881         References is shorter than 998 characters to cater to a bug in INN
15882         2.3.  Also, don't pretend that references aren't folded -- this
15883         hasn't worked for a while.
15884
15885 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15886
15887         * gnus-agent.el (gnus-agentize):
15888         gnus-agent-send-mail-real-function no longer set to current value
15889         of message-send-mail-function but rather a lambda that calls
15890         message-send-mail-function.  The change makes the agent real-time
15891         responsive to user changes to message-send-mail-function.
15892
15893 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15894
15895         * legacy-gnus-agent.el
15896         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15897         help from Florian Weimer <fw@deneb.enyo.de>
15898
15899 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * nnmail.el (nnmail-cache-insert): Revert last change.
15902
15903 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * nnmail.el (nnmail-cache-insert): Always check whether
15906         nnmail-cache-ignore-groups matches a group name.
15907
15908 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15909
15910         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15911         (spam-find-spam, spam-log-processing-to-registry)
15912         (spam-log-registered-p, spam-log-unregistration-needed-p)
15913         (spam-log-undo-registration): Use gnus-message instead of
15914         gnus-error, none of these errors are fatal.
15915
15916         * gnus-registry.el (gnus-registry-clean-empty-function)
15917         (gnus-registry-clean-empty): Remove only empty entries without
15918         extra data.
15919
15920 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15921
15922         * spam-stat.el (spam-stat-buffer-change-to-spam)
15923         (spam-stat-buffer-change-to-non-spam): Change (error) to
15924         (gnus-message 8) invocation.
15925
15926 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * nntp.el (nntp-via-netcat-command): New variable.
15929         (nntp-via-netcat-switches): New variable.
15930         (nntp-open-via-rlogin-and-netcat): New function.
15931         (nntp-open-connection-function): Doc fix.
15932         (nntp-telnet-command): Doc fix.
15933         (nntp-end-of-line): Doc fix.
15934         (nntp-via-rlogin-command): Doc fix.
15935         (nntp-via-user-name): Doc fix.
15936         (nntp-via-address): Doc fix.
15937
15938 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15941         error in Emacs 21.1.
15942
15943 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15946
15947 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15948
15949         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15950         (gnus-agent-with-refreshed-group): New macro.
15951         (gnus-agent-rename-group): New function.
15952         (gnus-agent-delete-group): New function.
15953         (gnus-agent-save-group-info): Use gnus-command-method when
15954         `method' parameter is nil.  Don't write nil entries into the
15955         active file.
15956         (gnus-agent-get-group-info): New function.
15957         (gnus-agent-fetch-articles): Use
15958         gnus-agent-update-files-total-fetched-for to increment disk space
15959         used.
15960         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15961         gnus-agent-update-view-total-fetched-for to increment disk space
15962         used.
15963         (gnus-agent-get-local): Added optional parameters to avoid calling
15964         gnus-group-real-name and gnus-find-method-for-group.
15965         (gnus-agent-set-local): Delete stored entry if either min, or max,
15966         are nil.
15967         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15968         quit, use gnus-agent-regenerate-group to record existance of any
15969         articles fetched to disk before the quit occurred.
15970         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15971         gnus-agent-update-view-total-fetched-for, and
15972         gnus-agent-update-files-total-fetched-for to decrement disk space
15973         used.
15974         (gnus-agent-retrieve-headers): Use
15975         gnus-agent-update-view-total-fetched-for to increment disk space
15976         used.
15977         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15978         with gnus-agent-update-files-total-fetched-for to decrement disk
15979         space and fresh group buffer.
15980         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15981         (gnus-agent-need-update-total-fetched-for): New variable.
15982         (gnus-agent-update-files-total-fetched-for): New function.
15983         (gnus-agent-update-view-total-fetched-for): New function.
15984         (gnus-agent-total-fetched-for): New function.
15985
15986         * gnus-cache.el (gnus-cache-save-buffers): Use
15987         gnus-cache-update-overview-total-fetched-for to change disk space
15988         used by this group.
15989         (gnus-cache-possibly-enter-article): Use
15990         gnus-cache-update-file-total-fetched-for to increment disk space
15991         used by this group.
15992         (gnus-cache-possibly-remove-article): Use
15993         gnus-cache-update-file-total-fetched-for to decrement disk space
15994         used by this group.
15995         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15996         (gnus-cache-rename-group): New function.
15997         (gnus-cache-delete-group): New function.
15998         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15999         (gnus-cache-need-update-total-fetched-for): New variable.
16000         (gnus-cache-with-refreshed-group): New macro.
16001         (gnus-cache-update-file-total-fetched-for): New function.
16002         (gnus-cache-update-overview-total-fetched-for): New function.
16003         (gnus-cache-rename-group-total-fetched-for): New function.
16004         (gnus-cache-delete-group-total-fetched-for): New function.
16005         (gnus-cache-total-fetched-for): New function.
16006
16007         * gnus-group.el: Require gnus-sum and autoload functions to
16008         resolve warnings when gnus-group.el compiled alone.
16009         (gnus-group-line-format): Documented new %F.
16010         (size of Fetched data) group line format; identifies disk space
16011         used by agent and cache.
16012         (gnus-group-line-format-alist): Defined new F format.
16013         (gnus-total-fetched-for): New function.
16014         (gnus-group-delete-group): No longer update
16015         gnus-cache-active-altered as gnus-request-delete-group now keeps
16016         the cache in sync.
16017         (gnus-group-list-active): Let the agent store a server's active
16018         list if currently plugged.
16019
16020         * gnus-int.el (gnus-request-delete-group):
16021         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16022         local disk in sync with the server.
16023         (gnus-request-rename-group):
16024         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16025         local disk in sync with the server.
16026
16027         * gnus-start.el (gnus-get-unread-articles):
16028         Cosmetic simplification to logic.
16029
16030         * gnus-util.el (gnus-rename-file): New function.
16031
16032 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16033
16034         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16035
16036 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16037
16038         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16039         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16040
16041 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16042
16043         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16044         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16045
16046 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16047
16048         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16049
16050 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16051
16052         * spam.el (spam-set-difference): Add function to replace
16053         gnus-set-difference in spam.el.
16054         (spam-summary-prepare-exit): Use spam-set-difference.
16055
16056 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16057
16058         * gnus-registry.el (gnus-registry-cache-file): Update to use
16059         gnus-dribble-directory OR gnus-home-directory OR ~.
16060         (gnus-registry-split-fancy-with-parent): Fix doc.
16061
16062 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * message.el (message-exchange-point-and-mark): Use
16065         message-mark-active-p.  Suggested by Jesper Harder
16066         <harder@ifa.au.dk>.
16067
16068 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * message.el (message-exchange-point-and-mark): Don't activate
16071         region if it was inactive.  Suggested by Hiroshi Fujishima
16072         <pooh@nature.tsukuba.ac.jp>.
16073
16074 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-art.el (article-display-face): Display Faces in the same
16077         order as X-Faces.
16078
16079 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16082
16083 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16086         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16087         (gnus-article-mime-hierarchy): Remove.
16088         (gnus-article-mime-hierarchy-next): Remove.
16089         (gnus-article-mode): Revert 2004-03-19 change.
16090         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16091         (gnus-insert-mime-button): Revert 2004-03-19 change.
16092         (gnus-mime-accumulate-hierarchy): Remove.
16093         (gnus-mime-enter-multipart): Remove.
16094         (gnus-mime-leave-multipart): Remove.
16095         (gnus-mime-display-part): Revert 2004-03-19 change.
16096         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16097
16098         * mml.el (mml-preview): Revert 2004-03-19 change.
16099
16100 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16101
16102         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16103
16104 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16107         t while entering a file name using the mm-with-multibyte macro.
16108         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16109
16110         * mm-util.el (mm-with-multibyte): New macro.
16111
16112 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16115         user option.
16116         (gnus-mime-multipart-functions): Doc and customization fix.
16117         (gnus-article-mime-hierarchy): New variable.
16118         (gnus-article-mime-hierarchy-next): New variable.
16119         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16120         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16121         gnus-article-mime-hierarchy-next to nil.
16122         (gnus-insert-mime-button): Show hierarchy numbers.
16123         (gnus-mime-accumulate-hierarchy): New function.
16124         (gnus-mime-enter-multipart): New function.
16125         (gnus-mime-leave-multipart): New function.
16126         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16127         (gnus-mime-display-alternative): Show hierarchy numbers.
16128
16129         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16130         gnus-article-mime-hierarchy-next to nil.
16131
16132 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16133
16134         * dns.el: Don't require gnus-xmas.
16135
16136 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16137
16138         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16139         inline PGP.
16140         (mml-menu): Disable mml-quote-region if mark is inactive.
16141
16142 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16145         when the group's active is not available.
16146
16147 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16150         error.
16151
16152 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * imap.el (imap-store-password): New variable.
16155         (imap-interactive-login): Use it.
16156         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16157
16158 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16161         window-start and hscroll to summary window.
16162
16163 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16164
16165         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16166         conversion message to newsrc-dribble when an actual conversion is
16167         performed.
16168
16169 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16170
16171         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16172
16173 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * mm-decode.el (mm-complicated-handles): New function reviving
16176         former definition of mm-multiple-handles.
16177
16178         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16179         (gnus-mime-delete-part): Use it.
16180
16181 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16182
16183         * gnus-agent.el (gnus-agent-read-local): Bind
16184         nnheader-file-coding-system to gnus-agent-file-coding-system to
16185         avoid the implicit assumption that they will always be equal.
16186         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16187         coding-system-for-write, as the with-temp-file macro first prints
16188         to a buffer then saves the buffer.
16189
16190 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-art.el (gnus-article-edit-part): New function.
16193         (gnus-mime-save-part-and-strip): Use it; do query instead of
16194         signaling an error; don't use mm-multiple-handles.
16195         (gnus-mime-delete-part): Ditto.
16196
16197 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16198
16199         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16200         old file versions.
16201         (gnus-group-prepare-hook): Removed function that converted list
16202         form of gnus-agent-expire-days to group properties.
16203
16204         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16205         (gnus-request-accept-article): Re-indented.
16206
16207         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16208         converters to handle old agent file formats.  Added logic for a
16209         "backup before upgrading warning".
16210         (gnus-convert-mark-converter-prompt): Developers can mark
16211         functions as needing (default), or not needing,
16212         gnus-convert-old-newsrc's "backup before upgrading warning".
16213         (gnus-convert-converter-needs-prompt): Tests whether the user
16214         should be protected from potentially irreversable changes by the
16215         function.
16216
16217         * legacy-gnus-agent.el: New.  Provides converters that are only
16218         loaded when gnus-convert-old-newsrc needs to call them.
16219
16220 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * mail-source.el (mail-source-touch-pop): Doc fix.
16223
16224         * message.el (message-smtpmail-send-it): Doc fix.
16225
16226 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16227
16228         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16229
16230         * nnmail.el (nnmail-split-fancy): do.
16231
16232         * gnus-kill.el (gnus-kill, gnus-execute): do.
16233
16234 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16235
16236         * gnus-sum.el (gnus-widget-reversible-match)
16237         (gnus-widget-reversible-to-internal)
16238         (gnus-widget-reversible-to-external): New functions.
16239         (gnus-widget-reversible): New widget.
16240         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16241
16242 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16243
16244         * gnus-sum.el (gnus-thread-sort-functions)
16245         (gnus-article-sort-functions): Document `(not F)' items.
16246
16247 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16248
16249         * spam.el (spam-use-gmane-xref): Add new backend.
16250         (spam-gmane-xref-spam-group): Add variable to control the name of the
16251         Gmane spam group.
16252         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16253         (spam-regex-headers-spam, spam-regex-headers-ham)
16254         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16255         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16256         backends and checks.
16257         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16258
16259         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16260         an autodetect method.
16261
16262 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16263
16264         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16265         articles are being added to a group.
16266         (gnus-request-replace-article): Inform the agent that articles
16267         need to be uncached as the cached contents are no longer valid.
16268
16269 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * binhex.el: Don't autoload executable-find.
16272
16273         * canlock.el: Don't autoload mail-fetch-field.
16274
16275         * dgnushack.el: Autoload c-mode for XEmacs.
16276
16277         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16278
16279         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16280         rmail-dont-reply-to and rmail-output.
16281
16282         * gnus-score.el: Don't autoload ffap-string-at-point.
16283
16284         * gnus-setup.el: Don't autoload sc-cite-original.
16285
16286         * imap.el: Don't autoload base64-decode-string,
16287         base64-encode-string and md5.
16288
16289         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16290         and rmail-msg-restore-non-pruned-header.
16291
16292         * mm-decode.el: Don't autoload executable-find.
16293
16294         * mm-url.el: Don't autoload executable-find.
16295
16296         * mm-view.el: Don't autoload diff-mode.
16297
16298         * nndb.el: Don't autoload news-reply-mode, news-setup,
16299         cancel-timer and telnet.
16300
16301         * password.el: Don't autoload run-at-time for Emacs.
16302
16303         * sha1-el.el: Don't autoload executable-find.
16304
16305         * sieve-mode.el: Don't autoload c-mode.
16306
16307         * uudecode.el: Don't autoload executable-find.
16308
16309 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16310
16311         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16312         (gnus-agent-possibly-alter-active): Avoid null in numeric
16313         comparison.
16314         (gnus-agent-set-local): Refuse to save null in local object table.
16315         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16316         list of articles that will be marked as unread.
16317
16318 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16321
16322 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16323
16324         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16325         language tags.
16326
16327 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16328
16329         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16330         Don't bind "obarray".
16331
16332         * gnus-sum.el (gnus-thread-sort-functions): Added
16333         `gnus-thread-sort-by-most-recent-number' and
16334         `gnus-thread-sort-by-most-recent-date'.
16335         Reported by Kai Grossjohann <kai@emptydomain.de>.
16336
16337 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16340
16341 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16342
16343         * gnus-cus.el (gnus-agent-customize-category): Removed
16344         ignore-errors macro reference that required cl to be loaded at
16345         run-time.
16346
16347         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16348         single-interval range of the form (min . max).  Previously the
16349         range had to look like ((min . max)).  Likewise, return
16350         (min . max) rather than ((min . max)).
16351         (gnus-range-map): Use gnus-range-normalize to accept
16352         single-interval range.
16353
16354         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16355         the cache, but not the agent, now appear with their usual face.
16356
16357         * dgnushack.el (loaddir): New variable that is bound to the
16358         directory containing the dgnushack.el file. Use loaddir, rather
16359         than srcdir, to update load-path. Change lets dgnushack compile
16360         code in directories other than GNUS/lisp.
16361
16362 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * lpath.el: Don't bind w3m-safe-url-regexp.
16365
16366         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16367         w3m-safe-url-regexp variable buffer-local.
16368
16369         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16370
16371 2004-02-27  Simon Josefsson  <jas@extundo.com>
16372
16373         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16374         gnus-group-real-prefix.
16375         (gnus-summary-move-article): Use it, instead of
16376         gnus-group-real-prefix.
16377
16378 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * lpath.el: Bind w3m-safe-url-regexp.
16381
16382         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16383         w3m-safe-url-regexp variable buffer-local and set it as the value
16384         of mm-w3m-safe-url-regexp.
16385
16386         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16387
16388         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16389         parsing gnus-posting-styles when the message is not for replying.
16390
16391         * dgnushack.el: Autoload sgml-mode for XEmacs.
16392
16393         * nnrss.el (nnrss-opml-export): Use
16394         mm-set-buffer-file-coding-system instead of
16395         set-buffer-file-coding-system.
16396
16397 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16398
16399         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16400         of checkdoc.el).
16401         * nnrss.el: do.
16402         * gnus-mlspl.el: do.
16403         * gnus-ml.el: do.
16404         * gnus-srvr.el: do.
16405
16406         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16407
16408 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16409
16410         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16411         Corrections to custom-manual links.
16412
16413         * gnus-art.el (gnus-article): Ditto.
16414
16415         * mm-decode.el (mime-display, mime-security): Ditto.
16416
16417 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16418
16419         * flow-fill.el: Typo.
16420
16421 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16422
16423         * spam-wash.el: New file.
16424
16425 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16426
16427         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16428
16429 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16430
16431         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16432         to be run with new-articles as LIST1, not LIST2.
16433         (spam-registration-functions): Add spam-use-ham-copy as a nil
16434         registration backend.
16435
16436 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * spam-stat.el (spam-stat-washing-hook): New option.
16439         (spam-stat-buffer-words): Use it.
16440         (spam-stat-process-directory, spam-stat-test-directory): Use
16441         insert-file-contents-literally.
16442         (spam-stat-coding-system): New variable.
16443         (spam-stat-load, spam-stat-save): Use it.
16444
16445 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * spam-report.el (spam-report-plug-agent): Quote
16448         spam-report-url-to-file and spam-report-url-ping-plain.
16449
16450 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16453         / in mailto URLs.
16454
16455 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16456
16457         * spam-report.el (spam-report-process-queue): Fix interactive use.
16458         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16459         (spam-report-unplug-agent): Doc fixes.
16460         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16461         (spam-report-agentize, spam-report-deagentize): Autoload.
16462
16463 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16466
16467         * message.el (message-setup-fill-variables): Add mml tags to
16468         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16469         <ajk@iu.edu>.
16470         (message-mode): Don't modify paragraph-separate there.
16471
16472 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * compface.el (uncompface-use-external): Default to undecided.
16475         (uncompface-use-external-threshold): New variable.
16476         (uncompface-float-time): New macro.
16477         (uncompface): Determine whether to use the external decoder if
16478         uncompface-use-external is undecided.
16479
16480 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16481
16482         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16483         after images.
16484
16485         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16486
16487 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16488
16489         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16490
16491         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16492
16493         * gnus-sum.el (gnus-summary-limit-to-age)
16494         (gnus-summary-limit-children): do.
16495
16496         * gnus-int.el (gnus-request-scan): do.
16497
16498         * gnus-group.el (gnus-group-suspend): do.
16499
16500         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16501
16502         * gnus-cite.el (gnus-cite-parse-attributions): do.
16503
16504         * gnus-agent.el (gnus-summary-set-agent-mark)
16505         (gnus-agent-regenerate-group): do.
16506
16507         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16508
16509         * binhex.el (binhex-decode-region-internal): do.
16510
16511 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-fun.el (gnus-face-properties-alist): New user option.
16514         (gnus-display-x-face-in-from): Use it.
16515
16516         * gnus-art.el (article-display-face): Ditto.
16517
16518         * compface.el (uncompface-use-external): Default to nil.
16519
16520 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16521
16522         * nntp.el (nntp-erase-buffer): New function.
16523         (nntp-retrieve-data, nntp-send-command)
16524         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16525         (nntp-possibly-change-group): Use it.
16526
16527         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16528         with-current-buffer.
16529
16530 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16531
16532         * compface.el: Merge the ELisp-based uncompface program.
16533         (compface): New customization group.
16534         (uncompface-use-external): New user option.
16535         (uncompface): Call uncompface-internal if uncompface-use-external
16536         is nil.
16537         (uncompface-internal): New function.  Note that there are also
16538         some other functions and variables added for this function.
16539
16540 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16541
16542         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16543         if necessary.
16544
16545 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * spam-report.el (spam-report-unplug-agent)
16548         (spam-report-plug-agent, spam-report-deagentize)
16549         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16550         Add support for the Agent in spam-report: when unplugged, report to a
16551         file; when plugged, submit all the requests.
16552
16553         * spam.el (spam-register-routine): Fix message about
16554         registration.
16555
16556 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16557
16558         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16559         dependencies.
16560         (rfc2047-encode): Use it.
16561
16562         * gnus-art.el (gnus-button-marker-list): Move before first
16563         reference.
16564
16565         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16566         (imap-parse-body): Fix format string mismatch.
16567
16568         * gnus-score.el (gnus-summary-increase-score): do.
16569
16570         * nnrss.el (nnrss-close): New function.
16571
16572 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16573
16574         * nnrss.el (nnrss-make-filename): New function.
16575         (nnrss-request-delete-group, nnrss-read-server-data)
16576         (nnrss-save-server-data, nnrss-read-group-data)
16577         (nnrss-save-group-data): Use it.
16578         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16579         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16580         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16581
16582 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16583
16584         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16585
16586 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16589         files.
16590
16591         * message.el (message-generate-headers-first): Don't quote nil
16592         and t in docstrings.
16593
16594         * imap.el (imap-id): do.
16595
16596         * gnus-agent.el (gnus-agent-consider-all-articles)
16597         (gnus-agent-queue-mail): do.
16598
16599 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * spam-report.el (spam-report-process-queue): New function.
16602         Process requests from `spam-report-requests-file'.
16603         (spam-report-process-queue): Doc fix.
16604
16605 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16606
16607         * spam.el (spam-register-routine)
16608         (spam-log-processing-to-registry, spam-log-registered-p)
16609         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16610         Change "check" to "spam-check" for semi-clarity.
16611
16612 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16613
16614         * pop3.el: Require nnheader.
16615
16616         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16617
16618         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16619
16620         * gnus-picon.el: Require cl.
16621
16622         * gnus-fun.el: Require gnus-ems and gnus-util.
16623
16624         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16625
16626         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16627
16628         * gnus-art.el (gnus-article-edit-mode): Define before first
16629         reference.
16630
16631 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16632
16633         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16634         (gnus-uu-post-encoded): Use point-at-bol.
16635
16636         * gnus-topic.el (gnus-group-active-topic-p): do.
16637
16638         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16639
16640         * gnus-group.el (gnus-group-kill-region): do.
16641
16642         * gnus-art.el (article-date-ut): do.
16643
16644         * message.el (message-fetch-field): Remove redundant
16645         case-fold-search binding.
16646         (message-narrow-to-field): Simplify.
16647
16648 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * spam.el (spam-directory): Derive from `gnus-directory'.
16651
16652         * spam-report.el (spam-report-url-to-file)
16653         (spam-report-requests-file): New function and variable for offline
16654         reporting.
16655         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16656         and user defined function.
16657         (spam-report-url-ping-mm-url): Remove doubled slash.
16658
16659 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16660
16661         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16662
16663 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16664
16665         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16666         format string mismatch.
16667
16668         * sieve.el (sieve-deactivate-all): do.
16669
16670         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16671
16672         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16673
16674         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16675
16676         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16677
16678 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16679
16680         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16681         the list of checks.
16682
16683 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16684
16685         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16686         padding.
16687
16688 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16689
16690         * mm-view.el (mm-fill-flowed): New variable.
16691         (mm-inline-text): Use it.
16692
16693 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16694
16695         * spam.el (spam-spamassassin-register-ham-routine)
16696         (spam-spamassassin-register-spam-routine): Fix function names.
16697
16698 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * gnus.el (gnus-tmp-grouplens): Remove.
16701         (gnus-summary-line-format): Remove grouplens.
16702
16703         * gnus-group.el (gnus-group-line-format): Ditto.
16704
16705         * gnus-spec.el (gnus-format-specs): Ditto.
16706         (gnus-update-format-specifications): Flush the group format spec
16707         cache if there's the grouplens stuff.
16708         (gnus-parse-simple-format): Replace %l with the empty string.
16709
16710 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16711
16712         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16713         omission.
16714
16715 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16718         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16719
16720 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16721
16722         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16723         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16724         New macros and functions.
16725         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16726         Handle > NLINK_MAX messages.
16727         * nnmaildir.el (nnmaildir-request-set-mark): Use
16728         nnmaildir--emlink-p and nnmaildir--eexist-p.
16729
16730 2004-01-25  Alex Schroeder  <alex@gnu.org>
16731
16732         * spam-stat.el (spam-stat-process-directory-age): New option.
16733         (spam-stat-process-directory): Use it.
16734
16735 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16736
16737         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16738         (spam-stat-save): Accept prefix argument.
16739
16740 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16741
16742         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16743         links" error.
16744
16745 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16748         the rest of the and/or forms.
16749
16750 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16751
16752         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16753         compatibility with old .newsrc.eld files.
16754
16755         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16756
16757         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16758
16759         * gnus-start.el (gnus-1): do.
16760
16761         * gnus-group.el (gnus-group-line-format-alist): do.
16762
16763         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16764
16765         * gnus-gl.el: Remove.
16766
16767 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16768
16769         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16770         marks consisting of a single range {for example, (3 . 5)} rather
16771         than a list of a single range { ((3 . 5)) }.
16772
16773 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16774
16775         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16776         with-current-buffer.
16777         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16778         avoid consing a string.
16779
16780         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16781         Remove obsolete entries for big5 and gb2312.
16782
16783 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16784
16785         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16786         uncompressed list.
16787
16788 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16789
16790         * spam-stat.el (spam-stat-strip-xref): New function.
16791         (spam-stat-process-directory): Use it.
16792
16793         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16794         here -- it's done in message-fetch-field.
16795
16796 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16797
16798         * gnus-agent.el (gnus-agent-queue-mail)
16799         (gnus-agent-prompt-send-queue): New variables.
16800         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16801         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16802         "nndraft:queue" along to gnus-draft-send.  Use
16803         gnus-agent-prompt-send-queue.
16804         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16805         is "nndraft:queue".  Suggested by Gaute Strokkenes
16806         <gs234@srcf.ucam.org>
16807
16808         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16809         (agent-enable-undownloaded-faces): Added.
16810         (gnus-agent-cat-groups): Use eval-and-compile, not
16811         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16812         method of gnus-agent-cat-groups even when the buffer has been
16813         evaled.
16814         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16815         delete gnus-agent-save-active-1.
16816         (gnus-agent-save-groups): Deleted.  Identical to
16817         gnus-agent-save-active.
16818         (gnus-agent-write-active): No longer adjust agent's copy of active
16819         file as agent's adjustments are now stored in their own
16820         file.  Removed optional parameter.
16821         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16822         servers.  Add use of min/max range limits from server's local
16823         file.
16824         (gnus-agent-save-alist): Removed unused optional argument.
16825         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16826         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16827         (gnus-agent-set-local): A per-server file that keeps min/max range
16828         limits for articles known to the agent.  Provides a fast mechanism
16829         for altering many active ranges.
16830         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16831         active file (local makes it unnecessary).
16832         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16833
16834         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16835         (agent-enable-undownloaded-faces): Added.
16836
16837         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16838         disable it when sending to "nndraft:queue".
16839         (gnus-group-send-queue): Add safety check to avoid sending queue
16840         when unplugged.
16841
16842         * gnus-group.el (gnus-group-catchup): Use new
16843         gnus-sequence-of-unread-articles, not
16844         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16845         numbers of articles.  Use gnus-range-map to avoid having to
16846         uncompress the unread list.
16847         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16848         Fixed invalid ange-ftp reference.
16849
16850         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16851         (gnus-sorted-range-intersection): Intersection of two ranges
16852         without requiring that they first be uncompressed.
16853
16854         * gnus-start.el (gnus-activate-group): Unless blocked by the
16855         caller, possibly expand the active range to include both cached
16856         and agentized articles.
16857         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16858         multiple version-dependent converters.
16859         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16860         gnus-agent-save-active.
16861         (gnus-save-newsrc-file): Save dirty agent range limits.
16862
16863         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16864         gnus-agent-possibly-alter-active.
16865         (gnus-adjust-marked-articles): Faster handling of simple lists.
16866
16867 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16868
16869         * spam-stat.el (spam-stat-test-directory): New optional argument
16870         displays a list of files detected.  Suggested by Andrew Cohen
16871         <cohen@andy.bu.edu>.
16872         (spam-stat-buffer-words-with-scores): Don't narrow and change
16873         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16874
16875 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16876
16877         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16878         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16879         (spam-spamassassin-arguments)
16880         (spam-spamassassin-spam-flag-header)
16881         (spam-spamassassin-positive-spam-flag-header)
16882         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16883         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16884         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16885         (spam-list-of-processors, spam-list-of-checks)
16886         (spam-list-of-statistical-checks, spam-registration-functions)
16887         (spam-check-spamassassin-headers, spam-check-spamassassin)
16888         (spam-spamassassin-score)
16889         (spam-spamassassin-register-with-sa-learn)
16890         (spam-spamassassin-register-spam-routine)
16891         (spam-spamassassin-register-ham-routine)
16892         (spam-assassin-register-spam-routine)
16893         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16894         (spam-bogofilter-score): Fix to show article before scoring.
16895
16896 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16897
16898         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16899         default scoring function.
16900         (spam-generic-score): Call spam-spamassassin-score if
16901         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16902         spam-bogofilter-score otherwise.
16903
16904         * gnus.el (spam-process, spam-autodetect-methods): Add
16905         spamassassin and spamassassin-headers.
16906
16907 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16908
16909         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16910         Suppress unnecessary messages.
16911
16912 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16913
16914         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16915         make-hash-table.
16916
16917 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * canlock.el (base64-encode-string): Don't autoload it.
16920
16921 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * run-at-time.el: Remove useless (require 'itimer),
16924         eval-and-compile and (featurep 'xemacs).
16925
16926 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16927
16928         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16929         GROUP is a virtual group.
16930
16931 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16932
16933         * gnus.el: Autoload `message-y-or-n-p'.
16934
16935 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16936
16937         * pgg-parse.el: Remove unnecessary (require 'custom).
16938
16939         * pgg-def.el: do.
16940
16941         * nnmail.el: do.
16942
16943         * gnus-undo.el: do.
16944
16945         * gnus-picon.el: do.
16946
16947         * gnus-util.el: do.
16948
16949 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16950
16951         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16952
16953 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16956         handle, as well as a list.
16957
16958         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16959         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16960         (mm-w3m-cid-retrieve): Simplify.
16961
16962 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16963
16964         * message.el (message-kill-to-signature): Allow prefix arg to
16965         specify number of lines to keep before signature.
16966
16967 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16968
16969         * message.el (message-kill-to-signature): Change docstring.
16970
16971 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * canlock.el: Always require sha1-el.
16974         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16975
16976         * message.el: Autoload sha1 only when compiling.
16977
16978         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16979         eudc-expand-inline for XEmacs.
16980
16981 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * message.el (message-canlock-generate): Require sha1-el.
16984
16985 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16986
16987         * message.el (message-expand-name): Silence the byte compiler.
16988
16989         * lpath.el: Add detect-coding-system.
16990
16991         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16992         cus-edit.
16993
16994 2004-01-13  Simon Josefsson  <jas@extundo.com>
16995
16996         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16997         Invoke gnus-score-mode.  Reported by
16998         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16999
17000         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17001         Jim Blandy <jimb@redhat.com> (tiny change).
17002
17003 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17006
17007 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17008
17009         * spam.el (spam-get-article-as-string): Update to use
17010         gnus-request-article-this-buffer, much simpler.
17011         (spam-get-article-as-buffer): Remove.
17012
17013 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17014
17015         * message.el (message-expand-name): Use EUDC if the user uses that.
17016
17017 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17018
17019         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17020         character for the encoding to avoid consing a string.
17021
17022         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17023         unnecessarily.
17024
17025         * mm-util.el (mm-replace-chars-in-string): Remove.
17026
17027         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17028         of mm-replace-chars-in-string.
17029
17030 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17031
17032         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17033
17034         * mm-util.el (mm-subst-char-in-string): Support inplace.
17035
17036         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17037         a new string in every iteration.  Use shy groups.
17038
17039 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17040
17041         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17042         * gnus-soup.el (gnus-soup-group-brew):
17043         * gnus-msg.el (gnus-put-message):
17044         * gnus-move.el (gnus-group-move-group-to-server):
17045         * gnus-kill.el (gnus-batch-score):
17046         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17047         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17048         (gnus-group-update-group, gnus-group-read-group)
17049         (gnus-group-make-group, gnus-group-make-help-group)
17050         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17051         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17052         (gnus-group-sort-by-unread, gnus-group-catchup)
17053         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17054         (gnus-group-yank-group, gnus-group-set-info)
17055         (gnus-group-list-groups):
17056         * gnus.el (gnus-generate-new-group-name):
17057         * gnus-delay.el (gnus-delay-send-queue):
17058         * nnvirtual.el (nnvirtual-catchup-group):
17059         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17060         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17061         (gnus-group-prepare-topics, gnus-topic-check-topology):
17062         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17063         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17064         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17065         (gnus-group-make-articles-read):
17066         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17067         (gnus-group-change-level, gnus-kill-newsgroup)
17068         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17069         (gnus-get-unread-articles, gnus-make-articles-unread)
17070         (gnus-make-ascending-articles-unread): Use accessor
17071         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17072         to get group information for improved readability.
17073
17074
17075 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17076
17077         * gnus-art.el (article-decode-mime-words, article-babel)
17078         (gnus-article-highlight-signature, gnus-article-add-buttons)
17079         (gnus-signature-toggle): Use gnus-with-article-buffer.
17080
17081         * gnus-art.el (gnus-article-highlight-headers)
17082         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17083
17084         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17085         (gnus-article-set-globals, gnus-request-article-this-buffer)
17086         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17087         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17088         (gnus-mime-display-alternative): Use with-current-buffer.
17089
17090 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17093         also under 80 char limit, and call gnus-error if needed.
17094         (spam-fetch-article-header): Fix - it was a
17095         buffer-local variable (gnus-newsgroup-data).
17096         (spam-find-spam): Use spam-generate-fake-headers, forget about
17097         spam-insert-fake-headers.
17098         (spam-insert-fake-headers): Remove.
17099
17100 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17101
17102         * deuglify.el (gnus-article-outlook-unwrap-lines)
17103         (gnus-outlook-rearrange-article)
17104         (gnus-outlook-repair-attribution-outlook)
17105         (gnus-outlook-repair-attribution-block)
17106         (gnus-outlook-repair-attribution-other): Remove redundant
17107         save-excursion.
17108
17109 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17110
17111         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17112         (spam-fetch-field-subject-fast)
17113         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17114         (spam-fetch-article-header): Add functions to deal with Gnus
17115         internals for fast retrieval of article header data.
17116         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17117
17118 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17119
17120         * pop3.el (pop3-md5): Remove.
17121         (pop3-apop): Replace pop3-md5 with md5.
17122
17123         * mm-bodies.el: base64 is always built-in.
17124
17125         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17126         with-current-buffer.
17127
17128 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * canlock.el (canlock-insert-header): Remove excessive grouping in
17131         regexp.
17132
17133         * gnus-sum.el (gnus-summary-read-document): Ditto.
17134
17135         * gnus-uu.el (gnus-uu-part-number): Ditto.
17136
17137         * html2text.el (html2text-remove-tags): Ditto.
17138         (html2text-format-tags): Ditto.
17139         (html2text-format-single-elements): Ditto.
17140
17141         * mml.el (mml-parse-1): Ditto.
17142
17143 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17144
17145         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17146
17147         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17148
17149         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17150
17151         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17152
17153 2003-11-15  Simon Josefsson  <jas@extundo.com>
17154
17155         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17156         (pgg-gpg-lookup-key): Use regexp match instead of
17157         split-string (split-string is different between emacs 21.2 and
17158         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17159
17160 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17161
17162         * gnus-art.el (gnus-mime-view-all-parts)
17163         (gnus-article-part-wrapper, gnus-article-view-part): Use
17164         with-current-buffer.
17165
17166 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17167
17168         * spam.el (spam-disable-spam-split-during-ham-respool)
17169         (spam-spamoracle-database, spam-cache-lookups)
17170         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17171         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17172         (spam-group-ham-marks, spam-group-spam-marks)
17173         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17174         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17175         also add spam-use-blackholes to the statistical checks.
17176         (spam-fetch-field-fast): Add interface to fetching fields, may
17177         become a macro.
17178         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17179         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17180         (spam-insert-fake-headers): Fake an article when needed.
17181         (spam-find-spam): Fake article when possible.
17182         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17183         (spam-check-bogofilter-headers): Use message-fetch-field instead
17184         of nnmail-fetch-field.
17185
17186 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17187
17188         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17189
17190 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17191
17192         * spam.el (spam-split): Do not require spam-use-CHECK to be
17193         enabled if that check is passed to spam-split explicitly; also
17194         fix so 'spam doesn't get converted to spam-split-group when
17195         spam-split-symbolic-return is t.
17196         (spam-find-spam): Find registrations of the article and use those
17197         instead of re-running spam-split to find the spam/ham
17198         classification of the article.
17199         (spam-log-processing-to-registry, spam-log-registered-p)
17200         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17201         Use gnus-error instead of gnus-message.
17202         (spam-log-registration-type): Add function to determine the
17203         classification of a message based on registry entries; will
17204         return nil if both 'spam and 'ham are found.
17205         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17206         a reasonably fast local cache without the loading errors.
17207         (spam-cache-lookups): Set to t by default.
17208         (spam-find-spam): Don't try to guess spam-cache-lookups.
17209         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17210         spam-caches entry.
17211         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17212         caching of whitelist/blacklist entries.
17213         (spam-check-whitelist, spam-check-blacklist): Invoke
17214         spam-from-listed-p with a type, not a cache variable.
17215         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17216
17217 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17218
17219         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17220
17221         * nnmail.el (nnmail-split-fancy): do.
17222
17223         * mml.el (mml-parse): do.
17224
17225         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17226         (gnus-score-adaptive): do.
17227
17228 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17231         (gnus-mime-button-map): Don't set keymap parent.
17232         (gnus-button-ctan-directory-regexp): Use shy grouping.
17233         (gnus-prev-page-map): Don't set keymap parent.
17234         (gnus-prev-page-map): Remove duplicated one.
17235         (gnus-next-page-map): Don't set keymap parent.
17236         (gnus-mime-security-button-map): Ditto.
17237
17238         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17239         version number.
17240
17241         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17242
17243 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17244
17245         * canlock.el (canlock-sha1-function): Remove.
17246         (canlock-sha1-function-for-verify): Remove.
17247         (canlock-openssl-program): Remove.
17248         (canlock-openssl-args): Remove.
17249         (canlock-ignore-errors): Remove.
17250         (canlock-sha1-with-openssl): Remove.
17251         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17252         (canlock-verify): Don't use canlock-ignore-errors.
17253
17254         * sha1-el.el (sha1-string-external): Make it can return a string
17255         in binary form.
17256         (sha1-region-external): Ditto.
17257         (sha1-string-internal): Ditto.
17258         (sha1-region-internal): Ditto.
17259         (sha1-region): Ditto.
17260         (sha1-string): Ditto.
17261         (sha1): Ditto.
17262
17263 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264
17265         * spam.el (spam-report-articles-gmane): New command.
17266
17267 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17270
17271         * run-at-time.el (run-at-time-saved): Remove.
17272         (run-at-time): Doc fix.
17273
17274 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17275
17276         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17277         (gnus-summary-limit-map): Add it.
17278         (gnus-summary-make-menu-bar): do.
17279
17280 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17281
17282         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17283         Make attempt at some caching support (done for BBDB only now).
17284         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17285         addresses to be checked.
17286         (spam-clear-cache-BBDB): Add function, to be invoked by
17287         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17288         (spam-check-BBDB): Check and use the caches, if
17289         spam-cache-lookups is on, remove superfluous (provide).
17290
17291 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17292
17293         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17294
17295 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17296
17297         * run-at-time.el (run-at-time-saved): Move to after the definition
17298         of `run-at-time'.
17299
17300         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17301
17302 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17305         mm-w3m-local-map-property.
17306
17307         * mm-view.el (mm-w3m-mode-map): Remove.
17308         (mm-w3m-local-map-property): Remove.
17309         (mm-inline-text-html-render-with-w3m): Don't use
17310         mm-w3m-local-map-property.
17311
17312 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17313
17314         * run-at-time.el: New file.
17315
17316         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17317         under Emacs.
17318
17319         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17320         of gnus-set-text-properties.
17321
17322         * gnus-uu.el (gnus-uu-save-article): Ditto.
17323
17324         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17325
17326         * gnus-cite.el (gnus-cite-parse): Ditto.
17327
17328         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17329         of gnus-.
17330
17331         * gnus-xmas.el (run-at-time): Require run-at-time.
17332
17333         * gnus.el: Changed calls to nnheader-run-at-time and
17334         password-run-at-time throughout to use run-at-time directly.
17335
17336         * password.el: Removed definition of run-at-time.
17337
17338         * nnheaderxm.el: Remove definition of run-at-time.
17339
17340 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17341
17342         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17343         in prompt.
17344
17345 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17346
17347         * messagexmas.el (message-xmas-redefine): Alias
17348         `message-make-caesar-translation-table' to
17349         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17350         version.
17351
17352         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17353         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17354         `gnus-xmas-set-text-properties'.
17355         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17356         `gnus-xmas-completing-read'.
17357         (gnus-xmas-completing-read): Removed.
17358         (gnus-xmas-open-network-stream): Removed.
17359
17360         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17361         XEmacs version.
17362
17363         * dns.el (dns-make-network-process): Use `open-network-stream'
17364         instead of `gnus-xmas-open-network-stream'.
17365
17366         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17367
17368         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17369
17370 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17371
17372         * gnus-art.el (gnus-mime-display-alternative)
17373         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17374         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17375         Don't use gnus-local-map-property.
17376
17377         * gnus-util.el (gnus-local-map-property): Remove.
17378
17379         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17380         gnus-completing-read-maybe-default with completing-read.
17381
17382         * gnus-util.el (gnus-completing-read): do.
17383         (gnus-completing-read-maybe-default): Remove.
17384
17385 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17386
17387         * password.el: Only autoload `run-at-time' if not XEmacs.
17388         Only autoload the itimer functions if XEmacs.
17389
17390 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17393         XEmacsen.
17394
17395         * dgnushack.el: Autoload executable-find for XEmacs.
17396
17397 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17398
17399         * gnus-art.el (gnus-read-string): Remove.
17400         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17401         read-string.
17402
17403 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17404
17405         * netrc.el: Autoload password-read.
17406         (netrc): Add configuration group.
17407         (netrc-encoding-method, netrc-openssl-path): Add
17408         variables for encoding and decoding of files with symmetric
17409         ciphers.
17410         (netrc-encode): Add assistant function to encode a file with
17411         netrc-encoding-method.
17412         (netrc-parse): Add interactive parameter, added optional
17413         decoding if netrc-encoding-method is non-nil but otherwise
17414         behavior is standard.
17415         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17416         Do s/encode/encrypt/ everywhere.
17417
17418         * spam.el: Remove executable-find autoload.
17419
17420 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17423
17424         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17425
17426 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17427
17428         * gnus-art.el (gnus-treat-ansi-sequences)
17429         (article-treat-ansi-sequences): New variable and function.
17430         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17431
17432         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17433         Use it.
17434
17435 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17436
17437         * mm-util.el (mm-quote-arg): Remove.
17438
17439         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17440         shell-quote-argument.
17441
17442         * gnus-uu.el (gnus-uu-command): do.
17443
17444         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17445
17446         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17447         with make-char.
17448
17449         * mm-util.el (mm-make-char): Remove.
17450
17451         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17452         add-minor-mode.
17453
17454         * gnus-undo.el (gnus-undo-mode): do.
17455
17456         * gnus-topic.el (gnus-topic-mode): do.
17457
17458         * gnus-sum.el (gnus-dead-summary-mode): do.
17459
17460         * gnus-start.el (gnus-slave-mode): do.
17461
17462         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17463
17464         * gnus-ml.el (gnus-mailing-list-mode): do.
17465
17466         * gnus-gl.el (gnus-grouplens-mode): do.
17467
17468         * gnus-draft.el (gnus-draft-mode): do.
17469
17470         * gnus-dired.el (gnus-dired-mode): do.
17471
17472         * gnus-ems.el (gnus-add-minor-mode): Remove.
17473
17474         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17475         Replace gnus-char-width with char-width.
17476
17477         * gnus-ems.el (gnus-char-width): Remove.
17478
17479         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17480         Replace gnus-char-width with char-width.
17481
17482         * gnus-ems.el (gnus-char-width): Remove.
17483
17484         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17485         definition.
17486         Remove Emacs 20 hash table compatibility code.
17487
17488         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17489         20 compatibility code.
17490
17491         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17492
17493         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17494
17495         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17496         with point-at-{eol,bol}.
17497
17498         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17499
17500         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17501
17502         * flow-fill.el (fill-flowed-point-at-bol)
17503         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17504
17505         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17506         Replace with point-at-{eol,bol} throughout all files.
17507
17508 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * ntlm.el (ntlm-string-as-unibyte): New macro.
17511         (ntlm-build-auth-response): Use it.
17512
17513         Remove Emacs 20 stuff:
17514         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17515         (butlast, mapc, remove): Remove the compiler macros.
17516         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17517         of delq and copy-sequence.
17518         * gnus-art.el (popup-menu): Remove the compiler macro.
17519         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17520         Emacs 20.
17521
17522 2004-01-05  Simon Josefsson  <jas@extundo.com>
17523
17524         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17525         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17526         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17527         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17528         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17529         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17530         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17531         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17532         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17533         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17534         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17535         string-xor into ntlm-string-xor.  Suggested by
17536         Jesper Harder <harder@myrealbox.com>.
17537
17538         * ntlm.el: Don't include poem.
17539
17540         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17541         Jesper Harder <harder@myrealbox.com>.
17542
17543         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17544
17545         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17546         probably breaks emacs with DL patch, but do we care? Is anyone
17547         still using the DL stuff?)
17548
17549         * sieve-manage.el: Use the password package.
17550         (sieve-manage-read-passwd): Remove.
17551         (sieve-manage-interactive-login): Use password.  Re-add
17552         condition-case around loop.
17553
17554         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17555         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17556         the password package.
17557
17558 2003-02-19  Simon Josefsson  <jas@extundo.com>
17559
17560         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17561         token.
17562
17563 2002-08-07  Simon Josefsson  <jas@extundo.com>
17564
17565         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17566         (sieve-manage-authenticators):
17567         (sieve-manage-authenticator-alist): Add some SASL mechs.
17568         (sieve-sasl-auth): New function.
17569         (sieve-manage-cram-md5-auth):
17570         (sieve-manage-plain-auth): Rewrite using SASL library.
17571         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17572         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17573         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17574         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17575
17576 2004-01-05  Simon Josefsson  <jas@extundo.com>
17577
17578         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17579         New files.
17580
17581 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17582
17583         * gnus-group.el (gnus-no-groups-message): Update.
17584
17585         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17586
17587 2003-11-09  Simon Josefsson  <jas@extundo.com>
17588
17589         * imap.el: Support for ID IMAP extension (RFC 2971).
17590         (imap-local-variables): Add imap-id.
17591         (imap-id): New variable.
17592         (imap-id): New function.
17593         (imap-parse-response): Parse untagged ID response.
17594         * nnimap.el (nnimap-id): New variable.
17595         (nnimap-open-connection): Use it.
17596
17597 2003-12-28  Simon Josefsson  <jas@extundo.com>
17598
17599         * gnus-score.el (gnus-score-edit-all-score): New.
17600         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17601
17602 2004-01-04  Simon Josefsson  <jas@extundo.com>
17603
17604         * password.el: Add.
17605
17606 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17607
17608         * dns.el (dns-query-types): Fix typo.
17609         (dns-query-types): New function.
17610         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17611         PTR and SOA replies, see RFC 1035.
17612
17613 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17614
17615         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17616
17617         * Moved to Changelog.2.
17618
17619 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17620
17621         * gnus.el (gnus-version-number): Bump version.
17622
17623 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17624
17625         * gnus.el: No Gnus v0.1 is released.
17626
17627 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17628
17629         * gnus.el: No Gnus v0.0 is released.
17630
17631 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17632
17633         * gnus.el (gnus-version-number): Bump.
17634         (gnus-version): No.
17635
17636 See ChangeLog.2 for earlier changes.
17637
17638     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17639       Free Software Foundation, Inc.
17640
17641   This file is part of GNU Emacs.
17642
17643   GNU Emacs is free software: you can redistribute it and/or modify
17644   it under the terms of the GNU General Public License as published by
17645   the Free Software Foundation, either version 3 of the License, or
17646   (at your option) any later version.
17647
17648   GNU Emacs is distributed in the hope that it will be useful,
17649   but WITHOUT ANY WARRANTY; without even the implied warranty of
17650   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17651   GNU General Public License for more details.
17652
17653   You should have received a copy of the GNU General Public License
17654   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17655
17656 ;; Local Variables:
17657 ;; coding: utf-8
17658 ;; fill-column: 79
17659 ;; add-log-time-zone-rule: t
17660 ;; End: