gnus-html.el (gnus-html-schedule-image-fetching): Work for XEmacs.
[gnus] / lisp / ChangeLog
1 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5         SXEmacs.
6
7         * gnus-html.el: Don't require help-fns under XEmacs.
8         (gnus-html-schedule-image-fetching): Work for XEmacs.
9
10         * mm-decode.el (mm-shr): Decode contents by charset.
11
12 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
15         (shr-get-image-data): Ensure against the cache file missing.
16
17         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
18         for data.
19
20         * spam-report.el (spam-report-url-ping-plain): Don't query about
21         killing the process.
22
23         * shr.el (shr-render-td): Protect against too-wide text.
24
25 2010-10-04  Julien Danjou  <julien@danjou.info>
26
27         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
28         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
29
30         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
31         retrieved.
32
33 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * shr.el (browse-url): Required.
36         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
37         lines.
38         (shr-show-alt-text, shr-browse-image): New commands.
39         (shr-browse-url, shr-copy-url): New commands.
40
41         * gnus-sum.el (gnus-widen-article-window): New variable.
42         (gnus-summary-select-article-buffer): Use it.
43
44         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
45         without @ signs.
46
47 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
48
49         * nnir.el (nnir-run-imap): Remove spurious space in search string.
50
51 2010-10-04  Julien Danjou  <julien@danjou.info>
52
53         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
54         for XEmacs.
55
56 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
59
60         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
61         (nnimap-close-server): Implement.
62
63         * dgnushack.el (iswitchb): Require to shut up the compiler.
64
65         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
66         (shr-insert): Tweak line breaking.
67         (shr-insert): Handle <pre> better.
68         (shr-tag-li): Get <li> indentation right.
69         (shr-tag-li): Get <li> indentation even righter.
70         (shr-tag-blockquote): Ensure paragraph start.
71         (shr-make-table): Tweak table generation.
72         (shr-make-table): Fix typo.
73
74         * shr.el: Implement table rendering.
75
76 2010-10-04  Julien Danjou  <julien@danjou.info>
77
78         * gnus-html.el (gnus-html-put-image): Fix resize image code.
79
80 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * shr.el (shr-insert): Use string anchors instead of line anchors.
83
84 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * shr.el: Add headings.
87         (shr-ensure-paragraph): Actually work.
88         (shr-tag-li): Make <ul> prettier.
89         (shr-insert): Get white space at the beginning/end of elements right.
90         (shr-tag-p): Collapse subsequent <p>s.
91         (shr-ensure-paragraph): Don't insert double line feeds after blank
92         lines.
93         (shr-insert): \t is also space.
94         (shr-tag-s): Fix "s" tag name function.
95         (shr-tag-s): Fix face prop name.
96
97 2010-10-03  Julien Danjou  <julien@danjou.info>
98
99         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
100
101         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
102         gnus-window-inside-pixel-edges.
103
104         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
105         gnus-ems.
106
107         * mm-view.el (mm-inline-image-emacs): Support image resizing.
108
109         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
110         function.
111
112         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
113         resize choice.
114
115 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
118         beginning of the buffer.
119
120         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
121         article buffer again.
122
123         * shr.el (shr-tag-p): Don't insert newlines at the start of the
124         buffer.
125
126         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
127         when it's at the start of the buffer.
128
129         * shr.el (shr-tag-blockquote): Convert name.
130         (shr-rescale-image): Use the right image-size variant.
131
132         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
133         buffer isn't shown, then select the current article first instead of
134         bugging out.
135         (gnus-summary-select-article-buffer): Show both the article and summary
136         buffers again.
137
138         * shr.el (shr-fontize-cont): Protect against regions with no text.
139         Rename tag functions to shr-tag-* for enhanced security.
140         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
141
142 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
143
144         * shr.el (shr-insert):
145         * pop3.el (pop3-movemail):
146         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
147         loaded.
148
149 2010-10-03  Glenn Morris  <rgm@gnu.org>
150
151         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
152
153         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
154
155         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
156
157         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
158
159         * gnus-util.el (gnus-make-local-hook): Simplify.
160
161 2010-10-02  Julien Danjou  <julien@danjou.info>
162
163         * gnus-util.el (gnus-iswitchb-completing-read): New function.
164         (gnus-ido-completing-read): New function.
165         (gnus-emacs-completing-read): New function.
166         (gnus-completing-read): Use gnus-completing-read-function.
167         Add gnus-completing-read-function.
168
169 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170
171         * shr.el (shr-insert-document): Autoload.
172         (shr-img): Be silent.
173         (shr-insert): Add a newline after every picture before text.
174         (shr-add-font): Use overlays for combining faces.
175         (shr-insert): Pass upwards the text start point.
176
177         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
178         possible.
179         (mm-shr): New function.
180
181 2010-10-02  Julien Danjou  <julien@danjou.info>
182
183         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
184         should go backward.
185
186 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
187
188         * shr.el (shr): Fix typo in provide call.
189
190 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * shr.el: New file.
193
194         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
195
196         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
197         completing read.
198
199 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
202         we're being queried about.  Suggested by Dan Jacobson.
203
204         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
205         by Jason Eisner.
206
207         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
208         table, too.  Suggested by Stefan Wiens.
209         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
210         the table unnecessary.  Suggested by Stefan Wiens.
211
212         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
213         longer needed, and probably doesn't work either, as pointed out by
214         Stefan Wiens.
215         (gnus-summary-exit): Remove call to the clearing function.
216         (gnus-summary-exit-no-update): Ditto.
217
218         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
219         instead of gnus-eval-in-buffer-window to avoid popping up frames.
220         Reported by Stefan Monnier.
221         (gnus-summary-save-in-rmail): Ditto.
222
223         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
224         article buffer, instead of both the article buffer and the summary
225         buffer.  Sort of suggested by Dan Jacobson.
226
227         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
228
229         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
230         Suggested by Dan Jacobson.
231
232         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
233         documentation clearer.
234
235         * message.el (message-shorten-references): Comment on the number "21".
236         Suggested by Stefan Monnier.
237
238         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
239         Suggested by Dan Jacobson.
240
241         * gnus.el (gnus-large-newsgroup): Mention
242         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
243
244         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
245         externalize attachments.  Bug reported by Steve Wen.
246
247         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
248         really message anything to the user.
249
250         * nnmail.el (nnmail-article-group): Allow using the fancy split method
251         directly.
252
253         * nnimap.el (nnimap-request-group): Low higher than high to signal no
254         messages in empty groups.
255
256 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
257
258         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
259         non-UIDNEXT group.
260
261 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
264         not the value from the collection.
265
266         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
267         values.  This sometimes happens on some groups that have no info.
268         (nnimap-request-newgroups): New function.
269
270 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
273         check into `gnus-registry-initialize'.
274         (gnus-registry-initialize): Ditto.
275         Fix and extend header docs.
276
277 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
280         regexp backtrace overflows.
281
282         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
283         for starttls that tls.el implements; i.e. openssl.
284
285         * tls.el (tls-starttls-switches): Give up on using starttls with
286         gnutls-cli.
287         (tls-program): Add --insecure to be consistent with the defaults from
288         openssl s_client.  Now all three commands are insecure.
289
290 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * lpath.el: Bind completion-styles-alist for XEmacs.
293
294         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
295         (gravatar-create-image): New function that's an alias to
296         gnus-xmas-create-image, gnus-create-image, or create-image.
297         (gravatar-data->image): Use it.
298
299 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
300
301         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
302         install the nnregistry refer method.
303         (gnus-registry-install-hooks): Use it.
304         (gnus-registry-unfollowed-groups): Add nnmairix to the default
305         unfollowed groups.
306
307 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
308
309         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
310         expanding threads.
311
312 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * nnir.el: Use the server names without suffixes (bug #7009).
315
316         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
317         unencrypted to STARTTLS, if possible.
318
319 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
320
321         * message.el (message-ignored-supersedes-headers): Strip Injection-*
322         headers before superseding.
323
324 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * nnrss.el (nnrss-use-local): Add documentation.
327
328         * nnimap.el (nnimap-extend-tls-programs): New function.
329         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
330         (nnimap-wait-for-connection): Accept the greeting from the stupid
331         output from openssl s_client -starttls, too.
332
333         * tls.el (tls-starttls-switches): New variable.
334         (tls-find-starttls-argument): Use it.
335         (open-tls-stream): Ditto.
336
337         * netrc.el (netrc-credentials): Return the value of the "default"
338         entry.
339         (netrc-machine): Ditto.
340
341         * nnimap.el (nnimap-find-article-by-message-id): Really return the
342         article number.
343         (nnimap-split-fancy): New variable.
344         (nnimap-split-incoming-mail): Use it.
345
346         * nntp.el (nntp-server-list-active-group): Document.
347
348         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
349         SELECT to get the message-id.
350
351         * mail-source.el (mail-sources): Removed webmail support.
352         (defvar): Ditto.
353         (mail-source-fetcher-alist): Ditto.
354         (mail-source-fetch-webmail): Removed.
355
356         * webmail.el: Removed -- doesn't seem relevant any more.
357
358         * gnus.el: Fix up make-obsolete-variable declarations throughout.
359
360         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
361         the \r.
362
363 2010-09-30  Julien Danjou  <julien@danjou.info>
364
365         * gnus-agent.el (gnus-agent-add-group): Fix call to
366         gnus-completing-read.
367
368 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * nndoc.el (nndoc-retrieve-groups): New function.
371
372         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
373         `default', use nnmail-split-methods.
374         (nnimap-request-article): Downcase the NILs so that they are nil.
375
376         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
377         symbol.
378
379         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
380         code, since if the user has requested network, that's what they ought
381         to get.
382         (nnimap-request-set-mark): Erase the buffer before issuing commands.
383         (nnimap-split-rule): Mark as obsolete.
384
385         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
386         variable.
387
388         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
389         correct slot, too.
390
391 2010-09-29  Julien Danjou  <julien@danjou.info>
392
393         * gnus.el (gnus-local-domain): Declare variable obsolete.
394
395         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
396         computing.
397         (gnus-ido-completing-read): Require ido.
398
399 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * gnus-registry.el: Don't prompt on load, which makes it impossible to
402         build Gnus.
403
404         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
405         when interpreting the structures.
406         (nnimap-request-accept-article): Add \r\n to the lines to make this
407         work with Cyrus.
408
409         * nndraft.el (nndraft-request-expire-articles): Use the group name
410         instead if "nndraft".  Fix found by Nils Ackermann.
411
412 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
413
414         * nnregistry.el: Added.
415
416 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
417
418         * nnmail.el (group, group-art-list, group-art):
419         Remove unneeded directives.
420
421 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
424         (mm-mime-charset)
425         * rfc2047.el (rfc2047-syntax-table)
426         * utf7.el (utf7-utf-16-coding-system): Comment fix.
427
428         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
429         rather than `insert-file-contents' and `eval-region'.
430
431         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
432         construction.
433
434         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
435
436         * time-date.el: No need to require cl for Emacs 21.
437
438 2010-09-29  Julien Danjou  <julien@danjou.info>
439
440         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
441         replacement of `gnus-gravatar-relief' to mimic
442         `gnus-faces-properties-alist'.
443         Add :version property.
444
445 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * mail-source.el (mail-source-report-new-mail)
448         * message.el (message-default-mail-headers)
449         * mm-decode.el (mm-valid-image-format-p): Comment fix.
450
451         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
452
453 2010-09-28  Julien Danjou  <julien@danjou.info>
454
455         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
456         mail-address contains the same string as real-name.
457
458         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
459         non-blank in header, otherwise it'll get stripped.
460
461         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
462         real-name, and then for mail address rather than doing : or , search.
463
464 2010-09-27  Julien Danjou  <julien@danjou.info>
465
466         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
467         (gnus-server-goto-server): Use gnus-completing-read.
468
469         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
470
471         * mm-util.el (defalias): Use gnus-completing-read.
472         (mm-codepage-setup): Use gnus-completing-read.
473
474         * smime.el (smime-sign-buffer): Use gnus-completing-read.
475         (smime-decrypt-buffer): Use gnus-completing-read.
476
477         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
478
479         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
480         (mml-minibuffer-read-disposition): Use gnus-completing-read.
481         (mml-insert-multipart): Use gnus-completing-read.
482
483         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
484
485         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
486
487         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
488
489         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
490
491         * gnus.el (gnus-read-method): Use gnus-completing-read.
492
493         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
494
495         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
496         (gnus-mime-action-on-part): Use gnus-completing-read.
497         (gnus-article-encrypt-body): Use gnus-completing-read.
498
499         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
500         (gnus-topic-move-matching): Use gnus-completing-read.
501         (gnus-topic-copy-matching): Use gnus-completing-read.
502         (gnus-topic-sort-topics): Use gnus-completing-read.
503         (gnus-topic-move): Use gnus-completing-read.
504
505         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
506         (gnus-agent-add-group): Use gnus-completing-read.
507
508         * nnmairix.el (nnmairix-create-server-and-default-group): Use
509         gnus-completing-read.
510         (nnmairix-update-groups): Use gnus-completing-read.
511         (nnmairix-get-server): Use gnus-completing-read.
512         (nnmairix-backend-to-server): Use gnus-completing-read.
513         (nnmairix-goto-original-article): Use gnus-completing-read.
514         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
515
516         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
517
518         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
519         (gnus-group-make-useful-group): Use gnus-completing-read.
520         (gnus-group-make-web-group): Use gnus-completing-read.
521         (gnus-group-add-to-virtual): Use gnus-completing-read.
522         (gnus-group-browse-foreign-server): Use gnus-completing-read.
523
524         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
525         (gnus-summary-limit-to-extra): Use gnus-completing-read.
526         (gnus-summary-execute-command): Use gnus-completing-read.
527         (gnus-summary-respool-article): Use gnus-completing-read.
528         (gnus-read-move-group-name): Use gnus-completing-read.
529
530         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
531         (gnus-summary-score-effect): Use gnus-completing-read.
532
533         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
534
535         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
536         right completing-read function.
537         (gnus-use-ido): New variable
538         (gnus-completing-read-with-default): Remove.
539
540 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
543         x-focus-frame.
544
545         * nnimap.el (auth-source-forget-user-or-password)
546         (auth-source-user-or-password): Autoload.
547
548         * message.el (message-from-style, message-interactive)
549         (message-cite-prefix-regexp, message-sendmail-envelope-from)
550         (message-yank-prefix, message-indentation-spaces, message-signature)
551         (message-signature-file): Add comment.
552
553 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
556         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
557         new articles.
558
559         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
560         parts.
561         (nnimap-request-article): Work with the t setting, too.
562
563         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
564         that you don't get flashes of other buffers.
565         (gnus-summary-show-complete-article): Intern before setting.
566
567 2010-09-27  David Engster  <dengste@eml.cc>
568
569         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
570         well as HEADERS.
571         (nnmairix-retrieve-headers): Provide new argument for the above.
572
573 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-sum.el (gnus-summary-move-article): Don't alter
576         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
577         group.
578
579         * nnimap.el (nnimap-update-info): Don't destructively alter active.
580
581         * message.el (message-cite-prefix-regexp): Revert my last edit.
582
583         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
584         variable instead of the Gnus variable.
585
586         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
587
588         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
589         again.
590
591         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
592         since some servers don't like it.
593         (nnimap-open-connection): Forget credentials if the server says the
594         password was wrong.
595         (nnimap-parse-line): Protect against invalid data.
596
597         * gnus-sum.el (gnus-summary-move-article): Add comment.
598         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
599         nothing alters it while scanning for new messages.
600
601         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
602         which may or may not help.
603         (nnimap-open-connection): If we're doing a stream connection, and then
604         discover we're on a STARTTLS-capable server, then open a STARTTLS
605         connection instead.
606
607 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * nnimap.el (utf7): Required.
610
611         * message.el (message-cite-prefix-regexp): Remove "}" from citation
612         prefix.
613
614 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
615
616         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
617
618 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * nnimap.el (nnimap-request-accept-article): Message the error on
621         error.
622
623 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
626
627 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * nndoc.el (nndoc-request-list): Return success always.
630
631         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
632         `fetch-old' -- we only want to fetch the articles we've requested.  The
633         rest are in the agent, probably.
634         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
635         disappeared server" to something low.  It's not important.
636
637         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
638         arrived before the FETCH data.
639
640         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
641         target here, because we don't know the Gnus name of the group.
642
643         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
644         for the correct group.
645
646         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
647
648         * gnus.el (gnus): Give a final warning after startup.
649
650         * gnus-util.el (gnus-action-message-log): New variable.
651         (gnus-message): Use it.
652         (gnus-final-warning): New function.
653
654         * nnimap.el (nnimap-open-connection): Record the greeting.
655         (nnimap): Add greeting.
656
657 2010-09-26  Julien Danjou  <julien@danjou.info>
658
659         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
660         arguments.
661         (gnus-html-wash-images): Fix spec computing to include start/end.
662
663         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
664
665 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
668         deletion.
669         (nnimap-retrieve-headers): Don't select the group, because that's
670         already done by nnimap-possibly-change-group.
671
672         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
673         (gnus-picon-transform-address): Use it.
674
675         * mail-source.el (mail-source-value): Revert previous patch.
676
677         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
678         on failure.
679         (nnimap-open-connection): Look up both virtual and physical server name
680         credentials.
681
682         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
683
684 2009-02-07  Dave Love  <fx@gnu.org>
685
686         * tls.el (open-tls-stream): Don't query killing process.
687
688 2009-02-08  Dave Love  <fx@gnu.org>
689
690         * gnus-win.el (gnus-window-to-buffer-helper,
691         gnus-all-windows-visible-p): Function needn't be a symbol.
692
693         * mail-source.el (mail-source-value): Function needn't be a symbol.
694
695 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * message.el (message-cite-prefix-regexp): Remove } from the cite
698         prefix.
699
700         * gnus-art.el (gnus-treatment-function-alist): Do picons before
701         highlight again, so that the highlight is correct.
702
703         * gnus-picon.el (gnus-picon): Remove again.
704         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
705
706         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
707         doing the header highlightling, so that the background colour of the
708         picon is correct.
709
710         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
711         (gnus-picon): Ditto.
712         (gnus-picon): Reinstate.  The background colour for picons is white.
713         (gnus-picon-insert-glyph): Make the background white.
714
715         * nnml.el (nnml-open-nov): Don't return dead buffers.
716
717         * auth-source.el (auth-source-create): Query the user for whether to
718         store the credentials.
719
720         * netrc.el (netrc-store-data): New function.
721
722         * auth-source.el (auth-source-user-or-password): Use the existing auth
723         sources, if any, for creation.
724
725         * gnus.el (gnus-group-fast-parameter): Return the last matching
726         parameter instead of the first matching parameter.
727
728 2010-09-26  Julien Danjou  <julien@danjou.info>
729
730         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
731
732 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * mml2015.el (mml2015-use): Remove gpg support.
735
736         * mml1991.el (mml1991-function-alist): Remove gpg function.
737         (mml1991-gpg-sign): Removed.
738
739 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
740
741         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
742         (gnus-browse-unsubscribe-current-group): Document it.
743         (gnus-browse-unsubscribe-group): Use it.
744
745 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
748         address to the To list for easier response.
749
750         * gnus.el (gnus-play-startup-jingle): Removed.
751         (gnus-splash): Don't play jingle.
752         (gnus): Silence gnus-load message.
753
754         * gnus-art.el (gnus-treat-play-sounds): Removed.
755
756         * gnus.el (gnus-play-jingle): Remove audio support.
757
758         * gnus-cus.el (gnus-score-customize): Remove audio reference.
759
760         * earcon.el: Removed -- no users.
761
762         * gnus-audio.el: Removed -- no users of this package.
763
764         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
765
766         * gnus-start.el (gnus-setup-news): Remove nocem support.
767
768         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
769
770         * gnus.el (gnus-use-nocem): Removed.
771
772         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
773         Removed.
774
775         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
776         uses NoCeM any more.
777
778         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
779         (gnus-button-ctan-handler): Ditto.
780         (gnus-button-handle-ctan-bogus-regexp): Ditto.
781         (gnus-button-ctan-directory-regexp): Ditto.
782         (gnus-button-handle-ctan): Ditto.
783         (gnus-button-tex-level): Ditto.
784         (gnus-button-alist): Removed CTAN stuff.
785
786 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
789         nnimap-streaming test.
790
791         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
792         servers twice.
793
794         * nnimap.el (nnimap-open-connection): Add more error reporting when
795         nnimap fails early.
796
797         * nnheader.el (nnheader-get-report-string): New function.
798         (nnheader-get-report): Use it.
799
800         * gnus-int.el (gnus-check-server): Say what the error was when opening
801         failed.
802
803         * nnimap.el (nnimap-wait-for-response): Search further when we're not
804         using streaming.
805
806 2010-09-25  Julien Danjou  <julien@danjou.info>
807
808         * gnus-html.el (gnus-html-rescale-image): Use our defalias
809         gnus-window-inside-pixel-edges.
810
811 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
814
815         * mm-decode.el (mm-save-part): Allow saving to other directories the
816         normal Emacs way.
817
818         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
819         by Jay Berkenbilt.
820
821         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
822         there isn't a single byte.
823
824         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
825         just do it.  It doesn't really seem to matter what the user responds
826         here, I think, so it's just a confusing question.
827
828         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
829         non-streaming case.
830
831         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
832         (gnus-article-encrypt-body): Use it.
833
834         * gnus-sum.el (gnus-summary-show-complete-article): New command and
835         keystroke.
836
837         * nnimap.el (nnimap-find-wanted-parts-1): Use
838         gnus-fetch-partial-articles.
839
840         * gnus-art.el (gnus-fetch-partial-articles): New variable.
841
842         * nnimap.el (nnimap-insert-partial-structure): New function.
843         (nnimap-get-partial-article): New function.
844         (nnimap-request-article): Use it.
845         (nnimap-wait-for-response): Return whether the wait was successful.
846         (nnimap-finish-retrieve-group-infos): Don't do anything if the
847         retrieval wasn't successful.
848         (nnimap-retrieve-group-data-early): Allow throttling servers.
849         (nnimap-streaming): New variable.
850         (nnimap-fetch-partial-articles): Removed.
851
852         * mm-decode.el (mm-with-part): Protect against killed buffers.
853
854         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
855         for prettier summary display.
856
857 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
858
859         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
860         directly.
861
862 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
865         apparently third-party libraries depend on it.
866
867         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
868         before starting negotiation.
869
870         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
871         privacy reasons.
872         (gnus-treat-mail-gravatar): Ditto.
873
874         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
875         buffer when inserting images.  Inserting text into the headers, for
876         instance, can make them invalid.
877
878 2010-09-25  Julien Danjou  <julien@danjou.info>
879
880         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
881         variables.
882
883         * nnheader.el: Remove useless variables news-reply-yank-from and
884         news-reply-yank-message-id.
885
886         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
887         variables.
888
889         * mml1991.el: Remove useless mml1991-verbose.
890
891         * gnus.el: Remove useless variable gnus-use-generic-from.
892         Remove obsolete variable gnus-topic-indentation.
893
894         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
895
896         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
897
898         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
899
900         * gnus-group.el: Remove useless gnus-group-icon-cache.
901         Remove useless gnus-ephemeral-group-server.
902
903         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
904
905         * mml2015.el: Remove useless mml2015-verbose.
906
907         * mml-smime.el: Remove useless mml-smime-verbose.
908
909         * gnus.el: Remove useless gnus-local-domain.
910
911         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
912         gnus-gravatar-size.
913
914         * gnus-art.el: Remove useless gnus-treat-translate.
915
916 2010-09-24  Julien Danjou  <julien@danjou.info>
917
918         * gnus-sum.el: Add support for Gravatars.
919
920         * gnus-art.el: Add support for Gravatars.
921
922         * gnus-gravatar.el: Add this file.
923
924         * gravatar.el: Add this file.
925
926 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
929
930         * gnus-group.el (gnus-group-fetch-faq): Removed.
931
932         * gnus.el (gnus-group-faq-directory): Removed.
933
934         * gnus-group.el (gnus-group-fetch-charter): Removed.
935
936         * gnus.el (gnus-group-charter-alist): Removed.
937
938         * gnus-group.el (gnus-group-archive-directory): Removed.
939         (gnus-group-recent-archive-directory): Ditto.
940         (gnus-group-make-archive-group): Removed.
941
942         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
943
944         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
945         use the same article number for all the cached articles.
946
947         * nnimap.el (nnimap-command): Register the last command time so
948         that we can use it for idling NOOPs.
949         (nnimap-open-connection): Start the keeplive timer.
950         (nnimap-make-process-buffer): Store all the process buffers.
951         (nnimap-keepalive): New function.
952
953         * starttls.el: (starttls-open-stream): Add autoload cookie.
954
955 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
956
957         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
958         handling.
959
960 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
963         its data structures.
964
965         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
966         instead of the cl.el copy-list.
967         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
968         equalp.
969
970 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
973         and tool-bar-local-item-from-menu.
974
975         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
976         mode-line-highlight face for Emacs.
977
978         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
979         loading gnus-sum.elc; fix comment for canlock-verify.
980         (gnus-article-jump-to-part): Use read-number.
981         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
982         Emacs pre-21 compatible code for help-echo.
983         (gnus-article-next-page-1): No need to adjust the number of lines.
984         (gnus-article-describe-bindings): Always use help-buffer.
985
986         * gnus-audio.el (gnus-audio-inline-sound)
987         * gnus-cus.el (gnus-custom-mode)
988         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
989
990         * gnus-sum.el (gnus-remove-overlays): Doc fix.
991
992         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
993         compatible code.
994
995 2010-09-24  Glenn Morris  <rgm@gnu.org>
996
997         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
998         visiting the fcc file in rmail-mode.
999
1000         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1001
1002 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * nnir.el: Silence the byte compiler.
1005
1006         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1007         alias to browse-url-url-encode-chars if any.
1008         (gnus-html-encode-url): Use it.
1009
1010 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-start.el (gnus-use-backend-marks): New variable.
1013         (gnus-get-unread-articles-in-group): Use it.
1014
1015         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1016         makeover.
1017
1018 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1019
1020         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1021
1022 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1025         Removed.
1026         (gnus-setup-news-hook): Removed
1027         gnus-fixup-nnimap-unread-after-getting-new-news.
1028
1029         * gnus-int.el (gnus-request-update-info): Protect against backends not
1030         having the function.
1031
1032         * nnimap.el (nnimap-stream): Mention starttls.
1033         (nnimap-open-connection): Add starttls support.
1034
1035 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1036
1037         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1038
1039 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1042         BODYSTRUCTUREs.
1043         (nnimap-transform-headers): Unfold quoted {42} headers.
1044
1045         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1046         the info.
1047         (gnus-get-unread-articles): Only call updatep on backends that support
1048         it.
1049
1050         * nnweb.el (nnweb-request-update-info): NOOP.
1051
1052         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1053
1054         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1055         since it only deals with marks.
1056
1057         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1058         gnus-request-marks, and make a new gnus-request-update-info.
1059
1060         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1061         the active instead of the high number, which is usually too low.
1062
1063 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1064
1065         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1066         * encrypt.el: Removed.
1067
1068 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1071         server in symbolic form.
1072
1073         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1074         0.9.
1075
1076 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1079         (nnimap-update-info): Fix up code slightly.
1080
1081         * gnus-int.el (gnus-open-server): Add tracing for performance
1082         debugging.
1083
1084         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1085         (gnus-group-insert-group-line): Pass the real group name so that it
1086         gets the right data.
1087
1088         * gnus-start.el (gnus-get-unread-articles): Don't have
1089         `gnus-get-unread-articles-in-group' update info, since that can be
1090         really slow and doesn't seem to be needed?
1091
1092 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1093
1094         * time-date.el (date-to-time): Try using parse-time-string first before
1095         using the slower timezone-make-date-arpa-standard.
1096
1097 2010-09-22  Julien Danjou  <julien@danjou.info>
1098
1099         * gnus-group.el (gnus-group-insert-group-line): Call
1100         gnus-group-highlight-line.
1101         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1102         default hook list.
1103         (gnus-group-update-eval-form): Add new function.
1104         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1105         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1106
1107 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1110         immediate, then expire all articles.
1111         (nnimap-update-info): Fix off-by-one errors.
1112         (nnimap-flags-to-marks): Would return no marks lists for group with no
1113         flags.  Instead return the other data.
1114
1115 2010-09-22  Julien Danjou  <julien@danjou.info>
1116
1117         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1118         Only return an icon.
1119         (gnus-group-insert-group-line): Compute icon to return.
1120
1121         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1122         variable.
1123         (gnus-html-image-fetched): Only cache if
1124         gnus-html-image-automatic-caching is set.
1125         (gnus-html-image-fetched): Check for errors.
1126
1127 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1130         once per method on `g'.  This ensures that backends like nnfolder don't
1131         open all their folders.
1132
1133         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1134         (nnimap-request-list): Nix out group in the correct buffer.
1135         (nnimap-parse-flags): Implement by using `read' instead of
1136         hand-parsing.
1137         (nnimap-flags-to-marks): Pass on permanent-flags.
1138         (nnimap-make-process-buffer): Record the server name.
1139         (nnimap-parse-flags): Fix typo.
1140         (nnimap-request-scan): Run split on the server in general, not just a
1141         single group.
1142
1143         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1144         parameter, and propagate this downwards.
1145
1146         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1147         since EXAMINE changes it on the server.
1148
1149         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1150         this command might take a while.
1151
1152 2010-09-22  Julien Danjou  <julien@danjou.info>
1153
1154         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1155         harmful if you have 2 images side-by-side, they can't be properly
1156         update on text deletion.  Using text-property is safer here.
1157         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1158         data.
1159
1160 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * nnimap.el (nnimap-expunge-inbox): Removed.
1163         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1164         (nnimap-expunge): Flip default to t.
1165
1166         * gnus.el (gnus-method-to-server): Don't push things to the cache
1167         unless it's unique.
1168         (gnus-server-to-method): Ditto.
1169
1170 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1173
1174 2010-09-22  Julien Danjou  <julien@danjou.info>
1175
1176         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1177         get the start of data.
1178         (gnus-html-encode-url): Add this function to encode special chars in
1179         URL.
1180         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1181         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1182
1183         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1184         default.
1185         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1186
1187         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1188         images alt-text.
1189         (gnus-html-put-image): Put alt-text as help-echo.
1190
1191 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1194         * mm-util.el (mm-decompress-buffer)
1195         * nnir.el (nnir-run-find-grep)
1196         * pop3.el (pop3-list): Use 3rd arg of split-string.
1197
1198         * time-date.el (format-seconds): Comment fix.
1199
1200         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1201         and byte-optimize-form-code-walker.
1202         (dgnushack-make-auto-load): Don't advise make-autoload.
1203
1204         * lpath.el: Remove Emacs 21 stuff.
1205
1206 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1209         outside the active range.  Suggested by Dan Christensen.
1210
1211         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1212         slightly later to avoid double-getting it.
1213
1214         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1215         previous patch.
1216
1217         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1218
1219 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1220
1221         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1222
1223 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-int.el (gnus-open-server): Give a better error message in the
1226         "go offline" case.
1227
1228         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1229         marks for nnimap, which is seldom the right thing to do.
1230
1231         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1232         (gnus-same-method-different-name): New function.
1233
1234         * nnimap.el (parse-time): Require.
1235
1236         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1237         method in the presence of many similar methods.
1238
1239         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1240
1241         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1242         nnml-inhibit-expiry.
1243
1244         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1245         find out whether methods are equal.
1246
1247         * nnimap.el (nnimap-find-expired-articles): New function.
1248         (nnimap-process-expiry-targets): New function.
1249         (nnimap-request-move-article): Request the article before looking at
1250         what the Message-ID is.  Fix found by Andrew Cohen.
1251         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1252
1253         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1254         for oldness in addition to being a predicate.
1255
1256         * nnimap.el (nnimap-request-group): When we have zero articles, return
1257         the right data to Gnus.
1258         (nnimap-request-expire-articles): Only delete articles immediately if
1259         the target is 'delete.
1260
1261         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1262         method, this would bug out.
1263
1264         * gnus-group.el (gnus-group-expunge-group): Renamed from
1265         gnus-group-nnimap-expunge, and implemented as a normal interface
1266         function.
1267
1268         * gnus-int.el (gnus-request-expunge-group): New function.
1269
1270         * nnimap.el (nnimap-request-create-group): Implement.
1271         (nnimap-request-expunge-group): New function.
1272
1273 2010-09-21  Julien Danjou  <julien@danjou.info>
1274
1275         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1276         (gnus-html-cache-expired): Add new function.
1277         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1278         wethever we should display image for fetch it.
1279         Compute alt-text earlier to pass it to the fetching function too.
1280         (gnus-html-schedule-image-fetching): Change function argument to only
1281         get one image at a time, not a list.
1282         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1283         cache.
1284         (gnus-html-get-image-data): New function to retrieve image data from
1285         cache.
1286         (gnus-html-put-image): Change buffer argument to use image data rather
1287         than file, and place image above region rather than inserting a new
1288         one. Do not take alt-text as argument, since it's useless now: we place
1289         the image above alt-text.
1290         (gnus-html-prune-cache): Remove.
1291         (gnus-html-show-images): Start to fetch image when we find one, do not
1292         push into a temporary list.
1293         (gnus-html-prefetch-images): Only fetch image if they have expired.
1294         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1295         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1296
1297 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1300
1301 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1304         spec inser "*" if the group isn't active instead of 0.
1305
1306         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1307         opening the server.
1308         (nnimap-request-delete-group): Implement group deletion.
1309         (nnimap-transform-headers): Return the size of the entire message in
1310         the Bytes header, not just the size of the first part.
1311         (nnimap-request-move-article): When moving an article from nnimap,
1312         request the article first so the accepting form has an article to
1313         accept.  Reported by Dan Christensen.
1314         (nnimap-command): Make sure that the error message doesn't error out.
1315
1316 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1317
1318         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1319         we haven't requested anything.
1320
1321 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1324         "".  Fix found by Andrew Cohen.
1325
1326         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1327         instead of -encode-string.
1328
1329 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1332
1333         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1334         by mm-subst-char-in-string.
1335
1336 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1339         waiting for the connection string.
1340
1341         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1342         arriving.
1343
1344         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1345         bogus characters.  This allows selecting certain Gmail groups.
1346
1347         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1348         (nnimap-fetch-partial-articles): New variable.
1349         (nnimap-open-connection): When looking for credentials, also use the
1350         nnimap-server-port.
1351         (nnimap-request-article): Return the group/article number, so that Gnus
1352         `^' works as expected.
1353         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1354         them.
1355
1356         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1357         comments.
1358         (gnus-methods-sloppily-equal): New function.
1359         (gnus): When using the development version of Gnus, load the gnus-load
1360         file.
1361
1362         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1363         `gnus-open-server' on each method before trying to scan them etc.  This
1364         ensures that all the backend parameters are set correctly.
1365
1366         * nnimap.el (nnimap-authenticator): New variable.
1367         (nnimap-open-connection): Allow anonymous login.
1368         (nnimap-transform-headers): The chars header is called Chars not
1369         Bytes.
1370         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1371         drops.
1372
1373         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1374         patch, found by Knut Anders Hatlen.
1375
1376 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1377
1378         * gnus-agent.el (gnus-agent-batch-confirmation)
1379         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1380         to gnus-message.
1381         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1382         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1383         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1384         * gnus-int.el (gnus-open-server): Likewise.
1385         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1386         (gnus-score-check-syntax): Likewise.
1387         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1388         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1389         Likewise.
1390         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1391
1392 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1395         calling conventions so that prefetch doesn't bug out.
1396
1397 2010-09-19  Julien Danjou  <julien@danjou.info>
1398
1399         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1400         rather than `subst-char-in-region' in order to be able to replace ASCII
1401         char by UTF-8 ones.
1402
1403         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1404         than curl.
1405         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1406         the right URL and ALT text on images.
1407         (gnus-html-wash-tags): Fix tag case.
1408         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1409         (gnus-article-html): Add -o display_ins_del=2 option.
1410         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1411
1412 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1415         the extra mail headers, which sometimes seem to happen for unknown
1416         reasons.
1417
1418         * mail-parse.el (mail-header-encode-parameter): Define as
1419         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1420         (or most, perhaps?) mail readers don't understand the latter, but do
1421         understand the former.
1422
1423         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1424         to nil, so that no methods are automatically agentized.  I think this
1425         is probably what most users want.
1426
1427         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1428         from url-retrieve, for instance about invalid URLs.
1429
1430         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1431         groups that have no articles.
1432         (nnimap-request-article): Check that we really got an article when we
1433         requested one.
1434
1435         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1436         doesn't exist.
1437
1438         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1439         nntp buffer so the agent can save it.
1440         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1441         that CRLF doesn't get translated to \n.
1442         (nnimap-open-connection): Don't make 'shell commands only send \n.
1443
1444 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1445
1446         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1447         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1448         Update var name.
1449         (nnml-generate-nov-file): Use dolist.
1450         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1451         Use with-current-buffer.
1452
1453 2010-09-18  Julien Danjou  <julien@danjou.info>
1454
1455         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1456         parallel.
1457
1458 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1461         the range update right.
1462         (nnimap-request-group): Don't make `M-g' bug out on group with no
1463         marks.
1464         (nnoo): Required, so that other packages can require nnimap.
1465         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1466         command we're looking for.  This helps when the server sends more
1467         responses after we've gotten everything we expected.
1468         (nnimap): Add a `newlinep' field to keep track of end-of-line
1469         conventions.
1470         Don't send CRLF to things that don't want it.
1471         (nnimap-request-accept-article): Ditto.
1472
1473 2010-09-18  Julien Danjou  <julien@danjou.info>
1474
1475         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1476         than curl to retrieve images.
1477
1478 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1481         the marks.
1482         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1483         (nnimap-wait-for-connection): New function.
1484         (nnimap-open-connection): If we have PREAUTH, don't query for login
1485         credentials.
1486         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1487         when doing a partial update.
1488
1489 2010-09-18  Julien Danjou  <julien@danjou.info>
1490
1491         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1492         tags.
1493
1494 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * nnimap.el (nnimap-credentials): New function.
1497         (nnimap-open-connection): Use the new function to look for credentials
1498         also on the numeric equivalents of "imap" and "imaps".
1499
1500         * gnus-start.el (gnus-activate-group): Send the info to
1501         gnus-request-group.
1502
1503         * nnimap.el (nnimap-request-group): Have the "check" version of the
1504         function parse flags and update the info, so that a `M-g' get a total
1505         resync of all flags from the group.
1506
1507         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1508         to allow backends to alter the info on group selection.  Also alter all
1509         the backend -request-group functions to take the parameter.
1510
1511         * nnimap.el (nnimap-store-info): New function.
1512         (nnimap-update-info): Store the info for later usage.
1513         (nnimap-request-group): Use the stored info for the dont-check case, so
1514         that we don't retrieve all marks when we enter a group.
1515
1516         * nnimap.el: Use deffoo instead of defun for interface functions.
1517
1518         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1519         update the group info.  This makes the nndraft groups, for instance, go
1520         back to their old behaviour.
1521
1522         * gnus-sum.el (gnus-select-newsgroup): Indent.
1523
1524         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1525         in.
1526         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1527         nothing.
1528
1529         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1530         from methods that are denied.
1531
1532         * gnus-int.el (gnus-method-denied-p): New function.
1533
1534         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1535         store the password instead of netrc.
1536         (nnimap-open-connection): Don't error out when we can't make a
1537         connections.
1538
1539         * auth-source.el (auth-source-create): In the password prompt, say what
1540         we're querying for.  Also prompt for user name if that hasn't been
1541         given.
1542
1543         * nnimap.el (nnimap-with-process-buffer): Removed.
1544
1545 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1548         method when we're reading from the agent.
1549
1550         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1551
1552         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1553         that's probably most useful for users.
1554
1555         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1556         "failed" all the time.
1557
1558         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1559         ...)) with (with-current-buffer ... ).
1560
1561         * nntp.el (nntp-open-server): Return whether the open was successful or
1562         not.
1563
1564         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1565         select an unread unseen article first.
1566
1567         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1568         /etc/services, supply some sensible port defaults.
1569
1570         * dgnushack.el: Define netrc-credentials.
1571
1572 2010-09-17  Julien Danjou  <julien@danjou.info>
1573
1574         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1575
1576 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1577
1578         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1579         doesn't have any parameters.
1580
1581 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1584         only upcased checks.
1585
1586         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1587
1588         * nnimap.el (nnimap-open-shell-stream): New function.
1589         (nnimap-open-connection): Use it.
1590         (nnimap-transform-headers): Get the number of lines in each message.
1591         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1592         number of lines.
1593         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1594         problem.
1595
1596         * utf7.el (utf7-encode): Autoload.
1597
1598         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1599         to allow the mail splitting to not return a default group.  This is
1600         useful for nnimap, which will leave unmatched mail in the inbox.
1601
1602         * nnimap.el: Rewritten.
1603
1604         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1605         nnimap usage.
1606
1607         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1608         if the move is internal, so that nnimap can do fast internal moves.
1609
1610         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1611         data.
1612         (gnus-read-active-for-groups): Support finishing the early retrieval of
1613         data.
1614
1615         * gnus-range.el (gnus-range-nconcat): New function.
1616
1617         * gnus-int.el (gnus-finish-retrieve-group-infos)
1618         (gnus-retrieve-group-data-early): New functions.
1619
1620 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1621
1622         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1623         (nnrss-retrieve-groups):
1624         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1625         (pop3-quit): Use with-current-buffer.
1626
1627 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1630         instead of nnheader-accept-process-output.
1631
1632         * dgnushack.el (dgnushack-compile): Add comment.
1633
1634         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1635
1636         * gnus-html.el (gnus-html-schedule-image-fetching)
1637         (gnus-html-prefetch-images): Replace process-kill-without-query by
1638         gnus-set-process-query-on-exit-flag.
1639
1640 2010-09-16  Romain Francoise  <romain@orebokech.com>
1641
1642         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1643
1644 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1647         parameter to unintern is mandatory-ish in Emacs 24.
1648
1649         * gnus-html.el (gnus-html-schedule-image-fetching)
1650         (gnus-html-prefetch-images): Check for curl before using it.
1651
1652         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1653         depend on curl, which isn't essential.
1654
1655         * imap.el: Revert back to version
1656         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1657         seem problematic.
1658
1659 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1660
1661         * gnus-registry.el (gnus-registry-install-shortcuts):
1662         Explicitly pass `obarray' to `unintern' to avoid a warning.
1663
1664 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1667         change.
1668
1669         * nnrss.el (nnrss-request-list): Removed this function and related
1670         functions, including the moreover stuff.
1671
1672 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * nnrss.el (nnrss-retrieve-groups): New function.
1675
1676 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1677
1678         * .dir-locals.el: Add no-byte-compile cookie.
1679
1680 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * time-date.el (format-seconds): Comment fix.
1683
1684         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1685         for back end that doesn't support request-scan.
1686
1687 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1690         then do request scans from the backends.
1691
1692         * netrc.el (netrc-credentials): New conveniency function.
1693
1694         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1695         avoid running a hook per line, since this takes a lot of time,
1696         profiling shows.
1697         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1698         directly if gnus-visual-p is true.
1699
1700 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1703         groups; replace mapcar with dolist which is a bit faster; pass groups
1704         info to gnus-read-active-file-1.
1705         (gnus-read-active-file-1): Scan only specified groups if the new
1706         optional arg `infos' is given.
1707
1708 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1711
1712         * pop3.el (pop3-movemail): Removed.
1713         (pop3-streaming-movemail): Renamed to pop3-movemail.
1714
1715         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1716         don't restrict end-tag searches to the end of the line.
1717
1718 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1721         articles of every unchecked group to t, which means unknown since the
1722         server has never been opened.
1723
1724 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-html.el (gnus-html-show-alt-text): New command.
1727         (gnus-html-browse-image): Ditto.
1728         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1729         to browse the image directly.
1730         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1731         better.
1732
1733         * gnus-async.el (gnus-async-article-callback): Call
1734         `gnus-html-prefetch-images' unconditionally.
1735
1736         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1737         before feeding URLs to curl.
1738
1739 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1742         internal images as deletable by `W D D'.
1743
1744         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1745         (gnus-async-article-callback): Fix typo.
1746
1747 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1750         current line to work around bugs in the output from w3m.
1751
1752         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1753         for groups that want that.
1754
1755         * nntp.el (nntp-wait-for-string): Supply a timeout for
1756         accept-process-output to ensure progress.
1757
1758         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1759         level to get unread articles from, then use that for foreign groups,
1760         too.
1761
1762         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1763         confuses the rest of the function.
1764
1765         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1766         for the methods that support -retrieve-groups, too.
1767
1768         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1769
1770 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1773         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1774
1775         * pop3.el: Require cl when compiling.
1776         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1777
1778 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1781         that aren't going to be activated.
1782         (gnus-get-unread-articles): Fix up the last commit.
1783
1784         * gnus-html.el (gnus-article-html): Allow calling without specifying
1785         the handle.  In that case, dissect the buffer first.
1786
1787         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1788
1789         * nnimap.el (nnimap-open-connection): Revert the change that would look
1790         into authinfo for imaps instead of imap.
1791
1792         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1793         say that you don't want to call gnus-request-group with don-check, but
1794         do check the reponse.  This is for virtual groups only.
1795         (gnus-get-unread-articles): Count the archive groups as secondary, so
1796         that they're activated the same way as before.
1797
1798         * imap.el (imap-message-map): Removed optional buffer parameter, since
1799         no callers use it.
1800         (imap-message-get): Ditto.
1801         (imap-message-put): Ditto.
1802         (imap-mailbox-map): Ditto.
1803         (imap-mailbox-put): Ditto.
1804         (imap-mailbox-get): Ditto.
1805         (imap-mailbox-get): Revert last change for this function.
1806
1807         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1808         case-insensitively.
1809         (nnimap-debug): Removed.
1810
1811         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1812         to use `imap-fetch' instead.  According to the comments, this should be
1813         safe, since all other IMAP clients use the 1:* syntax.
1814         (imap-enable-exchange-bug-workaround): Removed.
1815         (imap-debug): Removed -- doesn't seem very useful.
1816
1817         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1818         mail from a file, and the file doesn't exist.
1819
1820         * imap.el (imap-log): New convenience function used throughout instead
1821         of repeating the same code all over the place.
1822
1823         * pop3.el (pop3-streaming-movemail): Return t for success.
1824
1825         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1826         .authinfo if we're using ssl connection.
1827
1828         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1829         already have if we're in a main Gnus `g' run.
1830
1831         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1832
1833 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1836
1837         * nnmh.el (nnmh-request-list-1): Bind `file'.
1838
1839         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1840         alias to set-process-query-on-exit-flag or process-kill-without-query.
1841         (pop3-open-server): Use it.
1842
1843 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1846         box to the Incoming file.  Fixes mistake in previous checkin.
1847
1848         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1849         request loop (for debugging purposes) removed.
1850
1851         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1852         culprit is more visible.
1853         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1854         (nnml-add-incremental-nov): New functions to do "incremental" nov
1855         updates, where we just append to the end of the existing nov files
1856         without reading/writing them in full.
1857
1858         * mail-source.el (mail-source-delete-crash-box): Really only check the
1859         incoming files once in a while.
1860
1861         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1862
1863         * mail-source.el (mail-source-delete-crash-box): Only check the
1864         incoming files for deletion once per day to save a lot of file
1865         accesses.
1866
1867         * pop3.el (pop3-logon): Fix up unbound variable typo.
1868
1869         * mail-source.el (pop3-streaming-movemail): Autoload.
1870
1871         * pop3.el (pop3-streaming-movemail): Respect
1872         pop3-leave-mail-on-server.
1873
1874         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1875         retrieval.
1876
1877         * pop3.el (pop3-process-filter): Removed unused function.
1878         (pop3-streaming-movemail, pop3-send-streaming-command)
1879         (pop3-wait-for-messages, pop3-write-to-file)
1880         (pop3-number-of-responses): New functions for streaming pop3
1881         retrieval.
1882
1883         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1884         come from no known methods.
1885         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1886         list.
1887
1888         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1889         message sizes.
1890         (pop3-movemail): Use erase-buffer instead of looping and deleting
1891         regions, which seems rather odd.
1892
1893         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1894         file once per `g' run.
1895
1896         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1897         directories.  This makes the draft queue directory work.
1898
1899         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1900         data from the backends, so that we only request the list of groups from
1901         each method once.  This should speed things up considerably.
1902
1903         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1904         detect that it's not implemented.
1905
1906         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1907         we actually do recurse down into the tree, but don't stat all leaf
1908         nodes.
1909
1910         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1911         then say so instead of bugging out.
1912
1913         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1914         files exist before trying to read them.
1915
1916         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1917         around <pre_int>.
1918
1919         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1920
1921         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1922
1923 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * mm-util.el (mm-image-load-path): Just return the image directories,
1926         not all directories in the path in addition to the image directories.
1927         (mm-image-load-path): Maintain a cache of the image directories so that
1928         the `g' command in Gnus doesn't have to stat dozens of directories each
1929         time.
1930
1931         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1932         (gnus-html-wash-tags): Add a new `i' command to insert images.
1933         (gnus-html-insert-image): New command and keystroke.
1934         (gnus-html-redisplay-with-images): New command and keystroke.
1935         (gnus-html-show-images): Renamed command.
1936         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1937         spacers.
1938         (gnus-html-wash-tags): Decode entities at the end, so that entities
1939         inside the tags don't mess up the rest of the "parsing".
1940
1941         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1942         so that nnimap methods aren't agentized by default.  There's apparently
1943         many problems related to agent/imap behaviour.
1944
1945         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1946
1947         * gnus-html.el: Doc fix.
1948
1949 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1952         specifier-spec-list for Emacs 21.
1953
1954         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1955         glyph-width and glyph-height instead of display-graphic-p and
1956         image-size; make avoidance of displaying small images work for XEmacs.
1957
1958         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1959         for XEmacs.
1960
1961         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1962         of symbol that holds plist data.
1963         (gnus-process-plist): Remove plist of process after getting it.
1964
1965 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * message.el (message-generate-hashcash): Change default to
1968         'opportunistic if hashcash is installed.
1969
1970         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1971         (gnus-html-put-image): Only call image-size once, since it's somewhat
1972         time-consuming on remote X servers.
1973
1974 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1977         type on data, not a file name.
1978
1979         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1980         window-pixel-edges for Emacs 21.
1981
1982         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1983         decoded contents.
1984         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1985
1986 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1989         group line format, since it isn't very interesting.
1990
1991         * gnus-agent.el (gnus-agent-short-article),
1992         (gnus-agent-long-article): Increase values for these two variables,
1993         since most people are likely to have more network connection and
1994         storage than before.
1995
1996         * gnus.el (gnus-refer-article-method): Change default to 'current.
1997         When referring an article, the common behaviour is to refer it from the
1998         current select method, not the native select method.  The chances of
1999         the native select method having the message in question is rather slim
2000         these days.
2001
2002         * gnus-sum.el (gnus-auto-select-subject): Change default to
2003         `unseen-or-unread'.  I think it's likely that most people want to
2004         select an unseen article over a previously seen, but unread one.
2005
2006         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2007         means that in the article buffer none of the minor mode elements will
2008         be shown, usually, and this is not desirable in most cases.
2009
2010         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2011         that commands like `d' (and the like) go to the next line in the
2012         buffer, instead of the next unread article.  I think this is the
2013         behaviour that is most natural for most users.
2014         (gnus-single-article-buffer): Change default to nil, so that people can
2015         have as many article buffers open as they have summary buffer.  I think
2016         this is the most natural way for the groups to behave.
2017
2018         * message.el (message-generate-new-buffers): Change default to
2019         `unsent', so that all new message buffers start their names with the
2020         string "*unsent", and it's easier to find the buffers if you move from
2021         them.
2022
2023 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2026         small.  They're probably tracking images.
2027         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2028         (gnus-html-rescale-image): Yet another try at getting the image sizing
2029         right.
2030
2031         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2032         nntp-marks-file-name is nil.
2033
2034 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2035
2036         * gnus-html.el (gnus-html-wash-tags)
2037         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2038         Better logging.
2039
2040 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2043
2044         * gnus-html.el (gnus-html-wash-tags): Check the value of
2045         gnus-blocked-images in the summary buffer.
2046
2047 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2048
2049         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2050
2051 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2054         like "a", it seems like.
2055         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2056         since it needs to be picked from the correct buffer.
2057
2058         * nnwfm.el: Removed.
2059
2060         * nnlistserv.el: Removed.
2061
2062 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2063
2064         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2065         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2066
2067 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * nnkiboze.el: Removed.
2070
2071         * nndb.el: Removed.
2072
2073         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2074         alt text.
2075         (gnus-html-rescale-image): Try to get the rescaling logic right for
2076         images that are just wide and not tall.
2077
2078         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2079         overshadow variable bindings.
2080
2081 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2082
2083         * gnus-html.el (gnus-html-wash-tags)
2084         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2085         extra logging.
2086
2087 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2090         (gnus-max-image-proportion): New variable.
2091         (gnus-html-rescale-image): New function.
2092         (gnus-html-put-image): Rescale images.
2093
2094 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2095
2096         Fix up some byte-compiler warnings.
2097         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2098         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2099         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2100         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2101         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2102         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2103         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2104
2105 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-html.el (gnus-article-html): Decode contents by charset.
2108
2109 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2112         (gnus-html-frame-width, gnus-blocked-images)
2113         * message.el (message-prune-recipient-rules): Add custom version.
2114         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2115
2116         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2117         functions.
2118
2119         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2120         gnus-process-get.
2121
2122 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2123
2124         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2125         instead of lsub directly.
2126
2127 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * nnwarchive.el: Removed.
2130
2131         * gnus-soup.el: Removed.
2132
2133         * nnsoup.el: Removed.
2134
2135         * nnultimate.el: Removed.
2136
2137         * gnus-html.el (gnus-blocked-images): New variable.
2138
2139         * message.el (message-prune-recipients): New function.
2140         (message-prune-recipient-rules): New variable.
2141
2142         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2143         guess whether a long line is natural text or not.
2144
2145         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2146         gnus-process-plist and friends for compatibility.
2147
2148 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2149
2150         * gnus-html.el: Require packages that define macros used in this file.
2151         (gnus-article-mouse-face): Declare to silence byte-compiler.
2152         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2153         process-get.
2154         (gnus-html-put-image): Use plist-get to avoid getf.
2155         (gnus-html-prefetch-images): Use with-current-buffer.
2156
2157 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-ems.el: Provide compatibility functions for
2160         gnus-set-process-plist.
2161
2162         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2163         header-line-format for XEmacs 21.4.
2164
2165         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2166         * gnus.el (gnus-valid-select-methods)
2167         * message.el (message-send-mail-partially-limit)
2168         * mm-decode.el (mm-text-html-renderer)
2169         * mml.el (mml-insert-mime-headers-always)
2170         * smiley.el (smiley-regexp-alist): Bump custom version.
2171
2172 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * gnus-html.el: require mm-url.
2175         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2176         with the url to `url'.
2177         (gnus-html-wash-tags): Support cid: URLs/images.
2178
2179 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2182         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2183         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2184
2185         * gnus-move.el: Removed file, since it doesn't really work.
2186
2187         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2188         UTF-8.  This seems to fix problems with some German web feeds.
2189
2190         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2191         at the top so that the proper colours are applied.
2192
2193         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2194         don't have dots in their names.
2195
2196         * gnus-art.el (gnus-article-view-part): Doc fix.
2197
2198         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2199         XEmacs-compatible.
2200         (gnus-html-put-image): Don't do images on non-graphic displays.
2201
2202         * nnslashdot.el: Removed this unused backend.
2203
2204         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2205         actions.
2206         (gnus-undo-register-1): Revert last change.
2207
2208         * gnus-group.el (gnus-group-completing-read): Protect against not
2209         having completion-styles bound.
2210
2211         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2212         make broken recipients happier.
2213
2214         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2215
2216         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2217         point parameter.
2218
2219         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2220
2221         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2222         completion-styles for group selection.
2223
2224 2009-02-04  Andreas Schwab  <schwab@suse.de>
2225
2226         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2227         headers and regexp-quote the match if necessary.
2228
2229 2009-03-24  Miles Bader  <miles@gnu.org>
2230
2231         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2232         the blinking smiley.
2233
2234 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2235
2236         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2237         blink smiley.
2238
2239 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2242         where the dribbel file lives exists.
2243
2244         * message.el (message-send-mail-partially-limit): Change the default to
2245         nil, since most people don't want this.
2246
2247         * mm-url.el (mm-url-decode-entities): Also decode entities like
2248         &#x3212.
2249
2250 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2251
2252         * gnus-sum.el (gnus-summary-idna-message):
2253         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2254         Hyperlink urls in docstrings with URL `...'.
2255
2256 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2257
2258         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2259         functions.
2260
2261 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2264         say what the mouseover text should be.
2265
2266         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2267         version of the mm-w3m-safe-url-regexp variable to only download images
2268         in the groups where we want that to happen.
2269
2270         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2271
2272         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2273         easier debugging.
2274         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2275         big pictures in the article buffer.
2276
2277         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2278         gnus-article-html.
2279         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2280         w3m.
2281
2282         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2283
2284 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2287         which doesn't exist.
2288
2289         * message.el (message-inhibit-ecomplete): New variable to allow some
2290         function to inhibit ecomplete address storage.
2291         (message-resend): Disable ecomplete message storage when resending
2292         messages.
2293
2294         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2295
2296 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2299         Save excursion while copying, moving, and deleting articles in order to
2300         prevent the cursor from jumping to unforeseen place.
2301
2302 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * lpath.el: No need to bind bookmark-current-buffer,
2305         bookmark-yank-point and bookmark-make-record-function.
2306
2307 2010-08-17  Glenn Morris  <rgm@gnu.org>
2308
2309         * gnus-sync.el: Require gnus components whose functions are used.
2310
2311         * gnus-art.el (bookmark-make-record-function):
2312         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2313         Declare for compiler.
2314
2315         * mm-url.el (mml-compute-boundary): Autoload.
2316
2317 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2320
2321 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2322
2323         Typo fix "hoo4a" -> "hook".
2324
2325         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2326
2327 2010-08-14  Glenn Morris  <rgm@gnu.org>
2328
2329         * gnus-sync.el (gnus-sync): Fix defgroup version.
2330
2331 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2334
2335         * gnus-sync.el: Fix docs.
2336         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2337         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2338
2339 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2340
2341         Optimizations for gnus-sync.el.
2342
2343         * gnus-sync.el: Add docs about gnus-sync-backend
2344         possibilities.
2345         (gnus-sync-save): Remove unnecessary message.
2346         (gnus-sync-read): Optimize and show what groups were skipped.
2347
2348 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2349
2350         Minor bug fixes for gnus-sync.el.
2351
2352         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2353         read the sync on get-new-news.
2354
2355         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2356         quiet.
2357
2358         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2359
2360 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2361
2362         Make saving and restoring of hidden threads work with overlays.
2363         Patch applied by Ted Zlatanov.
2364
2365         * gnus-sum.el (gnus-hidden-threads-configuration)
2366         (gnus-restore-hidden-threads-configuration): Update to deal with text
2367         properties, rather than searching for a magic character.
2368
2369 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2370
2371         New gnus-sync.el library for synchronization of marks.
2372
2373         * gnus-sync.el: New library for synchronization of marks.
2374
2375         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2376         renamed from `gnus-registry-grep-in-list'.
2377
2378         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2379
2380         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2381
2382 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2385         determining charset of text fails.
2386
2387 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * nnmail.el (nnmail-get-new-mail-1): Revert.
2390
2391         * nnml.el (nnml-active-number): Make sure names of newly created groups
2392         in nnml-group-alist are encoded.
2393
2394 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2397         containing non-ASCII characters in active file for nnml back end.
2398
2399 2010-07-24  David Engster  <dengste@eml.cc>
2400
2401         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2402         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2403
2404 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2405
2406         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2407         tag (Bug#6654).
2408
2409 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2412         the article buffer, not the summary buffer.
2413
2414 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2417         Emacs 23 as well.
2418
2419 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2422         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2423
2424 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2425
2426         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2427         Patch applied by Karl Fogel.
2428
2429         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2430         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2431
2432 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2433
2434         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2435         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2436         C-w still not working correctly from Article buffers; Thierry's
2437         patch to fix that will be applied after this.
2438
2439         * gnus-art.el (bookmark-make-record-function): New local variable.
2440
2441         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2442         article buffer.
2443         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2444
2445 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2446
2447         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2448         on changes in bookmark.el.
2449
2450 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2453         `no-log' instead of message not to log prompt string.
2454
2455 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2456
2457         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2458         the *other* type of HTML form submission.
2459
2460 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2461
2462         * auth-source.el (auth-source-pick): If choice does not contain a
2463         questioned keyword, set the check to t.
2464
2465 2010-06-12  Romain Francoise  <romain@orebokech.com>
2466
2467         * gnus-util.el (gnus-date-get-time): Move up before first use.
2468
2469 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2472         (gnus-article-edit-part): Bind it to make last part that is substituted
2473         or deleted visible.
2474         (gnus-mime-display-single): Buttonize part of which id equals to
2475         gnus-mime-buttonized-part-id.
2476
2477 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2478
2479         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2480         (gnus-dd-mmm): Use gnus-date-get-time.
2481         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2482         simplify logic.
2483         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2484         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2485
2486 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2487
2488         * auth-source.el (top): Autoload `secrets-list-collections',
2489         `secrets-create-item', `secrets-delete-item'.
2490         (auth-sources): Fix tag string.
2491         (auth-get-source, auth-source-retrieve, auth-source-create)
2492         (auth-source-delete): New defuns.
2493         (auth-source-pick): Rewrite in order to avoid 2 passes.
2494         (auth-source-forget-user-or-password): New parameter USERNAME.
2495         (auth-source-user-or-password): New parameters CREATE-MISSING and
2496         DELETE-EXISTING.  Retrieve password interactively, if needed.
2497
2498 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2499
2500         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2501         deleting unused directories when gnus-expert-user is t.
2502
2503 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2506         for each temp file when gnus-article-browse-delete-temp is ask.
2507
2508 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2509
2510         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2511         Lisp calls to delete-backward-char by calls to delete-char.
2512
2513 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2514
2515         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2516
2517 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2518
2519         * password-cache.el (password-cache-remove): Fix docstring.
2520
2521 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2524         article unless decoding article to be saved.
2525
2526 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2529         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2530         generated within the mm-with-unibyte-current-buffer macro.
2531
2532 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2535         to nil when we're in a mml-preview buffer and no group is selected.
2536
2537 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2538
2539         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2540         when catching the `C-g'.  Reported by "Leo".
2541
2542 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * message.el (message-forward-make-body-plain)
2545         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2546         multibyte-string-p.
2547
2548         * lpath.el: Revert.
2549
2550 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * message.el (message-forward-make-body-mml): Assume original message
2553         is multibyte string; error on unibyte.
2554         (message-forward-make-body-plain): Ditto; don't add excessive newline
2555         in body end.
2556
2557         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2558
2559 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2560
2561         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2562         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2563
2564 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * mm-extern.el (mm-extern-url): Don't use
2567         mm-with-unibyte-current-buffer.
2568         (mm-extern-cache-contents): Use with-current-buffer instead of
2569         save-excursion + set-buffer.
2570
2571 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * mm-util.el (mm-emacs-mule): Remove.
2574
2575 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2576
2577         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2578         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2579         change.
2580
2581 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2584         bind the default value of enable-multibyte-characters to nil.
2585
2586 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * message.el (message-forward-make-body-plain)
2589         (message-forward-make-body-mml):
2590         Don't use mm-with-unibyte-current-buffer.
2591
2592 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2593
2594         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2595
2596 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2597
2598         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2599         (Bug#5592).
2600
2601 2010-05-07  Julien Danjou  <julien@danjou.info>
2602
2603         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2604         it to mm-pipe-part.
2605
2606         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2607         it is given.
2608
2609 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * binhex.el (binhex-decode-region-internal)
2612         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2613         (dns-query)
2614         * nnweb.el (nnweb-gmane-search)
2615         * pgg-parse.el (pgg-parse-armor)
2616         * pgg.el (pgg-verify-region)
2617         * sha1.el (sha1-string-external)
2618         * uudecode.el (uudecode-decode-region-internal)
2619         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2620         XEmacs.
2621
2622         * gnus-art.el (gnus-article-browse-html-parts)
2623         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2624         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2625         make-temp-file.
2626
2627         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2628         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2629         compiling.
2630
2631         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2632         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2633         XEmacs when compiling.
2634
2635         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2636         gnus-pick-mode-off-hook for XEmacs when compiling.
2637         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2638         gnus-binary-mode-off-hook for XEmacs when compiling.
2639
2640         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2641         nil if char-charset is not available.
2642
2643         * imap.el (imap-disable-multibyte)
2644         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2645         macros.
2646
2647         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2648         instead of encode-coding-string.
2649
2650         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2651         'xemacs) instead of mm-emacs-mule to switch function definitions.
2652         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2653
2654         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2655         bind temporary-file-directory for XEmacs;
2656         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2657         timer-set-function for XEmacs 21.4 and SXEmacs;
2658         bind timer-list for XEmacs 21.4 and SXEmacs;
2659         fbind char-charset and find-charset-region for non-Mule XEmacs;
2660         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2661         encode-coding-region and encode-coding-string for XEmacs having no
2662         file-coding feature.
2663
2664 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2665
2666         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2667
2668 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2671         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2672
2673 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2674
2675         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2676         alias `jka-compr-delete-temp-file' no longer exists.
2677
2678 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         Use define-minor-mode in Gnus where applicable.
2681         * mml.el (mml-mode): Use define-minor-mode.
2682         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2683         (gnus-undo-mode): Use define-minor-mode.
2684         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2685         (gnus-dead-summary-mode): Use define-minor-mode.
2686         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2687         Initialize in declaration.
2688         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2689         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2690         (gnus-mailing-list-mode): Use define-minor-mode.
2691         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2692         (gnus-draft-mode): Use define-minor-mode.
2693         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2694         (gnus-dired-mode): Use define-minor-mode.
2695
2696 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2697
2698         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2699         handles on recursive mml-to-mime translation and check them for
2700         boundary delimiter collisions.  Reported by Greg Troxel.
2701
2702 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2705
2706 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2707
2708         * mm-util.el (mm-find-buffer-file-coding-system):
2709         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2710
2711 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2712
2713         * message.el (message-generate-headers): Record insertion of optional
2714         headers as well.  Otherwise the check to prevent repeated insertion of
2715         optional headers is a no-op.
2716
2717 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * smime.el: Don't mention CVS.
2720
2721         * nnrss.el (nnrss-fetch): Don't mention CVS.
2722
2723         * nnir.el: Don't mention CVS.
2724
2725 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2726
2727         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2728
2729 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * lpath.el: Fbind bookmark-default-handler,
2732         bookmark-get-bookmark-record, bookmark-make-record-default,
2733         bookmark-prop-get for Emacs <23 and XEmacs.
2734
2735 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2736
2737         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2738         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2739         Use with-current-buffer to silence the byte-compiler.
2740         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2741         bother to require `gnus'.
2742         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2743
2744 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2745
2746         * gnus-sum.el (gnus-summary-bookmark-make-record)
2747         (gnus-summary-bookmark-jump): New functions.
2748         (gnus-summary-mode): Setup bookmark support.
2749
2750 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2751
2752         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2753         if set.
2754
2755 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2758         gnus-article-browse-html-save-cid-image; make it work recursively for
2759         forwarded messages as well.
2760         (gnus-article-browse-html-parts): Work when prefix arg is given.
2761         (gnus-article-browse-html-article): Doc fix.
2762
2763 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2764
2765         * message.el (message-default-mail-headers):
2766         (message-default-headers): Carry the value mail-default-headers over
2767         into message-default-mail-headers, rather than message-default-headers.
2768
2769 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2770
2771         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2772         charset.
2773
2774         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2775         charset into the <meta> tag when the article is encoded to utf-8.
2776
2777 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2780         directories as well.
2781         (gnus-article-browse-html-parts): Work for images that do not specify
2782         file names; delete temp directory when quitting; insert header at the
2783         right place; use file: scheme for image files.
2784
2785 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2786
2787         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2788         (gnus-article-browse-html-parts): Use it to make temporary cid image
2789         files in addition to html file so that browser may display them.
2790
2791 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2794
2795 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2796
2797         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2798
2799 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2800
2801         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2802         about Secret Service API sources.  Improve Customize options.
2803         (auth-source-pick): Change to accept any number of search parameters.
2804         Implement fallbacks iteratively, not recursively.  Add scoring on the
2805         second pass and sort by score.  Call Secret Service API when needed.
2806         (auth-source-user-or-password): Use it.  Call Secret Service API
2807         directly when needed to get the user name and the password.
2808
2809 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2810
2811         * message.el (message-interactive): Doc fix.
2812         (message-qmail-inject-args): Reflow.
2813         (message-kill-to-signature): Fix typo in docstring.
2814
2815         * smiley.el (smiley-buffer): Fix typo in docstring.
2816
2817 2010-03-24  Glenn Morris  <rgm@gnu.org>
2818
2819         * mail-source.el (gnus-message): Declare.
2820         (mail-source-delete-old-incoming): Require gnus-util.
2821
2822 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2825
2826         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2827
2828         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2829         password-cache's default if it is not bound.
2830         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2831         password-cache-expiry's default if it is not bound.
2832
2833         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2834         available in Emacs 21.
2835
2836         * lpath.el: Suppress compiler warnings for:
2837         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2838         XEmacs;
2839         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2840         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2841         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2842
2843 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2844
2845         * auth-source.el (auth-sources): Fix up definition so extra parameters
2846         are always inline.
2847
2848 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2849
2850         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2851         wasn't updated after mismatch.  Clear cached mailbox info correctly
2852         when uidvalidity changes.
2853         (nnimap-group-prefixed-name): New function to avoid some code
2854         duplication.
2855         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2856         (nnimap-request-group): Use it.
2857         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2858         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2859         with many imap folders.  This is done by caching the group status from
2860         the imap server persistently in a group parameter `imap-status'.  (This
2861         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2862         but not persistently, so every Gnus startup was still very slow.)
2863
2864 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2865
2866         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2867         delete the extra newline.  Otherwise editing of :string and :number
2868         types don't work.
2869
2870 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2871
2872         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2873         secrets.el dependency.
2874         (auth-sources): Add optional user name.  Add secrets.el configuration
2875         choice (unused right now).
2876
2877 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2878
2879         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2880         `gnus-registry-install-shortcuts' fill in the functions.
2881
2882         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2883         warnings.
2884         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2885         (gnus-registry-install-shortcuts): Populate and use it in a
2886         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2887
2888 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2889
2890         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2891         In-place substitutions for the group name encoding/decoding.
2892         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2893         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2894         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2895         (nnimap-update-unseen, nnimap-request-list)
2896         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2897         (nnimap-request-set-mark, nnimap-split-to-groups)
2898         (nnimap-split-articles, nnimap-request-newgroups)
2899         (nnimap-request-create-group, nnimap-request-accept-article)
2900         (nnimap-request-delete-group, nnimap-request-rename-group)
2901         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2902         `encoded-mbx' for consistency.
2903         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2904         variable `imap-current-mailbox'.
2905
2906         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2907         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2908
2909 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2910
2911         * pop3.el (pop3-display-message-size-flag): Display message size byte
2912         counts during POP3 download.
2913         (pop3-movemail): Use it.
2914         (pop3-list): Implement listing of available messages.
2915
2916 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2917
2918         * nnir.el (nnir-get-article-nov-override-function): New function to
2919         override the normal NOV retrieval.
2920         (nnir-retrieve-headers): Use it.
2921
2922 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2923
2924         * auth-source.el (netrc-machine-user-or-password): Autoload.
2925
2926 2010-03-19  Glenn Morris  <rgm@gnu.org>
2927
2928         Stop message.el from loading about 40 libraries it doesn't always need.
2929         The general approach is to autoload rather than require, and to
2930         require in the specific functions rather than the file.  (Bug#5642)
2931
2932         * gmm-utils.el: Don't require wid-edit.
2933         (widget-create-child-value, widget-convert, widget-default-get):
2934         Autoload.
2935
2936         * gnus-util.el: Don't require time-date, netrc.
2937         (message-fetch-field, gnus-group-name-decode): Declare rather than
2938         autoloading.
2939         (gnus-fetch-field): Require message.
2940         (gnus-decode-newsgroups): Require gnus-group.
2941
2942         * ietf-drums.el: Don't require time-date.
2943
2944         * message.el: Don't require hashcash, canlock, ecomplete.
2945         Do require mail-utils.  Require nnheader only when compiling.
2946         (smtpmail-default-smtp-server): Remove declaration.
2947         (message-send-mail-function): Check smtpmail-default-smtp-server
2948         is bound rather than requiring smtpmail.
2949         (message-auto-save-directory, message-insert-signature): Use
2950         expand-file-name rather than nnheader-concat.
2951         (nnheader-insert-file-contents): Autoload.
2952         (hashcash-wait-async): Declare.
2953         (message-send-mail): Only call gnus-setup-posting-charset if
2954         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2955         (message-send-mail-with-sendmail): Require sendmail.
2956         (canlock-password, canlock-password-for-verify): Declare.
2957         (message-canlock-password): Require canlock.
2958         (nnheader-get-report): Autoload.
2959         (gnus-setup-posting-charset): Declare.
2960         (message-send-news): Require gnus-msg.
2961         (message-make-references, message-make-in-reply-to): Use mail-header-id
2962         rather than the alias mail-header-message-id.
2963         (ecomplete-add-item, ecomplete-save): Declare.
2964         (message-put-addresses-in-ecomplete): Require ecomplete.
2965         (ecomplete-display-matches): Autoload.
2966
2967         * mm-decode.el: Don't require mailcap, gnus-util.
2968         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2969         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2970         Autoload.
2971         (mailcap-mime-extensions): Declare.
2972
2973         * mm-encode.el: Don't require mailcap.
2974         (mailcap-extension-to-mime): Autoload.
2975
2976         * mml-sec.el: Don't require password-cache.
2977
2978         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2979         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2980         (mml-minibuffer-read-type): Require mailcap.
2981         (mml-preview): Require gnus-msg.
2982
2983         * mml1991.el: Require password-cache.
2984         (password-cache-expiry): Remove declaration.
2985
2986         * mml2015.el: Require password-cache.
2987         (password-cache-expiry): Remove declaration.
2988
2989         * nneething.el (mailcap): Require mailcap.
2990
2991         * nnheader.el (declare-function): Add compatibility stub.
2992         (message-remove-header): Declare rather than autoload.
2993         (nnheader-replace-header): Require message.
2994
2995         * nnimap.el (declare-function): Add compatibility stub.
2996         (netrc-parse, netrc-machine-user-or-password): Declare.
2997         (nnimap-open-connection): Require netrc.
2998
2999         * nntp.el (declare-function): Add compatibility stub.
3000         (netrc-parse, netrc-machine, netrc-get): Declare.
3001         (nntp-send-authinfo): Require netrc.
3002
3003         * rfc2047.el: Don't require qp.
3004         (quoted-printable-encode-region, quoted-printable-decode-string):
3005         Autoload.
3006
3007         * sieve-mode.el: Don't require easymenu.
3008         (easy-menu-add-item): Autoload it.
3009
3010         * spam-stat.el (time-to-number-of-days): Autoload it.
3011
3012 2010-03-19  Glenn Morris  <rgm@gnu.org>
3013
3014         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3015
3016 2010-03-18  Glenn Morris  <rgm@gnu.org>
3017
3018         * hashcash.el (declare-function): Remove duplicate definition.
3019
3020 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3021
3022         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3023         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3024         value if any backslash escapes).
3025
3026 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3029         if it is available.  (bug#5647)
3030
3031         * lpath.el: Suppress compiler warning for coding-system-from-name for
3032         Emacs 21 and XEmacs.
3033
3034 2010-03-14  Juri Linkov  <juri@jurta.org>
3035
3036         * hmac-def.el:
3037         * hmac-md5.el:
3038         * netrc.el: Fix keywords.
3039
3040 2010-02-26  Glenn Morris  <rgm@gnu.org>
3041
3042         * message.el (message-send-mail-function): Change the default, so that
3043         it inherits from a customized send-mail-function.  (Bug#5643)
3044
3045 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3046
3047         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3048         shell-command-to-string signals an error (bug#5299).
3049
3050 2010-02-24  Glenn Morris  <rgm@gnu.org>
3051
3052         * message.el (message-smtpmail-send-it)
3053         (message-send-mail-with-mailclient): Doc fixes.
3054
3055 2010-02-16  Glenn Morris  <rgm@gnu.org>
3056
3057         * message.el (message-default-mail-headers): Change the default value
3058         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3059
3060 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3063         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3064
3065 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3066
3067         * time-date.el (date-to-time): Doc fix (Bug#5408).
3068
3069 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3070
3071         * message.el (message-mail): Just pass yank-action on to message-setup.
3072         (message-setup): Handle (FUN . ARGS) form of yank-action.
3073         (message-with-reply-buffer, message-widen-reply)
3074         (message-yank-original): Handle non-buffer values of
3075         message-reply-buffer (Bug#4080).
3076         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3077
3078 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3079
3080         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3081         Fix typo in docstring.
3082
3083 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3084
3085         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3086         response.
3087
3088 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3091
3092         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3093
3094         * message.el (message-check-news-header-syntax): Protect against a
3095         string that `rfc822-addresses' returns when parsing fails.
3096
3097 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3100         (gnus-previous-char-property-change): New functions.
3101
3102         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3103
3104 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3105
3106         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3107         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3108
3109 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3110
3111         * message.el (message-exchange-point-and-mark): Rework last change to
3112         avoid using optional arg of exchange-point-and-mark, for backward
3113         compatibility.
3114
3115 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3116
3117         * message.el (message-exchange-point-and-mark): Call
3118         exchange-point-and-mark with an argument rather than setting
3119         mark-active by hand (Bug#5175).
3120
3121 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * nntp.el (nntp-service-to-port): Work for service expressed with
3124         numeric string; replace [:digit:] with [0-9] for XEmacs.
3125
3126 2009-12-17  Glenn Morris  <rgm@gnu.org>
3127
3128         * gnus-group.el (gnus-bug-group-download-format-alist):
3129         Change emacs entry to debbugs.gnu.org.  Bump :version.
3130
3131 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3132
3133         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3134
3135 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * message.el (message-info): Explain why we use `Info-goto-node'.
3138
3139 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3142
3143 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3144
3145         * message.el (message-completion-in-region): New compatibility function.
3146         (message-expand-group): Use it.
3147
3148 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3151         with no unread article should be listed if the 2nd arg `predicate' is
3152         given.
3153
3154 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3157
3158 2009-11-29  Juri Linkov  <juri@jurta.org>
3159
3160         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3161         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3162         on `gnus-recenter'. (Bug#4698, Bug#4981)
3163
3164 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3165
3166         * sha1.el (sha1-string-external): default-directory "/" in case
3167         otherwise non-existent.  process-connection-type pipe for touch of
3168         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3169
3170 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3171
3172         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3173         it's comms related and sgml-mode.el has "comm" on that basis too.
3174
3175 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3178         containing tspecial characters if they have been already quoted.
3179
3180 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3181
3182         * dns-mode.el (auto-mode-alist): Purecopy string.
3183
3184 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3185
3186         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3187
3188 2009-10-24  Glenn Morris  <rgm@gnu.org>
3189
3190         * gnus-art.el (help-xref-stack-item): Define for compiler.
3191
3192 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3193
3194         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3195
3196 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3199
3200 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3203         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3204
3205 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3208         (gnus-overlays-in): New alias to overlays-in.
3209
3210         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3211         gnus-overlay-get, and gnus-delete-overlay.
3212         (gnus-summary-show-thread): Make it work as well for systems in which
3213         next-single-char-property-change is not available.
3214         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3215
3216         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3217         (gnus-overlay-get): New alias to extent-property.
3218         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3219
3220         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3221         SXEmacs.
3222
3223         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3224         SXEmacs.
3225
3226 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3227
3228         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3229
3230 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3231
3232         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3233         and XEmacs that don't have `remove-overlays'.
3234
3235 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3236
3237         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3238         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3239         selective display.  Use overlays instead.
3240
3241 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3242
3243         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3244
3245 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3246
3247         * spam-stat.el (spam-stat-load): Fix typo in message.
3248
3249 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3250
3251         * dig.el (dig-invoke): Fix typo in docstring.
3252         (query-dig): Reflow docstring.
3253
3254 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3255
3256         * gnus-art.el (gnus-article-encrypt-body):
3257         * message.el (message-check-recipients):
3258         * mm-util.el (mm-codepage-setup):
3259         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3260         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3261
3262 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3263
3264         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3265         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3266         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3267         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3268         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3269
3270 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3271
3272         * dig.el: Add "Keywords: comm", as per net-utils.el.
3273
3274 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3275
3276         * dig.el (dig-mode): Use define-derived-mode.
3277
3278 2009-09-19  Glenn Morris  <rgm@gnu.org>
3279
3280         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3281
3282 2009-09-18  Glenn Morris  <rgm@gnu.org>
3283
3284         * gnus-diary.el (gnus-diary-check-message):
3285         * message.el (message-insert-formatted-citation-line):
3286         * nnbabyl.el (top-level):
3287         * nndiary.el (nndiary-schedule):
3288         Fix typos in condition-case handlers.
3289
3290 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3293         configuration that provides the sole article window in a frame;
3294         position point correctly after deleting a part.
3295
3296 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3297
3298         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3299         (spam-resolve-registrations-routine): Use it to unregister articles
3300         that change status.
3301
3302 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3305         with XEmacs.
3306         (parse-time-string-chars): Use it.
3307
3308 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3309
3310         * imap.el (imap-interactive-login): Better messages.
3311         (imap-open): Fix bug with renamed buffer on reconnect.
3312         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3313         for easier debugging and cleaner code.  On successful (guessed based on
3314         server capabilities) secondary authentication, set imap-state
3315         correctly.
3316         (imap-last-authenticator): Define imap-last-authenticator as a variable
3317         to avoid warnings.
3318
3319 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * nnrss.el (nnrss-request-article): Remove binding of
3322         default-enable-multibyte-characters that has gotten needless by
3323         the 2007-07-13 change in rfc2047-encode-message-header.
3324
3325         * mml.el (mml-insert-multipart): Error on the message header.
3326         (mml-insert-part): Error on the message header; position point at
3327         the end of a MIME tag.
3328
3329 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * time-date.el (autoload): Expand define-obsolete-function-alias into
3332         defalias and make-obsolete for old Emacsen that Gnus supports.
3333         (with-no-warnings): Define it for old Emacsen.
3334         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3335         is available.
3336         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3337         float-time is available; suppress compile warning for time-to-seconds.
3338
3339         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3340         (gnus-float-time): Alias to float-time if it exists.
3341
3342         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3343         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3344         float-time is available; suppress compile warning for time-to-seconds.
3345
3346         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3347         XEmacs.
3348
3349 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * imap.el (imap-message-map): Docstring fix.
3352
3353 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3356         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3357         Add the optional argument `encoding' that overrides the default.
3358
3359         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3360         mm-encode-buffer.
3361
3362 2009-09-04  Glenn Morris  <rgm@gnu.org>
3363
3364         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3365         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3366         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3367         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3368         * mm-util.el (mm-with-unibyte-current-buffer)
3369         (mm-find-buffer-file-coding-system):
3370         * yenc.el (yenc-decode-region): Use default-value rather than
3371         default-enable-multibyte-characters.
3372
3373 2009-09-03  Glenn Morris  <rgm@gnu.org>
3374
3375         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3376         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3377         than default-enable-multibyte-characters.
3378
3379 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3380
3381         * gnus-art.el (gnus-article-read-summary-keys):
3382         Fix gnus-buffer-configuration's value temporarily used.
3383
3384 2009-09-02  Glenn Morris  <rgm@gnu.org>
3385
3386         * gnus-util.el (gnus-float-time): New function.
3387         * gnus-delay.el (gnus-delay-article):
3388         * gnus-sum.el (gnus-thread-latest-date):
3389         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3390         * nnspool.el (nnspool-request-newgroups):
3391         Use gnus-float-time rather than time-to-seconds.
3392         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3393
3394         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3395         (gnus-header-subject-face, gnus-header-newsgroups-face)
3396         (gnus-header-name-face, gnus-header-content-face):
3397         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3398         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3399         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3400         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3401         (gnus-cite-face-11):
3402         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3403         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3404         (gnus-server-closed-face, gnus-server-denied-face)
3405         (gnus-server-offline-face):
3406         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3407         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3408         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3409         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3410         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3411         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3412         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3413         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3414         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3415         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3416         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3417         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3418         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3419         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3420         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3421         (gnus-summary-high-undownloaded-face)
3422         (gnus-summary-low-undownloaded-face)
3423         (gnus-summary-normal-undownloaded-face)
3424         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3425         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3426         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3427         (gnus-splash-face):
3428         * message.el (message-header-to-face, message-header-cc-face)
3429         (message-header-subject-face, message-header-newsgroups-face)
3430         (message-header-other-face, message-header-name-face)
3431         (message-header-xheader-face, message-separator-face)
3432         (message-cited-text-face, message-mml-face):
3433         * sieve-mode.el (sieve-control-commands-face)
3434         (sieve-action-commands-face, sieve-test-commands-face)
3435         (sieve-tagged-arguments-face):
3436         * spam.el (spam-face):
3437         Mark face aliases with "-face" in the name as obsolete.
3438
3439 2009-09-01  Glenn Morris  <rgm@gnu.org>
3440
3441         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3442         than goto-line.
3443
3444 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3447         Don't move point if the command is invoked inside the message header.
3448
3449 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3450
3451         * imap.el (imap-send-command): Simplify.
3452         (imap-wait-for-tag): point-max -> buffer-size.
3453
3454 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3455
3456         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3457         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3458         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3459         * nnir.el (nnir-swish-e-index-file):
3460         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3461         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3462         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3463         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3464         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3465         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3466
3467 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3470         Don't save excursion.
3471
3472 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3473
3474         * nnheader.el (nnheader-find-file-noselect):
3475         * mm-util.el (mm-insert-file-contents):
3476         Use (default-value 'major-mode) instead of default-major-mode.
3477
3478 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3479
3480         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3481
3482 2009-08-26  Glenn Morris  <rgm@gnu.org>
3483
3484         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3485         than placing in files.el.
3486
3487 2009-08-25  Glenn Morris  <rgm@gnu.org>
3488
3489         * nnir.el (top-level): Don't require cl at run-time.
3490         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3491         Replace cl-function substitute with gnus-replace-in-string.
3492         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3493         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3494         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3495         simplified expansions.
3496
3497 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3498
3499         * dig.el (dig): Add autoload cookie.
3500
3501 2009-08-22  Glenn Morris  <rgm@gnu.org>
3502
3503         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3504         goto-line.
3505
3506 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3507
3508         * parse-time.el (parse-time-string-chars): Save match data.
3509
3510 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3511
3512         * parse-time.el (parse-time-string-chars): Compute using character
3513         classes, to handle non-ascii characters (Bug#3190).
3514
3515 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3518
3519         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3520         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3521         (gnus-mm-display-part, gnus-mime-display-single)
3522         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3523         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3524
3525         * gnus-sum.el
3526         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3527         (gnus-summary-move-article): Add expirable mark to articles copied or
3528         moved to group that has auto-expire turned on if the option is non-nil.
3529
3530 2009-07-24  Glenn Morris  <rgm@gnu.org>
3531
3532         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3533         Fix typo.  (Bug#3903)
3534
3535 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3538         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3539         that should not be used for draft articles.
3540         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3541         that has no concern in minor mode keys.
3542         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3543         Abolish.
3544
3545 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3548         article without making inquiry to a user for unknown encoding.
3549
3550         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3551         (nnmaildir--scan): Assume i-node and device number that file-attributes
3552         returns might be cons-cell.
3553
3554         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3555
3556         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3557
3558 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3559
3560         * auth-source.el: Remove docs now in auth.texi.  Don't use
3561         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3562         `auth-source-hide-passwords' and use them.
3563
3564 2009-07-15  Glenn Morris  <rgm@gnu.org>
3565
3566         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3567
3568 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3571         excessive whitespace from the default values of title and description.
3572
3573 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3576         mail-fetch-field to fetch Content-Description header in order to
3577         exclude newlines.
3578
3579 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3580
3581         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3582         format used by GnuPG 2.0.11.
3583
3584 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3587         to deleted part.
3588
3589 2009-05-30  David Engster  <dengste@eml.cc>
3590
3591         * nnmairix.el: Remove old documentation in the commentary block.
3592         (nnmairix-request-group): Do not update active file for nnml back ends.
3593         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3594         end so that overview files are ignored.
3595         (nnmairix-update-groups): Make updating the groups more robust by using
3596         marks.
3597         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3598         with dollar characters in message-id.
3599
3600 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3601
3602         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3603         2008-12-25 in dns.el.
3604
3605 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3606
3607         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3608         could happen if the text is only composed of spaces and/or tabs.
3609
3610 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3611
3612         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3613         when sending a queued message to avoid extra mml tags.
3614
3615 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3618
3619 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3622         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3623         rmail-toggle-header for XEmacs;
3624         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3625
3626 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * gnus-dired.el: Remove autoload for gnus-setup-message.
3629         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3630         displaying Gnus logo; always use compose-mail.
3631
3632 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3635
3636 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3639         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3640         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3641         available.
3642         (gnus-nocem-epg-verify): New function.
3643
3644 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3645
3646         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3647
3648 2009-02-15  Glenn Morris  <rgm@gnu.org>
3649
3650         * gnus-util.el (rmail-insert-rmail-file-header)
3651         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3652         autoloads.
3653         (rmail-default-rmail-file): Remove unnecessary declaration.
3654         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3655
3656 2009-02-14  Glenn Morris  <rgm@gnu.org>
3657
3658         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3659         variable (only used in gnus-util, which declares it anyway).
3660         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3661         which was only needed by gnus-art (changed to not use it any more).
3662         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3663         only used in gnus-util, which autoloads it itself.
3664         (rmail-update-summary): Fix autoload.
3665
3666         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3667         rather than rmail-output-to-rmail-file.
3668
3669 2009-02-07  Glenn Morris  <rgm@gnu.org>
3670
3671         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3672         autoload of function that no longer exists.
3673         (rmail-toggle-header): Declare.
3674         (message-forward-rmail-make-body): Handle mbox Rmail.
3675
3676 2009-01-31  Glenn Morris  <rgm@gnu.org>
3677
3678         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3679         2009-01-09 change.
3680
3681 2009-01-31  Dave Love  <fx@gnu.org>
3682
3683         * imap.el (imap-fetch-safe): Bind debug-on-error.
3684         (imap-debug): Add imap-fetch-safe.
3685
3686 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3689         (auth-source-forget-all-cached): New convenience function.
3690         (auth-source-user-or-password): Accept list of modes or a single mode.
3691
3692         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3693         auth-source modes.
3694
3695         * netrc.el (netrc-machine-user-or-password): Use list of
3696         auth-source modes.
3697
3698         * nnimap.el (nnimap-open-connection): Use list of
3699         auth-source modes.
3700
3701         * nntp.el (nntp-send-authinfo): Use list of
3702         auth-source modes.
3703
3704 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3705
3706         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3707         now.
3708
3709 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3712         coding system in XEmacs; add a workaround for XEmacs.
3713
3714         * lpath.el: Fbind coding-system-aliasee.
3715
3716 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3719         of current-language-environment.
3720
3721 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3722
3723         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3724         available at runtime.
3725
3726 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3729
3730 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3731
3732         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3733         the greatest positive fixnum value doesn't work under an XEmacs with
3734         bignum support; use the most-positive-fixnum constant instead,
3735         available since Emacs 21.1 with cl and XEmacs 21.1.
3736
3737 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3740         XEmacs gets not to work.
3741
3742 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * mm-util.el (mm-coding-system-priorities): Allow the value like
3745         "Japanese (UTF-8)" of current-language-environment.
3746
3747 2009-01-09  Glenn Morris  <rgm@gnu.org>
3748
3749         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3750         with last-command-event.
3751
3752 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3755         in the doc string.
3756
3757         * message.el (message-fix-before-sending): Amend comment.
3758
3759 2009-01-08  Dave Love  <fx@gnu.org>
3760
3761         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3762
3763 2009-01-07  David Engster  <dengste@eml.cc>
3764
3765         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3766         simplified server definitions by converting it via
3767         gnus-server-to-method.
3768
3769 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3772         parameter's operands.
3773
3774 2009-01-06  David Engster  <dengste@eml.cc>
3775
3776         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3777         primary select method (for gnus-group-mark-article-as-read).
3778
3779 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3780
3781         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3782         `(gnus)Face', not `(gnus)X-Face'.
3783
3784 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * mm-util.el (mm-ucs-to-char): New function.
3787
3788         * mm-url.el (mm-url-decode-entities): Use it.
3789
3790         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3791         unicode-to-char.
3792
3793 2009-01-05  Dave Love  <fx@gnu.org>
3794
3795         * time-date.el: Require cl for `declare'.
3796
3797 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3800         Dave Love.
3801
3802 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3803
3804         * message.el (message-fix-before-sending): Add `eight-bit' to
3805         illegible-text check.
3806
3807 2009-01-03  Michael Olson  <mwolson@gnu.org>
3808
3809         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3810         `headers' is nil.  This can occur if the IMAP server does not have
3811         permissions to read messages from a folder, but can write new messages
3812         to the folder.
3813         (nnimap-request-article-part): Do not insert `data' if it is nil.
3814
3815         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3816         characters which will confuse `read', so skip past them.
3817
3818 2009-01-01  Dave Love  <fx@gnu.org>
3819
3820         * imap.el (imap-string-to-integer): Fix typo.
3821         (imap-fetch-safe): New function.
3822         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3823
3824         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3825
3826         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3827         (imap-parse-greeting): Fix doc strings.
3828         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3829         (imap-parse-flag-list): Make messages unique.
3830         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3831
3832         * nnimap.el: Fix author email.
3833         (nnimap-split-rule): Add FIXME comment.
3834         (nnimap-debug): Fix doc string.
3835
3836 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3837
3838         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3839
3840 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3843         nslookup if resolv.conf isn't available.
3844         (dns-query): Rename from query-dns.
3845         (dns-query-cached): Rename from query-dns-cached.
3846
3847 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3850         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3851         to check if those variables exist (first appeared in Emacs 18.50).
3852
3853 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * mm-util.el (mm-line-number-at-pos): New function.
3856
3857         * spam-report.el (spam-report-process-queue): Use it.
3858
3859 2008-12-24  David Engster  <dengste@eml.cc>
3860
3861         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3862         parameters that haven't existed as variables as buffer-local variables.
3863
3864 2008-12-23  Dave Love  <fx@gnu.org>
3865
3866         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3867         cadar.
3868
3869         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3870         imap-starttls-p.
3871         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3872
3873 2008-12-22  Dave Love  <fx@gnu.org>
3874
3875         * imap.el: Fix author email.  Doc fixes.
3876         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3877         reply.
3878
3879 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * spam-report.el (spam-report-gmane-max-requests): New constant.
3882         (spam-report-gmane-wait): New variable.
3883         (spam-report-gmane-ham, spam-report-gmane-spam)
3884         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3885         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3886         the server.
3887
3888         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3889         Add explanations.
3890
3891         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3892         nnheader-accept-process-output and nnheader-read-timeout if available.
3893         (pop3-movemail): Use it.
3894
3895         * message.el (message-check-news-body-syntax): Fix signature check if
3896         there's an attachment.
3897
3898 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * mm-util.el: Add comments to the mm- emulating functions.
3901
3902 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3905         by Stephen Berman <stephen.berman@gmx.net>.
3906
3907 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * mm-util.el (mm-substring-no-properties): New function.
3910         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3911         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3912         (mm-string-to-multibyte): Doc fix.
3913
3914         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3915
3916 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * mml.el (mml-attach-file): Strip text properties from file name.
3919         (Bug#1574)
3920
3921 2008-12-16  Glenn Morris  <rgm@gnu.org>
3922
3923         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3924
3925 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3928         knows since the charset specified might be a bogus alias that
3929         mm-charset-synonym-alist provides.
3930
3931 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3932
3933         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3934         "ISO_8859-1".
3935
3936         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3937
3938 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * mm-util.el (mm-charset-eval-alist):
3941         Define it before mm-charset-to-coding-system.
3942         (mm-charset-to-coding-system): Add optional argument `silent';
3943         define it before mm-charset-override-alist.
3944         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3945         default value if it can be used in Emacs currently running;
3946         silence mm-charset-to-coding-system.
3947
3948 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3951         `allow-override' which says whether to use `mm-charset-override-alist'.
3952         (rfc2047-decode-encoded-words): Use it.
3953
3954         * mm-util.el (mm-charset-override-alist): Fix custom type;
3955         add `(gb2312 . gbk)' to choices.
3956
3957 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3960         fast.
3961
3962         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3963
3964         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3965
3966 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3967
3968         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3969         on links.
3970
3971         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3972
3973 2008-12-03  Lute Kamstra  <lute@gnu.org>
3974
3975         * sha1.el: Remove leading * from docstrings of defcustoms,
3976         deffaces, defconsts and defuns.
3977
3978 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3981         users' addresses that don't have domain parts.
3982         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3983         rather than message-narrow-to-head since there will be the message
3984         header separator.
3985
3986 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3987
3988         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3989         since the result is inserted in a unibyte buffer anyway.
3990         (nnimap-demule-use-string-to-multibyte): Remove.
3991         (nnimap-demule): Alias it to mm-string-to-multibyte.
3992
3993 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3996         variable for debugging bug#464 and bug#1174.
3997         (nnimap-demule): Use it.
3998
3999 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4000
4001         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4002         score calculation correctly.
4003
4004 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4005
4006         * message.el (message-send-mail): Just set the buffer to unibyte
4007         rather than use mm-with-unibyte-current-buffer which does a lot more.
4008         (message-send-mail-partially): Don't bother with
4009         mm-with-unibyte-current-buffer since it's already been made unibyte by
4010         message-send-mail.
4011
4012 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4013
4014         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4015
4016 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4019
4020 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4023         require itself and to remove `with-no-warnings'.
4024
4025 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4026
4027         * starttls.el (starttls-any-program-available): Get the name of the
4028         available TLS layer program.
4029         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4030         well as the host name in the "opening" message.
4031
4032         * auth-source.el (auth-source-cache, auth-source-do-cache)
4033         (auth-source-user-or-password): Cache passwords and logins by default,
4034         allow override with `auth-source-do-cache'.
4035         (auth-source-forget-user-or-password): Allow users to remove cache
4036         entries if needed.
4037
4038 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4039
4040         * md4.el (md4-buffer): Fix typo in docstring.
4041         (md4, md4-64): Doc fixes.
4042         (md4-pack-int32): Reflow docstring.
4043
4044 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4045
4046         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4047         condition-case to only the forward-sexp call.
4048
4049 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4050
4051         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4052         quotes contained.  Make it more robust regardless by an extra
4053         condition-case wrapper.
4054
4055 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4058
4059 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * nnml.el (nnml-request-expire-articles): Check if the function set to
4062         `nnmail-expiry-target' returns the symbol `delete'.
4063
4064         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4065
4066         * nnmail.el (nnmail-expiry-target): Fix custom type.
4067
4068 2008-10-02  Glenn Morris  <rgm@gnu.org>
4069
4070         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4071         Silence compiler warning.
4072
4073 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4074
4075         * tls.el (open-tls-stream): Show the actual command being
4076         executed, instead of the format string.
4077
4078 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * lpath.el: Fbind codepage-setup for Emacs 23.
4081
4082 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4083
4084         * mml.el (mml-menu): Don't assume mml2015 is bound.
4085
4086 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4089         exists.
4090
4091 2008-09-27  Glenn Morris  <rgm@gnu.org>
4092
4093         * gnus-util.el (mail-header-remove-comments): Autoload it.
4094
4095 2008-09-27  Andreas Schwab  <schwab@suse.de>
4096
4097         * gnus-util.el (gnus-split-references): Strip comments.
4098         (gnus-parent-id): Likewise.
4099
4100 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * message.el (message-confirm-send): Fix version.
4103
4104 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * message.el (message-idna-to-ascii-rhs-1): Use
4107         mail-extract-address-components rather than mail-header-parse-addresses
4108         that is an alias by default to ietf-drums-parse-addresses that does not
4109         support non-ASCII names in headers' contents.
4110
4111 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         * message.el (message-confirm-send): Fixed variable documentation to
4114         avoid the "y/n" wording.
4115
4116 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4117
4118         * message.el (message-set-auto-save-file-name): Save to a different
4119         filename so multiple messages (especially drafts) can be recovered.
4120
4121 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4122
4123         * message.el (message-confirm-send): Add appropriate version.
4124
4125 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4126
4127         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4128         defvar.
4129
4130 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4131
4132         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4133         (mm-pkcs7-enveloped-magic): Ditto.
4134
4135 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4136
4137         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4138         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4139
4140 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4143         default, it's better.
4144
4145 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4148         summary line gnus-number property and ignore them (with a warning
4149         message).
4150
4151 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4154         macro caddr in the interactive form since it won't be expanded.
4155
4156 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4159         `charset'; fix name of function called recursively.
4160         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4161
4162 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4165         (gnus-mime-set-charset-parameters): New function.
4166         (gnus-mime-view-part-as-charset): Use it to correctly display part
4167         specifying wrong charset.
4168
4169 2008-09-08  David Engster  <dengste@eml.cc>
4170
4171         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4172         in completing-read for back end server.
4173
4174 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4175
4176         * message.el (message-confirm-send): New variable to confirm sending a
4177         message.
4178         (message-send): Use it.
4179
4180 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4181
4182         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4183
4184 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4187
4188 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4189
4190         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4191         prevent tracking too many groups.
4192         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4193         Use it.
4194
4195 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4196
4197         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4198         moving point to the bottom of the window in order to avoid recentering.
4199
4200 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4203
4204         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4205         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4206         (gnus-article-beginning-of-window): Fix calculation.
4207
4208 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-msg.el (gnus-summary-supersede-article)
4211         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4212         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4213         message header.
4214
4215 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4216
4217         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4218         pending output coming after the status change.
4219
4220 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4221
4222         * message.el:
4223         * gnus-start.el:
4224         * gnus-registry.el: Remove VMS support.
4225
4226 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4229         macro.
4230         (rfc2104-hash): Use it.
4231
4232 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4235         (gnus-summary-sort-by-most-recent-date): New commands.
4236         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4237         and menu entries.
4238
4239 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4242         don't redisplay article for raw contents; remove plural articles stuff.
4243
4244         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4245         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4246         on gnus-summary-save-article; display results properly.
4247
4248 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * lpath.el: No need to fbind ns-focus-frame.
4251
4252 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4255
4256 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4259         gnus-save-all-headers.
4260
4261 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4262
4263         * gnus-util.el (ns-focus-frame): Remove declaration.
4264         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4265         like x.
4266
4267 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4268
4269         * rfc2104.el (rfc2104-zero): Delete defconst.
4270         (rfc2104-hex-alist): Likewise.
4271         (rfc2104-hex-to-int): Delete func.
4272         (rfc2104-hexstring-to-bitstring): Likewise.
4273         (rfc2104-nybbles): New defconst.
4274         (rfc2104-hash): Rewrite for speed.
4275
4276 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * tls.el (open-tls-stream): Make it work with the 2nd argument
4279         BUFFER that is a string but does not exist as a buffer object, as
4280         mentioned in the doc-string.
4281
4282 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4285         SXEmacs.
4286
4287 2008-07-16  Glenn Morris  <rgm@gnu.org>
4288
4289         * gnus-util.el (ns-focus-frame): Declare for compiler.
4290
4291 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4294         set as a group parameter.
4295         (gnus-summary-save-in-pipe): Work when it is called independently.
4296         (gnus-summary-pipe-to-muttprint): Don't modify
4297         gnus-summary-pipe-output-default-command.
4298
4299 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4300
4301         * message.el (message-send-mail-with-sendmail):
4302         Display the error message.
4303
4304 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-art.el (gnus-default-article-saver):
4307         Add gnus-summary-save-in-pipe to choices.
4308         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4309         gnus-summary-pipe-output-default-command as the default command.
4310         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4311         instead of gnus-last-shell-command.
4312
4313         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4314         New user option.
4315         (gnus-summary-muttprint-program): Mention the value will be changed.
4316         (gnus-summary-save-article): Force showing of all headers.
4317         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4318
4319 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4320
4321         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4322
4323 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4324
4325         * nnimap.el (nnimap-id):
4326         * sieve-manage.el (sieve-manage-open): Doc fixes.
4327
4328 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4329
4330         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4331         if available.
4332
4333 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4334
4335         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4336
4337         * nnkiboze.el (nnkiboze-generate-group):
4338         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4339
4340         * nnmairix.el: Require CL.
4341
4342 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * dgnushack.el: Autoload get-display-table and put-display-table for
4345         XEmacs 21.5.
4346
4347         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4348         21.4 and SXEmacs.
4349
4350 2008-06-15  David Engster  <dengste@eml.cc>
4351
4352         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4353
4354 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4355
4356         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4357         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4358         runtime choice under XEmacs.
4359
4360         * gnus-sum.el (gnus-summary-set-display-table):
4361         Use `gnus-put-display-table', `gnus-get-display-table',
4362         `gnus-set-display-table' for the display table, instead of `aset'.
4363
4364         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4365         Use `gnus-put-display-table', `gnus-get-display-table',
4366         `gnus-set-display-table' for the display table.
4367
4368 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * nnmairix.el: Add autoloads.
4371
4372 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4373
4374         * nnmairix.el (nnmairix-delete-recreate-group)
4375         (nnmairix-update-and-clear-marks): Fix error messages.
4376
4377 2008-06-14  David Engster  <dengste@eml.cc>
4378
4379         * nnmairix.el: Upgrade to version 0.6.
4380         (nnmairix-group-toggle-propmarks-this-group)
4381         (nnmairix-group-toggle-readmarks-this-group)
4382         (nnmairix-group-delete-recreate-this-group)
4383         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4384         (nnmairix-remove-tick-mark-original-article): New commands.
4385         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4386         (nnmairix-propagate-marks-to-nnmairix-groups)
4387         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4388         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4389         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4390         functions needed for marks propagation and manipulation of read marks.
4391         (nnmairix-update-groups): New function.
4392         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4393         (nnmairix-determine-original-group-from-registry)
4394         (nnmairix-determine-original-group-from-path)
4395         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4396         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4397         New helper functions.
4398         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4399         keystrokes for new commands.
4400         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4401         (nnmairix-request-group): Check allow-fast group parameter.
4402         (nnmairix-request-create-group): Set allow-fast group parameter if
4403         nnmairix-allowfast-default is set.
4404         (nnmairix-close-group): Propagate marks upon closing if needed.
4405         (nnmairix-group-toggle-threads-this-group): Use new.
4406         nnmairix-group-toggle-parameter helper function.
4407         (nnmairix-search): Better check for empty search result.
4408         (nnmairix-goto-original-article): Use new helper functions for
4409         determining original article.
4410         (nnmairix-show-original-article): Make sure message-id is in brackets.
4411         (nnmairix-call-mairix-binary): Change variable name.
4412         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4413         helper function.
4414         (nnmairix-widget-toggle-activate): Fix doc string.
4415
4416 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * nnir.el: Require edmacro when compiling with XEmacs.
4419         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4420         available in Emacs 21.
4421
4422 2008-06-11  Glenn Morris  <rgm@gnu.org>
4423
4424         * gnus-util.el (x-focus-frame):
4425         * gnus.el (image-size):
4426         * mm-decode.el (image-size): Declare.
4427
4428         * gnus-picon.el (declare-function): Add compat definition.
4429         (image-size): Declare.
4430
4431         * gnus-group.el (tool-bar-map):
4432         * gnus-sum.el (tool-bar-map): Define for compiler.
4433
4434         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4435
4436         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4437
4438         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4439         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4440         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4441         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4442         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4443         * sieve-manage.el, spam-report.el, spam.el:
4444         Remove unnecessary eval-and-compile of autoloads.
4445
4446 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4447
4448         * auth-source.el: Precise Tramp doc.
4449
4450 2008-06-07  Glenn Morris  <rgm@gnu.org>
4451
4452         * nnmairix.el: Remove unnecessary eval-when-compile.
4453
4454 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * lpath.el: Fbind propertize for XEmacs 21.4.
4457
4458 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * nnir.el: Move here from ../contrib.
4461
4462 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4463
4464         * gnus-util.el (gnus-read-shell-command): New function.
4465         * mm-decode.el (mm-pipe-part):
4466         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4467
4468 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4471
4472 2008-06-03  Glenn Morris  <rgm@gnu.org>
4473
4474         * pop3.el (nnheader-accept-process-output): Autoload it.
4475
4476 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4479         are not 2-digit hexadecimal characters that follow `%'s.
4480
4481 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         * message.el (message-bogus-recipient-p): Fix type in doc string.
4484         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4485         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4486         Improve custom options.
4487         (message-bogus-recipient-p): Adjust accordingly.
4488
4489 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4490
4491         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4492         long-form month and day names.
4493
4494 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * dgnushack.el: Autoload debug, eudc-expand-inline and
4497         pgg-snarf-keys-region for XEmacs.
4498
4499         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4500
4501         * nnmairix.el: Require edmacro when compiling with XEmacs.
4502
4503 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4506         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4507
4508 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         * auth-source.el: Add more docs.
4511
4512         * netrc.el (netrc-machine): Always match if the port is not given.
4513
4514 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4517         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4518         retrieval faster in some cases, but might make CPU usage larger.  If
4519         this has any bad side effects, we might revert this change.
4520
4521         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4522         seems to make mail retrieval much, much faster.
4523         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4524         unconditionally.
4525
4526         * gnus-draft.el (gnus-group-send-queue): Bind
4527         message-send-mail-partially-limit to nil to avoid being prompted.
4528
4529 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4530
4531         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4532
4533         * message.el (message-bogus-address-regexp): Fix and improve custom
4534         type.
4535         (message-setup-hook): Add message-check-recipients as custom option.
4536
4537 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4538
4539         * message.el (message-cite-function): Remove bogus autoload which crept
4540         in during merge from v5-10.
4541
4542 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4543
4544         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4545
4546         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4547
4548         * auth-source.el: Preliminary Tramp docs.
4549         (auth-sources): Change the default auth-sources to use
4550         EPA .gpg files.
4551
4552 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * nntp.el: Autoload `auth-source-user-or-password'.
4555         (nntp-send-authinfo): Use it.
4556
4557         * nnimap.el: Autoload `auth-source-user-or-password'.
4558         (nnimap-open-connection): Use it.
4559
4560         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4561         for the gnus-message function.
4562         (auth-source-user-or-password): Use it.
4563
4564 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4565
4566         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4567         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4568         (rfc2104-hash): Use it.
4569
4570 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4571
4572         * gnus-art.el (gnus-article-toggle-truncate-lines):
4573         Don't use `iff' in docstring.
4574
4575 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4576
4577         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4578
4579         * gnus-util.el (gnus-extract-address-component-name)
4580         (gnus-extract-address-component-email): Convenience functions around
4581         `gnus-extract-address-components'.
4582
4583         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4584         Use `gnus-extract-address-component-email' to fix bug of comparing full
4585         sender name to `user-mail-address'.
4586
4587 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4590         catch/throw to optimize.
4591         (gnus-registry-find-keywords): Just use member to find a keyword.
4592
4593 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4594
4595         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4596         is current before calling gnus-server-prepare.
4597         (gnus-server-setup-buffer, gnus-server-update-server)
4598         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4599
4600 2008-05-04  Juri Linkov  <juri@jurta.org>
4601
4602         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4603         (mailcap-file-default-commands): Use mailcap-replace-in-string
4604         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4605         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4606
4607 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4608
4609         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4610
4611 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4612
4613         * gnus.el: Bump version to 0.11.
4614
4615 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4616
4617         * gnus.el: No Gnus v0.10 is released.
4618
4619 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4622         hooks.
4623         (gnus-update-read-articles): Speed up non-marks-using users.
4624         (gnus-use-marks): Define gnus-use-marks.
4625         (gnus-propagate-marks): Rename variable to something more sensible.
4626
4627 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4628
4629         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4630         (gmm-image-load-path-for-library): Fix typos in docstrings.
4631         (gmm-message): Reflow docstring.
4632
4633 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * mail-source.el (mail-source-set-1, mail-source-bind):
4636         Move auth-source code out of the macro to clean it up and fix bugs.
4637
4638 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4639
4640         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4641         by sender if it's equal to user-mail-address, it's likely to be
4642         useless.
4643
4644         * mail-source.el (mail-source-bind): Don't use user or password if they
4645         are not bound.  Unintern them if they are nil.  Don't use server unless
4646         it's bound, and default it to empty string otherwise.
4647
4648 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * mail-source.el: Load auth-source.el.
4651         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4652         get user name or password, if auth-sources is set up.
4653
4654         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4655         strategy of splitting with parent.
4656         (gnus-registry-split-fancy-with-parent)
4657         (gnus-registry-post-process-groups): Use it and fix prior
4658         bug (returning a list as the split result).
4659
4660         * auth-source.el (auth-sources): Remove server parameter.
4661         (auth-source-pick, auth-source-user-or-password)
4662         (auth-source-user-or-password-imap)
4663         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4664         (auth-source-user-or-password-sftp)
4665         (auth-source-user-or-password-smtp): Remove server parameter.
4666
4667 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4668
4669         * smime.el (smime-sign-region, smime-encrypt-region)
4670         (smime-decrypt-region):
4671         Remove redundant calls to `generate-new-buffer-name'.
4672
4673 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4674
4675         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4676         Don't use QP for message/rfc822.
4677         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4678
4679 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4680
4681         * sieve-manage.el (sieve-string-bytes): Remove.
4682         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4683         correct byte-length only if the process's coding-system is the same as
4684         the one used internally by Emacs to represent strings.
4685
4686 2008-04-22  Juri Linkov  <juri@jurta.org>
4687
4688         * mailcap.el (mailcap-file-default-commands): New function.
4689
4690 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4691
4692         * message.el (message-signature-separator, message-cite-function):
4693         Change custom version.
4694
4695 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4696
4697         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4698         commands.
4699         (tls-checktrust): Ditto.
4700
4701 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * mm-decode.el (mm-display-external): Make temp file read-only.
4704
4705 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4706
4707         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4708         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4709         `C-c C-f d'.
4710
4711 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4712
4713         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4714
4715 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * gnus.el: Bump version to 0.9.
4718
4719 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4720
4721         * gnus.el: No Gnus v0.8 is released.
4722
4723 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4724
4725         * mail-source.el (mail-source-value):
4726         Prefer fboundp to functionp so it works with macros as well.
4727
4728 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4729
4730         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4731         Fix last change in case the element is not even a symbol.
4732
4733 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4734
4735         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4736         Prefer fboundp to functionp so it works with macros as well.
4737
4738 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * auth-source.el: Added docs.
4741         (auth-sources): Modify format to support server.
4742         (auth-source-pick, auth-source-user-or-password)
4743         (auth-source-user-or-password-imap)
4744         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4745         (auth-source-user-or-password-sftp)
4746         (auth-source-user-or-password-smtp): Add server parameter.
4747
4748 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4749
4750         * gnus-registry.el: Initialize the registry when gnus-registry-install
4751         is t.
4752
4753 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * compface.el (uncompface): Make buffer unibyte.
4756
4757 2008-04-05  Glenn Morris  <rgm@gnu.org>
4758
4759         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4760
4761 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4762
4763         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4764         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4765
4766         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4767         multibyteness after rather than before erasing it.
4768
4769         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4770         mm-with-multibyte.
4771         (gnus-request-article-this-buffer): Make sure the proper decoding is
4772         used if gnus-original-article-buffer happens to be unibyte.
4773
4774         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4775         default-enable-multibyte-characters.
4776
4777         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4778         default-enable-multibyte-characters.
4779
4780         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4781
4782         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4783
4784 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4785
4786         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4787         (imap-message-copyuid-1): Use it.
4788         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4789         J. Williams in
4790         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4791
4792         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4793         imap-enable-exchange-bug-workaround.
4794         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4795
4796 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4797
4798         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4799         a 100 byte status-checks into a 2-3MB transfer for each group.
4800         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4801         to enable bug workaround or not.
4802         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4803
4804 2008-03-31  Glenn Morris  <rgm@gnu.org>
4805
4806         * message.el (mml2015-use): Declare for compiler.
4807         (message-info): Require mml2015 when appropriate.
4808
4809 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4812         whitespace.
4813
4814 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4815
4816         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4817         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4818         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4819         (nntp-service-to-port): New function.
4820         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4821         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4822         (nntp-open-netcat-stream): New function.
4823         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4824
4825 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4826
4827         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4828
4829 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4830
4831         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4832
4833 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4834
4835         * dns.el (dns-write): Use set-buffer-multibyte.
4836
4837 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4838
4839         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4840
4841 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4842
4843         * message.el (message-signature-separator): Change default.
4844         Improve custom type.
4845         (message-cite-function): Change default to
4846         message-cite-original-without-signature.
4847
4848         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4849         toggle.
4850
4851         * message.el (message-check-news-body-syntax): Fix signature check.
4852         (message-setup-1): Mark buffer as unmodified _after_ running
4853         message-setup-hook and handling message-alternative-emails.
4854         (message-shorten-references): Be more strict when building list of
4855         valid references to comply with GNKSA.
4856
4857         * gnus-group.el (gnus-read-ephemeral-bug-group)
4858         (gnus-read-ephemeral-debian-bug-group)
4859         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4860
4861         * message.el (message-info): Don't use booleanp which isn't supported
4862         in Emacs 21 and XEmacs.
4863
4864 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4867         gnus-group-gmane-group-download-format.
4868         (gnus-group-read-ephemeral-gmane-group): Rename from
4869         gnus-group-read-ephemeral-gmane-group.
4870         (gnus-read-ephemeral-gmane-group-url): Rename from
4871         gnus-group-read-ephemeral-gmane-group-url.
4872         (gnus-bug-group-download-format-alist): New variable.
4873         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4874         (gnus-read-ephemeral-emacs-bug-group): New commands.
4875
4876 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4879         (gnus-visible-headers): Improve custom type.
4880
4881 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4882
4883         * mml.el (mml-menu): Add workarounds for XEmacs.
4884
4885         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4886         X-Boundary header.
4887
4888         * message.el (message-simplify-recipients): Fix previous commit.
4889
4890 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4891
4892         * mm-util.el (mm-set-buffer-multibyte): New function.
4893         * mm-decode.el (mm-copy-to-buffer): Use it.
4894
4895 2008-03-19  Glenn Morris  <rgm@gnu.org>
4896
4897         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4898         Accidentally removed in the sync process with Emacs.
4899
4900 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4901
4902         * message.el (message-alter-recipients-discard-bogus-full-name):
4903         New function.
4904         (message-alter-recipients-function): New variable.
4905         (message-get-reply-headers): Use it.
4906         (message-replace-header): New helper function.
4907         (message-recipients-without-full-name): New variable.
4908         (message-simplify-recipients): New command.
4909
4910         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4911
4912         * message.el (message-info): Handle EasyPG manual.
4913
4914         * mml.el (mml-menu): Add entry for EasyPG.
4915
4916 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4917
4918         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4919         parameter.
4920
4921         * message.el (message-disassociate-draft): Specify drafts group name
4922         fully.
4923
4924 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4925
4926         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4927         unnecessary duplicates from the match list.
4928
4929 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4932
4933         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4934
4935         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4936         args of `how-many' of which the XEmacs version doesn't take; declare
4937         Info-index-next as function.
4938
4939 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * gnus-score.el (gnus-score-headers): Fix handling of
4942         gnus-inhibit-slow-scoring.
4943
4944         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4945         string.
4946         (gnus-button-url-regexp): Improve handling of parenthesis.
4947         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4948         (gnus-button-handle-info-keystrokes): Handle index entries.
4949
4950 2008-03-15  Glenn Morris  <rgm@gnu.org>
4951
4952         * parse-time.el (parse-time-string): Simplify.
4953
4954 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4957         Incoming* files.
4958
4959 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4962         (auth-source-pick): Use it.
4963
4964 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4965
4966         * binhex.el (binhex-decode-region-internal):
4967         * uudecode.el (uudecode-decode-region-internal):
4968         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4969         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4970         setting default-enable-multibyte-characters.
4971
4972 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4973
4974         * auth-source.el (auth-source-protocols)
4975         (auth-source-protocols-customize, auth-source-choices): Added and
4976         modified variable customizations and defaults.
4977         (auth-source-pick, auth-source-user-or-password)
4978         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4979         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4980         (auth-source-user-or-password-sftp)
4981         (auth-source-user-or-password-smtp): Use new variables and provide an
4982         interface to netrc.el.
4983
4984 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4987         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4988         Make sure the nntp port to specify is a string.
4989
4990 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4991
4992         * nntp.el: Use with-current-buffer.
4993         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4994         dubious mm-with-unibyte-current-buffer.
4995         (nntp-with-open-group-function): New function extracted from
4996         nntp-with-open-group macro.
4997         (nntp-with-open-group): Use the function, so it's easier to debug.
4998         Add indentation and debugging info.
4999         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5000         the use of the netcat alternatives.
5001
5002         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5003         Avoid mm-string-as-multibyte as well.
5004
5005         * nnweb.el (nnweb-insert-html):
5006         Remove use of nnheader-string-as-multibyte.
5007
5008         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5009         (nnheader-string-as-multibyte): Remove.
5010
5011         * mm-view.el: Use inhibit-read-only.
5012         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5013         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5014         or unibyte-string.
5015
5016         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5017         (mm-uu-yenc-extract): Use with-current-buffer.
5018
5019         * gnus-soup.el (gnus-soup-send-packet): Don't use
5020         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5021
5022         * nnmh.el: Use with-current-buffer.
5023         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5024         mm-string-as-multibyte on the output of mm-encode-coding-string.
5025
5026         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5027         (nnimap-request-move-article): Use with-current-buffer.
5028
5029         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5030         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5031         conversion uses string-make-unibyte rather than string-as-unibyte.
5032
5033         * gnus-msg.el: Use with-current-buffer.
5034
5035         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5036
5037 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5038
5039         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5040         string for caching if it is 'PIN.
5041
5042 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * lpath.el: Consider the case without Emacs/W3.
5045
5046 2008-03-08  Glenn Morris  <rgm@gnu.org>
5047
5048         * time-date.el (date-to-time, time-subtract, time-add)
5049         (safe-date-to-time): Doc fixes.
5050
5051 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * mail-source.el (mail-source-delete-old-incoming-confirm):
5054         Change default to nil.
5055         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5056
5057 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * lpath.el: Rearrange.
5060
5061         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5062         (gnus-article-goto-prev-page): Work for articles having ^L's.
5063
5064         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5065
5066         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5067
5068 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5069
5070         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5071         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5072         (gnus-bookmark-jump): Adjust some variable names.
5073
5074 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * auth-source.el: New package.
5077         (auth-source-choices): Add customization entry point variable.
5078
5079         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5080         bug.
5081
5082 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5083
5084         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5085         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5086         (gnus-registry-install-shortcuts): Rename from
5087         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5088         the `gnus-registry-mark-map' keymap dynamically from
5089         `gnus-registry-marks'.  The generated functions update the summary line
5090         when a registry mark is added or deleted, and will call
5091         `gnus-registry-install-p' (see the comments in the code).
5092         (gnus-registry-user-format-function-M): Use concat intelligently.
5093
5094         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5095         the registry mark functions.
5096
5097 2008-03-05  Glenn Morris  <rgm@gnu.org>
5098
5099         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5100         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5101         gnus-art.
5102         (top-level): No need to load own source when compiling.
5103
5104 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5107         Suggested by <chris.anderton@zetnet.co.uk>.
5108
5109 2008-03-04  Glenn Morris  <rgm@gnu.org>
5110
5111         * gnus-sum.el (top-level): No need to require gnus when compiling,
5112         since unconditionally required near start of file.
5113         (gnus-summary-display-while-building): Move definition before use.
5114
5115 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5116
5117         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5118         formatting function.
5119
5120 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5121
5122         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5123         with plists.
5124         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5125         Use new format.
5126
5127 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5130         `where-is-internal' that returns a range of key sequences.
5131
5132 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5133
5134         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5135
5136         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5137         (gnus-summary-jump-to-group): Consider windows on other displayed
5138         frames as well.  Similar changes might be needed elsewhere, but that's
5139         the one I've bumped into during my use.
5140
5141         * nndoc.el (nndoc-oe-dbx-type-p):
5142         * gnus-msg.el (gnus-debug):
5143         * gnus-group.el (gnus-update-group-mark-positions):
5144         Use mm-string-to-multibyte.
5145
5146 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5147
5148         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5149         doesn't handle NotDashEscaped.
5150
5151         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5152         (mml-dnd-attach-options): Fix typo in custom choice.
5153
5154         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5155         nndoc-article-type to mbox.
5156         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5157
5158         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5159         to nil, instead of html2text.
5160
5161         * imap.el (imap-debug): Add `imap-ping-server'.
5162
5163         * gnus-bookmark.el: Add FIXMEs.
5164
5165         * message.el (message-form-letter-separator)
5166         (message-send-form-letter-delay): New variables.
5167         (message-send-form-letter): Use them.  New command to send form
5168         letters.  Requested by Uwe Siart.
5169         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5170
5171 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * Update copyright years.
5174
5175 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         Sync from EMACS_22_BASE.
5178
5179         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5180
5181 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5182
5183         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5184         empty author.
5185
5186 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * gnus-registry.el (gnus-registry-marks): Add variable for
5189         customization of marks and their appearance.
5190         (gnus-registry-read-mark): Use it.
5191         (gnus-registry-do-marks): Add utility function to loop through
5192         `gnus-registry-marks'.
5193         (gnus-registry-install-shortcuts-and-menus): Add function to install
5194         shortcuts and menus.
5195         (gnus-registry-initialize): Use it.
5196         (gnus-registry-default-mark): Clarify documentation.
5197
5198 2008-02-29  Glenn Morris  <rgm@gnu.org>
5199
5200         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5201         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5202         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5203         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5204         Change defcustom :version from 23.0 to 23.1.
5205
5206 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         * gnus-registry.el (gnus-registry-follow-group-p)
5209         (gnus-registry-post-process-groups): Add functions to aid registry
5210         splitting and improve logging.  Clarify behavior in function
5211         documentation.
5212         (gnus-registry-split-fancy-with-parent): Use them.
5213
5214 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5215
5216         * gnus-art.el: Use with-current-buffer.
5217
5218 2008-02-27  David Engster  <dengste@eml.cc>
5219
5220         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5221         Express real group name in the response.
5222
5223 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5226         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5227         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5228         autoload gnus-registry-fetch-group when compiling.
5229         (nnmairix-request-group-with-article-number-correction): Remove
5230         unreferenced argument passed to nnmairix-call-backend.
5231
5232 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5233
5234         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5235         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5236         Wilde.
5237
5238 2008-02-27  Glenn Morris  <rgm@gnu.org>
5239
5240         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5241         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5242         variables to defconsts.  Convert comments to doc-strings.
5243         (nnmairix-last-server, nnmairix-current-server): Convert from free
5244         variables to defvars.  Convert comments to doc-strings.
5245         (gnus-registry-fetch-group): Autoload.
5246         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5247         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5248         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5249         caddr.
5250         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5251         nnmairix-request-group-with-article-number-correction call.
5252         (nnmairix-fast, nnmairix-group): New, less general names, for free
5253         variables passed from nnmairix-request-group to
5254         nnmairix-request-group-with-article-number-correction.  Declare.
5255         (nnmairix-request-group-with-article-number-correction):
5256         Use nnmairix-fast, nnmairix-group rather than fast, group.
5257
5258 2008-02-26  David Engster  <dengste@eml.cc>
5259
5260         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5261         version 0.5.
5262
5263 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5266         instead of making an extra function call.  Don't add the current group
5267         to articles only when they have the group.  Use
5268         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5269         Reported by David <de_bb@arcor.de>.
5270
5271 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5274         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5275
5276 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5277
5278         * mail-source.el (mail-source-delete-incoming): Change default.
5279         Supplement doc string.
5280
5281         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5282
5283 2008-02-14  Glenn Morris  <rgm@gnu.org>
5284
5285         * time-date.el (format-seconds): New function.
5286
5287 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * nnmail.el (nnmail-message-id-cache-file): Derive from
5290         `gnus-home-directory'.
5291
5292 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5295         Document negative prefix.
5296
5297         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5298
5299 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * message.el (message-unsent-separator): Add the Exim bounce
5302         separator.
5303
5304 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5305
5306         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5307         list.
5308         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5309         recipient/signer list.
5310
5311 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * Makefile.in (datarootdir): Define.
5314         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5315         name that might contain whitespace.
5316
5317 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5320         fbound (Emacs 23 unicode), signal an error.
5321
5322 2008-02-08  Glenn Morris  <rgm@gnu.org>
5323
5324         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5325
5326 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5327
5328         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5329         ports to the calls to `netrc-machine-user-or-password' in addition to
5330         "imap" and "imaps".
5331
5332 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5333
5334         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5335
5336         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5337
5338 2008-02-01  Kenichi Handa  <handa@m17n.org>
5339
5340         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5341         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5342         (rfc2104-hash): Convert the result of concat to unibyte string.
5343
5344 2008-02-01  Dave Love  <fx@gnu.org>
5345
5346         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5347         coding-system-for-read.
5348         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5349
5350 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5351
5352         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5353         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5354         <hanche@math.ntnu.no>.
5355
5356 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5359
5360         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5361
5362 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5363
5364         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5365         * message.el (message-beginning-of-line): Use featurep instead of bound
5366         tests in order to resolve conditionals at compile time.
5367
5368 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5369
5370         * mail-source.el (mail-sources): Add `group' choice.
5371
5372         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5373         parameter `in-group' to control into which group the articles go.
5374         Add treatment of `group' mail-source.
5375
5376 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5379
5380         * mm-decode.el (mm-dissect-buffer): Decode description.
5381
5382         * mml.el (mml-to-mime): Encode message header first.
5383
5384 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5387         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5388
5389         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5390         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5391
5392 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5393
5394         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5395
5396 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5399         prefix keys.
5400         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5401         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5402         gnus-xmas.el.
5403
5404         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5405         (gnus-xmas-article-describe-bindings): New function.
5406         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5407         gnus-xmas-article-describe-bindings.
5408
5409         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5410
5411 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5414         Add new variables for article mark management.
5415         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5416         list of extra data entries which, when present, will indicate that the
5417         article ID should not be trimmed from the registry.
5418         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5419         functions.
5420         (gnus-registry-read-mark): New function to read a mark name from the
5421         user.
5422         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5423         (gnus-registry-set-article-mark-internal): New functions to add and
5424         remove marks.
5425         (gnus-registry-get-article-marks): New function to show the marks for
5426         an article, or retrieve them for further use.
5427
5428 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5431         keys when no argument is given.
5432
5433 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * imap.el (imap-ping-server): New variable.
5436         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5437         (imap-ping-server): Minor doc string fixes.
5438
5439 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5440
5441         * imap.el (imap-ping-server): New function.
5442         (imap-opened): Call imap-ping-server.
5443
5444 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * gnus-sum.el (gnus-article-sort-by-random)
5447         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5448         jidanni@jidanni.org.
5449
5450 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-art.el (gnus-article-describe-bindings): New function.
5453         (gnus-article-read-summary-keys): Use it.
5454         (gnus-article-mode-map): Bind `C-h b' to it.
5455
5456 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5459         XEmacs.
5460         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5461         against non-character events.
5462
5463         * lpath.el: Fbind map-keymap for Emacs 21.
5464
5465 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5466
5467         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5468         command.
5469         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5470         instead of END.  Change name of the temp file.
5471         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5472         customizable.
5473
5474 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5477         bind `S W' to gnus-article-wide-reply-with-original; set default
5478         binding to gnus-article-read-summary-send-keys.
5479         (gnus-article-read-summary-keys): Fix the order of keys; display
5480         continuation keys correctly in the echo area; describe bindings
5481         correctly when keys end with `C-h'.
5482         (gnus-article-read-summary-send-keys): New function.
5483         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5484         for gnus-article-read-summary-send-keys; display continuation keys
5485         correctly in the echo area.
5486         (gnus-article-reply-with-original): Ignore prefix argument.
5487         (gnus-article-wide-reply-with-original): New function.
5488
5489         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5490         Emacs 21.
5491
5492 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5495         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5496
5497 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5498
5499         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5500         (gnus-group-read-ephemeral-gmane-group): New command.
5501
5502 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5503
5504         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5505
5506 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5507
5508         * message.el (message-send-mail-function): Increase custom version.
5509
5510         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5511         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5512
5513 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5516         for the cases where imap-authenticate is called with a nil buffer
5517         parameter.
5518
5519 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5522         html parts correctly; support forwarded messages.
5523         (gnus-article-browse-html-article): Remove work buffers.
5524
5525         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5526         compiling.
5527         (netrc-bound-and-true-p): New macro.
5528         (netrc-parse): Use it instead of bound-and-true-p that is not available
5529         in XEmacs 21.4.
5530
5531 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * gnus-registry.el (gnus-registry-mark-article)
5534         (gnus-registry-article-marks): Add functionality to mark articles
5535         through the Gnus registry.
5536
5537         * encrypt.el: Clarify documentation for the new pgg method.
5538         (encrypt-file-alist): Add PGG option.
5539         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5540         functionality.  Abstract password key and messaging to external
5541         functions.
5542         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5543         (encrypt-message-method-and-cipher): Add new convenience external
5544         functions.
5545         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5546         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5547
5548         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5549         (netrc-parse): Use encrypt-file-alist to determine if
5550         encrypt-find-model or encrypt-insert-file-contents should be used.
5551
5552         * encrypt.el: Clarify documentation.  Load password-cache or
5553         password, whichever one is found first, instead of autoloading.
5554
5555 2007-12-19  Glenn Morris  <rgm@gnu.org>
5556
5557         * mml.el (message-options-set, message-narrow-to-head)
5558         (message-in-body-p, message-mail-p, message-encode-message-body):
5559         Autoload.
5560         (message-remove-header, message-narrow-to-headers-or-head)
5561         (message-subscribed-p, message-make-mail-followup-to)
5562         (message-position-on-field, message-news-p)
5563         (message-options-set-recipient, message-generate-headers)
5564         (message-sort-headers): Declare as functions.
5565
5566 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5569         convention in doc string.
5570
5571 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5574         title to html parts.
5575         (gnus-article-browse-html-article): Pass message header to it.
5576
5577         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5578
5579 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5582         or password compatible with XEmacs.
5583
5584 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5587         format document.
5588         (gnus-mime-delete-part): Don't write description line if empty.
5589         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5590
5591 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5592
5593         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5594         (gnus-summary-mark-read-and-unread-as-read)
5595         (gnus-summary-mark-current-read-and-unread-as-read)
5596         (gnus-summary-mark-unread-as-ticked): Doc fix.
5597         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5598
5599 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5602         Christoph Conrad <christoph.conrad@gmx.de>.
5603
5604 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5607         yes-or-no-p.
5608
5609 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * mm-decode.el (mm-add-meta-html-tag): New function.
5612         (mm-save-part-to-file, mm-pipe-part): Use it.
5613
5614         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5615         gnus-y-or-n-p instead of y-or-n-p.
5616         (gnus-article-browse-html-parts): Work with message/external-body; use
5617         mm-add-meta-html-tag.
5618
5619 2007-12-11  Glenn Morris  <rgm@gnu.org>
5620
5621         * gnus-cache.el: Require gnus-sum not just when compiling.
5622
5623         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5624
5625         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5626         definitions before use.
5627
5628         * mm-decode.el: Require gnus-util.
5629         (mm-remove-part): Only call delete-annotation on XEmacs.
5630
5631         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5632
5633         * nnmail.el: Require gnus-int.
5634
5635         * spam.el: Move `require's before `eval-when-compile's.
5636
5637         * gnus-ems.el (gnus-alive-p):
5638         * gnus-fun.el (message-goto-eoh):
5639         * gnus-util.el (gnus-group-name-decode):
5640         * mail-source.el (gnus-compress-sequence):
5641         * message.el (Info-goto-node, format-spec):
5642         * mm-bodies.el (message-options-get):
5643         * mm-decode.el (mm-view-pkcs7):
5644         * mm-util.el (gmm-write-region):
5645         * mml-smime.el (mml-compute-boundary)
5646         (gnus-completing-read-with-default):
5647         * mml.el (widget-button-press, gnus-make-hashtable):
5648         * mml1991.el (mm-decode-content-transfer-encoding)
5649         (mm-encode-content-transfer-encoding)
5650         (message-options-get, message-options-set):
5651         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5652         * nnfolder.el (gnus-request-group):
5653         * nnheader.el (ietf-drums-unfold-fws):
5654         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5655         * smime.el (gnus-run-mode-hooks):
5656         * spam-stat.el (gnus-message): Autoload.
5657
5658         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5659         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5660         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5661         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5662         Add declare-function compatibility definition.
5663
5664         * gnus-cache.el (nnvirtual-find-group-art):
5665         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5666         (gnus-add-image, gnus-add-wash-type):
5667         * gnus-group.el (nnkiboze-score-file):
5668         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5669         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5670         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5671         (message-tokenize-header, gnus-get-buffer-create)
5672         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5673         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5674         * gnus.el (gnus-group-decoded-name):
5675         * mail-source.el (imap-capability):
5676         * mm-bodies.el (message-options-set):
5677         * mm-decode.el (gnus-configure-windows):
5678         * mm-extern.el (message-goto-body):
5679         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5680         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5681         (epg-sub-key-validity, message-options-set):
5682         * mml.el (widget-event-point, gnus-configure-windows):
5683         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5684         * mml2015.el (epg-check-configuration, epg-configuration)
5685         (message-options-set):
5686         * nndb.el (nndb-request-article):
5687         * nnfolder.el (gnus-request-create-group):
5688         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5689         * nnmaildir.el (gnus-group-mark-article-read):
5690         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5691         * rfc1843.el (message-fetch-field):
5692         * spam.el (gnus-extract-address-components):
5693         Declare as functions.
5694
5695 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5698
5699         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5700
5701         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5702         bind show-trailing-whitespace for XEmacs.
5703
5704 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5707         new no-op macro for backward compatibility.
5708
5709         * imap.el (imap-string-to-integer): New function.
5710
5711 2007-12-09  Glenn Morris  <rgm@gnu.org>
5712
5713         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5714
5715         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5716         * message.el, mm-view.el, sieve-manage.el, smime.el:
5717         Add declare-function compatibility definition.
5718
5719         * gnus-art.el (w3-region, w3m-region, Info-menu):
5720         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5721         * gnus-sum.el (gnus-get-predicate):
5722         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5723         * message.el (mail-abbrev-in-expansion-header-p):
5724         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5725         (w3m-detect-meta-charset, w3m-region):
5726         * sieve-manage.el (password-read, password-cache-add)
5727         (password-cache-remove):
5728         * smime.el (password-read-and-add): Declare as functions.
5729
5730 2007-12-08  David Kastrup  <dak@gnu.org>
5731
5732         * gnus-sum.el (gnus-summary-simplify-subject-query):
5733         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5734         `message'.
5735
5736 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5739         it to bind idna-program, installation-directory, defined-colors, and
5740         face-attribute for XEmacs of the version that compiles defcustom forms.
5741
5742 2007-12-07  Glenn Morris  <rgm@gnu.org>
5743
5744         * gnus-art.el (article-make-date-line): Revert previous change.
5745
5746 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5749
5750 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5751
5752         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5753         Call gnus-add-to-range ranges only once with a prepared article-list.
5754
5755 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5756
5757         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5758         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5759         group names with backslashes.  Reported by Tassilo Horn
5760         <tassilo@member.fsf.org>.
5761
5762 2007-12-06  Deepak Goel  <deego3@gmail.com>
5763
5764         * gnus-art.el (article-make-date-line):
5765         * gnus-start.el (gnus-load):
5766         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5767
5768 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-art.el (gnus-use-idna)
5771         * gnus-start.el (gnus-site-init-file)
5772         * message.el (message-use-idna)
5773         * mm-uu.el (mm-uu-hide-markers)
5774         * smiley.el (smiley-style): Revert changes that suppress warnings.
5775
5776 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5779         specify charset to html source.  Reported by Christoph Conrad
5780         <christoph.conrad@gmx.de>.
5781
5782 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5785         idna-program in order to suppress byte compile warning issued by XEmacs
5786         that came to byte compile the default value section of defcustom forms
5787         recently.
5788
5789         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5790         value of installation-directory.
5791
5792         * message.el (message-use-idna): Don't directly refer to the value of
5793         idna-program.
5794
5795         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5796
5797         * smiley.el (smiley-style): Don't directly call face-attribute.
5798
5799 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5802
5803         * gnus-dired.el: Reduce Gnus dependencies.
5804         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5805         require.  Use autoloads instead.
5806         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5807         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5808         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5809         (gnus-dired-mode): Adjust doc string.
5810         (gnus-dired-mail-mode): New variable.
5811         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5812         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5813         (gnus-dired-mail-buffers): New function.  Return mail or message
5814         composition buffers.
5815         (gnus-dired-attach): Use it.
5816         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5817         NO-DECODE.
5818         (gnus-dired-print): Use `gnus-print-buffer' depending on
5819         `gnus-dired-mail-mode'.
5820
5821 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * rfc2047.el (rfc2047-encoded-word-regexp)
5824         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5825         explaining what regexp patterns are for.
5826
5827 2007-12-04  Glenn Morris  <rgm@gnu.org>
5828
5829         * password.el: Move to password-cache.el.
5830
5831         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5832         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5833         * mml-smime.el (password-read, password-cache-add)
5834         (password-cache-remove):
5835         No need to autoload, since mml-sec requires password.
5836
5837         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5838         * message.el (gnus-extract-address-components):
5839         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5840
5841         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5842         password.
5843
5844 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * mailcap.el: Reduce dependencies.
5847         (mail-header-parse-content-type): Autoload.
5848         (mailcap-delete-duplicates): New alias.
5849         (mailcap-mime-info): Add optional argument NO-DECODE.
5850         (mailcap-mime-types): Use mailcap-delete-duplicates.
5851
5852         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5853
5854 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5855
5856         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5857         (imap-parse-status): Upcase status-att for servers that sends them
5858         lower-case (e.g., MS Exchange 2007).
5859
5860 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861
5862         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5863         function.
5864
5865         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5866         (gnus-uu-yenc-article): New function.
5867
5868         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5869
5870         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5871         buffer.
5872
5873 2007-12-02  Glenn Morris  <rgm@gnu.org>
5874
5875         * binhex.el (binhex): New custom group.
5876         (binhex-decoder-program, binhex-decoder-switches)
5877         (binhex-use-external): Move to the binhex custom group.
5878
5879         * uudecode.el (uudecode): New custom group.
5880         (uudecode-decoder-program, uudecode-decoder-switches)
5881         (uudecode-use-external): Move to the uudecode custom group.
5882
5883         * netrc.el (top-level): Don't load `encrypt' features.
5884         (netrc-parse): Don't use encrypt.
5885         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5886
5887         * encrypt.el: Remove file.
5888
5889 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5892         matches on patches.
5893
5894         * gnus-art.el (gnus-article-browse-html-article): Mention
5895         `mm-text-html-renderer' in the doc string.
5896
5897         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5898         string.  Add comments.
5899
5900         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5901         if rhs is ASCII.
5902
5903 2007-12-01  Glenn Morris  <rgm@gnu.org>
5904
5905         * mail-source.el (top-level): Require format-spec before
5906         eval-when-compile.
5907
5908 2007-11-30  Glenn Morris  <rgm@gnu.org>
5909
5910         * encrypt.el: Require password, rather than autoloading password-read.
5911
5912 2007-11-29  Glenn Morris  <rgm@gnu.org>
5913
5914         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5915         (sasl-make-client, sasl-next-step, sasl-step-data)
5916         (sasl-step-set-data): Declare as functions.
5917
5918 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5921
5922 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5923
5924         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5925         certs should be verified and what is to be done in the event of a
5926         verification failure.
5927
5928         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5929         caller can indicate whether the cache should be disregarded for this
5930         call.  This way the result of the call is reproducible at all times and
5931         can be considered a canonical server name for the supplied method.
5932         (gnus-agent-method-p): Canonicalize server names by pushing their
5933         method through `gnus-method-to-server' using the no-cache argument.
5934
5935         * gnus-srvr.el (gnus-server-insert-server-line): Call
5936         `gnus-method-to-server' with `no-cache' argument.
5937
5938         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5939         gnus-agent-possibly-synchronize-flags as this should be called when the
5940         server is actually being opened.
5941         (gnus-agent-possibly-synchronize-flags)
5942         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5943         flags file of an agentized server to the latter function.
5944
5945         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5946         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5947         after a connection has been established successfully.
5948
5949 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (article-display-face): Force to display face if called
5952         interactively; check if gnus-article-x-face-too-ugly matches author.
5953         (article-display-x-face): Display face even if From header is missing
5954         as article-display-face does.
5955
5956 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5957
5958         * hashcash.el (message-narrow-to-headers-or-head)
5959         (message-fetch-field, message-goto-eoh)
5960         (message-narrow-to-headers): Declare as functions.
5961
5962 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * mail-source.el (mail-sources): Default to fetch from file for
5965         compatibility with default of nnmail-spool-file.
5966
5967 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5970         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5971         to look for encoded word that should be encoded again.
5972         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5973         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5974         encoding pattern.
5975         (rfc2047-decode-region): Switch strict regexp and loose one according
5976         to rfc2047-allow-irregular-q-encoded-words.
5977
5978 2007-11-25  Romain Francoise  <romain@orebokech.com>
5979
5980         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5981
5982 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * tls.el (tls-program): Provide more custom choices from
5985         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5986         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5987
5988 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5991         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5992
5993         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5994         `nnmail-spool-file'.
5995
5996         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5997         `nnmail-spool-file'.
5998
5999         * gnus-move.el (gnus-change-server): Ditto.
6000
6001         * gnus-kill.el (gnus-batch-score): Ditto.
6002
6003         * gnus-cache.el (gnus-jog-cache): Ditto.
6004
6005         * gnus-msg.el (gnus-summary-reply):
6006         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6007
6008 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6011         version.  Minor improvement to doc strings.
6012         (tls-program): Add comment.
6013
6014 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6015
6016         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6017         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6018         mismatch between the hostname provided in the certificate and the name
6019         of the host connnecting to.
6020         (open-tls-stream): Use them.  Check certificates against trusted root
6021         certificates.
6022
6023 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6024
6025         * gnus-cache.el (gnus-cache-generate-nov-databases):
6026         Use nnml-generate-nov-databases-directory instead of
6027         nnml-generate-nov-databases-1.
6028
6029 2007-11-24  Glenn Morris  <rgm@gnu.org>
6030
6031         * message.el (message-tool-bar-retro): Update for rename
6032         mail_send.xpm->mail-send.xpm.
6033
6034 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6035
6036         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6037         `smime-ldap-search' for Emacs 22 and up.
6038
6039 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6042
6043         * message.el (message-send-mail-function): Fix error convention.
6044         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6045         (message-widen-reply, message-send-mail, message-talkative-question)
6046         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6047         (message-clone-locals, message-send-news): Use with-current-buffer.
6048         (message-insert-or-toggle-importance): Remove unused var `valid'.
6049         (message-make-references): Remove unused var `new-references'.
6050         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6051
6052 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6053
6054         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6055         (spam-split-symbolic-return-positive): Reflow docstring.
6056         (spam-backends, spam-summary-exit-behavior)
6057         (spam-mark-ham-unread-before-move-from-spam-group)
6058         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6059         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6060         (spam-clear-cache, spam-backend-check, spam-install-backend)
6061         (spam-install-statistical-backend, spam-list-of-processors)
6062         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6063         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6064         (spam-check-crm114, spam-initialize, spam-unload-hook):
6065         Fix typos in docstrings.
6066
6067 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6070         been checked if they have never been read and those group levels are
6071         higher than the one that a user specified.
6072
6073 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6076         foreign groups unless a group level is specified by a user.
6077         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6078
6079 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * message.el (message-send-mail-function): Require sendmail.
6082
6083 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * message.el (message-send-mail-function): Check for smtpmail too.
6086
6087         * utf7.el (utf7-encode, utf7-decode): Use coding system
6088         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6089
6090         * message.el (message-send-mail-function): New function.
6091         (message-send-mail-function): Set default using
6092         message-send-mail-function.  Adjust doc string.
6093         (message-send-mail-with-mailclient): New function.
6094
6095 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6096
6097         * smime.el (from):
6098         * rfc2047.el (message-posting-charset):
6099         * qp.el (mm-use-ultra-safe-encoding):
6100         * pop3.el (parse-time-months):
6101         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6102         * nnml.el (files):
6103         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6104         (jka-compr-compression-info-list, ange-ftp-path-format)
6105         (efs-path-regexp):
6106         * nndiary.el (files):
6107         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6108         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6109         (epg-digest-algorithm-alist, inhibit-redisplay)
6110         (password-cache-expiry):
6111         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6112         (pgg-output-buffer, password-cache-expiry):
6113         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6114         (efs-path-regexp):
6115         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6116         (inhibit-redisplay):
6117         * mm-uu.el (file-name, start-point, end-point, entry)
6118         (gnus-newsgroup-name, gnus-newsgroup-charset):
6119         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6120         (latin-unity-ucs-list):
6121         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6122         (mm-uu-binhex-decode-function):
6123         * message.el (gnus-message-group-art, gnus-list-identifiers)
6124         (rmail-enable-mime-composing, gnus-local-organization)
6125         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6126         (gnus-read-active-file, facemenu-add-face-function)
6127         (facemenu-remove-face-function, gnus-article-decoded-p)
6128         (tool-bar-mode):
6129         * mail-source.el (display-time-mail-function):
6130         * gnus-util.el (nnmail-pathname-coding-system)
6131         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6132         (gnus-original-article-buffer, gnus-user-agent)
6133         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6134         (xemacs-codename, sxemacs-codename, emacs-program-version):
6135         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6136         * gnus-start.el (gnus-agent-covered-methods)
6137         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6138         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6139         (gnus-newsgroup-headers, gnus-group-list-mode)
6140         (gnus-group-mark-positions, gnus-newsgroup-data)
6141         (gnus-newsgroup-unreads, nnoo-state-alist)
6142         (gnus-current-select-method, mail-sources)
6143         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6144         (nnmail-spool-file, gnus-cache-active-hashtb):
6145         * gnus-mh.el (mh-lib-progs):
6146         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6147         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6148         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6149         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6150         (gnus-group-buffer):
6151         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6152         (font-lock-set-defaults):
6153         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6154         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6155         (gnus-summary-post-menu, total-parts, type, condition, length):
6156         * gnus-agent.el (gnus-agent-read-agentview):
6157         * flow-fill.el (show-trailing-whitespace):
6158         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6159         eval-and-compile wrappers for byte compiler pacifiers.
6160
6161         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6162         (mm-display-inline-fontify): Check for featurep 'xemacs not
6163         extent-list.
6164
6165         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6166         itimer-list.
6167         (mm-create-image-xemacs): Only do something for XEmacs.
6168         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6169
6170         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6171
6172         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6173         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6174
6175 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6176
6177         * nnimap.el (nnimap-split-download-body):
6178         * gnus-demon.el (gnus-demon):
6179         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6180
6181 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6184         macros.
6185         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6186         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6187         copy data from unibyte buffer to multibyte current buffer.
6188         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6189         to copy data from unibyte current buffer to multibyte buffer.
6190         (nntp-make-process-buffer): Make process buffer unibyte.
6191
6192         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6193
6194 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6195
6196         * pop3.el (pop3-open-server): Accept and process data more robustly at
6197         connexion start to avoid spurious "POP SSL connexion failed" errors.
6198
6199 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6202         read group names.
6203
6204 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6207
6208 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6211         (nnmail-save-active): Use a unibyte buffer when saving active file,
6212         which may contain non-ASCII group names.
6213
6214         * nnml.el (nnml-request-group): Decode group names in messages.
6215
6216 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * message.el (message-citation-line-function)
6219         (message-insert-formatted-citation-line): Fix spelling of
6220         `message-insert-formated-citation-line'.
6221
6222 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6225
6226 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6229         nnmail-pathname-coding-system.
6230
6231         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6232         that a user enters; decode group names in messages.
6233
6234         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6235
6236 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6239
6240         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6241
6242         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6243         risky local variable.
6244
6245         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6246
6247 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * encrypt.el: Improve documentation to fix function name typo.
6250         Reported by Daiki Ueno <ueno@unixuser.org>.
6251
6252 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6255         even if the point is not in the last page of an article.
6256         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6257         back to the previous page.
6258
6259 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6262
6263 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6266
6267 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6268
6269         * message.el (message-check-news-body-syntax): Avoid
6270         mm-string-as-multibyte.
6271         (message-hide-headers): Don't assume (point-min)==1.
6272
6273 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * message.el (message-remove-blank-cited-lines): Fix if remove is
6276         given.
6277         (message-bogus-address-regexp): New variable.
6278         (message-bogus-recipient-p): New function.
6279         (message-check-recipients): New command.
6280         (message-syntax-checks): Add `bogus-recipient'.
6281         (message-fix-before-sending): Add `bogus-recipient'.
6282
6283         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6284         (gnus-treat-body-boundary): Don't test window-system.
6285
6286 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6287
6288         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6289
6290 2007-10-28  Miles Bader  <miles@gnu.org>
6291
6292         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6293         at compile-time too.
6294
6295 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * gnus-msg.el (gnus-message-setup-hook): Add
6298         `message-remove-blank-cited-lines' to options.
6299
6300 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * message.el (message-remove-blank-cited-lines): New function.
6303         Suggested by Karl Plästerer.
6304
6305 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6308         mapc.
6309
6310         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6311         (top-level): Use mapc to set functions to be traced for debugging.
6312
6313         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6314         called for effect with while loop.
6315
6316         * message.el (message-talkative-question): Replace mapcar called for
6317         effect with mapc.
6318
6319         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6320         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6321         called for effect with dolist.
6322
6323         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6324
6325         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6326         gnus-extra-headers and nnmail-extra-headers.
6327
6328         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6329         called for effect with dolist.
6330         (top-level): Use mapc to set functions to be traced for debugging.
6331
6332         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6333         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6334         dolist.
6335
6336         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6337         Replace mapcar called for effect with mapc.
6338         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6339         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6340         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6341         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6342
6343         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6344         remove-if that's a cl function.
6345
6346         * webmail.el (webmail-debug): Replace mapcar called for effect with
6347         dolist.
6348
6349         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6350         with mapc.
6351
6352 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6355         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6356         with while loop.
6357
6358         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6359         functions from article-* functions.
6360         (gnus-multi-decode-header): Replace mapcar called for effect with
6361         dolist.
6362
6363         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6364         (gnus-bookmark-show-details): Replace mapcar called for effect with
6365         while loop.
6366
6367         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6368         called for effect with while loop.
6369
6370         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6371         with dolist.
6372
6373         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6374         mapcar called for effect with dolist.
6375
6376         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6377
6378         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6379         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6380         Replace mapcar called for effect with dolist.
6381         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6382         mapc.
6383
6384         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6385         Replace mapcar called for effect with dolist.
6386         (gnus-topic-list): Replace mapcar called for effect with mapc.
6387
6388         * gnus.el: Use mapc instead of mapcar to add autoloads.
6389
6390 2007-10-23  Richard Stallman  <rms@gnu.org>
6391
6392         * gnus-group.el (gnus-group-highlight): Mark as risky.
6393
6394 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus.el (gnus-server-to-method): Return method found first in
6397         gnus-newsrc-alist.
6398
6399         * gnus-art.el (gnus-article-highlight-signature)
6400         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6401         button overlay without the front stickiness.
6402
6403 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6404
6405         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6406         overview buffer needed a catch to receive its throw.
6407         (gnus-agent-flush-cache): Declared as interactive to make this function
6408         easier to use.
6409
6410 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6413         `next-line'.
6414
6415 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6418         exclude address matching message-dont-reply-to-names.
6419
6420 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-util.el (gnus-string<): New function.
6423
6424         * gnus-sum.el (gnus-article-sort-by-author)
6425         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6426
6427 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6430         the frame-focus tag is set in gnus-buffer-configuration.
6431
6432 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6435         the front stickiness.
6436
6437 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6440         url pattern; remove duplicate one.
6441         (gnus-article-extend-url-button): New function.
6442         (gnus-article-add-buttons): Use it.
6443         (gnus-button-push): Use concatenated url that it makes.
6444
6445 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6446
6447         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6448
6449 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6450
6451         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6452         Don't hardcode point-min==1.
6453
6454 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6457         Fix comment about "iso8859-1".
6458
6459 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6460
6461         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6462         ones returned from the verify-function.
6463
6464         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6465         mml2015-extract-cleartext-signature if extraction failed.
6466
6467 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6468
6469         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6470         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6471         failed.
6472
6473 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6476
6477 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6480         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6481         recommends to use EasyPG instead of PGG.
6482
6483         * pgg.el: Revert to revision 6.23.2.16.
6484
6485         * pgg-def.el: Revert to revision 6.6.2.14.
6486
6487         * pgg-gpg.el: Revert to revision 6.23.2.34.
6488
6489 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6490
6491         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6492         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6493         thread for both the null and zero (kill/expire thread) universal prefix
6494         cases.
6495         (gnus-summary-expire-thread): Add new function to expire a thread,
6496         using gnus-summary-kill-thread.
6497         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6498         shortcuts for gnus-summary-expire-thread.
6499         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6500         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6501
6502 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6503
6504         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6505         extras value, so an extras entry can be deleted.
6506         (gnus-registry-delete-extra-entry): Use it.
6507         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6508         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6509         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6510         storage through the gnus-registry, and provide an appropriate API for
6511         it.
6512
6513 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6516         Suggested by Leo <sdl.web@gmail.com>.
6517
6518         * gnus.el: Do.
6519
6520 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6523         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6524
6525         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6526
6527         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6528         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6529
6530 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6533         newline.
6534         (nnmbox-request-accept-article): Don't change article in source buffer;
6535         narrow to header to use message-fetch-field rather than
6536         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6537         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6538         as delimiters; make sure article ends with newline.
6539         (nnmbox-delete-mail): Correct last position of article to be deleted;
6540         ignore X-Gnus-Newsgroup header in article body.
6541         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6542         positions; make sure article ends with newline.
6543
6544         * message.el (message-display-abbrev): Don't infloop when a user
6545         inserts SPC in the beginning of header.
6546
6547         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6548         coding-system-for-read and coding-system-for-write for XEmacs having no
6549         file-coding feature.
6550
6551         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6552
6553 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6554
6555         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6556         list of groups not followed by default.  Fix type to be regexp.
6557         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6558
6559 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6560
6561         * hmac-def.el (define-hmac-function): Switch from old-style to
6562         new-style backquotes.
6563
6564         * md4.el (md4-make-step): Likewise.
6565
6566 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6569         raw-text coding system when saving .newsrc file, which may contain
6570         non-ASCII group names.
6571
6572 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-cus.el (gnus-score-extra): New widget.
6575         (gnus-score-extra-convert): New function.
6576         (gnus-score-customize): Use it for Extra.
6577
6578 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6579
6580         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6581         (mml2015-mailcrypt-clear-verify): Use it.
6582         (mml2015-gpg-clear-verify): Use it.
6583         (mml2015-pgg-clear-verify): Use it.
6584         (mml2015-epg-clear-verify): Replace the current part with the output
6585         from GnuPG; don't extract the plaintext by itself.
6586
6587         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6588         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6589         mml2015-clear-verify-function; don't touch the armor headers or
6590         dash-escaped text here.
6591
6592 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6595         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6596         parts, or application/octet-stream as a last resort.
6597         (gnus-mime-view-part-as-type): Don't toggle display.
6598         (gnus-mime-view-part-as-charset): Don't turn off display before
6599         querying charset.
6600
6601         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6602         stuff to undisplayer function in Emacs.
6603         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6604
6605         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6606         text/calendar parts.
6607
6608 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6611         decoding text/calendar parts.
6612
6613         * message.el (message-forward-make-body-mime): Always mark body as
6614         having no illegible text; remove signed-or-encrypted argument.
6615         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6616
6617         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6618         (mml-generate-mime-1): Don't encode body if it is specified to be in
6619         raw form; don't make buffer be unibyte when inserting multibyte string.
6620
6621 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6622
6623         * sha1.el: Fix up comment style.
6624         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6625         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6626
6627         * hex-util.el: Fix up comment style.
6628         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6629
6630         * gnus-salt.el: Use with-current-buffer.
6631         (gnus-pick-setup-message): Fix long-standing typo.
6632
6633 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * imap.el (imap-logout-timeout): New variable.
6636         (imap-logout, imap-logout-wait): New functions.
6637         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6638
6639         * nnimap.el (nnimap-logout-timeout): New server variable.
6640         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6641         nnimap-logout-timeout.
6642
6643         * gnus-art.el (gnus-article-summary-command-nosave)
6644         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6645
6646 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus.el (gnus-maximum-newsgroup): New variable.
6649
6650         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6651         according to gnus-maximum-newsgroup.
6652
6653         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6654         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6655         Limit the range of articles according to gnus-maximum-newsgroup.
6656
6657 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6658
6659         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6660         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6661         Don't perform gnus-configure-windows here; reuse existing sticky
6662         article buffer.
6663
6664         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6665         it doesn't exist in gnus-article-mode.
6666
6667 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6670         (gnus-agent-decoded-group-name): New function.
6671         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6672         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6673
6674 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6675
6676         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6677         Add binding for gnus-sticky-article.
6678         (gnus-summary-exit): Don't kill sticky article buffers.
6679
6680         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6681         article buffer.
6682         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6683         (gnus-kill-sticky-article-buffers): New commands.
6684
6685 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * nntp.el (nntp-xref-number-is-evil): New server variable.
6688         (nntp-find-group-and-number): If it is non-nil, don't trust article
6689         numbers in the Xref header.
6690
6691 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-agent.el (gnus-agent-read-group): New function.
6694         (gnus-agent-flush-group, gnus-agent-expire-group)
6695         (gnus-agent-regenerate-group): Use it.
6696         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6697         nnmail-pathname-coding-system.
6698
6699 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6702
6703         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6704         that are unread as unread, and also as selected so that information of
6705         marks having been changed by a user may be updated when exiting group.
6706
6707 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6710         calculated ignoring signature parts to gnus-treat-article.
6711
6712 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6715         a point here in order to keep the window start.
6716         (gnus-insert-mime-security-button): Make a button overlay without the
6717         front stickiness.
6718         (gnus-mime-display-security): Goto the end of a button.
6719
6720         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6721
6722 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6725         group-name-at-point.
6726         (gnus-group-completing-read): New function that offers decoded
6727         non-ASCII group names for completion.
6728         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6729         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6730         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6731         (gnus-group-fetch-control): Use it.
6732         (gnus-fetch-group): Use group-name-at-point for the initial value
6733         rather than the default value; use gnus-alive-p.
6734
6735         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6736         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6737         (gnus-summary-post-news): Use gnus-group-completing-read.
6738
6739         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6740         (gnus-read-move-group-name): Decode group name for completion.
6741
6742 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6745         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6746         Yamaoka slightly modified the code).
6747
6748 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6751         (nnmail-split-incoming): Bind it.
6752
6753         * nnml.el (nnml-group-name-charset): New function.
6754         (nnml-decoded-group-name): Use it; don't decode group name if
6755         nnmail-group-names-not-encoded-p is non-nil.
6756         (nnml-encoded-group-name): New function.
6757         (nnml-group-pathname): Inline nnml-decoded-group-name.
6758         (nnml-request-expire-articles): Decode group name in message.
6759         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6760         nnmail-pathname-coding-system.
6761         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6762         not decoded ones according to nnmail-group-names-not-encoded-p.
6763         (nnml-generate-active-info): Use nnml-encoded-group-name.
6764
6765 2007-08-08  Glenn Morris  <rgm@gnu.org>
6766
6767         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6768         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6769         doc-strings and comments.
6770
6771 2007-07-25  Glenn Morris  <rgm@gnu.org>
6772
6773         * Relicense all FSF files to GPLv3 or later.
6774
6775 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-sum.el (gnus-summary-move-article): Make
6778         gnus-summary-respool-article work.
6779
6780 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6783         string.
6784
6785 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6786
6787         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6788         that should be ignored when comparing distant RSS articles with local
6789         ones.
6790         (nnrss-make-hash-index): New function.  Create a hash index according
6791         to the ignored fields.
6792         (nnrss-check-group): Use it.
6793
6794 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6797
6798         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6799
6800         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6801         the new optional argument ENCODED is non-nil.
6802         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6803         coding system for encoding group name.
6804         (gnus-group-make-rss-group): Pass un-encoded group name to
6805         gnus-group-make-group.
6806         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6807         encoded.
6808
6809         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6810         Encode group name to which articles are moved or copied.
6811         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6812         coding system for encoding Newsgroup, Followup-To and Xref headers.
6813
6814         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6815         marks; use nnheader-file-coding-system to write a file.
6816         (nnagent-retrieve-headers): Bind file-name-coding-system to
6817         nnmail-pathname-coding-system.
6818
6819         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6820
6821         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6822         (nnml-request-article, nnml-request-create-group)
6823         (nnml-request-rename-group, nnml-find-id)
6824         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6825         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6826         (nnml-save-marks): Use nnml-group-pathname instead of
6827         nnmail-group-pathname.
6828
6829         (nnml-request-create-group, nnml-request-expire-articles)
6830         (nnml-request-move-article, nnml-request-delete-group)
6831         (nnml-deletable-article-p, nnml-possibly-create-directory)
6832         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6833         (nnml-open-marks): Bind file-name-coding-system to
6834         nnmail-pathname-coding-system.
6835
6836         (nnml-request-article): Pass server argument to nnml-find-group-number.
6837         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6838         server argument to nnml-possibly-create-directory.
6839         (nnml-request-accept-article): Pass server argument to
6840         nnml-active-number and nnml-save-mail.
6841         (nnml-find-group-number): Pass server argument to nnml-find-id.
6842         (nnml-request-update-info): Pass server argument to
6843         nnml-marks-changed-p.
6844
6845         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6846         (nnml-save-mail, nnml-active-number): Add server argument.
6847
6848         (nnml-request-delete-group): Warn if group is missing.
6849         (nnml-get-nov-buffer): Decode group name.
6850         (nnml-generate-active-info): Encode group name.
6851         (nnml-open-marks): Decode group name in messages.
6852
6853 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6856         if it is not specified.
6857         (gnus-article-pipe-part, gnus-article-save-part)
6858         (gnus-article-interactively-view-part, gnus-article-copy-part)
6859         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6860         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6861         (gnus-article-replace-part, gnus-article-delete-part)
6862         (gnus-article-view-part-as-type): Pass raw prefix argument to
6863         gnus-article-part-wrapper.
6864
6865 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-agent.el (gnus-agent-save-active): Bind
6868         nnheader-file-coding-system to gnus-agent-file-coding-system.
6869
6870         * gnus-cache.el (gnus-cache-save-buffers)
6871         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6872         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6873         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6874         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6875         (gnus-cache-generate-active, gnus-cache-rename-group)
6876         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6877         (gnus-cache-update-overview-total-fetched-for): Bind
6878         file-name-coding-system to nnmail-pathname-coding-system.
6879         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6880         variables.
6881         (gnus-cache-decoded-group-name): New function.
6882         (gnus-cache-file-name): Use it.
6883         (gnus-cache-generate-active): Use non-decoded group name for active.
6884
6885         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6886         right place.
6887         (gnus-write-active-file): Don't break non-ASCII group names.
6888
6889         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6890         nnmail-pathname-coding-system.
6891
6892         * lpath.el: Bind default-file-name-coding-system,
6893         file-name-coding-system and language-info-alist for XEmacs.
6894
6895         * gnus-uu.el (gnus-uu-decode-save): Typo.
6896
6897 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6900
6901 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6904         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6905         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6906         (gnus-agent-flush-group, gnus-agent-flush-cache)
6907         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6908         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6909         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6910         (gnus-agent-regenerate-group)
6911         (gnus-agent-update-files-total-fetched-for)
6912         (gnus-agent-update-view-total-fetched-for): Bind
6913         file-name-coding-system to nnmail-pathname-coding-system.
6914         (gnus-agent-group-pathname): Don't encode file names by
6915         nnmail-pathname-coding-system.
6916         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6917         coding-system-for-write instead of buffer-file-coding-system to
6918         gnus-agent-file-coding-system.
6919
6920         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6921         Decode group name.
6922
6923         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6924
6925         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6926         (gnus-read-newsrc-el-file): Make group names unibyte.
6927
6928         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6929         nnmail-pathname-coding-system.
6930
6931         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6932         (nnrss-request-delete-group): Bind file-name-coding-system to
6933         nnmail-pathname-coding-system.
6934         (nnrss-read-server-data, nnrss-read-group-data): Bind
6935         file-name-coding-system correctly.
6936         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6937
6938         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6939         (nntp-server-to-method-cache): New variable.
6940         (nntp-group-pathname): New function that decodes non-ASCII group names.
6941         (nntp-possibly-create-directory, nntp-marks-changed-p)
6942         (nntp-save-marks, nntp-open-marks): Use it.
6943         (nntp-possibly-create-directory, nntp-open-marks):
6944         Bind file-name-coding-system to nnmail-pathname-coding-system.
6945         (nntp-open-marks): Decode group names when bootstrapping marks.
6946
6947         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6948         Newsgroups and Folowup-To headers.
6949
6950 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6953         (gnus-server-closed-face, gnus-server-denied-face)
6954         (gnus-server-offline-face): Remove variable.
6955         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6956
6957         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6958         of modifying message-stack directly for XEmacs.
6959
6960         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6961         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6962         if the coding-system argument is nil for XEmacs.
6963
6964         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6965         mm-charset-override-alist.
6966
6967         * rfc2047.el: Don't require base64; require rfc2045 for the function
6968         rfc2045-encode-string.
6969         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6970         to quote the parameter value.
6971
6972 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6975         form in gnus-group-name-charset-method-alist.
6976
6977         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6978         overrides the default layout edit-form.
6979
6980         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6981
6982         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6983
6984 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6987         as unfetched articles.
6988
6989 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6992
6993 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6996         original back end that keeps marks in the local system.
6997
6998 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7001         arg of pop-to-buffer for XEmacs.
7002         (gnus-article-read-summary-keys): Ditto; don't restore window
7003         configuration if summary command ends up with neither article buffer
7004         nor summary buffer; describe bindings if summary keys end with C-h.
7005
7006 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * message.el (message-fix-before-sending): Skip raw message part to be
7009         forwarded while checking illegible text.
7010         (message-forward-make-body-mime, message-forward-make-body): Mark
7011         signed or encrypted raw message as having no illegible text.
7012
7013 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7016         (gnus-message-with-timestamp-1): New macro.
7017         (gnus-message-with-timestamp): New function.
7018         (gnus-message): Use them.
7019
7020         * nnheader.el (nnheader-message): Use them.
7021
7022 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7025         .newsrc.eld file.
7026
7027 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-agent.el (gnus-agent-fetch-headers)
7030         (gnus-agent-retrieve-headers): Bind
7031         gnus-decode-encoded-address-function to identity.
7032
7033         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7034         available also when the server returns simply a dot.
7035
7036         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7037
7038 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7041
7042 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-ems.el (gnus-x-splash): Make it work.
7045
7046         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7047         from being used.
7048
7049         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7050
7051 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7054         4th and the 5th arguments.
7055
7056         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7057         the front stickiness.
7058         (gnus-article-summary-command-nosave): Correct the order of the
7059         arguments passed to pop-to-buffer.
7060         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7061         summary command ends up with the article buffer.
7062
7063         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7064         the same faces.
7065
7066 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7067
7068         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7069
7070 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7071
7072         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7073         * gnus-sum.el (gnus-summary-highlight):
7074         * pgg.el (pgg-sign-region, pgg-sign):
7075         * mail-source.el (mail-source-delete-old-incoming-confirm):
7076         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7077
7078 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gnus-art.el (gnus-mime-view-part-externally)
7081         (gnus-mime-view-part-internally): Fix predicate function passed to
7082         completing-read.
7083
7084         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7085
7086         * gnus.el (gnus-update-message-archive-method): Add :version.
7087
7088 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * gnus.el (gnus-update-message-archive-method): New variable.
7091
7092         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7093         according to gnus-message-archive-method if
7094         gnus-update-message-archive-method is non-nil.
7095
7096 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7099         by Loic Dachary <loic@dachary.org>.
7100         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7101
7102 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * message.el (message-pop-to-buffer): Add switch-function argument.
7105         (message-mail): Pass switch-function argument to it.
7106
7107 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7110         Improve doc string.
7111
7112 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7115         (gnus-header-content)
7116         * gnus-cite.el (gnus-cite-10)
7117         * gnus-srvr.el (gnus-server-closed)
7118         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7119         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7120         (gnus-group-mail-3-empty, gnus-group-mail-low)
7121         (gnus-group-mail-low-empty, gnus-splash)
7122         * message.el (message-header-to, message-header-cc)
7123         (message-header-subject, message-header-other, message-header-name)
7124         (message-header-xheader, message-separator, message-cited-text)
7125         (message-mml): Lighten colors of faces used for dark background.
7126
7127 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7128
7129         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7130         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7131
7132 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * message.el (message-narrow-to-headers-or-head):
7135         Ignore mail-header-separator in the body.
7136
7137 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7140         same as window size.
7141
7142 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7143
7144         * message.el (message-font-lock-keywords): Use message-header-xheader
7145         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7146         ahead of the anything pattern, to get it recognised.
7147
7148 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7151         spam.el loads uses it in the compiled defadvice form.
7152
7153 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7154
7155         * gnus-sum.el (gnus-articles-to-read)
7156         (gnus-summary-insert-old-articles): Don't truncate group name for
7157         `read-string'.
7158
7159         * gnus-util.el (gnus-limit-string): Delete this function.
7160
7161         * gnus-sum.el (gnus-simplify-subject-fully): Use
7162         `truncate-string-to-width' instead.
7163
7164 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7165
7166         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7167         if, on summary exit, the next group has to be selected.
7168         (gnus-summary-exit): Use it.
7169
7170 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7173         non-break space.
7174
7175 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7178         Check if group is not a directory.
7179         (nnfolder-request-expire-articles): Don't delete articles if the target
7180         group is not available.
7181
7182         * nnml.el (nnml-request-create-group): Properly check if group is not a
7183         file.
7184         (nnml-request-expire-articles): Don't delete articles if the target
7185         group is not available.
7186
7187         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7188         Don't quote characters that are within parentheses.
7189
7190 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7193         (gnus-handle-ephemeral-exit): Select article according to it.
7194
7195 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * message.el (message-insert-formated-citation-line): Remove newline.
7198         (message-citation-line-format): Add final \n here so that the user can
7199         avoid a blank line.
7200
7201 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7202
7203         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7204         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7205         Update lanl/arXiv support.
7206
7207 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * gnus.el: Bump version number.
7210
7211 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus.el (gnus-version-number): Bump version.
7214
7215 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7216
7217         * gnus.el: No Gnus v0.6 is released.
7218
7219 2007-04-27  Didier Verna  <didier@xemacs.org>
7220
7221         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7222         * gmm-utils.el (gmm-regexp-concat): here.
7223         * message.el: Don't require 'gnus-util.
7224         (message-dont-reply-to-names): Handle name change above.
7225         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7226
7227 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7230         since the initial value varies according to the system.
7231
7232 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7235
7236 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7237
7238         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7239
7240 2007-04-24  Didier Verna  <didier@xemacs.org>
7241
7242         Improve the type of gnus-ignored-from-addresses.
7243         * gnus-util.el (gnus-orify-regexp): New function.
7244         * message.el (gnus-util): Require it.
7245         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7246         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7247         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7248
7249 2007-04-24  Didier Verna  <didier@xemacs.org>
7250
7251         * gnus-sum.el:
7252         * gnus-utils.el: Fix some trailing whitespaces.
7253
7254 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7257         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7258         article's Message-ID; refer parent article in summary buffer.
7259
7260         * message.el (message-bounce): Call mime-to-mml.
7261
7262         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7263         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7264         optimize and/or forms properly.
7265
7266 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7269         URL.
7270
7271 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7274
7275 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7278         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7279         displayed of multipart/alternative part if it is invoked from summary
7280         buffer.
7281
7282         * mm-view.el (mm-inline-text-html-render-with-w3m)
7283         (mm-inline-text-html-render-with-w3m-standalone)
7284         (mm-inline-render-with-function): Use mail-parse-charset by default.
7285
7286 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7287
7288         * parse-time.el (parse-time-string-chars): Check if CHAR
7289         is less than the length of parse-time-syntax.
7290
7291 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7294         from gnus-newsgroup-processable.
7295
7296 2007-04-16  Didier Verna  <didier@xemacs.org>
7297
7298         * gnus-msg.el (gnus-configure-posting-styles): Handle
7299         message-signature-directory properly with :file syntax.  Reported by
7300         "Leo".
7301
7302 2007-04-11  Didier Verna  <didier@xemacs.org>
7303
7304         New user option: message-signature-directory.
7305         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7306         * message.el (message-insert-signature): Ditto.
7307         * message.el (message-signature-file): Doc update.
7308         * message.el (message-signature-directory): New.
7309
7310 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-msg.el (gnus-inews-yank-articles): Use
7313         message-exchange-point-and-mark instead of exchange-point-and-mark.
7314
7315 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * message.el (message-yank-original): Make sure cited text ends with
7318         newline; don't exchange point and mark.
7319
7320 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7321
7322         * tls.el (open-tls-stream): Properly handle case where there
7323         is no associated buffer.
7324
7325 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7326
7327         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7328         message-yank-original, make sure (< mark TEXT point).
7329
7330 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * message.el (message-fill-column): New variable.
7333         (message-mode): Use it.  Add comment on a possible new hook.
7334
7335         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7336         (nnmail-get-new-mail): Reformat.
7337
7338         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7339
7340         * gmm-utils.el: Fix Commentary.
7341         (gmm-tool-bar-from-list): Fix typo in doc string.
7342
7343 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7344
7345         * message.el (message-yank-original): Don't switch point and mark
7346         unnecessarily to put point and mark as documented.
7347
7348 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7351         from the message heads.
7352
7353 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7354
7355         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7356         article buffer does not have a window.  This may not be the best
7357         solution but is certainly better than setting the start of the null,
7358         that is the current, window.
7359
7360 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7363         (gnus-draft-setup): Run it.
7364
7365         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7366         gnus-score-fast-scoring.  Allow regexp.
7367         (gnus-score-headers): Use it.
7368
7369         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7370         XEmacs.
7371
7372         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7373         string.
7374         (gnus-button-alist): Also catch `<f1> k ...'.
7375         (gnus-treat-display-x-face): Fix doc string.
7376
7377 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7378
7379         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7380         evaluation of gnus-extended-version to ensure correct generation of the
7381         User-Agent header when message-generate-headers-first is used.
7382
7383 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7384
7385         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7386         hashcash-path is nil.  Don't call callback with incorrect number of
7387         parameters if val is 0.
7388
7389 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7390
7391         * message.el (message-required-news-headers):
7392         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7393
7394 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7395
7396         * tls.el (open-tls-stream): In handshake-waiting loop,
7397         don't wait more if there is output available to process.
7398
7399 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7400
7401         * tls.el (tls-program): Doc fix.
7402
7403 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * message.el (message-generate-new-buffers): Change the meaning of the
7406         nil value; add `standard' to the choices; treat t as `unique'; improve
7407         doc string.
7408         (gnus-select-frame-set-input-focus): Autoload.
7409         (message-buffer-name): Search for the existing message buffer if
7410         message-generate-new-buffers is nil or `standard'; treat the value t of
7411         message-generate-new-buffers as `unique'.
7412         (message-pop-to-buffer): Raise the frame already displaying the message
7413         buffer; clear the echo area after querying.
7414         (message-setup): Pass the `continue' argument to compose-mail.
7415         (message-mail): Prefer `switch-function' if it is given; search for the
7416         existing message buffer if the `continue' argument is non-nil; pass
7417         continue and switch-function arguments to compose-mail by way of
7418         message-setup.
7419         (message-mail-other-window): Adjust argument of message-setup.
7420         (message-mail-other-frame): Ditto.
7421
7422 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7425         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7426         to turn font-lock on when turning gnus-message-citation-mode on.
7427
7428 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7429
7430         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7431         (mml-smime-function-alist): New variable; add epg as the backend.
7432         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7433         mml-smime- functions instead.
7434         * mm-view.el: Require smime.
7435
7436 2007-03-05  Didier Verna  <didier@xemacs.org>
7437
7438         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7439         instead of just inheritance for posting styles.
7440         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7441
7442 2007-02-24  Chris Moore  <dooglus@gmail.com>
7443
7444         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7445         * pgg-pgp.el (pgg-pgp-encrypt-region):
7446         * pgg-gpg.el (pgg-gpg-encrypt-region):
7447         Check pgg-encrypt-for-me if no other recipients.
7448
7449 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7450
7451         * tls.el (tls-certtool-program): Fix custom type.
7452
7453 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7456         and point-at-eol instead of line-(beginning|end)-position.
7457
7458         * assistant.el (assistant-parse-buffer): Ditto.
7459
7460         * netrc.el (netrc-parse-services): Ditto.
7461
7462 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7463
7464         * mml2015.el (mml2015-epg-find-usable-key): New function.
7465         (mml2015-epg-sign): Use it.
7466         (mml2015-epg-encrypt): Use it.
7467
7468 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * message.el (message-make-in-reply-to): Quote name containing
7471         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7472         if there are special characters.  Reported by NAKAJI Hiroyuki
7473         <nakaji@jp.freebsd.org>.
7474
7475 2007-02-27  Didier Verna  <didier@xemacs.org>
7476
7477         Include the group parameters as well as the topic ones in the
7478         inheritance filter process.
7479         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7480         argument GROUP-PARAMS-LIST.
7481         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7482
7483 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * nntp.el (nntp-never-echoes-commands)
7486         (nntp-open-connection-functions-never-echo-commands): New variables.
7487         (nntp-send-command): Use them.
7488
7489 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7490
7491         * mml2015.el (mml2015-epg-verify): Simplified.
7492
7493 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * mml.el (mml-content-disposition-alist): New user option.
7496         (mml-content-disposition): New function.
7497         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7498         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7499
7500 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7501
7502         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7503         verification.
7504
7505 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7506
7507         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7508         articles posted in the last 24 hours.
7509
7510 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7511
7512         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7513
7514 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7515
7516         * nntp.el (nntp-send-command): Don't wait for echoes when
7517         nntp-open-ssl-stream is used.
7518
7519 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7522         (gnus-message-add-citation-keywords)
7523         (gnus-message-remove-citation-keywords): Remove.
7524         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7525         directly, make the variables in font-lock-defaults buffer-local, add
7526         gnus-message-citation-keywords to them and then update the value of
7527         font-lock-keywords.
7528
7529 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * message.el (message-cite-original-1): Don't call
7532         gnus-article-highlight-citation.
7533
7534         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7535         citations; fix line count.
7536
7537 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7540         (gnus-message-add-citation-keywords)
7541         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7542         versions of font-lock-add-keywords and font-lock-remove-keywords to
7543         work with XEmacs correctly.
7544
7545 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-cite.el (gnus-cite-face-list): Set the values of
7548         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7549         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7550         (gnus-message-cite-prefix-regexp): New variable.
7551         (gnus-message-search-citation-line): Use it; protect against long
7552         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7553         the 0th match data for Emacs.
7554         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7555         (gnus-message-add-citation-keywords): Append keywords rather than
7556         prepending; emulate font-lock-add-keywords if it is not available.
7557         (gnus-message-remove-citation-keywords): Emulate
7558         font-lock-remove-keywords if it is not available.
7559
7560         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7561
7562         * message.el (message-cite-prefix-regexp): Set the value of
7563         gnus-message-cite-prefix-regexp.
7564
7565 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7566
7567         * nnweb.el (nnweb-google-parse-1): Update parser.
7568
7569 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7570
7571         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7572
7573 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7574
7575         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7576         regexp.
7577
7578 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7581         string-to-multibyte.
7582         (uudecode-decode-region-internal): Use it.
7583
7584         * lpath.el: Fbind string-as-multibyte for XEmacs.
7585
7586 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7589         custom choice.
7590
7591         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7592
7593 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7594
7595         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7596
7597         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7598         `write-region' to respect `mm-inhibit-file-name-handlers'.
7599
7600 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7603         Use gnus-home-directory instead of "~/" or "$HOME".
7604
7605 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7608         to mention filename.
7609         Add comments at beginning regarding usage.
7610         (encrypt-write-file-contents): Change interactive so a string is
7611         acceptable.  If the file has no associated model, show an error instead
7612         of a nonsense prompt.
7613
7614 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7615
7616         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7617         Thanks to Yoshihiko Yamada for kind notification of this typo.
7618
7619 2007-01-12  Kenichi Handa  <handa@m17n.org>
7620
7621         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7622         multibyte buffer.
7623
7624 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * gnus-score.el (gnus-score-fast-scoring): New variable.
7627         (gnus-score-headers): Use it.
7628
7629         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7630
7631         * message.el (message-cite-original-1): Call
7632         gnus-article-highlight-citation if requested.
7633         (message-make-from): Allow name and address as optional arguments.
7634
7635         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7636
7637         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7638         bugs to doc string.
7639         (gnus-button-alist): Add mid\\|message-id.
7640         (gnus-button-fetch-group): Extend for use in
7641         `browse-url-browser-function'.
7642         (gnus-button-url-regexp): Try to catch paired parentheses like in
7643         Wikipedia URLs.
7644
7645         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7646         Suggested by Simon Krahnke <overlord@gmx.li>.
7647
7648 2007-01-13  Romain Francoise  <romain@orebokech.com>
7649
7650         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7651         Update copyright.
7652
7653 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7654
7655         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7656
7657 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * gnus-registry.el (gnus-registry-unfollowed-groups)
7660         (gnus-registry-split-fancy-with-parent): Fix documentation.
7661
7662 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7665         from nnweb groups.
7666
7667 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7668
7669         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7670         Xref urls.  Erase buffer before requesting head.
7671
7672 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7675         customizable.
7676
7677 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7678
7679         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7680         no signing key is found.
7681         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7682         no encrypting and/or signing key is found.
7683
7684 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7687
7688 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7689
7690         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7691         headers read from disk with the ones newly found in the current search.
7692         This should no longer cause problems, because the article numbers in
7693         Gmane's `nov.php' output are ignored since the previous change.
7694
7695 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7696
7697         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7698
7699 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7702         replace-regexp-in-string; bind url-version; fbind display-images-p and
7703         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7704         find-face and set-itimer-function for Emacs; bind itimer-list for
7705         Emacs.
7706
7707         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7708
7709 2007-01-01  Romain Francoise  <romain@orebokech.com>
7710
7711         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7712
7713 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7714
7715         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7716         `define-minor-mode' macro definition expanded properly.
7717         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7718         exclude it there.
7719
7720         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7721         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7722         `fboundp' test.
7723         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7724         This is OK to autoload in (S)XEmacs now.
7725
7726 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7727
7728         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7729         keystroke.
7730         (gnus-summary-limit-to-singletons): Fix typo.
7731
7732         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7733         else fails.
7734
7735 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7736
7737         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7738         docstring.
7739
7740         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7741         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7742         (gnus-summary-insert-dormant-articles): Fix typo in message.
7743
7744 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7747         nil for XEmacs.
7748         (gnus-message-citation-mode): Don't autoload in XEmacs.
7749
7750         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7751
7752 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7753
7754         * nnimap.el (nnimap-expunge-search-string): Mention
7755         nnimap-search-uids-not-since-is-evil in docstring.
7756
7757 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * spam.el: Revert to make-obsolete-variable because
7760         define-obsolete-variable-alias is not supported in Emacs 21.
7761
7762         * spam.el (spam-ifile-path, spam-ifile-database-path)
7763         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7764         make-obsolete-variable.
7765         (spam-bsfilter-path, spam-bsfilter-program)
7766         (spam-spamassassin-path, spam-spamassassin-program)
7767         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7768         use "path" inappropriately.
7769         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7770         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7771         variable names.
7772
7773 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7774
7775         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7776         summary buffer.
7777
7778         * password.el (password-cache-remove): Use clear-string to burn
7779         password, if available.
7780
7781 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7784
7785         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7786
7787         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7788         (gnus-message-highlight-citation): Move defcustom here from
7789         gnus-cite.el.
7790         (gnus-message-citation-mode): Autoload.
7791
7792         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7793         checks to make it compile with XEmacs.
7794         (gnus-message-citation-mode): New minor mode.
7795         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7796         (gnus-message-highlight-citation): New variables.
7797         (gnus-message-search-citation-line)
7798         (gnus-message-add-citation-keywords)
7799         (gnus-message-remove-citation-keywords)
7800         (turn-on-gnus-message-citation-mode)
7801         (turn-off-gnus-message-citation-mode): New functions.
7802
7803 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7804
7805         * gnus-cite.el: Enable highlighting of different citation levels in
7806         message-mode.
7807
7808 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * message.el (message-make-fqdn): Fix comment.
7811         (message-bogus-system-names): Add ".local".
7812
7813         * spam.el (spam-ifile-path, spam-ifile-program)
7814         (spam-ifile-database-path, spam-ifile-database)
7815         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7816         Don't use "path" inappropriately.
7817         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7818         strings.
7819         (spam-check-ifile, spam-ifile-register-with-ifile)
7820         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7821         new variable names.
7822
7823         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7824         (gnus-treat-display-smileys): Simplify using
7825         gnus-image-type-available-p.
7826
7827         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7828         available.
7829
7830         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7831         `display-images-p' if available.
7832
7833 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7836         one after turning on the buffer's multibyteness instead of decoding
7837         them directly in the unibyte buffer that causes unexpected conversion
7838         in Emacs 23 (unicode).
7839
7840 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7841
7842         * message.el (message-generate-hashcash): Fix custom type.
7843
7844 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7847
7848 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7851         disconnect icons.  Add help text.
7852
7853 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7856         negated to be consistent with the others we handle.
7857
7858 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7861         version of gnus-summary-buffer to something, so that we can use two
7862         article buffers at the same time.
7863
7864 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7865
7866         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7867         trigger all the extra headers.
7868         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7869         sorting.
7870
7871 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7872
7873         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7874         solid groups.
7875
7876 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7877
7878         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7879
7880 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * legacy-gnus-agent.el: Add Copyright notice.
7883
7884 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7885
7886         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7887
7888 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7891
7892         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7893         to make it work reliably in CVS Emacs.
7894         (gnus-summary-limit-strange-charsets-predicate)
7895         (gnus-summary-limit-to-predicate): New functions.
7896
7897 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7898
7899         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7900         specifying array size.
7901         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7902         array if it is too small.
7903         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7904         (gnus-sort-threads-loop): New function.
7905
7906 2006-12-06  Chris Moore  <dooglus@gmail.com>
7907
7908         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7909         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7910
7911 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7912
7913         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7914         options.
7915
7916 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7919         DOS-ing the recipient.
7920
7921         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7922         the headers when creating the mapping to avoid mismappings.
7923         (nnweb-gmane-create-mapping): Always nix out old mapping.
7924
7925 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7928         and mm-verify-option to never.
7929
7930 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * message.el (message-signed-or-encrypted-p): New function.
7933         (message-forward-make-body): Use it.
7934
7935         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7936         Replace encode-coding-string with mm-encode-coding-string.
7937
7938 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * nneething.el (nneething-decode-file-name): Replace
7941         decode-coding-string with mm-decode-coding-string.
7942
7943         * gnus-int.el (gnus-open-server): Say failed server's name.
7944
7945 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7946
7947         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7948         strings to a single string.  Quote `errors-file-name'.
7949         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7950         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7951         Adjust calls.  Use `shell-quote-argument'.
7952
7953 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7954
7955         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7956         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7957
7958         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7959         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7960         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7961         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7962         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7963         (gnus-subscribe-newsgroup, gnus-1):
7964         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7965         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7966         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7967         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7968
7969 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7972         keystroke.
7973         (gnus-summary-limit-to-bodies): Implement headersp.
7974
7975 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976
7977         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7978
7979 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7982
7983 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * message.el (message-generate-hashcash): Expand range of values to
7986         include `opportunistic'.
7987         (message-send-mail): Use it.
7988
7989 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7990
7991         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7992         and comment it.
7993
7994         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7995
7996 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus-util.el (gnus-extract-address-components): Improve comment.
7999
8000 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-util.el (gnus-extract-address-components): Work with address in
8003         which the name portion contains @.
8004
8005         * lpath.el: Fbind custom-autoload.
8006
8007 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * gnus.el (gnus-start): Move custom group up.
8010         (gnus-select-method): Don't autoload, but make it available for
8011         `customize-variable'.
8012         (gnus-getenv-nntpserver): Don't autoload.
8013
8014 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8015
8016         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8017
8018 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * message.el (message-sendmail-extra-arguments): New variable.
8021         (message-send-mail-with-sendmail): Use it.
8022
8023 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8026         mm-with-unibyte-current-buffer to make string unibyte.
8027
8028         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8029         mm-string-as-multibyte.
8030
8031 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8032
8033         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8034         Reported by Werner Koch <wk@gnupg.org>.
8035
8036 2006-11-14  Daiki Ueno  <ueno@p360>
8037
8038         * mml2015.el: Autoload epa-select-keys when compiling.
8039
8040 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8041
8042         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8043         message-options.
8044         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8045
8046 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8047
8048         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8049         EasyPG (< 0.0.6).
8050         (mml2015-always-trust): New user option.
8051         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8052         prompt.
8053
8054 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * nntp.el (nntp-authinfo-force): New variable.
8057         (nntp-send-authinfo): Use it.
8058
8059 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8062         decode encoded words.  Improve prompt.  Add comment about forwarding.
8063         (message-replacement-char): Move up.
8064
8065 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8066
8067         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8068         instead of gnus-intersection because arguments of gnus-sorted-nunion
8069         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8070
8071 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8074         (message-simplify-subject-functions): Enable
8075         message-strip-subject-encoded-words by default.
8076
8077 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8078
8079         * message.el (message-strip-subject-encoded-words): New function.
8080         (message-simplify-subject-functions): New variable.
8081         (message-simplify-subject): Use it.  Fix typo in doc string.
8082         Support message-strip-subject-encoded-words.
8083
8084 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8085
8086         * gnus-diary.el (gnus-diary-delay-format-function):
8087         * nndiary.el (nndiary-reminders):
8088         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8089
8090 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * gnus-art.el (article-hide-boring-headers): Fetch date from
8093         gnus-original-article-buffer to avoid problems with localized date
8094         strings.
8095
8096 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8099
8100 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8103         New variables.
8104         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8105         (mm-charset-synonym-alist): Move some entries to
8106         mm-codepage-iso-8859-list.
8107         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8108         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8109
8110 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8113
8114 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8117         with Emacs 21 and XEmacs.
8118
8119 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8120
8121         * spam.el (spam-parse-address): New function for better parsing,
8122         catching errors, etc.
8123         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8124
8125 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * mm-view.el: Add interactive arg to html2text autoload.
8128
8129 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8132
8133 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8136         variables.
8137         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8138         (mm-charset-synonym-alist): Move some entries to
8139         mm-codepage-iso-8859-list.
8140
8141         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8142
8143 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * message.el (message-citation-line-format)
8146         (message-insert-formated-citation-line): Fix implementation of %E, %N
8147         and %n according to the doc string.
8148
8149 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8152         car-safe to avoid bad parses.
8153
8154 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8157         names.
8158
8159         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8160
8161 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8164         header.
8165
8166         * message.el (message-draft-headers): Add Date.
8167         (message-headers-to-generate): Fix typo in docstring.
8168
8169         * nndraft.el (nndraft-required-headers): New variable.
8170         (nndraft-generate-headers): Use it.
8171
8172         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8173
8174 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8175
8176         * gnus-registry.el (gnus-registry-wash-for-keywords)
8177         (gnus-registry-find-keywords): New functions to allow easy searching of
8178         articles that are in the registry.
8179
8180 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8181
8182         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8183         ietf-drums-parse-address instead of gnus-extract-address-components.
8184         Reported by Damien Elmes <damien@repose.cx>.
8185
8186 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * gnus.el (gnus-mime): Remove unused custom group.
8189
8190 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8191
8192         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8193         "blank line" when searching for end of armor headers.
8194
8195 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * gmm-utils.el (gmm-write-region): Fix variable name.
8198
8199 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * gmm-utils.el (gmm-write-region): New function based on compatibility
8202         code from `mm-make-temp-file'.
8203
8204         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8205
8206         * nnmaildir.el (nnmaildir--update-nov)
8207         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8208         Use `gmm-write-region'.
8209
8210 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8213         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8214
8215         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8216
8217         * message.el (message-replacement-char): New variable.
8218         (message-fix-before-sending): Use it.
8219         (message-simplify-subject): New function to remove duplicate code.
8220         (message-reply, message-followup): Use it.
8221
8222         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8223         gnus-summary-limit-to-articles.
8224
8225 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-util.el (gnus-with-local-quit): New macro.
8228
8229         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8230
8231 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8232
8233         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8234         ignore non-string data.
8235
8236 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8237
8238         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8239         non-string data (needs to be done in the registry too).
8240
8241 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8242
8243         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8244         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8245         (gnus-registry-split-fancy-with-parent)
8246         (gnus-registry-fetch-simplified-message-subject-fast)
8247         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8248         Remove text properties on ingress into the registry and when it's saved.
8249         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8250         registry from entries with no groups.
8251
8252 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8253
8254         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8255         function to remove string properties.
8256
8257 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * gmm-utils.el (gmm): Adjust custom version.
8260
8261         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8262         custom version.
8263
8264         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8265
8266 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * gnus-art.el (gnus-insert-prev-page-button)
8269         (gnus-insert-next-page-button): Simplify.  Reformat.
8270
8271 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8272
8273         * gnus-art.el (gnus-insert-prev-page-button)
8274         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8275
8276 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8277
8278         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8279
8280 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8281
8282         * gnus-art.el (gnus-insert-mime-button)
8283         (gnus-insert-mime-security-button):
8284         Apply gnus-article-button-face to MIME and security buttons.
8285
8286 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8289         readable.
8290
8291 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8294
8295 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8296
8297         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8298         `browse-url-of-file' instead of `browse-url'.
8299
8300 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8301
8302         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8303         regexp.  Articles containing quotation were cut prematurely.
8304
8305 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * message.el (message-cite-original-1): Use nobody by default for the
8308         value of From header.
8309         (message-reply): Ditto.
8310
8311 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8312
8313         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8314         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8315         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8316
8317 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8320         mails in the doc string.  Add some URLs in comment.
8321         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8322
8323 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8326         backslashes handling and the way to find boundaries of quoted strings.
8327
8328 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8329
8330         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8331         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8332         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8333         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8334
8335 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8338         doc string.
8339         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8340
8341 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * lpath.el: Fbind epg-check-configuration.
8344
8345 2006-09-06  Simon Josefsson  <jas@extundo.com>
8346
8347         * mml2015.el (mml2015-use): Doc fix, mention epg.
8348
8349 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8350
8351         * mml2015.el (mml2015-use): Default to epg, if available.
8352
8353 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8354
8355         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8356         message-sender.
8357         (mml1991-epg-encrypt): Ditto.
8358         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8359         message-sender.
8360         (mml2015-epg-encrypt): Ditto.
8361
8362 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8363
8364         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8365         several common directories.
8366
8367 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8368
8369         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8370         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8371
8372 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * gnus-art.el (article-decode-encoded-words): Make it fast.
8375
8376 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8379
8380         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8381         in quoted string into `\'.
8382
8383 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8386         Use standard-syntax-table.
8387
8388 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-art.el (gnus-decode-address-function): New variable.
8391         (article-decode-encoded-words): Use it to decode headers which are
8392         assumed to contain addresses.
8393         (gnus-mime-delete-part): Remove useless `or'.
8394
8395         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8396         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8397         (gnus-nov-parse-line): Use it to decode From header.
8398         (gnus-get-newsgroup-headers): Ditto.
8399         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8400
8401         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8402         (mail-decode-encoded-address-string): New alias.
8403
8404         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8405         New function.
8406         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8407         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8408         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8409         (rfc2047-decode-string): Ditto.
8410         (rfc2047-decode-address-region): New function.
8411         (rfc2047-decode-address-string): New function.
8412
8413 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8414
8415         * message.el (message-caesar-buffer-body): Allow rotating headers.
8416
8417         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8418
8419         * message.el (message-insert-formated-citation-line): Fix %f.
8420         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8421
8422 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8425         (gnus-bookmark-mouse-available-p): New macro.
8426         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8427         (gnus-bookmark-bmenu-show-infos): Use it.
8428         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8429         (gnus-bookmark-bmenu-hide-infos): Ditto.
8430         (gnus-bookmark-remove-properties): New function.
8431         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8432         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8433         (gnus-bookmark-write-file): Bind coding-system-for-write.
8434         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8435         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8436         group before selecting it.
8437         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8438         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8439         quit-window if it is not available; use gnus-mouse-2 and bind it to
8440         gnus-bookmark-bmenu-select-by-mouse.
8441         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8442         (gnus-bookmark-bmenu-select-by-mouse): New function.
8443
8444 2006-08-13  Romain Francoise  <romain@orebokech.com>
8445
8446         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8447         space.
8448
8449 2006-08-10  Romain Francoise  <romain@orebokech.com>
8450
8451         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8452         (dns-mode-soa-auto-increment-serial): New user option.
8453         (dns-mode-soa-maybe-increment-serial): New function.
8454         (dns-mode): Add the latter to `write-contents-functions'.
8455
8456 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * compface.el (uncompface): Use binary rather than raw-text-unix.
8459
8460 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * compface.el (uncompface): Make sure the eol conversion doesn't take
8463         place when communicating with the external programs.  Reported by
8464         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8465
8466 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8469
8470 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8471
8472         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8473         Make it more robust by parsing author and date independently.
8474
8475 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8478
8479 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8480
8481         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8482         first matching secret key.
8483         (mml2015-epg-encrypt): Ditto.
8484
8485         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8486         first matching secret key.
8487         (mml1991-epg-encrypt): Ditto.
8488
8489         * mml2015.el (mml2015-encrypt-to-self): New user option.
8490         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8491         mml2015-epg-encrypt-to-self is set.
8492
8493         * mml1991.el (mml1991-encrypt-to-self): New variable.
8494         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8495         mml1991-epg-encrypt-to-self is set.
8496
8497         * mml2015.el (mml2015-signers): New user option.
8498         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8499         (mml2015-epg-encrypt): Allow to select signing keys.
8500
8501         * mml1991.el (mml1991-signers): New variable.
8502         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8503         (mml1991-epg-encrypt): Allow to select signing keys.
8504
8505 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * nnheader.el (nnheader-insert-head): Make it work even if the file
8508         uses CRLF for the line-break code.
8509
8510 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8511
8512         * mml2015.el: Require mml-sec instead of password.
8513         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8514         (mml2015-cache-passphrase): Inherit the default value from
8515         mml-secure-cache-passphrase.
8516         (mml2015-passphrase-cache-expiry): Inherit the default value from
8517         mml-secure-passphrase-cache-expiry.
8518
8519         * mml1991.el: Require mml-sec instead of password.
8520         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8521         (mml1991-cache-passphrase): Inherit the default value from
8522         mml-secure-cache-passphrase.
8523         (mml1991-passphrase-cache-expiry): Inherit the default value from
8524         mml-secure-passphrase-cache-expiry.
8525
8526         * mml-sec.el: Require password.
8527         (mml-secure-verbose): New user option.
8528         (mml-secure-cache-passphrase): New user option.
8529         (mml-secure-passphrase-cache-expiry): New user option.
8530
8531 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8532
8533         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8534         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8535         andreas@altroot.de (Andreas Vögele).
8536
8537         FIXME: Use `tiny change'?
8538
8539 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8540
8541         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8542         workaround for the url package included with Emacs.
8543
8544         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8545
8546 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8549         correctly.  This fixes a bug caused by the 2006-05-12 change.
8550
8551 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8552
8553         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8554         some information about the error when saying that the `bogus' mail
8555         group will be used.
8556
8557 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8560         string.
8561
8562 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8563
8564         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8565
8566 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8567
8568         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8569
8570 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8571
8572         * mml1991.el (mml1991-function-alist): Add epg.
8573         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8574         (mml1991-epg-encrypt): New functions.
8575
8576 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8577
8578         * mml2015.el (mml2015-verbose): New variable.
8579         (mml2015-cache-passphrase): Ditto.
8580         (mml2015-passphrase-cache-expiry): Ditto.
8581         (mml2015-function-alist): Add epg.
8582         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8583         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8584         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8585         functions.
8586
8587 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8588
8589         * message.el (message-cite-original-1): Preserve region when removing
8590         quoted text due to X-No-Archive in order to avoid bogus attribution
8591         when citing multiple messages.
8592
8593 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8594
8595         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8596         Kenneth Jacker <khj@be.cs.appstate.edu>.
8597
8598 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * gnus-diary.el (gnus-user-format-function-d)
8601         (gnus-user-format-function-D): Autoload.
8602
8603         * imap.el (Commentary): Fix typo.
8604
8605         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8606         2006-04-22 contribution.
8607
8608 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8609
8610         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8611         It didn't really fix the bogosity I'm seeing with solid web groups.
8612
8613 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8614
8615         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8616         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8617         created using server names.  If we use the feature without declaring
8618         it, Gnus does not properly manage server and group state.
8619
8620         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8621         bound.
8622
8623 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8624
8625         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8626         looking up the method using GROUP's prefix before inventing a new one.
8627         It is used on killed/unknown groups in various places where returning
8628         an all-new method isn't expected by the caller.
8629
8630         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8631         and match semantics of gnus-group-real-prefix.
8632
8633 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * nnmail.el (nnmail-broken-references-mailers): New variable.
8636         (nnmail-ignore-broken-references): New function generalizing
8637         nnmail-fix-eudora-headers.
8638         (nnmail-fix-eudora-headers): Now obsolete.
8639
8640         * gnus-art.el (gnus-button-handle-custom): Support
8641         `customize-apropos*'.
8642
8643 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8646
8647         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8648         articles.
8649
8650 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * message.el (message-cite-reply-above): New variable.
8653         (message-yank-original): Use it.
8654
8655 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8658
8659 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8662         as read.
8663
8664         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8665
8666 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8669         (gnus-bookmark-default-file): Use gnus-directory.
8670         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8671         Remove "*" in doc string.
8672         (gnus-bookmark-write-file): Simplify.
8673         (gnus-bookmark-maybe-sort-alist): Use `when'.
8674         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8675         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8676         FIXME about Emacs 21 and XEmacs compatibility.
8677         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8678         compatibility.
8679         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8680         compatibility.
8681         (gnus-bookmark-menu-heading): Fix version.
8682
8683 2006-06-19  Bastien Guerry  <bzg@altern.org>
8684
8685         * gnus-bookmark.el: New file.
8686
8687 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * message.el (message-syntax-checks): Doc fix.
8690
8691 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8692
8693         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8694         unsubscribed groups as if they were killed ones.  It causes duplicate
8695         entries in gnus-newsrc-alist.
8696
8697 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * message.el (message-syntax-checks): Doc fix.
8700         (message-send-mail): Add check for continuation headers.
8701         (message-check-news-header-syntax): Fix regexp used to check for
8702         continuation headers.
8703
8704 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8707
8708 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8709
8710         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8711
8712 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8715         default-truncate-lines.
8716
8717 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8720         to fill the utf-8 entry.
8721
8722         * lpath.el: Fbind unicode-precedence-list.
8723
8724 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8725
8726         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8727
8728 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8729
8730         * gnus-agent.el (directory-files-and-attributes): Move all the way
8731         forward (the third and final move).
8732         (gnus-agent-read-agentview): Trap reconstruction errors due to
8733         nonexistant directory.  Handle by returning nil.
8734
8735 2006-05-30  Didier Verna  <didier@xemacs.org>
8736
8737         * message.el (message-dont-reply-to-names): Update the custom type.
8738         * message.el (message-dont-reply-to-names): New defsubst: potentially
8739         convert a list of regexps into a single one.
8740         * message.el (message-get-reply-headers): Use it.
8741         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8742
8743 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * gnus-agent.el (directory-files-and-attributes): Move forward.
8746
8747 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8748
8749         * gnus-ml.el (gnus-mailing-list-subscribe)
8750         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8751         (gnus-mailing-list-message): Fix doc strings.
8752
8753 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8754
8755         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8756         of doing it manually.
8757
8758 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8761         comment.
8762
8763 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8764
8765         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8766         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8767         (gnus-agent-read-local): All symbols allocated in my-obarray.
8768         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8769         (gnus-agent-regenerate-group): Check numeric names to see if they are
8770         messages or groups.
8771         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8772         better way of do this...)
8773
8774         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8775         'dummy.group' (there should be a better way of do this...)
8776
8777 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8780         (gnus-saved-headers): Ditto.
8781         (gnus-default-article-saver): Mention functions may have properties.
8782         (gnus-article-save): Override gnus-save-all-headers and
8783         gnus-saved-headers by :headers property which saver function may have.
8784         (gnus-summary-save-in-file): Add :headers property.
8785         (gnus-summary-write-to-file): Ditto.
8786
8787         * gnus-sum.el (gnus-summary-save-article): Bind
8788         gnus-prompt-before-saving to t when saving many articles in a file;
8789         always show all headers.
8790
8791         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8792
8793 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8794
8795         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8796         marks.
8797
8798         * message.el (message-indent-citation): Add optional arguments to allow
8799         using it outside of message buffers.
8800
8801         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8802         (gnus-article-treat-unfold-headers): Use it.
8803         (gnus-article-truncate-lines): New variable.
8804         (gnus-article-mode): Use it.
8805         (gnus-article-toggle-truncate-lines): New function.
8806
8807         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8808         gnus-article-toggle-truncate-lines.
8809
8810         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8811         coding system in XEmacs, use binary.
8812
8813 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8816         after-load-alist.
8817
8818         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8819         this function should save decoded articles.
8820         (gnus-summary-write-to-file): Use property to specify this function
8821         should save decoded articles and specify gnus-summary-save-in-file
8822         should be used to save articles other than the first one when saving
8823         many articles.
8824         (gnus-summary-save-body-in-file): Use property to specify this
8825         function should save decoded articles.
8826         (gnus-summary-write-body-to-file): Use property to specify this
8827         function should save decoded articles and specify
8828         gnus-summary-save-body-in-file should be used to save articles other
8829         than the first one when saving many articles.
8830
8831         * gnus-sum.el (gnus-summary-save-article): Simplify.
8832
8833 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-art.el (gnus-default-article-saver): Add
8836         gnus-summary-write-body-to-file.
8837         (gnus-article-save-coding-system): Don't use coding system object
8838         in XEmacs.
8839         (gnus-read-save-file-name): Add optional `dir-var' argument which
8840         specifies directory in which files are saved; work even if optional
8841         `variable' argument is not specified.
8842         (gnus-summary-write-to-file): Read file name.
8843         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8844         (gnus-summary-write-body-to-file): New function.
8845
8846         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8847         (gnus-summary-local-variables): Add it.
8848         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8849         (gnus-summary-save-article): Remove optional `decode' argument;
8850         determine whether to decode articles by the value of
8851         gnus-default-article-saver; when saving many files using
8852         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8853         it first and use gnus-summary-save-in-file or
8854         gnus-summary-save-body-in-file thereafter unless
8855         gnus-prompt-before-saving is always; move point to article which
8856         will be saved.
8857         (gnus-summary-save-article-file): Revert.
8858         (gnus-summary-write-article-file): Revert.
8859         (gnus-summary-save-article-body-file): Revert.
8860         (gnus-summary-write-article-body-file): New function.
8861
8862 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-art.el (gnus-default-article-saver): Doc fix.
8865         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8866         from gnus-summary-save-article-coding-system, and default to a
8867         certain coding system.
8868         (gnus-output-to-file): Add coding cookie and encode text according
8869         to gnus-article-save-coding-system; don't use mm-append-to-file.
8870
8871         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8872         gnus-art.el and rename to gnus-article-save-coding-system.
8873         (gnus-summary-save-article): Require gnus-art; don't show all
8874         headers if it decodes articles; don't add coding cookie here;
8875         don't bind mm-text-coding-system-for-write.
8876         (gnus-summary-save-article-file): Save decoded articles.
8877         (gnus-summary-write-article-file): When saving many files, use
8878         gnus-summary-write-to-file first and gnus-summary-save-in-file
8879         thereafter unless gnus-prompt-before-saving is always.
8880         (gnus-summary-save-article-body-file): Save decoded articles.
8881
8882         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8883
8884 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * nnrss.el (nnrss-check-group): Bind hash-index.
8887
8888 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8889
8890         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8891         its hash index.  Store this hash in `nnrss-group-data'.
8892         (nnrss-read-group-data): Update accordingly.
8893
8894 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8897         entry.
8898
8899         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8900         gnus-article-browse-html-article.
8901
8902 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8903
8904         * gnus-sum.el (gnus-summary-mime-map): Add
8905         gnus-article-browse-html-article.
8906
8907         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8908
8909 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8912         suitable coding systems in customize.
8913
8914 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * mail-source.el (mail-sources): Fix custom type.
8917
8918 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8921         (gnus-summary-expire-articles-now): Shorten prompt.
8922
8923         * gmm-utils.el (wid-edit): Require.
8924         (defun-gmm): Renamed from `gmm-defun-compat'.
8925         (gmm-image-search-load-path): Use it.
8926         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8927
8928 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8931         variable.
8932         (gnus-summary-save-article): Add optional `decode' argument.  If
8933         it is set and gnus-summary-save-article-coding-system is non-nil,
8934         save decoded article.
8935         (gnus-summary-write-article-file): Save decoded article if
8936         gnus-summary-save-article-coding-system is non-nil.
8937
8938         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8939         type.
8940
8941 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8944
8945 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8948         first to test gnus-single-article-buffer which may be buffer-local.
8949
8950         * gnus-sum.el (gnus-summary-setup-buffer): Make
8951         gnus-single-article-buffer buffer-local and nil in ephemeral
8952         group; make gnus-article-buffer, gnus-article-current, and
8953         gnus-original-article-buffer always buffer-local.
8954         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8955         group.
8956         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8957
8958 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * nnml.el (nnml-request-compact-group): Compressed files might not
8961         have .gz extension.
8962
8963 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8964
8965         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8966         (mm-copy-to-buffer): Use with-current-buffer.
8967         (mm-display-part): Simplify.
8968         (mm-inlinable-p): Add optional arg `type'.
8969
8970 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8971
8972         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8973         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8974         Try harder to show the attachment internally or externally using
8975         gnus-mime-view-part-as-type.
8976
8977 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * message.el (message-from-style, message-signature-separator)
8980         (message-user-organization-file, message-send-mail-function)
8981         (message-citation-line-function, message-yank-prefix)
8982         (message-indent-citation-function, message-signature)
8983         (message-signature-file, message-signature-insert-empty-line):
8984         Remove autoloads.
8985
8986         * gnus-art.el (gnus-buttonized-mime-types): Remove
8987         "multipart/signed".  Revert 2006-04-26 change.
8988
8989 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8990
8991         * gnus.el (gnus-version-number): Bump version.
8992
8993 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8994
8995         * gnus.el: No Gnus v0.5 is released.
8996
8997 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8998
8999         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9000         fetching articles by message-id.
9001
9002 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003
9004         * message.el (hashcash): Require hashcash as normal.
9005
9006         * ecomplete.el (ecomplete-highlight-match-line): Use
9007         point-at-eol.
9008         (ecomplete-highlight-match-line): Use `highlight', because that
9009         face exists in both Emacs and XEmacs.
9010
9011         * message.el (message-display-abbrev): Use point-at-bol.
9012
9013         * mail-source.el: Don't require timer/timer-funcs.
9014
9015         * gnus-async.el: Ditto.
9016
9017         * password.el: Ditto.
9018
9019         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9020
9021         * mm-url.el: Ditto.
9022
9023         * gnus-xmas.el: Don't require timer-funcs.
9024
9025         * mm-util.el: Require timer/timer-funcs.
9026
9027 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9028
9029         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9030         Close.
9031
9032 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9035         unibyte after clear-decrypt function runs.
9036
9037         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9038         returns as a unibyte string.
9039
9040 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * lpath.el: Revert.
9043
9044         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9045         (pgg-gpg-process-sentinel): Revert.
9046
9047         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9048         (pgg-pgp-lookup-key): Revert.
9049
9050         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9051         (pgg-pgp5-lookup-key): Revert.
9052
9053         * pgg.el (pgg-fetch-key): Revert.
9054
9055 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * lpath.el: Fbind string-as-multibyte for XEmacs.
9058
9059         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9060         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9061         (mml1991-pgg-encrypt): Ditto.
9062
9063         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9064         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9065         a multibyte buffer.
9066
9067         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9068         (pgg-pgp-lookup-key): Ditto.
9069
9070         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9071         (pgg-pgp5-lookup-key): Ditto.
9072
9073         * pgg.el (pgg-fetch-key): Ditto.
9074
9075 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * message.el (message-user-organization-file): Check several
9078         locations of the organization file.
9079
9080         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9081         Add gnus-article-view-part-as-type.
9082
9083         * gnus-art.el (gnus-article-view-part-as-type): New function.
9084
9085         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9086         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9087
9088         * mml.el: Simplify autoload.
9089         (mml-mode): defvar dnd-protocol-alist instead of using
9090         symbol-value.
9091         (mml-default-directory): New variable.
9092         (mml-minibuffer-read-file): Use it.
9093         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9094
9095         * message.el (message-citation-line-format): New variable.
9096         (message-insert-formated-citation-line): New function.
9097         (message-citation-line-function): Add
9098         `message-insert-formated-citation-line' to custom type.
9099
9100         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9101         to doc string.
9102
9103         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9104         depending on mm-verify-option.
9105
9106 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9109         binding pgg-* variables; reimplement the section which prevents
9110         MIME header from being signed.
9111         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9112         pgg-text-mode; remove a blank line at the top of body.
9113
9114         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9115         lines at the top of body; use gnus-newsgroup-charset if there's no
9116         Charset header.
9117
9118 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * message.el (message-self-insert-commands): Doc fix.
9121
9122         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9123         (mm-uu-pgp-encrypted-test): Ditto.
9124         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9125         between header and body; return application/pgp-encrypted handle
9126         if decryption failed; decode decrypted body by charset.
9127
9128         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9129         element match to application/pgp-*.
9130
9131 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9132
9133         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9134         HTML.
9135
9136 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9137
9138         * mail-source.el (mail-source-call-script): Message the error
9139         string.
9140
9141 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * gnus-util.el (gnus-byte-compile): Use it.
9144
9145 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9146
9147         * gnus-util.el (kill-empty-logs): New function.
9148
9149 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * message.el (message-mail-alias-type): Doc fix.
9152         (message-mail-alias-type-p): New function.
9153         (message-send): Use it.
9154         (message-mode): Ditto.
9155         (message-strip-forbidden-properties): Ditto.
9156
9157         * ecomplete.el (ecomplete-database-file-coding-system): New
9158         variable.
9159         (ecomplete-save): Use it.
9160         (ecomplete-setup): Use it.
9161
9162 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * message.el (message-self-insert-commands): New variable.
9165         (message-strip-forbidden-properties): Use it.
9166
9167 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9170         that doesn't make XEmacs choke.
9171
9172 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * gnus-util.el (gnus-replace-in-string):
9175         Prefer replace-regexp-in-string over of replace-in-string.
9176
9177 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-util.el (gnus-select-frame-set-input-focus):
9180         Use select-frame-set-input-focus if it is available in XEmacs; use
9181         definition defined in Emacs 22 for old Emacsen.
9182
9183         * dgnushack.el: Autoload unmorse-region for XEmacs.
9184
9185         * lpath.el: Bind cursor-in-non-selected-windows and
9186         select-frame-set-input-focus for XEmacs.
9187
9188 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9191
9192 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9193
9194         * gnus-registry.el (gnus-registry-cache-save): Remove text
9195         properties when saving via the temp buffer.
9196
9197 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * message.el (message-generate-hashcash): Honor custom type.
9200
9201 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * message.el (message-generate-hashcash): Default to non-nil when
9204         hashcash is found.
9205
9206         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9207         (gnus-refer-thread-limit): Increase default to 500.
9208
9209         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9210
9211         * flow-fill.el (fill-flowed): Allow delete-space.
9212
9213 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9214
9215         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9216         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9217         Remove autoloads.
9218
9219 2006-04-18  Simon Josefsson  <jas@extundo.com>
9220
9221         * message.el (message-generate-hashcash): Default to.
9222
9223 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9226         concatenating segments rather than before concatenating them.
9227
9228 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9231
9232 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9235
9236         * message.el (message-forward-make-body-plain): Allow
9237         message-forward-ignored-headers to be a list.
9238         (message-remove-ignored-headers): Factor out into function.
9239         (message-forward-make-body-mml): Use it.
9240
9241         * imap.el (imap-quote-specials): New function.
9242         (imap-login-auth): Quote specials.
9243
9244         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9245         (rfc2231-parse-string): Allow concatanation of parameters that
9246         aren't contiguous.  The test case is
9247           (mail-header-parse-content-type "message/external-body;
9248             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9249             access-type=LOCAL-FILE;
9250             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9251
9252 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9253
9254         * nntp.el (nntp-accept-process-output): Return the value of
9255         `nnheader-accept-process-output'.
9256
9257 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258
9259         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9260         (gnus-button-alist): Recognize more diff formats.
9261         (gnus-button-patch): Strip directory.
9262
9263 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9266         Emacs 22 when setting focus.
9267
9268 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * gnus-art.el (gnus-article-treat-types): Do treatment of
9271         text/x-verbatim parts.
9272         (gnus-button-patch): New command.
9273
9274         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9275         addresses that contain invalid characters.
9276
9277 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9278
9279         * message.el (message-put-addresses-in-ecomplete): Use
9280         gnus-replace-in-string.
9281         (message-is-yours-p): Use the more correct
9282         mail-header-parse-address instead of
9283         mail-extract-address-components.
9284         (message-put-addresses-in-ecomplete): Fix typo.
9285
9286         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9287         keystroke.
9288
9289         * gnus-art.el (gnus-treatment-function-alist): Change order of
9290         newsgroups/generic header folding to avoid double-folding.
9291
9292         * message.el (message-hidden-headers): Add X-Draft-From.
9293
9294         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9295         command.
9296         (gnus-summary-repeat-search-article-backward): New command.
9297
9298         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9299         groups in the parent topic.
9300
9301 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9302
9303         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9304         (spam-extra-header-to-number): Return the CRM114 number as a
9305         number instead of a string.
9306
9307 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * gnus-art.el (gnus-face-properties-alist): Moved here from
9310         gnus-fun.
9311
9312         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9313
9314 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315
9316         * message.el (message-strip-forbidden-properties): Only display on
9317         self-insert-command.
9318
9319         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9320         reindent.
9321         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9322
9323 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9324
9325         * smiley.el (smiley-style): Fix typo.
9326
9327 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328
9329         * hashcash.el (hashcash-insert-payment-async-2): Use
9330         message-goto-eoh instead of doing it manually.
9331         (mail-add-payment): Use message-narrow-to-header instead of trying
9332         to do the same itself.
9333
9334         * message.el (message-hidden-headers): Add Face.
9335
9336         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9337         reparenting code.
9338         (gnus-summary-reparent-children): Refactored out code.
9339         (gnus-summary-thread-map): New keystroke.
9340         (gnus-summary-reparent-children): Make into command.
9341
9342         * smiley.el (smiley-style): Default to `medium' if using a large
9343         font.
9344
9345         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9346         does it itself.
9347
9348         * message.el (message-point-in-header-p): Simplify definition.
9349
9350 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * nnagent.el (nnagent-request-set-mark): Silence log file
9353         writing.
9354         (nnagent-request-set-mark): Use write-region instead of
9355         append-to-file.
9356
9357         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9358         strange select method.
9359
9360         * ecomplete.el (ecomplete-display-matches): Get highlightling
9361         right.
9362         (ecomplete-display-matches): Use literals.
9363         (ecomplete-display-matches): Disable message logging.
9364
9365         * message.el (message-display-abbrev): Small optimization.
9366
9367         * ecomplete.el (ecomplete-display-matches): Allow automatic
9368         display.
9369
9370         * message.el (message-strip-forbidden-properties): Display
9371         abbrevs.
9372         (message-display-abbrev): Get automatic display right.
9373
9374         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9375         keystrokes.
9376
9377 2006-04-13  Romain Francoise  <romain@orebokech.com>
9378
9379         TODO: Backport to v5-10!
9380
9381         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9382         Moved here (and renamed) from gnus-registry.el.
9383
9384         * gnus-registry.el: Require gnus-util.
9385         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9386
9387 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9388
9389         * gnus-group.el (gnus-group-catchup-current): Change
9390         if-then-else-if-then-else into cond.
9391         (gnus-group-catchup): Indent.
9392         (group-name-at-point): New function.
9393         (gnus-fetch-group): Provide default from thing at point.
9394
9395 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396
9397         * message.el (message-display-abbrev): Fix regexp.
9398
9399         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9400         choosing.
9401         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9402         dead variables.
9403
9404         * message.el (message-newline-and-indent): Remove debugging.
9405         (message-display-abbrev): Use new implementation.
9406
9407 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * gnus-art.el (gnus-article-mode): Set
9410         cursor-in-non-selected-windows to nil.
9411
9412         * smiley.el: Revert previous change.
9413         (smiley-data-directory): defvar it before using it in the
9414         defcustom of `smiley-style'.
9415
9416 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * message.el (message-newline-and-indent): New function.
9419
9420         * ecomplete.el: Implement more bits.
9421
9422         * message.el (message-put-addresses-in-ecomplete): Clean up the
9423         string.
9424
9425         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9426
9427         * gnus-sum.el (gnus-summary-save-parts): Bind
9428         gnus-summary-save-parts-counter and use it to make unique file
9429         names.
9430
9431         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9432
9433         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9434         parameter to say whether to actually parse the individual
9435         addresses.
9436
9437         * message.el (message-put-addresses-in-ecomplete): New function.
9438         (ecomplete): Require.
9439         (message-mail-alias-type): Add ecomplete as an option.
9440
9441 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9442
9443         * flow-fill.el (fill-flowed): Remove trailing space from blank
9444         quoted lines.
9445
9446 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * smiley.el (smiley-style): Move definition later to avoid a
9449         compilation warning.
9450
9451 2006-04-12  Kenichi Handa  <handa@m17n.org>
9452
9453         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9454         buffer and then decode the buffer text if necessary.
9455         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9456         first, and after mm-encode-body, change the buffer to unibyte.
9457         Use mm-disable-multibyte instead of set-buffer-multibyte.
9458
9459 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9462         Content-Type header instead of Content-Disposition header.
9463         (gnus-mime-inline-part): Ditto.
9464         (gnus-mime-view-part-as-charset): Ignore charset that the part
9465         specifies.
9466
9467         * mm-decode.el (mm-display-part): Work with external parts and
9468         usual parts similarly.
9469
9470         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9471         instead of gnus-display-mime.
9472
9473         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9474         instead of with-temp-buffer.
9475
9476         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9477         tag to summarized topics part in order to encode non-ASCII text.
9478
9479 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * smiley.el (smiley-style): New variable.
9482         (smiley-directory): New function.
9483         (smiley-data-directory): Derive from `smiley-style' using
9484         `smiley-directory'.
9485         (smiley-regexp-alist): Add new entries.
9486
9487         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9488         (gnus-article-browse-delete-temp): Add :version.
9489
9490 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9491
9492         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9493         the sieve region.
9494
9495 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496
9497         * gnus.el (gnus-version-number): Bump version.
9498
9499 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * gnus.el: No Gnus v0.4 is released.
9502
9503 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9506         layout.
9507
9508         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9509         unknown charset.
9510
9511         * message.el (message-header-synonyms): Add Original-To to the
9512         default.
9513
9514         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9515         optional parameter.
9516
9517 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-fun.el (gnus): Require it for gnus-directory.
9520
9521 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9524
9525 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9526
9527         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9528
9529 2006-04-05  Simon Josefsson  <jas@extundo.com>
9530
9531         * password.el (password-reset): New function.
9532
9533 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9534
9535         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9536         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9537
9538 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9539
9540         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9541         Some whitespace was matched into the url, which broke browsing hits
9542         > 100 when mm-url-use-external was nil.
9543
9544 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9547         gnus-extra-headers for 'Newsgroups.
9548
9549         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9550         bound.
9551
9552 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9553
9554         * pgg-gpg.el: Clean up process buffers every time gpg processes
9555         complete.
9556
9557 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9560         doc string.
9561
9562 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9563
9564         * pgg-gpg.el (pgg-gpg-process-filter)
9565         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9566
9567         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9568         lines, temporary fix.
9569
9570 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9573
9574 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9575
9576         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9577         default-enable-multibyte-characters.  This reverts the change from
9578         revision 6.17 which is no longer necessary because the passphrase
9579         is sent separately now.  GnuPG messages are unreadable under
9580         multibyte locales with default-enable-multibyte-characters set to
9581         nil.
9582
9583 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * message.el (message-tool-bar-gnome): Move "spell".
9586
9587 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9590         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9591         instead.
9592
9593 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9594
9595         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9596         newsgroups handling for NNTP overviews which don't include
9597         Newsgroups.
9598
9599 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9600
9601         * message.el (message-resend): Bind message-generate-hashcash to nil.
9602
9603 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9604
9605         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9606         when searching for already-paid recipients.
9607
9608 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9609
9610         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9611         passphrases when it is not needed.
9612         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9613         passphrase stuff from gpg, should only be necessary when you use
9614         gpg with a smartcard.
9615
9616 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * mml.el (mml-insert-mime): Ignore cached contents of
9619         message/external-body part.
9620
9621         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9622         (mm-insert-part): Ditto.
9623
9624 2006-03-23  Simon Josefsson  <jas@extundo.com>
9625
9626         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9627         Reiner.
9628         (pgg-gpg-use-agent-p): Use it again.
9629
9630 2006-03-23  Simon Josefsson  <jas@extundo.com>
9631
9632         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9633         older emacsen.
9634         (pgg-gpg-use-agent-p): Don't use it.
9635
9636 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9639         if we can.
9640
9641 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9642
9643         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9644         (pgg-gpg-update-agent): New function.
9645         (pgg-gpg-use-agent-p): New function.
9646         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9647         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9648         (pgg-gpg-sign-region): Use it.
9649
9650 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9653         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9654
9655 2006-03-21  Simon Josefsson  <jas@extundo.com>
9656
9657         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9658         <wilde@sha-bang.de>.
9659         (pgg-gpg-use-agent): New variable.
9660         (pgg-gpg-process-region): Use it.
9661         (pgg-gpg-encrypt-region): Likewise.
9662         (pgg-gpg-encrypt-symmetric-region): Likewise.
9663         (pgg-gpg-decrypt-region): Likewise.
9664         (pgg-gpg-sign-region): Likewise.
9665         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9666
9667 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9670
9671         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9672         Add comment on version.
9673
9674 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * smiley.el: Add missing test smiley.
9677
9678 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * mm-decode.el (mm-with-part): New macro.
9681         (mm-get-part): Use it; work with message/external-body as well.
9682         (mm-save-part): Treat name and filename equally.
9683
9684         * mm-extern.el (mm-extern-cache-contents): New function.
9685         (mm-inline-external-body): Use it; force the part to be displayed;
9686         move undisplayer added to the cached handle to the parent.
9687
9688         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9689         (gnus-mime-view-part-as-type): Work with message/external-body.
9690
9691         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9692
9693 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9696         images in image-load-path.  [Sync with image.el, revision 1.60, in
9697         Emacs.]
9698
9699 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9702         path rather than symbol.  Always return list of directories.
9703         Guarantee that image directory comes first.  [Sync with image.el,
9704         revision 1.59, in Emacs.]
9705
9706         * message.el (message-make-tool-bar): Adjust to new API of
9707         `gmm-image-load-path-for-library'.
9708
9709         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9710
9711         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9712
9713 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9714
9715         * gnus-art.el (gnus-article-only-boring-p):
9716         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9717         intangible text.
9718         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9719
9720 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9723         `defun' instead of `gmm-defun-compat'.
9724
9725 2006-03-14  Simon Josefsson  <jas@extundo.com>
9726
9727         * message.el (message-unique-id): Don't use message-number-base36
9728         if (user-uid) is a float.
9729         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9730
9731 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9734
9735         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9736         empty line between a part and a message part.
9737
9738 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * smiley.el: Add more test smileys.
9741         (smiley-data-directory, smiley-regexp-alist)
9742         (gnus-smiley-file-types): Fix doc strings.
9743         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9744         adding new elements.
9745         (smiley-mouse-map): Unused code.  Make it a comment.
9746
9747 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9750         scan latest NoCeM messages instead of old ones.
9751         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9752         delimiters that are recently used.
9753         (gnus-nocem-load-cache): Add autoload cookie.
9754
9755         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9756
9757         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9758         level which is larger than gnus-use-nocem is specified.
9759
9760         * gnus-group.el (gnus-group-get-new-news): Ditto.
9761
9762 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * gnus-util.el (gnus-tool-bar-update): New function.
9765
9766         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9767         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9768
9769         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9770
9771         * gnus-group.el (gnus-group-redraw-when-idle)
9772         (gnus-group-redraw-check): Remove.
9773         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9774
9775 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9778         if optional last element is specified in splits (FIELD VALUE...).
9779
9780 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9783         to gmm-image-load-path-for-library.  Call with no-error argument.
9784         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9785
9786         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9787
9788         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9789
9790         * gmm-utils.el (gmm-image-load-path): Remove alias.
9791
9792 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * gmm-utils.el (gmm-image-load-path): Add alias.
9795
9796         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9797         nnml-generate-nov-databases-1.
9798         (nnml-generate-nov-databases): Use it.
9799         (nnml-generate-nov-databases-directory): Document no-active
9800         argument.
9801
9802         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9803         directory if path is t.  Add no-error.
9804
9805         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9806         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9807
9808         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9809         resetting gnus-article-browse-html-temp-list.
9810
9811         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9812         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9813         Add example to docstring.  Rename local variables.  Move error
9814         checks to default case in cond and simplify.
9815
9816 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9819         handle is multipart when calling it recursively.
9820         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9821
9822 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9823
9824         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9825         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9826
9827 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9830         is loaded.
9831
9832         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9833         loaded.
9834
9835 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9838         to "Emacs 23 (unicode)" in doc string.
9839
9840         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9841         "Emacs 23 (unicode)" in comment.
9842
9843 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9846
9847         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9848         characters 160 through 255 in Emacs 23.
9849
9850 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9853         gnus-article-browse-html-temp.
9854         (gnus-article-browse-delete-temp): Make it customizable.  Add
9855         `file'.  Adjust doc string.
9856         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9857         query for each file.  Adjust doc string.
9858         (gnus-article-browse-html-parts): Add
9859         `gnus-article-browse-delete-temp-files' to
9860         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9861
9862 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9863
9864         * gnus-art.el (gnus-article-browse-html-temp)
9865         (gnus-article-browse-delete-temp): New variables.
9866         (gnus-article-browse-delete-temp-files): New function.
9867         (gnus-article-browse-html-parts): Use it.
9868
9869 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9872
9873         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9874         string.
9875
9876         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9877         gnus-summary-insert-new-articles when unplugged.  Remove
9878         gnus-summary-search-article-forward.
9879
9880         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9881         display-visual-class instead of display-color-cells.
9882
9883 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * dgnushack.el: Autoload customize-group for XEmacs.
9886
9887         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9888         message/* containing non-ASCII text properly.
9889
9890 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * message.el: Require gmm-utils, remove autoloads.
9893         (message-tool-bar): Set default based on
9894         gmm-tool-bar-style.
9895         (message-tool-bar-gnome): Add gmm-customize-mode.
9896
9897         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9898         gmm-tool-bar-style.
9899         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9900
9901         * gnus-group.el (gnus-group-tool-bar): Set default based on
9902         gmm-tool-bar-style.
9903         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9904
9905         * gmm-utils.el (gmm-image-directory): Rename variable from
9906         gmm-image-load-path.
9907         (gmm-image-load-path): Use gmm-image-directory.
9908         (gmm-customize-mode): New function.
9909         (gmm-tool-bar-style): New variable.
9910
9911         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9912         gnus-group-redraw-line-number.
9913         (gnus-group-redraw-check): Simplify.
9914         (gnus-group-tool-bar-update): Remove redraw check.
9915         (gnus-group-make-tool-bar): Add redraw check.
9916
9917 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9918
9919         * gnus-art.el (gnus-button): Add missing parentheses.
9920
9921 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * lpath.el: Fbind line-number-at-pos.
9924
9925 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9928
9929 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * gnus-art.el (gnus-button): New face.
9932         (gnus-article-button-face): Use it.
9933
9934         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9935         gnus-summary-next-page.  Re-order.
9936
9937         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9938         next-node are now included.
9939         (gnus-group-redraw-line-number): New internal variable.
9940         (gnus-group-redraw-check): Helper function for updating the tool
9941         bar.
9942         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9943
9944         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9945
9946         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9947         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9948         Use it to match format of Spamassassin 3.0 and later.  Reported by
9949         IRIE Tetsuya <irie@t.email.ne.jp>.
9950         (spam-check-bogofilter)
9951         (spam-bogofilter-register-with-bogofilter): Fix args of
9952         `gnus-error' calls.
9953
9954 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9957         unnecessary interaction when sending queued mails.  Reported by
9958         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9959
9960 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9963         first or last are nil.
9964
9965 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9966
9967         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9968
9969 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9970
9971         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9972
9973 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * dns.el (query-dns): Protect more against buggy tcp output.
9976
9977 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9980         nov.php.
9981
9982 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9983
9984         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9985         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9986         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9987         output on the server side.
9988         (nnweb-google-create-mapping): Update regexps and add some
9989         progress indication.
9990
9991 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9994         gnus-agent-toggle-plugged.  Re-order icons.
9995         (gnus-group-tool-bar-gnome): Add
9996         gnus-group-{prev,next}-unread-group.
9997         (gnus-group-tool-bar-gnome): Re-order icons.
9998
9999         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10000         gnus-summary-insert-new-articles.
10001
10002         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10003         comments.
10004
10005         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10006         also available in Emacs 21.3.
10007
10008         * message.el (message-fix-before-sending): Change "Emacs 22" to
10009         "Emacs 23 (unicode)" in comment.
10010
10011         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10012         "Emacs 23 (unicode)" in comment.
10013
10014         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10015         comment.
10016         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10017
10018         * mm-view.el (mm-fill-flowed): Add :version.
10019
10020 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10023         and load-path.
10024
10025 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * message.el: Autoload gmm-image-load-path.
10028         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10029         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10030         consitency.
10031
10032         * gmm-utils.el (gmm-image-load-path): Also search in
10033         "../etc/images".  Don't set gmm-image-load-path if we don't find
10034         the image.
10035
10036 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gmm-utils.el (gmm-image-load-path): Don't make
10039         `gmm-image-load-path' include subdirectories which the second arg
10040         `image' might specify.
10041
10042         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10043         subdirectory to icon file names.
10044
10045         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10046
10047 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10050         gmm-image-load-path calls.
10051
10052         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10053
10054         * message.el (message-make-tool-bar): Ditto.
10055
10056         * mml.el (mml-preview): Added comment concerning tool bar icons.
10057
10058         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10059         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10060
10061         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10062         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10063
10064         * message.el (message-tool-bar-gnome): Use new icon names.
10065         (message-make-tool-bar): Use `gmm-image-load-path'.
10066
10067         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10068         functions from MH-E.
10069         (gmm-image-load-path): New variable from MH-E.
10070         (gmm-image-load-path): New function from MH-E.  Added arguments
10071         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10072         *-image-load-path-called-flag.
10073
10074 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10075
10076         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10077
10078 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10079
10080         * nnimap.el (nnimap-request-move-article): Change folder back to
10081         source group before deleting.
10082
10083 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10086
10087         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10088         mm-url.
10089
10090         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10091
10092 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10095         coding system which mm-charset-to-coding-system returns for a
10096         given charset is valid.
10097
10098 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10099
10100         * html2text.el (html2text-remove-tag-list):
10101         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10102
10103 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10104
10105         * gnus-cus.el: Revert 2005-10-17 change.
10106
10107 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-art.el (article-strip-banner): Call
10110         article-really-strip-banner only when the regexp match is made.
10111
10112 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-art.el (article-strip-banner): Use
10115         gnus-extract-address-components instead of
10116         mail-header-parse-addresses to make it work with non-ASCII text;
10117         remove mail-encode-encoded-word-string.
10118
10119         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10120         values which are surrounded with \"...\"; make it never cause a
10121         Lisp error; give up parsing of parameters if it failed in
10122         extracting type.
10123
10124 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10125
10126         * smime.el (smime-cert-by-ldap-1): Fix bug where
10127         `smime-ldap-search' returns results without userCertificates.
10128
10129 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10132
10133 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * spam.el (spam-check-spamassassin-headers): Adapt format for
10136         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10137         <ari@mbf.ocn.ne.jp>.
10138         (spam-list-of-processors): Add spam-use-gmane.
10139
10140 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10143         make-temp-file; make it work with XEmacs as well.
10144
10145         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10146         mm-make-temp-file.
10147
10148         * mm-decode.el (mm-display-external): Use the 3rd arg of
10149         mm-make-temp-file.
10150         (mm-create-image-xemacs): Ditto.
10151
10152 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10155         with message-narrow-to-headers.
10156         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10157         (gnus-draft-check-draft-articles): New function.
10158         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10159
10160 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * gnus-art.el (gnus-article-browse-html-parts):
10163         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10164         Don't use suffix argument for mm-make-temp-file for Emacs 21
10165         compatibility.  Remove useless `format'.
10166
10167 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10168
10169         * nnweb.el (nnweb-google-wash-article): Update regexps.
10170         (nnweb-group-alist): Use defvoo instead of defvar.
10171
10172 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10175         re-loading nn* modules.
10176
10177 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10178
10179         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10180         for `tool-bar-mode' and don't check it's default-value.
10181
10182         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10183
10184         * message.el (message-make-tool-bar): Ditto.
10185
10186         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10187         `substring'.  Shorten tmp-file name.
10188
10189         * gnus.el: Remove bogus comment.
10190
10191 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10192
10193         * gnus-art.el (gnus-article-browse-html-parts): New function.
10194         (gnus-article-browse-html-article): New function for viewing html
10195         articles with a browser.
10196
10197 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10198
10199         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10200         in elisp.
10201         (pgg-gpg-encrypt-symmetric-region): Ditto.
10202         (pgg-gpg-sign-region): Ditto.
10203
10204         * pgg-def.el (pgg-text-mode): New variable.
10205
10206         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10207         (mml2015-pgg-encrypt): Ditto.
10208
10209         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10210         (mml1991-pgg-encrypt): Ditto.
10211
10212 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10215         message-make-date instead of current-time-string.
10216
10217         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10218         to gnus-decoded which mm-uu might set.
10219
10220 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10223         don't decode quoted parameters; remove misimported Emacs code.
10224         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10225         (rfc2231-decode-encoded-string): Don't use split-string which
10226         behaves differently according to Emacs version; use
10227         mm-decode-coding-region to convert charset to coding-system.
10228         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10229         (rfc2231-encode-string): Remove misimported Emacs code.
10230
10231 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10234         when calling mail-header-parse-content-type.
10235         (article-de-quoted-unreadable): Ditto.
10236         (article-de-base64-unreadable): Ditto.
10237         (article-wash-html): Ditto.
10238
10239         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10240         calling mail-header-parse-content-type and
10241         mail-header-parse-content-disposition.
10242         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10243         mail-header-parse-content-type.
10244
10245         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10246         insert charset and format parameters; encode description after
10247         inserting it to buffer.
10248         (mml-insert-parameter): Fold lines properly even if a parameter is
10249         segmented into two or more lines; change the max column to 76.
10250
10251         * rfc1843.el (rfc1843-decode-article-body): Don't use
10252         ignore-errors when calling mail-header-parse-content-type.
10253
10254         * rfc2231.el (rfc2231-parse-string): Return at least type if
10255         possible; don't cause an error even if it fails in parsing of
10256         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10257         (rfc2231-encode-string): Don't break lines at the beginning, leave
10258         it to mml-insert-parameter.
10259
10260         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10261         calling mail-header-parse-content-type.
10262
10263 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * spam-report.el (spam-report-gmane-use-article-number):
10266         Improve doc string.
10267         (spam-report-gmane-internal): Check if a suitable header was found
10268         in the article.
10269
10270 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10273         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10274
10275 2006-02-05  Romain Francoise  <romain@orebokech.com>
10276
10277         Update copyright notices of all files in the gnus directory.
10278
10279 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10280
10281         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10282
10283 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10286         segmented lines of parameter value to cope with Thunderbird 1.5
10287         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10288         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10289         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10290
10291 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10292
10293         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10294         parts.
10295
10296 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10297
10298         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10299         there's only one active file for all servers.
10300         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10301         solid groups.  Gnus might have used a FAST request to select the group.
10302         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10303         and nnweb-search redundantly in the active file.
10304         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10305         (nnweb-request-create-group): Don't use ARGS.
10306         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10307         initialisations.  Let nnoo do the work.
10308
10309 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10312         Say the part has been decoded.
10313
10314         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10315
10316 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10317
10318         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10319         mailcap-viewer-test-cache when there's no 'test clause, since that
10320         will invert the meaning of a "nil" test previously determined by
10321         mailcap-mailcap-entry-passes-test.
10322
10323 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10326         compiling.
10327
10328         * gnus-sum.el: Ditto.
10329
10330         * message.el: Don't bind tool-bar-map when compiling.
10331
10332 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10335
10336 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10337
10338         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10339         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10340         current Google Groups.
10341
10342 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10345         and tool-bar-mode.
10346
10347         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10348         and tool-bar-mode.
10349
10350         * message.el (message-tool-bar-update): Simplify.
10351         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10352
10353         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10354         gnus-summary-buffer.
10355         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10356         gnus-summary-reply.
10357
10358         * gmm-utils.el (gmm): Add :version.
10359
10360 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * Makefile.in (clean): New rule.
10363         (distclean): Use it.
10364
10365 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10366
10367         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10368         autoload.
10369
10370 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gmm-utils.el (gmm-verbose): Add :group.
10373
10374 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * message.el: Change some comments WRT tool-bars.
10377
10378         * gnus-sum.el (gnus-summary-tool-bar)
10379         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10380         (gnus-summary-tool-bar-zap-list): New variables.
10381         (gnus-summary-make-tool-bar): Complete rewrite using
10382         `gmm-tool-bar-from-list'.
10383
10384         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10385         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10386         variables.
10387         (gnus-group-make-tool-bar): Complete rewrite using
10388         `gmm-tool-bar-from-list'.
10389         (gnus-group-tool-bar-update): New function.
10390
10391         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10392
10393 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10396         is dissected into a single part of which the type is the same as
10397         the given one; decode charset.
10398
10399 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10400
10401         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10402         into alists as symbol not string, since that's what
10403         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10404         look for.
10405
10406 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10409         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10410
10411         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10412
10413 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10416         (gnus-xmas-mime-security-button-menu): New function.
10417
10418         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10419         (gnus-mime-security-button-menu): New definition.
10420         (gnus-mime-security-button-map): Use them.
10421         (gnus-mime-security-button-menu): New function.
10422         (gnus-insert-mime-security-button): Addition to help echo.
10423         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10424         (gnus-mime-security-pipe-part): New functions.
10425
10426         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10427         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10428
10429         * mm-decode.el (mm-handle-set-disposition): Remove.
10430         (mm-handle-set-description): Remove.
10431
10432 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10435         (mm-w3m-standalone-supports-m17n-p): New function.
10436         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10437         w3m usage.
10438
10439         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10440         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10441
10442 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10443
10444         * message.el (message-tool-bar-zap-list): Use
10445         gmm-tool-bar-zap-list as custom type.
10446         (message-tool-bar-update): New function.
10447         (message-tool-bar, message-tool-bar-gnome)
10448         (message-tool-bar-retro): Add message-tool-bar-update.
10449         (message-tool-bar-gnome): Add flyspell-buffer.
10450
10451         * gnus-util.el (gnus-error): Describe `args'.
10452
10453         * gmm-utils.el (gmm-error): Describe `args'.
10454         (gmm-tool-bar-zap-list): New widget.
10455         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10456
10457 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10460         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10461         the number of recursive calls.
10462
10463         * mm-decode.el (mm-handle-set-disposition): New macro.
10464         (mm-handle-set-description): New macro.
10465
10466 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10469         encoding.
10470
10471 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * message.el (message-tool-bar-zap-list, message-tool-bar)
10474         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10475         (message-tool-bar-local-item-from-menu): Remove.
10476         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10477         (message-make-tool-bar): New function.
10478         (message-mode): Use `message-make-tool-bar'.
10479
10480         * gmm-utils.el: New file.
10481         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10482         (gmm-lazy): New widget copied from `nnmail.el'.
10483         (gmm-tool-bar-from-list): New function for creating customizable
10484         tool bars.
10485         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10486         output.
10487         (gmm): Add :prefix to defgroup.
10488
10489 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10490
10491         * gmm-utils.el (gmm-widget-p): New function.
10492
10493 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * mml.el (mml-attach-file): Describe `description' in doc string.
10496         (mml-menu): Add Emacs MIME manual and PGG manual.
10497
10498 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10499
10500         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10501
10502 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10503
10504         * nntp.el (nntp-end-of-line): Doc fix.
10505
10506 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10507
10508         * imap.el (imap-open): Handle case where buffer is a buffer
10509         object.
10510
10511 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10512
10513         * gnus-delay.el (gnus-delay): Don't autoload.
10514         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10515         to be re-loaded when customizing the `gnus-delay' group.
10516
10517 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10518
10519         * message.el (message-insert-citation-line): Use newlines.
10520
10521 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10522
10523         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10524         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10525         these routines, so the passphrase can be managed externally and
10526         passed in to the system.
10527         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10528         pgg-add-passphrase-to-cache function.
10529
10530         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10531         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10532         these routines, so the passphrase can be managed externally and
10533         passed in to the system.
10534         (pgg-pgp5-sign-region): Use new name of
10535         pgg-add-passphrase-to-cache function.
10536
10537 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10538
10539         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10540         part of the decoded armor to find the key-identifier.
10541         (pgg-gpg-lookup-key-owner): New function to return the
10542         human-readable identifier of a key owner.
10543         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10544         itself.
10545         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10546         the key value) if we have a key and can match it against a secret
10547         key.  Also, added a note pointing out fact that the prompt only
10548         indicates the first matching key.
10549
10550         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10551         pgg-decrypt-region.
10552         (pgg-add-passphrase-to-cache): Rename from
10553         `pgg-add-passphrase-cache' to reduce confusion (all callers
10554         changed).
10555         (pgg-remove-passphrase-from-cache): Rename from
10556         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10557         changed).
10558         (pgg-read-passphrase, pgg-add-passphrase-cache)
10559         (pgg-remove-passphrase-cache): Add informative docstrings.
10560         (pgg-decrypt): Convey provided passphrase in subordinate call to
10561         pgg-decrypt-region.
10562
10563 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10564
10565         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10566         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10567         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10568         'passphrase' argument, so the passphrase can be managed externally
10569         and then passed in to the system.
10570
10571         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10572         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10573         so the passphrase cache can be used reliably with identifiers
10574         besides a pgp packet's key id.
10575
10576         * pgg-gpg.el (pgg-gpg-encrypt-region)
10577         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10578         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10579         these routines, so the passphrase can be managed externally and
10580         passed in to the system.
10581
10582         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10583         'notruncate' argument, so the passphrase cache can be used
10584         reliably with identifiers besides a pgp packet's key id.
10585
10586 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10587
10588         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10589         symmetric encryption.
10590         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10591         encrypted session key.
10592         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10593         message ask for the passphrase in a proper way.
10594
10595         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10596         New user commands for symmetric encryption.
10597
10598 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10601
10602         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10603
10604 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10605
10606         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10607
10608 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * mm-decode.el (mm-inlined-types): Add application/pgp.
10611         (mm-automatic-display): Ditto.
10612
10613         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10614         part as text.
10615
10616 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * nnrss.el: Update copyright.
10619         (nnrss-opml-import): Query whether to subscribe to each entry.
10620
10621         * gnus-art.el:
10622         * gnus-sum.el:
10623         * gnus-xmas.el:
10624         * messagexmas.el:
10625         * mm-uu.el:
10626         * mm-view.el: Update copyright.
10627
10628 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * message.el (message-info): New function.
10631         (message-mode-menu): Add it.
10632         Update copyright.
10633
10634         * ChangeLog: Fix and update copyright.
10635
10636 2006-01-13  Romain Francoise  <romain@orebokech.com>
10637
10638         * message.el (message-forward-subject-name-subject): Prefer the
10639         address to 'nowhere' if the sender has no name.
10640         Fix typo.  Update copyright year.
10641
10642 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-art.el (article-wash-html): Use
10645         gnus-summary-show-article-charset-alist if a numeric arg is given.
10646         (gnus-article-wash-html-with-w3m-standalone): New function.
10647
10648         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10649         mm-inline-text-html-render-with-w3m-standalone.
10650         (mm-text-html-washer-alist): Map w3m-standalone to
10651         gnus-article-wash-html-with-w3m-standalone.
10652         (mm-inline-text-html-render-with-w3m-standalone): New function.
10653
10654 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10657         Improve LaTeX.
10658
10659 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10662         (nnrss-request-article): Render text/plain parts as HTML.
10663
10664         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10665         the buffer.
10666
10667 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10668
10669         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10670         custom definition of `gnus-posting-styles'.
10671
10672         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10673         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10674
10675 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10678         Use nntp for bug archive.
10679
10680 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10683         parts.
10684         (nnrss-normalize-date): New function converts ISO 8601 date into
10685         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10686         (nnrss-check-group): Use it.
10687
10688 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10691
10692         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10693         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10694         (nnrss-insert-w3): Ditto.
10695
10696 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10699         the articles to be forwarded including the case where neither a
10700         number of articles nor a region is specified.
10701
10702 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * nnrss.el (nnrss-request-article): Fix last change; fill
10705         text/plain parts.
10706
10707 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10710         in text/plain part.
10711         (nnrss-check-group): Don't add excessive newline to dc:subject.
10712
10713 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10714
10715         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10716         article.
10717
10718 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10721         (nnml-use-compressed-files, nnml-save-mail): Support other
10722         comression programs such as bzip2.
10723
10724 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10725
10726         * dns.el (query-dns): Make sure we check the buffer size before
10727         removing tcp headers.
10728
10729 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10732         remove MIME buttons associated with multipart/alternative parts.
10733         (gnus-mime-display-alternative): Tag buttons using `article-type'
10734         text property.
10735
10736         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10737         associated with multipart/alternative parts.
10738
10739         * gnus-art.el (gnus-signature-separator): Fix custom type.
10740
10741         * mm-decode.el (mm-inlined-types): Fix custom type.
10742         (mm-keep-viewer-alive-types): Ditto.
10743         (mm-automatic-display): Ditto.
10744         (mm-attachment-override-types): Ditto.
10745         (mm-inline-override-types): Ditto.
10746         (mm-automatic-external-display): Ditto.
10747
10748 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * spam-report.el (spam-report-user-mail-address)
10751         (spam-report-user-agent): New variables.
10752         (spam-report-url-ping-plain): Use spam-report-user-agent.
10753
10754 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10755
10756         * gnus-art.el (gnus-button-handle-custom): Do not just use
10757         `customize-apropos' for any "M-x customize-*" button but the
10758         function called for.  Accept both the function name and its
10759         argument in order to achieve this.
10760         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10761         function name to `gnus-button-handle-custom' in case of "M-x
10762         customize-*" buttons.
10763
10764 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10767         multipart/alternative and add xref to mm-discouraged-alternatives
10768         in doc string.
10769
10770         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10771         gnus-buttonized-mime-types in doc string.
10772
10773 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10776         Suggest image/.* in the doc string.
10777
10778 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10781         message-marks (Debian bug #342521).
10782
10783 2005-12-12  Simon Josefsson  <jas@extundo.com>
10784
10785         * password.el (password-read-from-cache): Add.
10786         (password-read): Use it.
10787
10788 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10791         us-ascii as a MIME charset.
10792
10793         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10794         against the case where the 2nd arg TYPE is nil.
10795
10796 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * pop3.el (pop3-stream-type): Fix custom version.
10799
10800         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10801
10802 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10803
10804         * mm-decode.el (mm-display-external): Add missing cdr.
10805
10806 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10809         RFC1524) if it is in mailcap or add a suffix according to
10810         mailcap-mime-extensions when generating a temp filename; postpone
10811         deleting a temp file for 2 seconds for some wrappers, shell
10812         scripts, and so on, which might exit right after having started a
10813         viewer command as a background job.
10814
10815 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * nntp.el (nntp-marks-directory): Fix custom group.
10818
10819         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10820         steps when < 10.
10821
10822         * gnus-start.el (gnus-no-server-1): Mention
10823         `gnus-level-default-subscribed' in doc string.
10824
10825 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10826
10827         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10828         parens.
10829
10830 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-xmas.el (gnus-use-toolbar): Revert.
10833         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10834         gnus-use-toolbar is default.
10835
10836         * messagexmas.el (message-use-toolbar): Revert.
10837         (message-setup-toolbar): Use global default-toolbar if
10838         message-use-toolbar is default.
10839
10840 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10843         according to default-toolbar-visible-p.
10844
10845         * messagexmas.el (message-use-toolbar): Ditto.
10846
10847 2005-11-26  Dave Love  <fx@gnu.org>
10848
10849         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10850         (tls-program, tls-success): Provide openssl alternative.
10851
10852         * starttls.el: Doc fixes.
10853         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10854         SERVICE to PORT.
10855
10856         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10857         port null or service name.
10858         (starttls-negotiate): Autoload.
10859
10860 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * message.el (message-kill-to-signature): Fix interactive spec.
10863
10864 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * pop3.el (pop3-open-server): Recognize a string as a service name.
10867
10868 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10869
10870         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10871
10872 2005-11-23  Dave Love  <fx@gnu.org>
10873
10874         Add pop3s, pop3/starttls.
10875
10876         * pop3.el (pop3-authentication-scheme): Clarify doc.
10877         (open-tls-stream, starttls-open-stream): Autoload.
10878         (pop3-stream-type): New.
10879         (pop3-open-server): Use it.
10880
10881         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10882         for POP.
10883         (mail-source-keyword-map): Add :stream for POP.
10884         (mail-source-fetch-pop): Use pop3-stream-type.
10885
10886 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10889         of current-time-string.
10890
10891 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10892
10893         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10894         date header.
10895
10896 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10897
10898         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10899         it can seriously impact performance as it bypasses the agent's
10900         local caches.
10901
10902 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10903
10904         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10905         must be explicitly online rather than "not explicitly offline" for
10906         its flags to be synchronized.
10907
10908         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10909         that gnus-uu-unmark-thread will function correctly.
10910
10911         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10912         1024K is instead displayed as 1M.
10913
10914 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10915
10916         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10917
10918 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10919
10920         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10921
10922 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10923
10924         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10925         error message to display actual error condition.
10926         (gnus-agent-save-local): Avoid saving symbols that are bound to
10927         nil as they simply result in a warning message in
10928         gnus-agent-read-local.
10929
10930 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10933         rather than make-variable-buffer-local for file-precious-flag.
10934
10935 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10936
10937         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10938         for duplicates which are removed.  The invalid sort check then
10939         triggers a rescan after the sort as sorting may have moved
10940         duplicate entries such that they can be cheaply detected.
10941
10942 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10945
10946 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10947
10948         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10949         internal variable to a custom variable.  Changed default value
10950         from compressed(2) to uncompressed(1).
10951         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10952         support for uncompressed agentview files.  Taken together, reading
10953         the agentview file should now be 6-7 times faster.
10954
10955 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10956
10957         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10958         as a buffer-local variable.  This avoids creating truncated
10959         dribble files as a result of a hang up, eg.
10960
10961 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10962
10963         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10964         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10965         XEmacs.
10966
10967 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * gnus-start.el (gnus-start-draft-setup): Enforce
10970         `gnus-draft-mode' for nndraft:drafts at startup.
10971
10972         * gnus.el (gnus-splash): Change custom group.
10973         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10974         allow-list argument.
10975
10976         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10977         string.
10978
10979 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * gnus-art.el (gnus-default-article-saver): Add user-defined
10982         `function' to custom type.
10983
10984 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10985
10986         * imap.el (imap-open): Handle case where buffer is a buffer
10987         object.
10988
10989 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10992         long lines.
10993         (gnus-cache-delete-group): Wrap doc strings.
10994
10995         * gnus-agent.el (gnus-agent-rename-group)
10996         (gnus-agent-delete-group): Wrap doc strings.
10997
10998 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * messagexmas.el (message-use-toolbar): Change the valid values
11001         into default, top, bottom, left, and right.
11002         (message-toolbar-thickness): New variable.
11003         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11004         well.
11005         (message-setup-toolbar): Make it work.
11006
11007         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11008         (gnus-use-toolbar): Change the valid values into default, top,
11009         bottom, left, and right.
11010         (gnus-toolbar-thickness): New variable.
11011         (gnus-xmas-setup-toolbar): New function.
11012         (gnus-xmas-setup-group-toolbar): Use it.
11013         (gnus-xmas-setup-summary-toolbar): Use it.
11014
11015 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * gnus-start.el (gnus-1): Add "native" to
11018         gnus-predefined-server-alist.
11019
11020         * gnus.el (gnus-method-to-server): Don't add "native" to the
11021         lists here, because that leads to problems when
11022         gnus-select-method is bound.
11023
11024 2005-11-09  Simon Josefsson  <jas@extundo.com>
11025
11026         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11027         use (not sort-by-date) instead.
11028
11029 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11030
11031         * gnus-delay.el (gnus-delay-group): Don't autoload.
11032         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11033         to be re-loaded when customizing the `gnus-delay' group.
11034
11035 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11036
11037         * message.el: Revert last changes.
11038         (message-insert-citation-line): Use newlines.
11039
11040 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11041
11042         * message.el (message-courtesy-message)
11043         (message-mark-insert-begin, message-mark-insert-end)
11044         (message-elide-ellipsis, message-cancel-message)
11045         (message-add-header, message-change-subject)
11046         (message-cross-post-followup-to-header)
11047         (message-cross-post-insert-note, message-reduce-to-to-cc)
11048         (message-widen-reply, message-delete-not-region)
11049         (message-kill-to-signature, message-insert-signature)
11050         (message-insert-importance-high, message-insert-importance-low)
11051         (message-insert-or-toggle-importance)
11052         (message-insert-disposition-notification-to)
11053         (message-indent-citation, message-yank-original)
11054         (message-cite-original-without-signature, message-cite-original)
11055         (message-insert-citation-line, message-position-on-field)
11056         (message-fix-before-sending, message-send-mail-partially)
11057         (message-send-mail, message-send-mail-with-sendmail)
11058         (message-send-mail-with-qmail, message-send-news)
11059         (message-check-news-header-syntax, message-generate-headers)
11060         (message-insert-courtesy-copy, message-fill-address)
11061         (message-fill-header, message-shorten-references)
11062         (message-setup-1, message-cancel-news)
11063         (message-forward-make-body-plain, message-forward-make-body-mime)
11064         (message-forward-make-body-mml, message-encode-message-body)
11065         (message-forward-make-body-digest-plain)
11066         (message-forward-make-body-digest-mime)
11067         (message-use-alternative-email-as-from): Insert `hard-newline'
11068         instead of ordinary newlines.
11069
11070 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * message.el (message-generate-headers): Downcase the argument
11073         given to message-check-element.
11074
11075 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11076
11077         * nntp.el (nntp-authinfo-rejected): New error condition.
11078         (nntp-wait-for): Use new error condition to signal authentication
11079         error.
11080         (nntp-retrieve-data): Rethrow new error condition to break out of
11081         recursive call to nntp-send-authinfo.
11082
11083 2005-11-08  Romain Francoise  <romain@orebokech.com>
11084
11085         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11086         (gnus-summary-exit-map): Bind to `Z p'.
11087         (gnus-summary-make-menu-bar): Add menu item.
11088
11089 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11092         (gnus-treat-*): Add `first' in all doc strings.
11093
11094         * gnus-group.el (gnus-group-compact-group): Fix typo.
11095
11096 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus.el (gnus-parameters-case-fold-search): New variable.
11099         (gnus-parameters-get-parameter): Use it.
11100
11101         * gnus-score.el (gnus-home-score-file): Doc fix.
11102
11103 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11104
11105         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11106
11107 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * mm-util.el (mm-special-display-p): New function.
11110
11111         * mml.el (mml-preview): Use it; doc fix.
11112
11113 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11114
11115         * imap.el (imap-open): Handle case where buffer is a buffer object.
11116
11117 2005-10-29  Romain Francoise  <romain@orebokech.com>
11118
11119         * message.el (message-fix-before-sending): Fix comment.
11120
11121 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11122
11123         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11124
11125 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11126
11127         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11128         Used in gnus-score.el.
11129
11130 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11133
11134 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11137         whitespace removed in revision 7.8.  Use concatenated string to
11138         protect trailing whitespace.
11139
11140 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11141
11142         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11143         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11144         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11145         Courier IMAP ("some version from 2004").  Mostly based on similar
11146         code in the same function.
11147
11148 2005-10-26  Didier Verna  <didier@xemacs.org>
11149
11150         * gnus-group.el (gnus-group-compact-group): Invalidate original
11151         article buffer.
11152         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11153         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11154         NOV database and in article itself.
11155         Invalidate article backlog.
11156
11157 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11160
11161 2005-10-26  Simon Josefsson  <jas@extundo.com>
11162
11163         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11164         part of 2004-07-25 change.
11165
11166 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * message.el (message-display-completion-list): New function.
11169         (message-expand-group): Use it; make sure the Completions buffer
11170         is modifiable.
11171 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11172
11173         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11174         user-mail-name is an empty string.
11175
11176 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11177
11178         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11179         depending on gnus-score-decay-constant.
11180
11181         * encrypt.el (encrypt-insert-file-contents)
11182         (encrypt-write-file-contents): Don't use `gnus-message'.
11183
11184         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11185         arguments.
11186         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11187         arguments to mm-uu-verbatim-marks-extract.
11188         (mm-uu-hide-markers): New variable.
11189         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11190
11191         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11192         (gnus-convert-image-to-face-command): Use "convert" by default to
11193         allow other input image formats.
11194         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11195         accordingly.
11196
11197 2005-10-23  Simon Josefsson  <jas@extundo.com>
11198
11199         * imap.el (imap-gssapi-program): Align command line parameters
11200         with latest GNU SASL.
11201         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11202
11203 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204
11205         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11206         HTML.
11207         (nnslashdot-request-article): Ditto.
11208
11209         * lpath.el (featurep): Add nobreak-char-display.
11210
11211 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11212
11213         * mail-source.el (mail-source-fetch-pop): Require pop3.
11214         (mail-source-check-pop): Ditto.
11215
11216 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11219         errors.
11220
11221 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11224         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11225
11226         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11227
11228         * mm-bodies.el (mm-decode-string): Call
11229         `mm-charset-to-coding-system' with allow-override argument.
11230
11231 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11234         (rfc2047-charset-to-coding-system): New function.
11235         (rfc2047-decode-encoded-words): New function.
11236         (rfc2047-decode-region): Use them.
11237         (rfc2047-decode-cte): Remove.
11238         (rfc2047-parse-and-decode): Remove.
11239         (rfc2047-decode): Remove.
11240
11241 2005-10-15  Kenichi Handa  <handa@m17n.org>
11242
11243         * rfc2047.el (rfc2047-decode-cte): New function.
11244         (rfc2047-decode-region): Change the way to decode successive
11245         encoded-words: decode B- or Q-encoding in each encoded-word,
11246         concatenate them, and decode it as charset.
11247
11248 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * lpath.el: Fbind codepage-setup for XEmacs.
11251
11252 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11253
11254         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11255         widget-move-and-invoke.
11256         (gnus-custom-mode): Use gnus-custom-map.
11257
11258 2005-10-15  Bill Wohler  <wohler@newt.com>
11259
11260         * message.el (message-tool-bar-map): Renamed image file from
11261         mail_send to mail/send.
11262
11263 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11264
11265         * message.el (message-expand-group): Pass the common
11266         prefix substring of completion to `display-completion-list'.
11267
11268 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * mml-sec.el (mml-secure-method): New internal variable.
11271         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11272         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11273         functions using mml-secure-method.
11274
11275         * mml.el (mml-mode-map): Add key bindings for those functions.
11276         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11277         Harder <harder@myrealbox.com>.
11278         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11279         end of message if point is the headers of the message.
11280
11281         * message.el (message-in-body-p): New function.
11282
11283         * assistant.el: Autoload gnus-util and netrc.
11284
11285         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11286         Use `mm-charset-override-alist' only when decoding.
11287
11288         * mm-bodies.el (mm-decode-body): Call
11289         `mm-charset-to-coding-system' with allow-override argument.
11290
11291         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11292         `filename' from Content-Disposition if Content-Type doesn't
11293         provide `name'.
11294         (gnus-mime-view-part-as-type): Set default instead of
11295         initial-input.
11296
11297 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11298
11299         * format-spec.el (format-spec): Propagate text properties of % spec.
11300
11301 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * gnus-art.el (gnus-treat-predicate): Add `first'.
11304
11305 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11308         (mm-charset-override-alist): New variable.
11309         (mm-charset-to-coding-system): Use it.
11310         (mm-codepage-setup): New helper function.
11311         (mm-charset-eval-alist): New variable.
11312         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11313         about unknown charsets.
11314
11315         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11316
11317 2005-10-04  David Hansen  <david.hansen@gmx.net>
11318
11319         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11320         (nnrss-check-group): Ditto.
11321
11322 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11325         Rename x-gnus-verbatim to x-verbatim.
11326         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11327
11328         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11329         x-verbatim.
11330
11331         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11332
11333         * gnus-util.el (gnus-remove-duplicates): Remove.
11334
11335         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11336         instead of gnus-remove-duplicates.
11337
11338         * message.el (message-remove-duplicates): Remove.
11339         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11340         message-remove-duplicates.
11341
11342         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11343         available, else use implementation from `delete-dups'.
11344
11345         * message.el (message-insert-expires): New function.
11346         (message-mode-map): Add key binding.
11347         (message-mode-field-menu): Add menu entry.
11348         (message-mode): Document it.
11349         (message-make-expires-date): Use `message-make-date'.
11350
11351 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11352
11353         * message.el (message-make-expires-date): New function.
11354
11355 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * Makefile.in (list-installed-shadows): New entry.
11358         (install): Use it.
11359         (remove-installed-shadows): New entry.
11360
11361         * dgnushack.el (dgnushack-default-load-path): New variable.
11362         (dgnushack-find-lisp-shadows): New function.
11363         (dgnushack-remove-lisp-shadows): New function.
11364
11365 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * Makefile.in (install-el-elc): New entry.
11368         (install): Use it so that .el files are necessarily installed.
11369
11370 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11373
11374 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11375
11376         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11377         function rather than the diff-mode.el package.
11378         (mm-display-external): Use with-current-buffer.
11379         (mm-viewer-completion-map, mm-viewer-completion-map):
11380         Move initialization inside declaration.
11381
11382 2005-09-29  Simon Josefsson  <jas@extundo.com>
11383
11384         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11385         autoload mail-check-payment.
11386         (spam-check-hashcash): Define unconditionally, since hashcash.el
11387         is part of Gnus now.  Ignore errors from payment checking.
11388
11389 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * message.el (message-bold-region, message-unbold-region): Rename
11392         from `bold-region' and `unbold-region'.
11393
11394         * message.el: Remove useless autoloads.
11395
11396 2005-09-28  Simon Josefsson  <jas@extundo.com>
11397
11398         * message.el (message-use-idna): Default to t.
11399         (message-use-idna): Test whether encoding works too.  Doc fix.
11400
11401 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * nntp.el (nntp-warn-about-losing-connection): Remove.
11404
11405 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11408         customizable.  Change default value.
11409         (mm-uu-diff-groups-regexp): Change default value.
11410         (mm-uu-type-alist): Add doc string.
11411         (mm-uu-configure): Add doc string.  Make it interactive.
11412         (mm-uu-tex-groups-regexp): New variable.
11413         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11414         (mm-uu-type-alist): Add LaTeX documents.
11415         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11416         of "text/verbatim".
11417         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11418
11419         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11420         instead of "text/verbatim".
11421
11422         * message.el (message-mark-inserted-region)
11423         (message-mark-insert-file): Use slrn style marks when called with
11424         prefix argument.
11425
11426 2005-09-27  Simon Josefsson  <jas@extundo.com>
11427
11428         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11429
11430 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11431
11432         * message.el (message-remove-duplicates): New function.
11433         Implementation borrowed from `gnus-remove-duplicates'.
11434         (message-idna-to-ascii-rhs): Also encode idna addresses in
11435         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11436         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11437         only ask about the same idna domain once per header and also tell
11438         in what header to replace the idna domain.
11439
11440         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11441         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11442         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11443         a header is decoded and not just the last one.
11444
11445 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11448         has been decoded.
11449
11450         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11451         (mm-insert-part): Don't modify text if it has been decoded.
11452
11453         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11454         decoded.
11455
11456         * mm-view.el (mm-inline-text): Don't strip text props unless
11457         decoding enriched or richtext parts.
11458
11459 2005-09-25  Romain Francoise  <romain@orebokech.com>
11460
11461         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11462         * gnus-start.el (gnus-subscribe-interactively):
11463         * gnus-uu.el (gnus-uu-grab-articles):
11464         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11465         space.
11466
11467 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11468
11469         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11470         * mm-view.el (mm-view-pkcs7-decrypt):
11471         * gnus-sum.el (gnus-summary-limit-to-extra)
11472         (gnus-summary-respool-article, gnus-read-move-group-name):
11473         * gnus-score.el (gnus-summary-increase-score):
11474         * gnus-util.el (gnus-completing-read-with-default):
11475         * gnus-art.el (gnus-read-save-file-name)
11476         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11477         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11478         * message.el (message-check-news-header-syntax):
11479         Follow convention for reading with the minibuffer.
11480
11481 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * spam-report.el (spam-report-url-ping-plain):
11484         Use gnus-extended-version as User-Agent.
11485
11486         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11487         default value is nil.
11488
11489         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11490         (mm-uu-verbatim-marks-extract): New function.
11491         (mm-uu-extract): New face.
11492         (mm-uu-copy-to-buffer): Use it.
11493
11494         * spam-report.el (spam-report-gmane-ham): Renamed from
11495         `spam-report-gmane-unspam'.
11496         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11497         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11498
11499         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11500         Autoload.
11501         (spam-report-gmane-unregister-routine): Renamed
11502         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11503
11504 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11505
11506         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11507         (spam-report-gmane-unregister-routine): Add support for gmane
11508         unregistration.
11509
11510         * spam-report.el (spam-report-gmane-unspam)
11511         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11512         (spam-report-gmane): Change to take a single article and do unspam
11513         registration.
11514
11515 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * mm-url.el (mm-url-decode-entities): Fix regexp.
11518
11519 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11520
11521         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11522         default to nil, to be able to use Gnus at all.  If the default
11523         switches to something else, then the function should be fixed not
11524         be exceedingly slow.
11525
11526 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11527
11528         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11529         fail hard.
11530
11531         * spam-report.el: Add better Keywords line.
11532
11533         * spam.el: Add Maintainer and better Keywords line.
11534
11535 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gnus-art.el (gnus-article-replace-part)
11538         (gnus-mime-replace-part): New functions.
11539         (gnus-mime-action-alist, gnus-mime-button-commands)
11540         (gnus-mime-save-part-and-strip): Added file argument.
11541         (gnus-article-part-wrapper): Added interactive argument.
11542
11543         * gnus-sum.el (gnus-summary-mime-map): Add
11544         `gnus-article-replace-part'.
11545
11546 2005-09-19  Didier Verna  <didier@xemacs.org>
11547
11548         The nnml compaction feature:
11549         * nnml.el (nnml-request-compact-group): New function.
11550         * nnml.el (nnml-request-compact): New function.
11551         * gnus-int.el (gnus-request-compact-group): New function.
11552         * gnus-int.el (gnus-request-compact): New function.
11553         * gnus-group.el (gnus-group-compact-group): New function.
11554         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11555         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11556         * gnus-srvr.el (gnus-server-compact-server): New function.
11557         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11558         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11559
11560 2005-09-18  Deepak Goel  <deego@gnufans.org>
11561
11562         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11563         format spec.
11564
11565 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11568
11569 2005-09-15  Romain Francoise  <romain@orebokech.com>
11570
11571         * message.el (message-fill-paragraph): Clarify docstring.
11572
11573 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-art.el (gnus-mime-display-part): Protect against broken
11576         MIME messages.
11577
11578 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11581         before parsing header.
11582
11583 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11584
11585         * html2text.el (html2text-replace-list): Add new entities.
11586
11587 2005-09-11  Romain Francoise  <romain@orebokech.com>
11588
11589         * message.el (message-alternative-emails): Improve docstring.
11590         (message-setup-1): Call `message-use-alternative-email-as-from'
11591         after `message-setup-hook' to give it precedence over posting
11592         styles, etc.
11593         (message-use-alternative-email-as-from): Add docstring.  Remove
11594         the original From header if present.
11595
11596         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11597         (nnml-save-mail): Use it.
11598
11599         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11600         articles.  Add new argument `silent'.
11601         (gnus-uu-mark-all): Report the total number of marked articles.
11602
11603 2005-09-10  Romain Francoise  <romain@orebokech.com>
11604
11605         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11606         (gnus-uu-mark-series): Likewise.
11607
11608 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * spam-report.el (spam-report-gmane): Fix generation of spam
11611         report URL.
11612
11613 2005-09-10  Simon Josefsson  <jas@extundo.com>
11614
11615         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11616         t, based on discussion on the ding list with Robert Epprecht
11617         <epprecht@solnet.ch>.
11618
11619 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * spam-report.el (spam-report-gmane): Make it work without
11622         X-Report-Spam header.  Gmane now only provides Archived-At.
11623         This is only used if `spam-report-gmane-use-article-number' is nil.
11624         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11625
11626         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11627         make `gnus-summary-sort-by-recipient' work with threading.
11628
11629         * nnweb.el (nnweb-google-wash-article): Print a message if article
11630         is not available.
11631
11632 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11633
11634         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11635         change.  Decode text/* parts content before displaying.
11636
11637 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11640
11641 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11644
11645         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11646         url-package-name, url-package-version,
11647         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11648         w3m-display-inline-images, and w3m-minor-mode-map.
11649
11650 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * message.el (message-tab-body-function): Fix mismatched custom type.
11653
11654         * gnus.el (gnus-group-change-level-function): Ditto.
11655
11656         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11657
11658         * gnus-art.el (gnus-signature-limit)
11659         (gnus-article-mime-part-function): Ditto.
11660
11661 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * mml.el (mml-mode): Silence the byte compiler.
11664
11665         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11666         using `(sit-for 0)' before moving the point to the specified part;
11667         skip unbuttonized parts.
11668         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11669         return to the summary window if gnus-auto-select-part is non-nil.
11670
11671 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11674         variables.
11675         (mml-dnd-attach-file, mml-mode): Use them.
11676
11677         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11678         Make fetching article by MID work again for Google Groups.  Added
11679         FIXME concerning gnus-group-make-web-group.
11680
11681         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11682         Don't depend on Gnus by using mail-extract-address-components if
11683         gnus-extract-address-components is not bound.
11684
11685 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * gnus-art.el (gnus-mime-display-security): Don't display the
11688         signature, but only the signed part.
11689
11690 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11693
11694         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11695         list, not listp.
11696
11697 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11698
11699         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11700         when encoding.
11701
11702         * mm-bodies.el (mm-decode-content-transfer-encoding):
11703         De-canonicalize CRLF for all text content types, not just
11704         text/plain.
11705
11706 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11709         valid article; point arrow and cursor at the MIME button.
11710
11711 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11714         Suggested by Dan Christensen <jdc@uwo.ca>.
11715
11716         * mm-decode.el (mm-save-part): Enable change of prompt.
11717
11718 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11719
11720         * gnus-msg.el (gnus-inews-add-send-actions): Made
11721         `message-post-method' lambda parameter ARG `&optional'.
11722
11723 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gnus-sum.el (gnus-summary-mime-map): Added
11726         gnus-article-save-part-and-strip, gnus-article-delete-part and
11727         gnus-article-jump-to-part.
11728
11729         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11730         (gnus-article-edit-part): Use it.
11731         (gnus-article-part-wrapper): Added no-handle argument.
11732         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11733         functions.
11734
11735 2005-08-29  Romain Francoise  <romain@orebokech.com>
11736
11737         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11738         docstring.
11739         (gnus-face-from-file): Likewise.
11740
11741 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11744         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11745         non-nil.
11746         (gnus-auto-select-part): New variable.
11747         (gnus-article-jump-to-part): New function.
11748         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11749         (gnus-mime-delete-part): Allow selecting specified part after
11750         deleting or stripping parts.
11751         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11752         part if argument is bogus.
11753
11754 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11755
11756         * gnus-art.el (w3m-minor-mode-map):
11757         * gnus-spec.el (gnus-newsrc-file-version):
11758         * gnus-util.el (nnmail-active-file-coding-system)
11759         (gnus-original-article-buffer, gnus-user-agent):
11760         * gnus.el (gnus-ham-process-destinations)
11761         (gnus-parameter-ham-marks-alist)
11762         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11763         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11764         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11765         * mm-decode.el (gnus-current-window-configuration):
11766         * mm-extern.el (gnus-article-mime-handles):
11767         * mm-url.el (url-current-object, url-package-name)
11768         (url-package-version):
11769         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11770         (smime-keys, w3m-cid-retrieve-function-alist)
11771         (w3m-current-buffer, w3m-display-inline-images)
11772         (w3m-minor-mode-map):
11773         * mml-smime.el (gnus-extract-address-components):
11774         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11775         (gnus-newsrc-hashtb, message-default-charset)
11776         (message-deletable-headers, message-options)
11777         (message-posting-charset, message-required-mail-headers)
11778         (message-required-news-headers):
11779         * mml1991.el (mc-pgp-always-sign):
11780         * mml2015.el (mc-pgp-always-sign):
11781         * nnheader.el (nnmail-extra-headers):
11782         * rfc1843.el (gnus-decode-encoded-word-function)
11783         (gnus-decode-header-function, gnus-newsgroup-name):
11784         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11785
11786 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11787
11788         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11789         the end of the date treatments.
11790
11791 2005-08-15  Simon Josefsson  <jas@extundo.com>
11792
11793         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11794         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11795         Capello and Romain Francoise.
11796         (pgg-fetch-key-function): Removed, not used?
11797         (pgg-insert-url-with-w3): Require url, to get
11798         url-insert-file-contents regardless of where it is defined.
11799
11800 2005-08-13  Romain Francoise  <romain@orebokech.com>
11801
11802         * message.el (message-cite-original-1): New function.
11803         (message-cite-original): Use it.
11804         (message-cite-original-without-signature): Ditto.
11805
11806 2005-08-08  Romain Francoise  <romain@orebokech.com>
11807
11808         * message.el (message-yank-empty-prefix): New variable.
11809         (message-indent-citation): Use it.
11810         (message-cite-original-without-signature): Respect X-No-Archive.
11811
11812 2005-08-08  Simon Josefsson  <jas@extundo.com>
11813
11814         * pgg.el: Autoload url-insert-file-contents instead of loading
11815         w3/url.
11816         (pgg-insert-url-with-w3): Don't load url here.
11817
11818 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11819
11820         * message.el (message-kill-to-signature): Don't insert newline at
11821         bol.
11822         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11823
11824 2005-08-06  Romain Francoise  <romain@orebokech.com>
11825
11826         * message.el (message-user-fqdn): Fix typo in docstring.
11827
11828 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11829
11830         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11831
11832         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11833
11834 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * mm-bodies.el (mm-encode-body): Use coding system rather than
11837         charset to encode text.
11838
11839         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11840         number of charsets if utf-8 is available (XEmacs).
11841
11842 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11845         taken from `gnus-button-mid-or-mail-regexp'.
11846         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11847         (gnus-button-alist): Improve regexp for domain part of the MIDs
11848         for news:localpart@domain buttons.
11849         (gnus-button-ctan-directory-regexp): Update.
11850
11851 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * sieve-manage.el (sieve-manage-interactive-login): Use
11854         make-local-variable rather than make-variable-buffer-local.
11855         (sieve-manage-open): Ditto.
11856         (sieve-manage-authenticate): Ditto.
11857
11858         * mml.el (mml-generate-mime-1): Make the content type default to
11859         text/plain if the filename is not specified.
11860
11861 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11864         instead of insert-buffer.
11865
11866         * message.el (message-yank-original): Ditto; set the mark at the
11867         end of the yanked message.
11868
11869 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11872         lines to scroll rather than to stop it.
11873
11874         * mml.el (mml-generate-default-type): Add doc string.
11875         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11876         default to application/octet-stream when determining the content
11877         type if it is not specified for the part or the mml contents; add
11878         a comment about mml-generate-default-type.
11879
11880 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11883         make it default to application/octet-stream when determining the
11884         content type if it is not specified for the external contents.
11885
11886 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11889         segmented parameter but also other parameters might be there.
11890
11891 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * mm-decode.el (mm-display-external): Delete temp file, directory
11894         and buffer immediately if the external process is exited.
11895
11896 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11899         fewer lines than that of scroll-margin.
11900         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11901
11902 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-art.el (gnus-article-next-page): Revert.
11905         (gnus-article-beginning-of-window): New macro.
11906         (gnus-article-next-page-1): Use it.
11907         (gnus-article-prev-page): Ditto.
11908         (gnus-article-edit-part): Use insert-buffer-substring instead of
11909         insert-buffer.
11910         (gnus-article-edit-exit): Ditto.
11911
11912         * gnus-util.el (gnus-beginning-of-window): Remove.
11913         (gnus-end-of-window): Remove.
11914
11915         * lpath.el: Don't bind header-line-format and scroll-margin.
11916
11917 2005-07-25  Simon Josefsson  <jas@extundo.com>
11918
11919         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11920         to have the url package without w3.  Reported by Daiki Ueno
11921         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11922
11923 2005-07-20  Didier Verna  <didier@xemacs.org>
11924
11925         * gnus-diary.el: Remove the description comment (nndiary is now
11926         properly documented in the Gnus manual).
11927         Fix the spelling of "Back End".
11928         * nndiary.el: Ditto.
11929         Fix the copyright notice.
11930
11931 2005-07-18  Romain Francoise  <romain@orebokech.com>
11932
11933         * gnus-sum.el (gnus-summary-to-prefix)
11934         (gnus-summary-newsgroup-prefix): New variables.
11935         (gnus-summary-from-or-to-or-newsgroups): Use them.
11936
11937 2005-07-17  Romain Francoise  <romain@orebokech.com>
11938
11939         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11940         space as it's generally not especially interesting to the user.
11941
11942 2005-07-16  Romain Francoise  <romain@orebokech.com>
11943
11944         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11945         nil to avoid prompting and file modification if one of the
11946         messages at the top of the nnfolder file contains a copyright
11947         notice.
11948         Update copyright notice.
11949
11950         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11951         instead of `current-time-string' as the latter creates a time
11952         string that is not RFC 2822 compliant (it lacks the zone).
11953         Update copyright notice.
11954
11955 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11956
11957         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11958         for text/rtf.  Display default in prompt.  Pass default for M-n.
11959
11960         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11961
11962 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * gnus-msg.el (gnus-button-mailto): Remove
11965         save-selected-window-window hackery because it relies on
11966         save-selected-window internals.
11967
11968 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11971         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11972         (gnus-article-prev-page): Ditto.
11973
11974         * gnus-util.el (gnus-beginning-of-window): New function.
11975         (gnus-end-of-window): New function.
11976
11977         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11978
11979 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11980
11981         * gnus-score.el (gnus-score-edit-all-score): Set
11982         gnus-score-edit-exit-function to gnus-score-edit-done and call
11983         gnus-message.
11984
11985 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11986
11987         * gnus-msg.el (gnus-button-mailto): Remove
11988         save-selected-window-window hackery because it relies on
11989         save-selected-window internals.
11990
11991 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11994         add-minor-mode.
11995         (gnus-binary-mode): Ditto.
11996
11997         * gnus-topic.el (gnus-topic-mode): Ditto.
11998
11999 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12000
12001         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12002         (gnus-article-prev-page): Take scroll-margin into consideration.
12003
12004 2005-07-04  Lute Kamstra  <lute@gnu.org>
12005
12006         Update FSF's address in GPL notices.
12007
12008 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12009
12010         * gnus.el (gnus-exit):
12011         * gnus-group.el (gnus-group-icons):
12012         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12013
12014         * gnus-nocem.el (gnus-nocem):
12015         * message.el (message-various, message-buffers, message-sending)
12016         (message-interface, message-forwarding, message-insertion)
12017         (message-headers, message-news, message-mail):
12018         * pgg-gpg.el (pgg-gpg):
12019         * pgg-parse.el (pgg-parse):
12020         * pgg-pgp.el (pgg-pgp):
12021         * pgg-pgp5.el (pgg-pgp5):
12022         * pop3.el (pop3): Finish `defgroup' description with period.
12023
12024 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-art.el (article-display-face): Improve the efficiency.
12027         (article-display-x-face): Ditto; remove grey x-face stuff.
12028
12029 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * gnus-art.el (article-display-face): Correct the position in
12032         which Faces are inserted.
12033
12034 2005-06-29  Didier Verna  <didier@xemacs.org>
12035
12036         * gnus-art.el (article-display-face): Display faces in correct
12037         order.
12038
12039 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12042         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12043         (gnus-nocem-check-article): Fetch the Type header.
12044         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12045         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12046         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12047         make sure gnus-nocem-hashtb is initialized.
12048         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12049         (gnus-nocem-unwanted-article-p): Ditto.
12050
12051         * pgg.el (pgg-verify): Return the verification result.
12052
12053 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12056         is ascii.
12057
12058 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12059
12060         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12061         `show-nonbreak-escape'.
12062
12063 2005-06-23  Lute Kamstra  <lute@gnu.org>
12064
12065         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12066
12067         * dig.el (dig-mode):
12068         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12069
12070 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12071
12072         * nnimap.el (nnimap-split-download-body): Fix spellings.
12073
12074 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12075
12076         * gnus-art.el (gnus-article-encrypt-body):
12077         * gnus-cus.el (gnus-score-customize):
12078         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12079         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12080
12081 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12082
12083         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12084         header by looking for magic "MII" at the beginnig.
12085
12086 2005-06-16  Miles Bader  <miles@gnu.org>
12087
12088         * gnus-xmas.el (gnus-xmas-group-startup-message):
12089         Use renamed gnus-splash face.
12090
12091         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12092         (assistant-field-face): New backward-compatibility alias for renamed
12093         face.
12094         (assistant-render-text): Use renamed assistant-field face.
12095
12096         * spam.el (spam): Remove "-face" suffix from face name.
12097         (spam-face): New backward-compatibility alias for renamed face.
12098         (spam-face, spam-initialize): Use renamed spam face.
12099
12100         * message.el (message-header-to, message-header-cc)
12101         (message-header-subject, message-header-newsgroups)
12102         (message-header-other, message-header-name)
12103         (message-header-xheader, message-separator, message-cited-text)
12104         (message-mml): Remove "-face" suffix from face names.
12105         (message-header-to-face, message-header-cc-face)
12106         (message-header-subject-face, message-header-newsgroups-face)
12107         (message-header-other-face, message-header-name-face)
12108         (message-header-xheader-face, message-separator-face)
12109         (message-cited-text-face, message-mml-face):
12110         New backward-compatibility aliases for renamed faces.
12111         (message-font-lock-keywords): Use renamed message faces.
12112
12113         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12114         (sieve-test-commands, sieve-tagged-arguments):
12115         Remove "-face" suffix from face names.
12116         (sieve-control-commands-face, sieve-action-commands-face)
12117         (sieve-test-commands-face, sieve-tagged-arguments-face):
12118         New backward-compatibility aliases for renamed faces.
12119         (sieve-control-commands-face, sieve-action-commands-face)
12120         (sieve-test-commands-face, sieve-tagged-arguments-face):
12121         Use renamed sieve faces.
12122
12123         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12124         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12125         (gnus-group-news-3-empty, gnus-group-news-4)
12126         (gnus-group-news-4-empty, gnus-group-news-5)
12127         (gnus-group-news-5-empty, gnus-group-news-6)
12128         (gnus-group-news-6-empty, gnus-group-news-low)
12129         (gnus-group-news-low-empty, gnus-group-mail-1)
12130         (gnus-group-mail-1-empty, gnus-group-mail-2)
12131         (gnus-group-mail-2-empty, gnus-group-mail-3)
12132         (gnus-group-mail-3-empty, gnus-group-mail-low)
12133         (gnus-group-mail-low-empty, gnus-summary-selected)
12134         (gnus-summary-cancelled, gnus-summary-high-ticked)
12135         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12136         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12137         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12138         (gnus-summary-low-undownloaded)
12139         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12140         (gnus-summary-low-unread, gnus-summary-normal-unread)
12141         (gnus-summary-high-read, gnus-summary-low-read)
12142         (gnus-summary-normal-read, gnus-splash):
12143         Remove "-face" suffix from face names.
12144         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12145         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12146         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12147         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12148         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12149         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12150         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12151         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12152         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12153         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12154         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12155         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12156         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12157         (gnus-summary-normal-ticked-face)
12158         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12159         (gnus-summary-normal-ancient-face)
12160         (gnus-summary-high-undownloaded-face)
12161         (gnus-summary-low-undownloaded-face)
12162         (gnus-summary-normal-undownloaded-face)
12163         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12164         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12165         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12166         (gnus-splash-face):
12167         New backward-compatibility aliases for renamed faces.
12168         (gnus-group-startup-message): Use renamed gnus faces.
12169
12170         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12171         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12172         (gnus-server-agent): Remove "-face" suffix from face names.
12173         (gnus-server-agent-face, gnus-server-opened-face)
12174         (gnus-server-closed-face, gnus-server-denied-face)
12175         (gnus-server-offline-face):
12176         New backward-compatibility aliases for renamed faces.
12177         (gnus-server-agent-face, gnus-server-opened-face)
12178         (gnus-server-closed-face, gnus-server-denied-face)
12179         (gnus-server-offline-face): Use renamed gnus faces.
12180
12181         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12182         Remove "-face" suffix from face names.
12183         (gnus-picon-xbm-face, gnus-picon-face):
12184         New backward-compatibility aliases for renamed faces.
12185
12186         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12187         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12188         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12189         (gnus-cite-11): Remove "-face" suffix from face names.
12190         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12191         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12192         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12193         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12194         New backward-compatibility aliases for renamed faces.
12195         (gnus-cite-attribution-face, gnus-cite-face-list)
12196         (gnus-article-boring-faces): Use renamed gnus faces.
12197
12198         * gnus-art.el (gnus-signature, gnus-header-from)
12199         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12200         (gnus-header-content): Remove "-face" suffix from face names.
12201         (gnus-signature-face, gnus-header-from-face)
12202         (gnus-header-subject-face, gnus-header-newsgroups-face)
12203         (gnus-header-name-face, gnus-header-content-face):
12204         New backward-compatibility aliases for renamed faces.
12205         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12206
12207         * gnus-sum.el (gnus-summary-selected-face)
12208         (gnus-summary-highlight): Use renamed gnus faces.
12209         * gnus-group.el (gnus-group-highlight): Likewise.
12210
12211 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12212
12213         * gnus-sieve.el (gnus-sieve-article-add-rule):
12214         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12215         * spam-stat.el (spam-stat-buffer-change-to-spam)
12216         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12217
12218         * message.el (message-is-yours-p):
12219         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12220
12221 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * mm-view.el (mm-inline-text): Withdraw the last change.
12224
12225 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12228         executing enriched-decode.
12229
12230 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12233         charset of tar files.
12234
12235 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12236
12237         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12238
12239 2005-06-04  Lute Kamstra  <lute@gnu.org>
12240
12241         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12242         information is never recorded.
12243
12244 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12245
12246         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12247
12248 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * pop3.el (pop3-apop): Run md5 in the binary mode.
12251
12252         * starttls.el (starttls-set-process-query-on-exit-flag):
12253         Use eval-and-compile.
12254
12255 2005-05-31  Simon Josefsson  <jas@extundo.com>
12256
12257         * smime.el (smime-replace-in-string): Define.
12258         (smime-cert-by-ldap-1): Use it.
12259
12260 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * gnus-art.el (article-display-x-face): Replace
12263         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12264
12265         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12266         set-process-query-on-exit-flag or process-kill-without-query.
12267
12268         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12269         loop instead of replace-regexp.
12270
12271         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12272         instead of process-kill-without-query if it is available.
12273
12274         * lpath.el: Fbind ldap-search-entries.
12275
12276         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12277         instead of find-file-hooks if it is available.
12278
12279         * mml1991.el: Bind pgg-default-user-id when compiling.
12280
12281         * mml2015.el: Bind pgg-default-user-id when compiling.
12282
12283         * nndraft.el (nndraft-request-associate-buffer):
12284         Use write-contents-functions instead of write-contents-hooks if it is
12285         available.
12286
12287         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12288         instead of find-file-hooks if it is available.
12289
12290         * nntp.el (nntp-open-connection): Replace
12291         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12292         (nntp-open-ssl-stream): Ditto.
12293         (nntp-open-tls-stream): Ditto.
12294
12295         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12296         set-process-query-on-exit-flag or process-kill-without-query.
12297         (starttls-open-stream-gnutls): Use it instead of
12298         process-kill-without-query.
12299         (starttls-open-stream): Ditto.
12300
12301 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12302
12303         * smime.el (smime-cert-by-ldap-1): Don't use
12304         replace-regexp-in-string.
12305
12306 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12307
12308         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12309
12310         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12311         in PEM format.  Adjust to the XEmacs compability.
12312
12313 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12316         by `string-to-number'.
12317         * gnus-agent.el (gnus-agent-regenerate-group)
12318         (gnus-agent-fetch-articles): Ditto.
12319         * gnus-art.el (gnus-button-fetch-group): Ditto.
12320         * gnus-cache.el (gnus-cache-generate-active)
12321         (gnus-cache-articles-in-group): Ditto.
12322         * gnus-group.el (gnus-group-set-current-level)
12323         (gnus-group-insert-group-line): Ditto.
12324         * gnus-score.el (gnus-score-set-expunge-below)
12325         (gnus-score-set-mark-below, gnus-summary-score-effect)
12326         (gnus-summary-score-entry): Ditto.
12327         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12328         (gnus-soup-pack): Ditto.
12329         * gnus-spec.el (gnus-xmas-format): Ditto.
12330         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12331         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12332         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12333         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12334         * nndb.el (nndb-get-remote-expire-response): Ditto.
12335         * nndiary.el (nndiary-parse-schedule-value)
12336         (nndiary-string-to-number, nndiary-request-replace-article)
12337         (nndiary-request-article): Ditto.
12338         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12339         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12340         * nneething.el (nneething-make-head): Ditto.
12341         * nnfolder.el (nnfolder-request-article)
12342         (nnfolder-retrieve-headers): Ditto.
12343         * nnheader.el (nnheader-file-to-number): Ditto.
12344         * nnkiboze.el (nnkiboze-request-article): Ditto.
12345         * nnmail.el (nnmail-process-unix-mail-format)
12346         (nnmail-process-babyl-mail-format): Ditto.
12347         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12348         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12349         (nnmh-request-create-group, nnmh-request-list-1)
12350         (nnmh-request-group, nnmh-request-article): Ditto.
12351         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12352         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12353         * nnsoup.el (nnsoup-make-active): Ditto.
12354         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12355         * nntp.el (nntp-find-group-and-number)
12356         (nntp-retrieve-headers-with-xover): Ditto.
12357         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12358         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12359         (pgg-format-key-identifier): Ditto.
12360         * pop3.el (pop3-last, pop3-stat): Ditto.
12361         * qp.el (quoted-printable-decode-region): Ditto.
12362
12363         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12364         of concat.
12365
12366 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12369
12370         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12371
12372         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12373
12374         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12375
12376         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12377
12378         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12379
12380         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12381         (gnus-carpal-mode): Ditto.
12382
12383         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12384         (gnus-browse-mode): Ditto.
12385
12386         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12387
12388         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12389
12390 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12391
12392         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12393
12394 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * gnus-util.el (gnus-run-mode-hooks): New function.
12397
12398         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12399
12400         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12401         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12402
12403 2005-05-27  Lute Kamstra  <lute@gnu.org>
12404
12405         * dns-mode.el (dns-mode): Specify customization group.
12406
12407 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12408
12409         * gnus-agent.el (gnus-agent-make-mode-line-string):
12410         Use mode-line-highlight as mouse-face.
12411
12412 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * canlock.el (canlock): Change the parent group to news.
12415
12416         * deuglify.el (gnus-outlook-deuglify): Add :group.
12417
12418         * dig.el (dig): Add :group.
12419
12420         * dns-mode.el (dns-mode): Add :group.
12421
12422         * encrypt.el (encrypt): Add :group.
12423
12424         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12425         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12426         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12427         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12428         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12429
12430         * gnus-diary.el (gnus-diary): Add :group.
12431
12432         * gnus.el (gnus-group-news-1-face): Add :group.
12433         (gnus-group-news-1-empty-face): Ditto.
12434         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12435         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12436         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12437         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12438         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12439         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12440         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12441         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12442         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12443         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12444         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12445         (gnus-summary-high-ticked-face): Ditto.
12446         (gnus-summary-low-ticked-face): Ditto.
12447         (gnus-summary-normal-ticked-face): Ditto.
12448         (gnus-summary-high-ancient-face): Ditto.
12449         (gnus-summary-low-ancient-face): Ditto.
12450         (gnus-summary-normal-ancient-face): Ditto.
12451         (gnus-summary-high-undownloaded-face): Ditto.
12452         (gnus-summary-low-undownloaded-face): Ditto.
12453         (gnus-summary-normal-undownloaded-face): Ditto.
12454         (gnus-summary-high-unread-face): Ditto.
12455         (gnus-summary-low-unread-face): Ditto.
12456         (gnus-summary-normal-unread-face): Ditto.
12457         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12458         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12459
12460         * hashcash.el (hashcash): New custom group.
12461         (hashcash-default-payment): Add :group.
12462         (hashcash-payment-alist): Ditto.
12463         (hashcash-default-accept-payment): Ditto.
12464         (hashcash-accept-resources): Ditto.
12465         (hashcash-path): Ditto.
12466         (hashcash-extra-generate-parameters): Ditto.
12467         (hashcash-double-spend-database): Ditto.
12468         (hashcash-in-news): Ditto.
12469
12470         * message.el (message-minibuffer-local-map): Add :group.
12471
12472         * netrc.el (netrc): Add :group.
12473
12474         * sieve-manage.el (sieve-manage-log): Add :group.
12475         (sieve-manage-default-user): Diito.
12476         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12477         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12478         (sieve-manage-authenticators): Ditto.
12479         (sieve-manage-authenticator-alist): Ditto.
12480         (sieve-manage-default-port): Ditto.
12481
12482         * sieve-mode.el (sieve-control-commands-face): Add :group.
12483         (sieve-action-commands-face): Ditto.
12484         (sieve-test-commands-face): Ditto.
12485         (sieve-tagged-arguments-face): Ditto.
12486
12487         * smime.el (smime): Add :group.
12488
12489         * spam-report.el (spam-report): Add :group.
12490
12491         * spam.el (spam, spam-face): Add :group.
12492
12493 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12494
12495         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12496         return \n.\n.\n at the end of articles.  Protect against that.
12497         (nntp-with-open-group): Allow debugging.
12498
12499         * nnheader.el (mail-header-set-extra): Make into a function
12500         because I just could't understand how to quote the list properly.
12501
12502         * dns.el (query-dns-cached): New function.
12503
12504 2005-05-26  Lute Kamstra  <lute@gnu.org>
12505
12506         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12507
12508 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12511
12512         * gnus-art.el: Don't autoload mail-extract-address-components.
12513
12514         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12515         eval-and-compile to evaluate it.
12516
12517         * hashcash.el: Don't autoload executable-find.
12518
12519         * nndb.el: Don't declare the nndb back end two or more times; don't
12520         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12521
12522         * nntp.el: Autoload format-spec instead of format; use
12523         eval-and-compile to evaluate autoload forms.
12524
12525 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12526
12527         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12528
12529 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530
12531         * gnus.el (gnus-version-number): Bump version.
12532
12533 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12534
12535         * gnus.el: No Gnus v0.3 is released.
12536
12537 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12538
12539         * lpath.el (featurep): Bind show-nonbreak-escape.
12540
12541 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-art.el (gnus-article-edit-part): Disable undo.
12544
12545 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12548         gnus-article-date-lapsed-new-header is t if date timer is active;
12549         skip headers in which the original date value is empty.
12550         (gnus-article-save-original-date): Redefine it as a macro.
12551         (gnus-display-mime): Use it.
12552
12553 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-art.el (article-date-ut): Support converting date in
12556         forwarded parts as well.
12557         (gnus-article-save-original-date): New function.
12558         (gnus-display-mime): Use it.
12559
12560 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12561
12562         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12563         enclosure element of <item>.
12564
12565 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * message.el (message-kill-buffer-query): Renamed from
12568         `message-kill-buffer-query-if-modified'.  Added :version.
12569
12570 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12573         window layout.
12574
12575 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * mml.el: Autoload dnd when compiling.
12578
12579 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12582         x-dnd-*.
12583
12584 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * qp.el (quoted-printable-encode-region): Save excursion.
12587
12588 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12589
12590         * message.el (message-kill-buffer-query-if-modified): Add new variable
12591         so the user can kill a modified message buffer quickly.
12592         (message-kill-buffer): Use it.
12593
12594 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * lpath.el: Fbind display-time-event-handler; don't fbind
12597         string-to-multibyte.
12598
12599         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12600
12601 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12604         contained in text because xml.el decodes entities) with LFs.
12605
12606 2005-04-11  Lute Kamstra  <lute@gnu.org>
12607
12608         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12609         differently.
12610
12611 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12612
12613         * mm-util.el (mm-detect-coding-region): Typo.
12614
12615 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12618
12619 2005-04-06  Deepak Goel  <deego@gnufans.org>
12620
12621         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12622         user-function allow user modifications of the scores.
12623         (spam-stat-score-buffer-user): New function, to allow
12624         user-computed modifications to the score.
12625         (spam-stat-score-buffer-user-functions): List of additional
12626         scoring functions.
12627         (spam-stat-error-holder): Global temporary error holder.
12628         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12629         variable.
12630
12631 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12632
12633         * gnus-registry.el (gnus-registry-clean-empty-function)
12634         (gnus-registry-trim, gnus-registry-fetch-groups)
12635         (gnus-registry-delete-group): Groups that match
12636         `gnus-registry-ignored-groups' are removed from the registry
12637         entries, not just ignored for splitting.  This helps clean up the
12638         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12639         to get all the groups a message ID is in.
12640
12641         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12642         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12643         (spam-stat-score-buffer-user-functions): Add :number custom type.
12644
12645 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12648         argument in XEmacs.
12649
12650         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12651         (nnrss-request-group): Decode group name first.
12652         (nnrss-request-article): Make a text/plain article if mml-to-mime
12653         failed.
12654         (nnrss-get-encoding): Return a compatible encoding according to
12655         nnrss-compatible-encoding-alist.
12656         (nnrss-find-el): Use consp instead of listp.
12657         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12658
12659 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12662         which Emacs 20 doesn't support.
12663         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12664
12665 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12668         silence the byte compiler inside the defun.
12669
12670         * gnus-demon.el (parse-time-string): Add autoload.
12671
12672         * gnus-delay.el (parse-time-string): Add autoload.
12673
12674         * gnus-art.el (parse-time-string): Add autoload.
12675
12676         * nnultimate.el (parse-time): Require for `parse-time-string'.
12677
12678 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12681
12682         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12683
12684         * smime.el (smime-ldap-host-list): Add :version.
12685
12686 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12689         pass it to `gnus-browse-read-group'.
12690         (gnus-browse-read-group): Add NUMBER argument and pass it to
12691         `gnus-group-read-ephemeral-group'.
12692
12693         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12694         argument and pass it to `gnus-group-read-group'.
12695
12696 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12697
12698         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12699         mm-xemacs-find-mime-charset-1 if we have the mule feature
12700         available at runtime.
12701
12702 2005-03-25  Werner Lemberg  <wl@gnu.org>
12703
12704         * nnmaildir.el: Replace `illegal' with `invalid'.
12705
12706 2005-03-23  Lute Kamstra  <lute@gnu.org>
12707
12708         * time-date.el: Add comment on time value formats.
12709         Don't require parse-time.
12710         (with-decoded-time-value): New macro.
12711         (encode-time-value): New function.
12712         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12713         (days-to-time): Return a valid time value when arg is huge.
12714         (time-since): Use time-subtract.
12715         (time-to-number-of-days): Use time-to-seconds.
12716
12717 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12718
12719         * gnus-start.el (gnus-display-time-event-handler):
12720         Check display-time-timer at runtime rather than only at load time
12721         in case display-time-mode is turned off in the mean time.
12722
12723 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12726         used.
12727
12728         * nneething.el (nneething-map-file-directory): Derive from
12729         `gnus-directory'.
12730
12731         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12732         the To/Cc button.
12733
12734 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * nnmaildir.el (nnmaildir-request-accept-article):
12737         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12738
12739 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12740
12741         * gnus-async.el: Require timer-funcs at compile time when in
12742         XEmacs for `run-with-idle-timer'.
12743
12744 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12745
12746         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12747         autoloaded function.
12748
12749 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12750
12751         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12752
12753 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12754
12755         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12756
12757 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12760         gnus-expert-user to default.
12761
12762 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12763
12764         * nnimap.el (nnimap-open-server): Ditto.
12765
12766         * imap.el (imap-authenticate): Fix typo.
12767
12768 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12769
12770         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12771         buffer (since IMAP server might return FETCH response out of
12772         order, and the nntp buffer must be sorted).
12773
12774 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12775
12776         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12777         comparison on string.
12778
12779         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12780         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12781         (gnus-agent-summary-fetch-series): Modified to protect against
12782         gnus-agent-summary-fetch-group clearing processable flags.
12783         (gnus-agent-synchronize-group-flags): Update live group buffer as
12784         synchronization may occur due to the user toggle the plugged
12785         status.
12786         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12787         successfully downloaded.
12788         (gnus-agent-expire-group-1): Avoid using markers when the overview
12789         is in ascending order; greatly improves performance.
12790         (gnus-agent-regenerate-group): Use
12791         gnus-agent-synchronize-group-flags to reset read status in both
12792         gnus and server.
12793         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12794
12795 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * message.el: Don't autoload former message-utils variables.
12798         (message-strip-subject-trailing-was): Change doc string.
12799
12800         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12801         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12802         (nnweb-google-search): Add "hl=en" here.
12803         (nnweb-google-parse-1, nnweb-google-create-mapping):
12804         Don't hardcode URL.
12805
12806 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12807
12808         * message.el (message-get-reply-headers, message-followup):
12809         Mention related variables `message-use-followup-to' and
12810         `message-use-mail-followup-to', in the information buffer.
12811
12812         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12813         of broken groups(-beta).google.com.
12814
12815 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12816
12817         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12818         parameter to invoked gnus-request-move-article; remove the
12819         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12820         all at once instead of once per article.
12821         (gnus-summary-remove-process-mark): Accept a list of articles as
12822         well as a single article for processing.
12823
12824         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12825         parameter.
12826
12827         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12828
12829         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12830
12831         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12832         parameter.
12833
12834         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12835         parameter.
12836
12837         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12838         parameter and remove the gnus-sum-hint-move-is-internal variable.
12839
12840         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12841         parameter.
12842
12843         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12844         parameter.
12845
12846         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12847         parameter.
12848
12849         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12850
12851         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12852         parameter.
12853
12854         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12855         parameter.
12856
12857 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12858
12859         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12860         a more conservative way.
12861
12862 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12863
12864         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12865         buffer, so it moves the window's cursor.
12866
12867 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12868
12869         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12870         `mm-dissect-multipart' and receive the from field as an (optional)
12871         argument from `mm-dissect-multipart'.
12872         (mm-dissect-multipart): Receive the from field as an argument and
12873         pass it on when we call `mm-dissect-buffer' on MIME parts.
12874         Fixes verification/decryption of signed/encrypted MIME parts.
12875
12876 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12877
12878         * gnus-sum.el (gnus-summary-move-article): Set
12879         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12880         whatever it calls (right now, only nnimap-request-move article
12881         respects it).
12882
12883         * nnimap.el (nnimap-request-move-article): When
12884         gnus-sum-hint-move-is-internal is set, don't do the extra
12885         nnimap-request-article.
12886
12887 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12890
12891         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12892         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12893
12894         * gnus-sum.el (gnus-summary-caesar-message):
12895         Apply `gnus-treat-article' after rotation.
12896
12897         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12898         doc string.
12899
12900 2005-02-22  Simon Josefsson  <jas@extundo.com>
12901
12902         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12903         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12904         <arne@arnested.dk>.
12905         (encrypt): Add password-cache and password-cache-expiry as group
12906         members.
12907
12908 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12909
12910         * smime.el (smime-ldap-host-list): Doc fix.
12911         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12912         cache) password.
12913         (smime-sign-region): Use it.
12914         (smime-decrypt-region): Use it.
12915         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12916         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12917         fails.
12918         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12919         certificate from DER to PEM format rather than calling openssl.
12920
12921         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12922
12923         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12924         for signing/encryption.
12925
12926         * mml.el (mml-parse-1): Use them.
12927
12928 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12929
12930         * nnrss.el (nnrss-verbose): Removed.
12931         (nnrss-request-group): Use `nnheader-message' instead.
12932
12933 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12934
12935         * nnrss.el (nnrss-verbose): New variable.
12936         (nnrss-request-group): Make it say nnrss is requesting a group.
12937
12938 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12941         Handle news URL with given port correctly.
12942
12943 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12946         containing special characters.
12947
12948         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12949
12950         * mml.el (mime-to-mml): Ditto.
12951
12952         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12953         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12954         (rfc2047-decode-region): Quote decoded words containing special
12955         characters when rfc2047-quote-decoded-words-containing-tspecials
12956         is non-nil.
12957
12958 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12959
12960         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12961
12962         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12963
12964 2005-02-15  Simon Josefsson  <jas@extundo.com>
12965
12966         * nnimap.el (nnimap-debug): Doc fix.
12967
12968         * imap.el (imap-debug): Doc fix.
12969
12970 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12973
12974 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12975
12976         * gnus.el (spam-contents): Improve docs for spam-contents
12977         parameter in its variable incarnation.
12978
12979 2005-02-14  Simon Josefsson  <jas@extundo.com>
12980
12981         * smime-ldap.el: Use require instead of load-library for ldap.
12982         (smime-ldap-search): Indent.
12983         (smime-ldap-search-internal): Shorten line.
12984
12985         * smime.el (smime-cert-by-dns): Add doc-string.
12986         (smime-cert-by-ldap-1): Indent.
12987
12988         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12989         mml-smime-get-dns-ldap.
12990         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12991
12992 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12993
12994         * smime.el: Require smime-ldap.
12995         (smime-ldap-host-list): New variable.
12996         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12997
12998         * mml-smime.el (mml-smime-encrypt-query): New function.
12999         (mml-smime-encrypt-query): Use it.
13000
13001         * smime-ldap.el: New file.
13002
13003 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13006
13007 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13010         argument in doc string.  Make query for type more clear.
13011
13012 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus.el (gnus-group-startup-message): Search for gnus images in
13015         etc/images/gnus.
13016         * mm-util.el (mm-image-load-path): Likewise.
13017         * smiley.el (smiley-data-directory): Search for smilies in
13018         etc/images/smilies.
13019
13020 2005-02-09  Kim F. Storm  <storm@cua.dk>
13021
13022         Change Emacs release version from 21.4 to 22.1 throughout.
13023         Change Emacs development version from 21.3.50 to 22.0.50.
13024
13025 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13028
13029         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13030         non-Mule XEmacs as well.
13031         (mm-decompress-buffer): Signal an error intentionally if it does
13032         not decompress compressed data because auto-compression-mode is
13033         disabled.
13034
13035 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13036
13037         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13038         an ID in the registry even if it has no groups.
13039
13040 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13043         merge it into mm-decompress-buffer.
13044         (gnus-mime-copy-part): Use the MIME part charset, the value which
13045         a user specified or gnus-newsgroup-charset for decoding, like
13046         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13047         save-buffer what was used.  Suggested by Kevin Ryde
13048         <user42@zip.com.au>.
13049         (gnus-mime-inline-part): Allow the name parameter as well as the
13050         filename parameter; force decompressing of compressed data; always
13051         display contents being not decoded as unibyte.
13052
13053         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13054         as well as the filename parameter.
13055
13056         * mm-util.el (mm-decompress-buffer): Merge
13057         gnus-mime-jka-compr-maybe-uncompress.
13058         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13059         of compressed data.
13060
13061 2005-02-08  Simon Josefsson  <jas@extundo.com>
13062
13063         * imap.el (imap-log): Doc fix.
13064
13065 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13068         the coding cookies; decompress compressed parts.
13069
13070         * mml.el (mml-generate-mime-1): Add the charset parameter according
13071         to the value which a user specified manually or the coding cookie.
13072
13073         * mm-util.el (mm-string-to-multibyte): New function.
13074         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13075         (mm-coding-system-to-mime-charset): New function.
13076         (mm-decompress-buffer): New function.
13077         (mm-find-buffer-file-coding-system): New function.
13078
13079         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13080         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13081         parts.
13082
13083 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13084
13085         * mm-view.el (mm-display-inline-fontify): Decode a part according
13086         to the charset parameter.
13087
13088 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13091         prefix arg is neither nil nor a number, as info specifies.
13092
13093 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13096         timestamps.
13097
13098 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13099
13100         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13101         groups error checking and notify user.
13102
13103 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13104
13105         * message.el (message-send-mail-function): Check existence of
13106         sendmail-program first before using default value
13107         `message-send-mail-with-sendmail'.  Otherwise use more generic
13108         `smtpmail-send-it'.
13109
13110 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * nntp.el (nntp-request-update-info): Always return nil.
13113
13114 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13115
13116         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13117
13118 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13119
13120         * message.el (message-beginning-of-line): Change the behavior when
13121         invoked between BOL and : so that it first moves backward.
13122
13123 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13126         article buffer when editing of the article is discarded.
13127         (gnus-article-prepare): Revert.
13128
13129 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-art.el (gnus-article-prepare):
13132         Remove message-strip-forbidden-properties from the local hook.
13133
13134 2005-01-27  Simon Josefsson  <jas@extundo.com>
13135
13136         * password.el (password-cache-add): Only start one timer per key.
13137         Reported by Derek Atkins <warlord@MIT.EDU>.
13138
13139 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13140
13141         * run-at-time.el: Removed.  It is no longer needed as
13142         timer-funcs.el in the xemacs-base package has a working version of
13143         `run-at-time'.
13144
13145         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13146
13147         * password.el: Require timer-funcs instead of run-at-time in
13148         XEmacs.
13149         Remove `password-run-at-time' macro.
13150         (password-cache-add): Use `run-at-time' instead of
13151         `password-run-at-time'.
13152
13153         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13154         Remove `nnheader-cancel-function-timers' alias,
13155         `cancel-function-timers' exists in XEmacs in timer-funcs.
13156
13157         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13158         for `run-with-idle-timer'.
13159
13160         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13161         for `run-at-time'.
13162
13163         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13164         for `with-timeout'.
13165
13166         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13167         the same as for XEmacs 21.4.
13168         No need to ignore `run-with-idle-timer', this function exists in
13169         XEmacs now in timer-funcs.el in the xemacs-base package.
13170         (dgnushack-compile): No need to delete
13171         run-at-time.el from the list of files to compile because it
13172         doesn't exist anymore.
13173
13174 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13177         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13178
13179 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13180
13181         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13182         sensitively.
13183
13184 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13185
13186         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13187
13188 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13191         which will be inserted according to the multibyteness of a buffer
13192         rather than the type of contents.  Suggested by ARISAWA Akihiro
13193         <ari@mbf.ocn.ne.jp>.
13194
13195         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13196         of string which old xml.el may return rather than a string.
13197
13198 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13201
13202 2005-01-16  Simon Josefsson  <jas@extundo.com>
13203
13204         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13205         idn/idna.el isn't available.
13206         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13207         <michael@waxrat.com>.
13208
13209         * hashcash.el: Remove non-FSF copyright header.
13210
13211         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13212         (hashcash-generate-payment): Use it.
13213         (hashcash-generate-payment-async): Use it.
13214
13215 2005-01-15  Simon Josefsson  <jas@extundo.com>
13216
13217         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13218         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13219
13220         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13221         gnus-summary-idna-message.
13222         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13223         (gnus-summary-idna-message): New function.
13224
13225 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13228         gnus-novice-user.
13229
13230 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * nnrss.el (nnrss-request-delete-group): Delete entries in
13233         nnrss-group-alist as well.
13234         (nnrss-save-server-data): Insert newline.
13235
13236 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * gnus.el (gnus-user-agent): Use list of symbols instead of
13239         symbols.  Display full version number for (S)XEmacs.  Optionally
13240         display (S)XEmacs codename.
13241
13242         * gnus-util.el (gnus-emacs-version): Update for new
13243         `gnus-user-agent'.
13244
13245         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13246         Gnus version.
13247
13248 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13251         which is unreadable in some setups.
13252
13253 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-spec.el (gnus-update-format-specifications): Flush the
13256         group format spec cache if it doesn't support decoded group names.
13257
13258 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13261         Allow to apply decay on score files matching a regexp.
13262
13263 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13266         compatibility in %g and %c.
13267
13268 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13271         name for only %g and %c.
13272         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13273         of gnus-tmp-group to decoded group name.
13274         (gnus-group-make-rss-group): Exclude `/'s from group names.
13275
13276 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * nnrss.el (nnrss-get-encoding): Fix regexp.
13279
13280 2004-12-27  Simon Josefsson  <jas@extundo.com>
13281
13282         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13283         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13284         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13285
13286 2004-12-17  Kim F. Storm  <storm@cua.dk>
13287
13288         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13289
13290         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13291
13292 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13293
13294         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13295
13296 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * nnrss.el: Require rfc2047 and mml.
13299         (nnrss-file-coding-system): New variable.
13300         (nnrss-format-string): Redefine it as an inline function.
13301         (nnrss-decode-group-name): New function.
13302         (nnrss-string-as-multibyte): Remove.
13303         (nnrss-retrieve-headers): Decode group name; don't use
13304         nnrss-format-string.
13305         (nnrss-request-group): Decode group name.
13306         (nnrss-request-article): Decode group name; allow a Message-ID as
13307         well as an article number; don't use nnrss-format-string; encode a
13308         Message-ID string which may contain non-ASCII characters; use
13309         mml-to-mime to compose a MIME article.
13310         (nnrss-request-expire-articles): Decode group name.
13311         (nnrss-request-delete-group): Decode group name.
13312         (nnrss-fetch): Clarify error message.
13313         (nnrss-read-server-data): Use insert-file-contents instead of load;
13314         bind file-name-coding-system; use multibyte buffer.
13315         (nnrss-save-server-data): Bind coding-system-for-write to the
13316         value of nnrss-file-coding-system; bind file-name-coding-system;
13317         add coding cookie.
13318         (nnrss-read-group-data): Use insert-file-contents instead of load;
13319         bind file-name-coding-system; use multibyte buffer.
13320         (nnrss-save-group-data): Bind coding-system-for-write to the
13321         value of nnrss-file-coding-system; bind file-name-coding-system.
13322         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13323         make it work with non-ASCII text.
13324         (nnrss-find-el): Make it work with old xml.el as well.
13325
13326 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13327
13328         * nnrss.el (nnrss-get-encoding): New function.
13329         (nnrss-fetch): Use unibyte buffer initially; bind
13330         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13331         decode contents according to the encoding attribute.
13332         (nnrss-save-group-data): Add coding cookie.
13333         (nnrss-mime-encode-string): New function.
13334         (nnrss-check-group): Use it to encode subject and author.
13335
13336 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13337
13338         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13339         imaginary variable.
13340
13341 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13344         correctly even if there are wide characters.
13345
13346 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13347
13348         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13349         downcased symbol names; make a new cache instead of reusing
13350         bbdb-hashtable.
13351
13352 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13355         concatenating segments rather than before concatenating them.
13356         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13357
13358         * message.el (message-get-reply-headers): Bind `extra'.
13359
13360 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13361
13362         * message.el (message-extra-wide-headers): New variable.
13363         (message-get-reply-headers): Use it.
13364
13365 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13368         (gnus-agent-group-pathname): Ditto.
13369
13370         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13371
13372         * gnus-group.el (gnus-group-make-group): Decode group name.
13373         (gnus-group-make-rss-group): Register the group data after opening
13374         the nnrss group.
13375
13376 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13377
13378         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13379         by expiry now get marked as read.
13380
13381 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13384
13385 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13386
13387         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13388         unify Latin characters in XEmacs.
13389         (mm-find-mime-charset-region): Use it.
13390
13391 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * gnus-util.el (gnus-delete-directory): New function.
13394
13395         * gnus-agent.el (gnus-agent-delete-group): Use it.
13396
13397         * gnus-cache.el (gnus-cache-delete-group): Use it.
13398
13399 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13402         names.
13403
13404 2004-12-16  Simon Josefsson  <jas@extundo.com>
13405
13406         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13407
13408 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13411
13412         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13413         (gnus-group-set-current-level): Decode group name.
13414
13415 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13416
13417         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13418         failed.
13419
13420 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-group.el (gnus-group-delete-group): Decode group name.
13423         (gnus-group-make-rss-group): Encode group name.
13424         (gnus-group-catchup-current): Decode group name.
13425         (gnus-group-kill-group): Decode group name.
13426
13427 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13428
13429         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13430
13431 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * gnus-group.el (gnus-group-make-rss-group):
13434         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13435
13436         * gnus-start.el (gnus-setup-news): Honor user's setting to
13437         gnus-message-archive-method.  Suggested by Lute Kamstra
13438         <lute@gnu.org>.
13439
13440 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13441
13442         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13443         global counterparts of the buffer-local variables.
13444
13445 2004-11-16  Romain Francoise  <romain@orebokech.com>
13446
13447         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13448         counterparts of the buffer-local variables.
13449
13450 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * message.el (message-forbidden-properties): Fixed typo in doc
13453         string.
13454
13455 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * gnus-util.el (gnus-replace-in-string): Added doc string.
13458
13459         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13460         to avoid problems when splitting mails with many recipients.
13461
13462 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13463
13464         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13465         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13466
13467 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13468
13469         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13470         if there is no hashtable in memory or file modification time is
13471         newer than cached timestamp.
13472
13473 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13476         not-matching option.
13477
13478 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13479
13480         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13481         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13482         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13483         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13484         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13485         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13486
13487 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * message.el (message-forward-make-body-mml): Remove headers
13490         according to message-forward-ignored-headers if a message is decoded.
13491
13492 2004-12-02  Romain Francoise  <romain@orebokech.com>
13493
13494         * message.el (message-forward-make-body-plain): Always remove
13495         headers according to message-forward-ignored-headers.
13496
13497 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13498
13499         * spam.el (spam-summary-prepare-exit): Remove the
13500         gnus-summary-limit pop for now, it has problems with ham marks for
13501         me.
13502
13503 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13504
13505         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13506         correctly.
13507
13508 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13509
13510         * format-spec.el (format-spec): Message the char.
13511
13512 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13513
13514         * gnus-art.el (gnus-split-methods): Reformat comments.
13515
13516         * spam.el (spam-summary-prepare-exit): Remove article limits
13517         before exiting the summary buffer.
13518
13519 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13522         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13523
13524         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13525         order to silence the byte compiler.
13526
13527         * spam.el: Fix the way to silence the byte compiler, which
13528         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13529         bbdb-search-simple, spam-BBDB-register-routine,
13530         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13531         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13532         spam-stat-buffer-is-spam, spam-stat-load,
13533         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13534         spam-stat-save and spam-stat-split-fancy.
13535
13536 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13539         which may confuse users.
13540         (canlock-password-for-verify): Ditto.
13541
13542         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13543
13544         * gnus-art.el (gnus-emphasis-alist): Ditto.
13545
13546         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13547
13548         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13549
13550         * gnus-start.el (gnus-save-killed-list): Ditto.
13551
13552         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13553         (gnus-sum-thread-tree-root): Ditto.
13554         (gnus-sum-thread-tree-false-root): Ditto.
13555         (gnus-sum-thread-tree-single-indent): Ditto.
13556
13557         * message.el (message-courtesy-message): Ditto.
13558         (message-archive-note): Ditto.
13559         (message-subscribed-address-file): Ditto.
13560         (message-user-fqdn): Ditto.
13561
13562         * spam-report.el (spam-report-gmane-regex): Ditto.
13563
13564         * spam.el (spam-blackhole-good-server-regex): Ditto.
13565
13566 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * mml.el (mml-preview): Widen the message buffer before copying
13569         the contents to the preview buffer; sort headers before previewing.
13570
13571         * message.el (message-hidden-headers): Fix the way to avoid a bug
13572         in the `repeat' widget in Emacs 21.3 or earlier.
13573
13574 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * message.el (message-hidden-headers): Default to "^References:".
13577         Improve customization type.  Suggested by Reiner Steib
13578         <Reiner.Steib@gmx.de>.
13579
13580 2004-11-25  Romain Francoise  <romain@orebokech.com>
13581
13582         * message.el (message-strip-forbidden-properties): Remove check for
13583         obsolete `message-hidden' text property, hidden headers are not
13584         accessible in the buffer anymore.
13585
13586 2004-11-22  Romain Francoise  <romain@orebokech.com>
13587
13588         * message.el (message-header-format-alist): Add `From' in list
13589         so that it can be sorted.
13590         (message-fix-before-sending): Widen and sort headers before
13591         sending.
13592         (message-hide-headers): Use narrowing to hide headers by moving
13593         them to the top of the buffer and narrowing to the region
13594         underneath.
13595
13596 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13597
13598         * message.el (message-strip-forbidden-properties): Bind
13599         buffer-read-only (etc) to nil.
13600
13601 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13604         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13605
13606 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13607
13608         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13609
13610 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13611
13612         * dns.el (query-dns): Use sit-for to time instead of
13613         accept-process-output, since that doesn't seem to work on udp
13614         sockets.
13615
13616 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13619
13620 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13621
13622         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13623         doc string.  Improve doc string.
13624
13625 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * nntp.el (nntp-request-update-info): Return nil if
13628         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13629         may not call gnus-activate-group which uselessly issues the GROUP
13630         commands for all nntp groups and wastes time.  Reported by Romain
13631         Francoise <romain@orebokech.com>.
13632
13633         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13634
13635 2004-11-15  Simon Josefsson  <jas@extundo.com>
13636
13637         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13638         headers separately.
13639         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13640         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13641
13642 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * gnus-start.el (gnus-convert-old-newsrc):
13645         Assign legacy-gnus-agent to 5.10.7.
13646
13647 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13648
13649         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13650         start of the lines.
13651
13652 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13653
13654         * hashcash.el (hashcash-default-payment): Change default to 20.
13655         (hashcash-default-accept-payment): Change default to 20.
13656         (hashcash-process-alist): New variable.
13657         (hashcash-generate-payment-async): Add.
13658         (hashcash-already-paid-p): Add.
13659         (hashcash-insert-payment): Don't generate payments twice.
13660         (hashcash-insert-payment-async): Add.
13661         (hashcash-insert-payment-async-2): Add.
13662         (hashcash-cancel-async): Add.
13663         (hashcash-wait-async): Add.
13664         (hashcash-processes-running-p): Add.
13665         (hashcash-wait-or-cancel): Add.
13666         (mail-add-payment): New optional argument.  Conditionally start
13667         asynchronous calculation.
13668         (mail-add-payment-async): Add.
13669
13670         * message.el (message-send-mail): Wait for asynchronous hashcash
13671         results.  Don't clobber existing X-Hashcash headers.
13672         (message-setup-1): Call mail-add-payment-async when
13673         message-generate-hashcash is non-nil.
13674
13675 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13676
13677         * message.el (message-use-alternative-email-as-from): Examine the
13678         From header as well; use message-make-from in order to include a
13679         user's full name.
13680
13681 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13684         default; improve customization type.
13685         (gnus-emphasis-custom-with-format): New macro.
13686         (gnus-emphasis-custom-value-to-external): New function.
13687         (gnus-emphasis-custom-value-to-internal): New function.
13688
13689 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13690
13691         * dns.el (query-dns): Resolve reverse addresses.
13692
13693 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13694
13695         * gnus-group.el (gnus-group-get-new-news): Use it.
13696
13697         * gnus-start.el (gnus-check-reasonable-setup): New function.
13698
13699 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13702         "Args out of range" error.  Reported by Arnaud Giersch
13703         <arnaud.giersch@free.fr>.
13704
13705 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13706
13707         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13708
13709 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13710
13711         * spam.el (spam group): Add :version.
13712
13713         * pgg-def.el (pgg group): Add :version.
13714
13715 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-art.el (gnus-article-edit-article): Don't associate the
13718         article buffer with a draft file.  This is a temporary measure
13719         against the 2004-08-22 change to gnus-article-edit-mode.
13720
13721 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13724         (html2text-format-tags): Remove unused variable `attr'.
13725
13726 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13729
13730         * tls.el (tls-process-connection-type, tls-success)
13731         (tls-certtool-program): Add :version.
13732
13733         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13734         (starttls-extra-arguments, starttls-process-connection-type)
13735         (starttls-connect, starttls-failure, starttls-success): Add :version.
13736
13737         * spam-stat.el (spam-stat): Add :version.
13738
13739         * sieve.el (sieve): Add :version.
13740
13741         * sha1.el (sha1): Add :version.
13742         (sha1-use-external): Remove redundant version.
13743
13744         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13745         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13746         (nnmail-split-fancy-match-partial-words)
13747         (nnmail-split-lowercase-expanded): Add :version.
13748
13749         * nndiary.el (nndiary): Add :version.
13750
13751         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13752
13753         * mml-sec.el (mml-default-sign-method)
13754         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13755         Add :version.
13756
13757         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13758
13759         * mm-url.el (mm-url-use-external, mm-url-program)
13760         (mm-url-arguments): Add :version.
13761
13762         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13763         (mm-attachment-file-modes, mm-decrypt-option)
13764         (mm-w3m-safe-url-regexp): Add :version.
13765
13766         * message.el (message-cite-prefix-regexp)
13767         (message-sendmail-envelope-from, message-minibuffer-local-map)
13768         (message-user-fqdn, message-completion-alist): Add :version.
13769
13770         * gnus-win.el (gnus-configure-windows-hook)
13771         (gnus-use-frames-on-any-display): Add :version.
13772
13773         * gnus-art.el (gnus-article-address-banner-alist)
13774         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13775         (gnus-treat-from-picon, gnus-treat-mail-picon)
13776         (gnus-treat-x-pgp-sig): Add :version.
13777
13778         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13779         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13780         (gnus-summary-article-delete-hook)
13781         (gnus-summary-display-while-building): Add :version.
13782
13783         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13784         (gnus-get-top-new-news-hook): Add :version.
13785
13786         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13787         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13788
13789         * gnus-registry.el (gnus-registry): Add :version.
13790
13791         * gnus-spec.el (gnus-use-correct-string-widths)
13792         (gnus-make-format-preserve-properties): Add :version.
13793
13794         * gnus.el (gnus-group-charter-alist)
13795         (gnus-group-fetch-control-use-browse-url)
13796         (gnus-install-group-spam-parameters): Add :version.
13797
13798         * gnus-diary.el (gnus-diary): Add :version.
13799
13800         * gnus-delay.el (gnus-delay): Add :version.
13801
13802         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13803         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13804         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13805         Add :version.
13806
13807         * gnus-agent.el (gnus-agent-max-fetch-size)
13808         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13809         (gnus-agent-prompt-send-queue): Add :version.
13810
13811         * deuglify.el (gnus-outlook-deuglify): Add :version.
13812
13813         * html2text.el: Beautify code.  Improve doc strings.  Some
13814         checkdoc cleanup.
13815         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13816
13817 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13818
13819         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13820
13821 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13822
13823         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13824         when package is loaded.
13825
13826         * spam.el (spam-summary-score-preferred-header): Add global preference
13827         for people who want to override the default SpamAssassin over
13828         Bogofilter preference (when both are set).
13829         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13830         (spam-user-format-function-S): Check
13831         spam-summary-score-preferred-header.
13832         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13833         (spam-user-format-function-S): Format the score correctly.
13834
13835 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13838         signature file.  Suggested by Manoj Srivastava
13839         <srivasta@golden-gryphon.com>.
13840
13841         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13842         iso-2022-jp even in the Japanese language environment.
13843         Suggested by Jason Rumney <jasonr@gnu.org>.
13844
13845 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13848         use the same characters as the dummy marks; make it free from
13849         getting affected by the language environment.
13850         (gnus-summary-read-group-1): Update mark positions only when the
13851         format spec is updated.
13852
13853         * gnus-spec.el (gnus-update-format-specifications): Return a list
13854         of updated types.
13855
13856 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13859         of boundp to check if display-warning is available.
13860
13861 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13862
13863         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13864
13865 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * nnspool.el (nnspool-spool-directory): Use news-path if the
13868         news-directory variable is not bound.
13869
13870         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13871         function instead of display-warning if it is not available.
13872
13873 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13874
13875         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13876         v5-10: Use `point-at-bol'.
13877
13878 2004-10-26  Simon Josefsson  <jas@extundo.com>
13879
13880         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13881         <chenggao@gmail.com>.
13882
13883 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13886         instead.
13887
13888 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13889
13890         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13891         to remove a server from the nnimap-server-buffer-alist.
13892         (nnimap-open-connection, nnimap-close-server): Use it.
13893
13894         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13895
13896 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13899         running the major-mode function.
13900
13901 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13904         dummy marks in the right way.
13905
13906 2004-10-18  David Edmondson  <dme@dme.org>
13907
13908         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13909         excessively.
13910
13911 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13912
13913         * gnus-util.el (gnus-split-references): Accept a nil references
13914         string and go on blissfully.
13915
13916         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13917         cases where the references string is non-nil but has no references.
13918
13919         * encrypt.el: Add autoload tags.
13920
13921         * spam.el (spam-resolve-registrations-routine): Remove article
13922         from unregistration list too.  Reported by David Hanak
13923         <dhanak@isis.vanderbilt.edu>
13924
13925 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13928         nil.  Changed custom type.
13929
13930 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13933
13934         * gnus-sum.el (gnus-summary-move-article): Use it.
13935
13936 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * encrypt.el: Add autoload cookies.
13939
13940         * spam.el (spam-backend-article-list-property)
13941         (spam-backend-get-article-todo-list)
13942         (spam-backend-put-article-todo-list)
13943         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13944         Resolve registrations separately.
13945         (spam-register-routine): Format comments.
13946         (spam-unregister-routine, spam-register-routine): Always call with
13947         specific-articles, no default list.
13948         (spam-summary-prepare-exit): Use the spam-classifications function.
13949
13950         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13951         gnus-encrypt.el.
13952
13953         * encrypt.el: Copied from gnus-encrypt.el.
13954
13955         * gnus-encrypt.el: Commented that it's obsolete.
13956
13957 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13958
13959         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13960         (gnus-score-save): Use it.
13961
13962         * message.el (message-bury): Use `window-dedicated-p'.
13963
13964 2004-10-15  Simon Josefsson  <jas@extundo.com>
13965
13966         * pop3.el (top-level): Don't require nnheader.
13967         (pop3-read-timeout): Add.
13968         (pop3-accept-process-output): Add.
13969         (pop3-read-response, pop3-retr): Use it.
13970
13971 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13972
13973         * spam.el (spam-register-routine): Move comment.
13974         (spam-verify-bogofilter): Use 'unknown for the initial
13975         spam-bogofilter-valid state, not 'never.
13976
13977         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13978         for netrc-machine.
13979
13980         * nnimap.el (nnimap-open-connection): Use
13981         netrc-machine-user-or-password.
13982
13983 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13984
13985         * gnus-registry.el (gnus-registry-unload-hook):
13986         Set as a variable with add-hook.
13987
13988         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13989         of news-path.
13990
13991         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13992
13993         * spam.el: Delete duplicate `provide'.
13994         (spam-unload-hook): Set as a variable with add-hook.
13995
13996 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13999         in the doc string.
14000
14001         * message.el (message-ignored-news-headers)
14002         (message-ignored-supersedes-headers)
14003         (message-ignored-resent-headers)
14004         (message-forward-ignored-headers): Improve custom type.
14005
14006 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * message.el (message-tokenize-header): Fix 2004-09-06 change
14009         which used point-min in the wrong place.
14010
14011 2004-10-12  Simon Josefsson  <jas@extundo.com>
14012
14013         * tls.el (tls-certtool-program): New variable.
14014         (tls-certificate-information): New function, based on
14015         ssl-certificate-information.
14016
14017 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * compface.el: Move the version of ELisp-based uncompface program
14020         to the contrib directory because of the copyright problem.
14021
14022 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * message.el (message-kill-buffer): Raise the current frame.
14025
14026 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14027
14028         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14029
14030         * gnus.el (message-y-or-n-p): Autoload.
14031
14032         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14033         (pop3-password-required, pop3-authentication-scheme)
14034         (pop3-leave-mail-on-server): Made customizable.
14035         (pop3): New custom group.
14036         (pop3-retr): Remove `sleep-for' statements.
14037         Suggested by Dave Love <fx@gnu.org>.
14038
14039         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14040         Windows/DOS.
14041
14042         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14043         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14044         Dave Love <fx@gnu.org>.
14045
14046         * mml.el (mml-minibuffer-read-disposition): Require match.
14047         Suggested by Dave Love <fx@gnu.org>.
14048
14049 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14052         doc string.
14053
14054 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14057
14058 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14059
14060         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14061         instead of calling `mm-insert-inline', to decode text/* parts
14062         before displaying them.
14063
14064 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * mm-uu.el (mm-uu-text-plain-type): New variable.
14067         (mm-uu-pgp-signed-extract-1): Use it.
14068         (mm-uu-pgp-encrypted-extract-1): Use it.
14069         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14070         bind mm-uu-text-plain-type with that value.
14071         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14072         mm-uu-dissect.
14073
14074 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-group.el (gnus-update-group-mark-positions):
14077         * gnus-sum.el (gnus-update-summary-mark-positions):
14078         * message.el (message-check-news-body-syntax):
14079         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14080         of string-as-multibyte.
14081
14082 2004-10-05  Juri Linkov  <juri@jurta.org>
14083
14084         * gnus-group.el (gnus-update-group-mark-positions):
14085         * gnus-sum.el (gnus-update-summary-mark-positions):
14086         * message.el (message-check-news-body-syntax):
14087         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14088         8-bit unibyte values to a multibyte string for search functions.
14089
14090 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14093         (mm-uu-dissect-text-parts): New function.
14094
14095         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14096         dissect text parts.
14097
14098         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14099         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14100
14101         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14102
14103         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14104         gnus-current-topics instead of gnus-current-topic.
14105
14106 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14107
14108         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14109
14110 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14111
14112         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14113         where approriate.
14114
14115         * nnml.el (nnml-generate-active-info): do.
14116
14117         * nndiary.el (nndiary-generate-active-info): do.
14118
14119         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14120         (gnus-topic-move): do.
14121
14122         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14123         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14124
14125         * gnus-srvr.el (gnus-server-prepare)
14126         (gnus-server-open-all-servers): do.
14127
14128         * gnus-msg.el (gnus-summary-cancel-article)
14129         (gnus-summary-resend-message)
14130         (gnus-summary-mail-crosspost-complaint): do.
14131
14132         * gnus-move.el (gnus-change-server): do.
14133
14134         * gnus-group.el (gnus-group-unmark-all-groups)
14135         (gnus-group-set-current-level): do.
14136
14137 2004-10-04  Simon Josefsson  <jas@extundo.com>
14138
14139         * message.el (message-generate-hashcash): Doc fix.
14140
14141 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14142
14143         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14144         avoid infinite recursion via gnus-get-function.
14145
14146 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14147
14148         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14149
14150         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14151
14152         * nnmail.el (nnmail-split-history): do.
14153
14154         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14155         (nnml-request-delete-group): do.
14156
14157         * nnslashdot.el (nnslashdot-read-groups): do.
14158
14159         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14160         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14161
14162         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14163         (nnspool-sift-nov-with-sed): Use last.
14164         (nnspool-retrieve-headers-with-nov): Use mapc.
14165         (nnspool-request-newgroups): Use dolist.
14166         (nnspool-request-group): Use last.
14167
14168         * nntp.el (nntp-read-server-type): Use dolist.
14169
14170         * nnvirtual.el (nnvirtual-create-mapping)
14171         (nnvirtual-update-read-and-marked): Use dolist.
14172         (nnvirtual-convert-headers): Simplify.
14173
14174 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14175
14176         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14177         support for sync'ing tick marks.
14178
14179 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14182         there's no visible header.
14183
14184 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14185
14186         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14187         necessary, pass full group name to gnus-request-set-marks.
14188
14189 2004-10-01  Simon Josefsson  <jas@extundo.com>
14190
14191         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14192         acroread.
14193
14194 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14195
14196         * spam-report.el (spam-report-gmane): Fix interactive.
14197
14198         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14199
14200         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14201         when writing file.
14202         (gnus-agent-synchronize-flags): Don't default to being
14203         interactive.
14204
14205 2004-09-30  Simon Josefsson  <jas@extundo.com>
14206
14207         * message.el (message-generate-hashcash): Add.
14208         (message-send-mail): Use it, call mail-add-payment.
14209
14210 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14211
14212         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14213
14214 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14215
14216         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14217         gnus-requst-update-info with explicit code to sync the in-memory
14218         info read flags with the marks being sync'd to the backend.
14219
14220         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14221
14222 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14223
14224         * spam.el (spam-verify-bogofilter): Add new function.
14225         (spam-check-bogofilter)
14226         (spam-bogofilter-register-with-bogofilter): Use it.
14227         (spam-verify-bogofilter): Add small fixes.
14228
14229 2004-09-28  Simon Josefsson  <jas@extundo.com>
14230
14231         * hashcash.el (hashcash-generate-payment): Revert.
14232
14233 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14234
14235         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14236         gnus-extract-references instead of gnus-split-references.
14237
14238         * gnus-util.el (gnus-extract-references): Add new function, analogous
14239         to gnus-split-references but extracts only the message-ID without
14240         anything extra.
14241
14242         * hashcash.el (hashcash-generate-payment)
14243         (hashcash-check-payment): Do the right thing if hashcash-path is
14244         nil (because the hashcash program could not be found).
14245
14246         * spam.el (spam-use-hashcash): Remove comment.
14247
14248 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14249
14250         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14251         (gnus-cache-enter-article, gnus-cache-remove-article)
14252         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14253
14254         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14255
14256         * gnus-art.el (article-hide-boring-headers)
14257         (article-translate-strings, article-display-face)
14258         (gnus-article-mime-match-handle-first)
14259         (gnus-article-highlight-headers)
14260         (gnus-article-add-buttons-to-head): do.
14261
14262 2004-09-27  Simon Josefsson  <jas@extundo.com>
14263
14264         * hashcash.el: New version, from
14265         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14266         ../contrib/.
14267
14268 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14271
14272 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14273
14274         * gnus-dup.el (gnus-dup-open): Use mapc.
14275         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14276
14277         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14278         Reported by Stefan Wiens <s.wi@gmx.net>.
14279
14280         * gnus.el (gnus-shutdown): Use dolist.
14281
14282         * gnus-undo.el (gnus-undo): Use mapc.
14283
14284         * nnrss.el (nnrss-generate-active): do.
14285
14286         * message.el (message-cite-original-without-signature)
14287         (message-cite-original): Use mapc.
14288         (message-do-actions, message-make-forward-subject): Use dolist.
14289
14290 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14291
14292         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14293         deletion to remove entire duplicate line.  Fixes merged article
14294         number bug.
14295
14296 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14297
14298         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14299         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14300         first ask if you want to open a server and then, even when you
14301         responded with no, asking if you want to synchronize the server's
14302         flags.
14303         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14304         multi-line expressions.
14305         (gnus-agent-synchronize-group-flags): New internal function.
14306         Updates marks in memory (in the info structure) AND in the
14307         backend.
14308
14309         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14310
14311         * nnagent.el (nnagent-request-set-mark): Use
14312         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14313         method, to ensure that synchronization updates marks in the
14314         backend and in the info (in memory) structure.
14315
14316 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14319         convention fully; don't miss the root article of a thread; make
14320         the X-Draft-From header with correct article numbers.
14321
14322 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14323
14324         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14325         unless plugged.  Disable the agent so that an open failure causes
14326         an error.
14327
14328         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14329         Reverted 2004-09-21 change.  The backend must be opened while
14330         synchronizing flags even when the backend stores the flags
14331         locally.
14332
14333 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14336         in `header' match.  Reported by Svend Tollak Munkejord.
14337
14338         * message.el (message-cite-original): Fix use of
14339         `message-cite-articles-with-x-no-archive'.
14340
14341 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14344         (gnus-window-to-buffer): Ditto.
14345
14346         * mml.el (mml-preview-buffer): New variable.
14347         (mml-preview): Manage window layout with gnus-buffer-configuration.
14348
14349         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14350         X-Draft-From header even if those articles aren't quoted.
14351
14352 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14353
14354         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14355         (gnus-request-set-mark, gnus-request-update-mark): Use new
14356         g-s-t-u-l-m to decide to use backend even when unplugged.
14357
14358 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14361         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14362
14363 2004-09-20  Simon Josefsson  <jas@extundo.com>
14364
14365         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14366         "utf-16-le".
14367
14368 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14369
14370         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14371
14372 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * uudecode.el (uudecode-use-external): Add :version.
14375
14376         * smime.el (smime-CA-file, smime-encrypt-cipher)
14377         (smime-dns-server): Add :version.
14378
14379         * smiley.el (gnus-smiley-file-types): Add :version.
14380
14381         * sha1.el (sha1-use-external): Add :version.
14382
14383         * pgg-def.el (pgg-query-keyserver): Add :version.
14384
14385         * nnmail.el (nnmail-fancy-expiry-targets)
14386         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14387         Add :version.
14388
14389         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14390         (nnimap-retrieve-groups-asynchronous): Add :version.
14391         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14392
14393         * mml.el (mml-content-disposition-parameters)
14394         (mml-insert-mime-headers-always): Add :version.
14395
14396         * mm-util.el (mm-coding-system-priorities): Add :version.
14397
14398         * mm-decode.el (mm-inline-text-html-with-images)
14399         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14400         (mm-verify-option): Add :version.
14401         (mm-text-html-renderer): Change :version.
14402
14403         * message.el (message-fcc-externalize-attachments)
14404         (message-required-headers, message-draft-headers)
14405         (message-subject-trailing-was-query)
14406         (message-subject-trailing-was-ask-regexp)
14407         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14408         (message-mark-insert-end, message-archive-header)
14409         (message-archive-note, message-cross-post-default)
14410         (message-cross-post-note, message-followup-to-note)
14411         (message-cross-post-note-function, message-use-mail-followup-to)
14412         (message-subscribed-address-functions)
14413         (message-subscribed-address-file, message-subscribed-addresses)
14414         (message-subscribed-regexps, message-allow-no-recipients)
14415         (message-yank-cited-prefix, message-signature-insert-empty-line)
14416         (message-hidden-headers, message-hierarchical-addresses)
14417         (message-mail-user-agent, message-use-idna)
14418         (message-valid-fqdn-regexp)
14419         (message-strip-special-text-properties, message-header-synonyms)
14420         (message-beginning-of-line, message-tab-body-function): Add :version.
14421         (message-insert-canlock, message-wide-reply-confirm-recipients):
14422         Change :version.
14423
14424         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14425         and :version.
14426         (mail-source-delete-old-incoming-confirm)
14427         (mail-source-movemail-program): Add :version.
14428
14429         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14430         (gnus-agent-cache, gnus-agent): Change :version.
14431
14432         * gnus-util.el (gnus-use-byte-compile): Change :version.
14433
14434         * gnus-sum.el (gnus-summary-make-false-root-always)
14435         (gnus-summary-default-high-score)
14436         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14437         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14438         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14439         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14440         (gnus-sum-thread-tree-single-indent)
14441         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14442         (gnus-sum-thread-tree-leaf-with-other)
14443         (gnus-sum-thread-tree-single-leaf): Add :version.
14444         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14445         (gnus-article-loose-mime): Change :version.
14446
14447         * gnus-start.el (gnus-backup-startup-file)
14448         (gnus-save-startup-file-via-temp-buffer): Add :version.
14449
14450         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14451         (gnus-server-offline-face): Add :version.
14452
14453         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14454
14455         * gnus-msg.el (gnus-gcc-externalize-attachments)
14456         (gnus-debug-files, gnus-debug-exclude-variables)
14457         (gnus-discouraged-post-methods): Change :version.
14458         (gnus-confirm-mail-reply-to-news)
14459         (gnus-confirm-treat-mail-like-news): Add :version.
14460
14461         * gnus-int.el (gnus-server-unopen-status): Add :version.
14462
14463         * gnus-group.el (gnus-group-jump-to-group-prompt)
14464         (gnus-large-ephemeral-newsgroup)
14465         (gnus-fetch-old-ephemeral-headers): Add :version.
14466
14467         * gnus-fun.el (gnus-x-face-directory)
14468         (gnus-convert-pbm-to-x-face-command)
14469         (gnus-convert-image-to-x-face-command)
14470         (gnus-convert-image-to-face-command): Add :version.
14471
14472         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14473
14474         * gnus-cite.el (gnus-cite-blank-line-after-header)
14475         (gnus-article-boring-faces): Add :version.
14476
14477         * gnus-art.el (gnus-buttonized-mime-types)
14478         (gnus-inhibit-mime-unbuttonizing)
14479         (gnus-treat-display-face)
14480         (gnus-treat-body-boundary): Change :version.
14481         (gnus-body-boundary-delimiter, gnus-picon-databases)
14482         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14483         (gnus-treat-date-english, gnus-treat-fold-headers)
14484         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14485         (gnus-treat-mail-picon, gnus-treat-wash-html)
14486         (gnus-article-encrypt-protocol)
14487         (gnus-use-idna, gnus-article-over-scroll)
14488         (gnus-mime-display-multipart-alternative-as-mixed)
14489         (gnus-mime-display-multipart-related-as-mixed)
14490         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14491         (gnus-ctan-url, gnus-button-ctan-handler)
14492         (gnus-button-handle-ctan-bogus-regexp)
14493         (gnus-button-ctan-directory-regexp)
14494         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14495         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14496         (gnus-button-man-level, gnus-button-emacs-level)
14497         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14498
14499         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14500         (gnus-agent-go-online): Change :version.
14501         (gnus-agent-expire-unagentized-dirs)
14502         (gnus-agent-auto-agentize-methods): Add :version.
14503
14504         * flow-fill.el (fill-flowed-display-column)
14505         (fill-flowed-encode-column): Add :version.
14506
14507         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14508         (gnus-outlook-deuglify-unwrap-max)
14509         (gnus-outlook-deuglify-cite-marks)
14510         (gnus-outlook-deuglify-unwrap-stop-chars)
14511         (gnus-outlook-deuglify-no-wrap-chars)
14512         (gnus-outlook-deuglify-attrib-cut-regexp)
14513         (gnus-outlook-deuglify-attrib-verb-regexp)
14514         (gnus-outlook-deuglify-attrib-end-regexp)
14515         (gnus-outlook-display-hook): Add :version.
14516
14517         * binhex.el (binhex-use-external): Add :version.
14518
14519 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14522         and `invisible'.
14523
14524 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14525
14526         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14527         in gnus-registry-trim.
14528
14529 2004-09-13  Simon Josefsson  <jas@extundo.com>
14530
14531         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14532
14533         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14534
14535         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14536         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14537         <yamaoka@jpl.org>.
14538         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14539         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14540         <yamaoka@jpl.org>.
14541
14542         * sieve.el (sieve-manage-mode): Ditto.
14543
14544 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14547
14548 2004-09-11  Simon Josefsson  <jas@extundo.com>
14549
14550         * dns-mode.el: Add.
14551
14552         * mm-view.el (mm-display-dns-inline): Add.
14553
14554         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14555         (mm-automatic-display): Ditto.
14556
14557         * mailcap.el (mailcap-mime-data): Add text/dns.
14558         (mailcap-mime-extensions): Map .soa to text/dns.
14559
14560 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14561
14562         * gnus-art.el (article-decode-mime-words, article-babel)
14563         (gnus-article-highlight-signature, gnus-article-add-buttons)
14564         (gnus-signature-toggle): Remove unnecessary bindings of
14565         `inhibit-read-only' inherited from v5.10 merge.
14566
14567 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * nntp.el (nntp): New customization group.
14570         (nntp-authinfo-file): Add customization group.
14571
14572         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14573
14574         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14575
14576         * gnus.el (to-address, to-list, subscribed)
14577         (large-newsgroup-initial): Ditto.
14578
14579         * flow-fill.el (fill-flowed-display-column)
14580         (fill-flowed-encode-column): Ditto.
14581
14582 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14583
14584         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14585         Use point-min rather than 1.
14586         (message-send-mail): Use buffer-size rather than point-max.
14587
14588         * gnus-sum.el (gnus-summary-search-article-forward):
14589         Signal a specific `search-failed' rather than a generic `error'.
14590
14591         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14592         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14593         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14594
14595 2004-09-10  Simon Josefsson  <jas@extundo.com>
14596
14597         * nndb.el (require): Remove tcp and duplicate cl.
14598
14599 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * gnus-agent.el (directory-files-and-attributes): Move forward.
14602
14603 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14604
14605         * gnus-agent.el (directory-files-and-attributes): Optionally
14606         defined to support XEmacs.
14607
14608 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14609
14610         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14611         to avoid run-time CL dependencies.
14612         (gnus-agent-unfetch-articles): New function.
14613         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14614         article numbers even when local .overview file is missing.
14615         (gnus-agent-read-article-number): New function.  Only accepts
14616         27-bit article numbers.
14617         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14618         gnus-agent-read-article-number.
14619         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14620         from backend while recognizing that article numbers in .overview
14621         must be valid.
14622         (gnus-agent-update-files-total-fetched-for): Use
14623         directory-files-and-attributes to improve performance.
14624         * gnus-int.el (gnus-request-move-article): Use
14625         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14626         improve performance.
14627
14628         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14629         some users confused by references to .newsrc when they only have a
14630         .newsrc.eld file.
14631         (gnus-convert-mark-converter-prompt)
14632         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14633         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14634         New function.  Used internally to only display 'gnus converting
14635         files' message when actually necessary.
14636
14637         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14638         methods now autoloaded.
14639
14640 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14643         identifiers.
14644
14645 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * gnus-picon.el: Fix indentation and closing parenthesis.
14648
14649 2004-09-01  Simon Josefsson  <jas@extundo.com>
14650
14651         * message.el (message-canlock-generate): Require sha1, not
14652         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14653         to require within a function.  Sadly, if sha1.el isn't loaded, the
14654         let binding in m-c-g will hide the defcustom definition, which is
14655         bad.)
14656
14657         * canlock.el: Require sha1, not sha1-el.
14658
14659         * message.el: Don't autoload sha1 (there is a autoload cookie in
14660         sha1.el).
14661
14662         * sha1-el.el: Renamed to sha1.el.
14663
14664 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14665
14666         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14667
14668 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14669
14670         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14671
14672 2004-08-30  Kim F. Storm  <storm@cua.dk>
14673
14674         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14675
14676         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14677         Add :group 'nnimap.
14678
14679 2004-08-30  Andreas Schwab  <schwab@suse.de>
14680
14681         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14682         ?* and ?\;.
14683
14684         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14685         and ?\' to symbol instead of whitespace.
14686
14687 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14690
14691         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14692         instead of re-search-forward.
14693
14694         * gnus-uu.el (gnus-uu-save-article): Ditto.
14695         (gnus-uu-post-encode-uuencode): Ditto.
14696
14697         * html2text.el (html2text-clean-list-items): Ditto.
14698         (html2text-clean-dtdd): Ditto.
14699         (html2text-format-tags): Ditto.
14700
14701         * message.el (message-send-mail-with-sendmail): Fix regexp.
14702         (message-fill-field-general): Use search-forward instead of
14703         re-search-forward.
14704         (unbold-region): Ditto.
14705
14706         * nnrss.el (nnrss-request-article): Ditto.
14707
14708         * nnslashdot.el (nnslashdot-request-article): Ditto.
14709
14710         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14711
14712         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14713         "Unrecognized menu descriptor" error in XEmacs.
14714
14715 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14716
14717         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14718         parent article of a sparse article in the thread hashtb.
14719
14720 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14721
14722         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14723         (nnmail-expand-newtext): Lowercase expanded entries if
14724         nnmail-split-lowercase-expanded is non-nil.
14725
14726 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14729
14730         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14731         of gnus-tmp-news-method into string under XEmacs.  It will be
14732         passed to gnus-correct-length which takes only a string argument.
14733
14734 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * gnus-util.el (gnus-bind-print-variables): New macro.
14737         (gnus-prin1): Use it.
14738         (gnus-prin1-to-string): Use it.
14739         (gnus-pp): New function.
14740         (gnus-pp-to-string): New function.
14741
14742         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14743         Replace pp-to-string with gnus-pp-to-string.
14744         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14745         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14746         * gnus-msg.el (gnus-debug): Ditto.
14747         * gnus-score.el (gnus-score-save): Ditto.
14748         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14749         gnus-pp-to-string.
14750         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14751         with gnus-pp.
14752         * score-mode.el (gnus-score-pretty-print): Ditto.
14753         * webmail.el (webmail-debug): Ditto.
14754
14755 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-art.el (article-display-face, article-display-x-face):
14758         Use buffer-read-only.
14759
14760 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-art.el (article-hide-list-identifiers):
14763         Bind inhibit-read-only as t.
14764
14765 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14768
14769 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14770
14771         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14772         (gnus-narrow-to-page): Don't assume point-min == 1.
14773         (gnus-article-edit-mode): Derive from message-mode.
14774
14775         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14776         point-min == 1.
14777
14778         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14779         Disable incorrect use of `assert'.
14780
14781         * message.el (message-mode): Set comment-start-skip.
14782
14783
14784 2004-08-22  Sam Steingold  <sds@gnu.org>
14785
14786         * pop3.el (pop3-leave-mail-on-server): New user variable.
14787         (pop3-movemail): Delete mail only when it is nil.
14788
14789 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14792
14793         * mml.el (mml-preview): Use `pop-to-buffer'.
14794
14795         * message.el (message-goto-mail-followup-to): Insert after "To".
14796         (message-carefully-insert-headers): Add comment.
14797
14798         * gnus.el: Remove unused variable `gnus-article-check-size'.
14799
14800         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14801
14802         * gnus-art.el (gnus-button-alist): Improve
14803         `gnus-button-handle-library' entry.
14804
14805 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14806
14807         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14808         downcase, since XEmacs capitalizes error messages differently.
14809
14810 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14811
14812         * nntp.el: Add (require 'gnus) due to reference to
14813         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14814
14815 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14816
14817         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14818         `mm-fill-flowed'.
14819
14820         * mm-decode.el (mm-dissect-singlepart): Check it.
14821
14822 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14823
14824         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14825         'imap' for netrc parsing.
14826
14827 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * mailcap.el (mailcap-mime-data): Mark as risky.
14830
14831 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14834         may be included in the encoded word.
14835         (rfc2047-encode): Don't append a space if the encoded word
14836         includes close parenthesis.
14837
14838 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14841         of text within parentheses.
14842
14843 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14844
14845         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14846         (gnus-encrypt-write-file-contents): Make the password key the file
14847         name PLUS the cipher, not just the cipher.  Also remove failed
14848         passwords from the cache.
14849
14850 2004-08-06  Simon Josefsson  <jas@extundo.com>
14851
14852         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14853         fix.
14854
14855 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14858         LWSP.
14859
14860 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14861
14862         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14863         to append in-reply-to: data to the references: header.
14864
14865         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14866         (netrc-parse): Use gnus-encrypt.el functions.
14867
14868         * gnus-encrypt.el: Add new file for encryption support; currently
14869         does only a few GPG ciphers and an internal XOR cipher.
14870
14871         * password.el: Add comments on using password-read-and-add.
14872         (password-read-and-add): Add function to read and add the
14873         password to the cache at once.
14874
14875 2004-07-28  Simon Josefsson  <jas@extundo.com>
14876
14877         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14878         parameter (but don't use it, for now).
14879
14880         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14881         instead of hard coding to nil.
14882
14883 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14886         as mm-inline-image-xemacs does.
14887
14888 2004-07-26  Simon Josefsson  <jas@extundo.com>
14889
14890         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14891         Revert part of 2004-07-17 change below.
14892
14893 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14896         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14897
14898 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14899
14900         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14901         quotes that actually start with ">" at the beginning of the
14902         lines.
14903
14904 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * rfc2047.el (rfc2047-encode-region): Fix last change.
14907         (rfc2047-encode-parameter): Remove useless concat.
14908
14909 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14912         encode special characters; fix some kind of misconfigured headers;
14913         signal a real error if debug-on-quit or debug-on-error is non-nil.
14914         (rfc2047-encode-max-chars): New variable.
14915         (rfc2047-encode-1): Use it.
14916         (rfc2047-encode-parameter): New function.
14917
14918         * mml.el (mml-insert-parameter): Remove an excessive space.
14919
14920 2004-07-17  Simon Josefsson  <jas@extundo.com>
14921
14922         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14923         Kai Grossjohann <kai@emptydomain.de>.
14924         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14925         (gnus-group-make-menu-bar): Ditto.
14926
14927         * gnus-util.el (gnus-group-server): Add.
14928
14929 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14930
14931         * message.el (message-clone-locals): Clone sendmail and smtp
14932         variables.
14933
14934 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * rfc2047.el (rfc2047-encode-region): Fix last change.
14937
14938 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14941         characters as non-special.
14942
14943 2004-07-09  Simon Josefsson  <jas@extundo.com>
14944
14945         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14946         Users will lose all flag changes made while unplugged with
14947         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14948         good default.  See numerous reports on ding mailing list.
14949
14950 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14953         add generate-head-function and generate-article-function to the
14954         rfc822-forward entry.
14955         (nndoc-rfc822-forward-generate-article): New function.
14956         (nndoc-rfc822-forward-generate-head): New function.
14957
14958         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14959
14960 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14961
14962         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14963         respect display group parameter and gnus-summary-expunge-below.
14964         (gnus-articles-to-read): Remove unused reference to display group
14965         parameter.
14966
14967 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14968
14969         * nnheader.el (nnheader-uniquify-message-id): New experimental
14970         variable.
14971         (nnheader-nov-read-message-id): Use it.
14972
14973         * spam-report.el (spam-report-gmane): Add interactive.
14974
14975 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14978         qp-or-base64 for the application/* types.
14979
14980 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14981
14982         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14983
14984 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14987         trim value.
14988
14989 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14990
14991         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14992         New macro and function.
14993         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14994
14995 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14998         after-load-alist.
14999
15000 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15001
15002         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15003         update info that isn't there.
15004
15005 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15006
15007         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15008         entry.
15009
15010 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * mm-view.el (mm-inline-render-with-function): Use multibyte
15013         buffer; decode html source by charset.
15014
15015         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15016
15017         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15018         Mule-UCS is loaded under XEmacs.
15019         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15020
15021 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15022
15023         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15024
15025 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * mm-util.el (mm-coding-system-p): Return a coding-system.
15028         (mm-mime-mule-charset-alist): Use shift_jis instead of
15029         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15030         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15031         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15032         instead of japanese-shift-jis and iso-latin-1 respectively in
15033         order to share the default value with both Emacs and XEmacs-mule.
15034         (mm-mule-charset-to-mime-charset): Make
15035         mm-coding-system-priorities effective.
15036         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15037         while predicating of candidates upon the priorities.
15038
15039 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15040
15041         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15042         gnus-uu-invert-processable.
15043
15044         * gnus.el: Autoload gnus-uu-invert-processable.
15045
15046 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * mm-util.el (mm-with-multibyte-buffer): New macro.
15049
15050         * rfc2047.el (rfc2047-encode-string): Use it.
15051         (rfc2047-encode-region): Move point to the end of the region after
15052         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15053
15054 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15057         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15058
15059 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15062         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15063         Karl Chen <quarl@nospam.quarl.org>.
15064
15065 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15066
15067         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15068         invalid addresses.
15069
15070 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15071
15072         * spam.el: Change section markers, revise TODO list.
15073         (spam-backends): Make new master list of all installed backends.
15074         (spam-summary-exit-behavior): Add new variable to determine how
15075         messages moves are done at summary exit.
15076         (spam-move-spam-nonspam-groups-only)
15077         (spam-process-ham-in-nonham-groups)
15078         (spam-process-ham-in-spam-groups): Remove variables, the
15079         spam-summary-exit-behavior variable should be used to manage this
15080         behavior.
15081         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15082         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15083         and spam-old-spam-articles.
15084         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15085         Add empty variables, placeholders for the backends they represent.
15086         (spam-set-difference): Move, unchanged.
15087         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15088         unless the user has a processor variable.
15089         (spam-classifications, spam-classification-valid-p)
15090         (spam-backend-properties, spam-backend-property-valid-p)
15091         (spam-backend-function-type-valid-p)
15092         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15093         (spam-report-articles-gmane, spam-report-articles-resend):
15094         Remove functions, they are not needed.
15095         (spam-install-backend-super, spam-backend-list)
15096         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15097         (spam-backend-function, spam-backend-ham-registration-function)
15098         (spam-backend-spam-registration-function)
15099         (spam-backend-ham-unregistration-function)
15100         (spam-backend-spam-unregistration-function)
15101         (spam-backend-statistical-p, spam-backend-mover-p)
15102         (spam-install-backend-alias, spam-install-checkonly-backend)
15103         (spam-install-mover-backend, spam-install-nocheck-backend)
15104         (spam-install-backend, spam-install-statistical-backend)
15105         (spam-install-statistical-checkonly-backend): Add backend installation
15106         support.
15107         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15108         (spam-group-processor-p): Use the new backend code and respect the
15109         summary exit behavior.
15110         (spam-mark-spam-as-expired-and-move-routine): Remove.
15111         (spam-summary-prepare): Change to use the new spam-old-articles
15112         variable.
15113         (spam-copy-or-move-routine, spam-copy-spam-routine)
15114         (spam-move-spam-routine, spam-copy-ham-routine)
15115         (spam-move-ham-routine): Add code to copy/move ham or spam.
15116         (spam-fetch-field-fast): Improve doc and code, plus allow the
15117         'number request.
15118         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15119         variables.
15120         (spam-split, spam-find-spam): Use the new backend code.
15121         (spam-registration-functions): Remove variable.
15122         (spam-unregister-routine): Add convenience wrapper.
15123         (spam-log-undo-registration, spam-register-routine)
15124         (spam-log-processing-to-registry)
15125         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15126         where possible.
15127         (spam-check-gmane-xref, spam-check-regex-headers)
15128         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15129         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15130         (spam-check-bogofilter-headers, spam-check-spamoracle)
15131         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15132         (spam-check-crm114-headers): Use the spam-split-group that
15133         spam-split prepares, no need to determine it every time.
15134
15135         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15136         to the nnheader-parse-naked-head call.
15137
15138         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15139
15140         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15141         the nnheader-nov-read-message-id call.
15142
15143 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15146         gnus-activate-group twice.  Suggested by Markus Peter
15147         <warp@spin.de>.
15148
15149 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-art.el (gnus-article-time-format): Exchange the order of
15152         day and month in the default value; fix customization type.
15153         (article-date-ut): Use add-text-properties.
15154         (article-make-date-line): Use message-make-date instead of
15155         current-time-string.
15156
15157         * message.el (message-fetch-field): Don't use set-text-properties.
15158         (message-make-date): Simplify.
15159
15160         * messagexmas.el (message-xmas-make-date): New function.
15161         (message-xmas-redefine): Defalias message-make-date to it.
15162
15163 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15166         (rfc2047-encode-region): Treat text within parentheses as special;
15167         show the original text when error has occurred.
15168
15169         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15170         already-computed method to gnus-activate-group.
15171
15172         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15173         same select-methods identical Lisp objects.
15174
15175         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15176         object when modifying the info.
15177
15178 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15181         gnus-opened-servers since it has never been opened with the new
15182         configuration yet.
15183
15184 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15187         arg to nnheader-generate-fake-message-id.
15188
15189 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15190
15191         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15192         number and build a fake message ID localized to a group and
15193         article number (so it's repeatable from that point on).
15194         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15195         ID format.
15196
15197         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15198         nnheader-generate-fake-message-id with the article number.
15199
15200 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15201
15202         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15203         end-of-buffer.
15204
15205 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15206
15207         * message.el (message-ignored-supersedes-headers): Add Approved.
15208
15209 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15212         goto-char.
15213         (rfc2047-encode): Fold the line before encoding.
15214
15215 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15216
15217         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15218         folding -- not all headers can be folded, and this should be done
15219         by the message composition mode.  Probably.  I think.
15220
15221 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15224         fast.
15225
15226         * gnus-ems.el (gnus-remove-image): Don't use
15227         message-text-with-property; remove only the image found first.
15228
15229         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15230         found first.
15231
15232 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15233
15234         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15235
15236 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * message.el (message-text-with-property): Make it fast and accept
15239         optional arguments.
15240         (message-strip-forbidden-properties): Use it.
15241         (message-fix-before-sending): Follow the m-t-w-p change.
15242
15243         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15244
15245 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * gnus-art.el (article-hide-headers): Don't change the buffer
15248         mistakenly when performing mml-preview even if
15249         gnus-single-article-buffer is nil.
15250
15251 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15252
15253         * message.el (message-expand-name-databases): New user option.
15254         (message-expand-name): Use it.
15255
15256 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15257
15258         * spam.el (spam-report-articles-resend)
15259         (spam-report-resend-register-routine): Allow ham reporting.
15260         (spam-report-resend-register-ham-routine): Add wrapper.
15261         (spam-registration-functions): Add ham resending functions.
15262         (spam-list-of-processors): Add ham resend processor.
15263
15264         * gnus.el (ham-resend-to): Add new group parameter.
15265         (spam-process): Add ham resend option.
15266
15267         * spam-report.el (spam-report-resend): Allow reporting ham.
15268         (spam-report-resend-ham): Add wrapper.
15269
15270 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15271
15272         * message.el (message-cite-articles-with-x-no-archive): New
15273         variable.
15274         (message-cite-original): Use it.
15275
15276 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15277
15278         * message.el (message-cite-original): Respect X-No-Archive.
15279
15280 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * gnus-art.el (article-hide-headers): Refer to the values for
15283         gnus-ignored-headers and gnus-visible-headers in the summary
15284         buffer since a user may have set them as group parameters.
15285
15286 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * assistant.el (assistant-node-name): Add convenience function.
15289         (assistant-render-text, assistant-render-node): Add error handling,
15290         plus handle multiple next nodes.
15291         (assistant-find-next-node): Comment out for now.
15292         (assistant-find-next-nodes): Add function, returns list of next
15293         nodes.
15294
15295 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * mail-source.el (mail-source-directory): Fix doc-string.
15298
15299 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * assistant.el (assistant-render-text, assistant-eval): Add :set
15302         widget type, which is different because it takes and returns a
15303         list.  Much hilarity ensues.
15304
15305 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15306
15307         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15308
15309         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15310         doc-string.
15311
15312         * gnus-start.el (gnus-activate-group): Added doc-string.
15313
15314 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15317
15318 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15319
15320         * assistant.el (assistant-render-text): Try to add a :set
15321         widget, more to come.
15322
15323         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15324         strings.
15325         (spam-report-articles-resend)
15326         (spam-register-routine): Do registration iff any articles warrant
15327         it.
15328         (spam-summary-prepare-exit): Change log message for nil group
15329         destinations.
15330
15331 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15332
15333         * spam.el (spam-report-resend-register-routine): Allow
15334         spam-report-resend-to to be a group parameter or a global value.
15335
15336 2004-05-26  Simon Josefsson  <jas@extundo.com>
15337
15338         * starttls.el: Merge with my GNUTLS based starttls.el.
15339         (starttls-gnutls-program, starttls-use-gnutls)
15340         (starttls-extra-arguments, starttls-process-connection-type)
15341         (starttls-connect, starttls-failure, starttls-success): New
15342         variables.
15343         (starttls-program, starttls-extra-args): Doc fix.
15344         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15345         functions.
15346         (starttls-negotiate, starttls-open-stream): Check
15347         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15348         function if it is set.
15349
15350 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15353         structured fields.
15354
15355 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15358
15359 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15360
15361         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15362         variable.
15363         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15364         assigning the spam-mark to new messages.
15365
15366 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15367
15368         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15369
15370 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15373
15374         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15375         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15376         default.
15377
15378 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15379
15380         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15381         correct data.
15382
15383 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15386         (spam-group-processor-p): Fix function.
15387         (spam-group-processor-multiple-p)
15388         (spam-group-spam-processor-report-gmane-p)
15389         (spam-group-spam-processor-report-resend-p)
15390         (spam-group-spam-processor-bogofilter-p)
15391         (spam-group-spam-processor-blacklist-p)
15392         (spam-group-spam-processor-ifile-p)
15393         (spam-group-ham-processor-ifile-p)
15394         (spam-group-spam-processor-spamoracle-p)
15395         (spam-group-spam-processor-crm114-p)
15396         (spam-group-ham-processor-bogofilter-p)
15397         (spam-group-spam-processor-stat-p)
15398         (spam-group-ham-processor-stat-p)
15399         (spam-group-ham-processor-whitelist-p)
15400         (spam-group-ham-processor-BBDB-p)
15401         (spam-group-ham-processor-spamoracle-p)
15402         (spam-group-ham-processor-copy-p): Remove functions with some
15403         prejudice against unneeded code.
15404         (spam-report-articles-resend)
15405         (spam-report-resend-register-routine): Allow the group/topic
15406         spam-resend-to value to override spam-report-resend-to.
15407         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15408         properly now.
15409
15410         * gnus.el (spam-resend-to): Add group/topic parameter.
15411         (spam-process): Move the OBSOLETE processors to the end of the
15412         choices.
15413
15414 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15415
15416         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15417         with resend-to set to nil, and then ask the user if necessary.
15418         (spam-report-resend): spam-report-resend takes a list of articles, not
15419         separate article numbers.
15420
15421 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15424         addition to emacs-w3m.
15425
15426 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15427
15428         * assistant.el (assistant-authinfo-data): New function.
15429         (assistant-eval): Eval for entire assistant.
15430
15431         * netrc.el (netrc-services-file): New variable.
15432         (netrc-parse-services): New function.
15433         (netrc-find-service-name): New function.
15434         (netrc-find-service-number): New function.
15435         (netrc-port-equal): New function.
15436         (netrc-machine): Use it.
15437
15438         * nnimap.el (nnimap-open-connection): Use netrc.
15439
15440         * gnus-util.el (gnus-netrc-get): Remove aliases.
15441
15442         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15443
15444         * assistant.el (wid-edit): Fix compilation.
15445
15446         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15447
15448 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15449
15450         * gnus-util.el (gnus-set-file-modes): New function.  (small
15451         patch).
15452
15453 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15456
15457         * assistant.el (assistant-render-node): Fix up rendering and
15458         read-only text.
15459         (assistant-render-node): Reset.
15460         (assistant-make-read-only): Not sticky.
15461
15462 2004-05-20  Danny Siu  <dsiu@adobe.com>
15463
15464         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15465         centered even when gnus-auto-center-summary is t.
15466
15467 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15468
15469         * dns.el (dns-get-txt-answer): New function.
15470         (dns-read-txt): Ditto.
15471         (query-dns): Use it.
15472
15473 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15476         active for foreign groups even if the group level is higher than
15477         the specified value.
15478
15479 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15480
15481         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15482         non-active groups.
15483
15484         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15485
15486 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15487
15488         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15489
15490 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15491
15492         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15493         (spam-crm114-header, spam-crm114-spam-switch)
15494         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15495         (spam-crm114-positive-spam-header)
15496         (spam-crm114-database-directory, spam-list-of-processors)
15497         (spam-group-spam-processor-crm114-p)
15498         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15499         (spam-generic-score, spam-list-of-checks)
15500         (spam-list-of-statistical-checks, spam-registration-functions)
15501         (spam-check-crm114-headers, spam-crm114-score)
15502         (spam-check-crm114, spam-crm114-register-with-crm114)
15503         (spam-crm114-register-spam-routine)
15504         (spam-crm114-unregister-spam-routine)
15505         (spam-crm114-register-ham-routine)
15506         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15507         asjo@koldfront.dk (Adam Sjøgren).
15508
15509         * gnus.el: Add spam-use-crm114.
15510
15511         * spam.el (spam-list-of-processors, spam-registration-functions):
15512         Add spam-use-resend.
15513         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15514         (spam-report-articles-gmane): Add doc fix.
15515         (spam-report-articles-resend, spam-report-resend-register-routine):
15516         Add wrappers around spam-report-resend-to.
15517
15518         * spam-report.el (spam-report-resend-to, spam-report-resend):
15519         Add support for resending spam.
15520         (spam-report-gmane): Fix line length >80.
15521
15522         * gnus.el (spam-process): Add spam-use-resend.
15523
15524 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15525
15526         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15527         number of processed spam messages.
15528         (spam-ham-copy-or-move-routine): Return the number of processed
15529         ham messages.
15530         (spam-summary-prepare-exit): Use the above values to decide
15531         whether status messages shouled be displayed.
15532
15533 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15536         `rfc2047-encoding-function-alist' in order to avoid conflicting
15537         with the old version.
15538         (rfc2047-encode-region): Concatenate words containing non-ASCII
15539         characters in structured fields; don't encode space-delimited
15540         ASCII words even in unstructured fields; don't break words at
15541         char-category boundaries.
15542         (rfc2047-encode-1): New function.
15543         (rfc2047-encode): Use it; encode text so that it occupies the
15544         maximum width within 76-column; work correctly on Q encoding for
15545         iso-2022-* charsets.
15546         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15547         sure not to break a line just after the header name.
15548         (rfc2047-b-encode-region): Removed.
15549         (rfc2047-b-encode-string): New function.
15550         (rfc2047-q-encode-region): Removed.
15551         (rfc2047-q-encode-string): New function.
15552
15553         * mm-util.el (mm-replace-in-string): New function.
15554
15555 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15556
15557         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15558         get it right.
15559         (gnus-inews-make-draft): Really.
15560
15561 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15562
15563         * nnmh.el (nnmh-request-list-1): Don't check the link count
15564         before descending.  (small patch)
15565
15566 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15569         stuff.
15570
15571         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15572         on real group name.
15573
15574         * gnus-art.el (gnus-signature-limit): Doc fix.
15575
15576         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15577
15578         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15579
15580 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15581
15582         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15583         isn't a string.
15584
15585 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15586
15587         * gnus-draft.el (gnus-draft-send): Bind
15588         rfc2047-encode-encoded-words.
15589
15590         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15591         (rfc2047-encodable-p): Say that =? needs encoding.
15592         (rfc2047-encode-encoded-words): New variable.
15593
15594         * gnus-group.el (gnus-group-select-group): Doc fix.
15595
15596         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15597
15598         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15599         to nil.
15600
15601         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15602
15603         * nnheader.el (nnheader-get-lines-and-char): New function.
15604
15605 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * gnus-msg.el (gnus-summary-followup-with-original): Document
15608         yanking of region when active.
15609
15610 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15613         groups if the group level is higher than the specified value.
15614
15615 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15618         (gnus-group-jump-to-group): Added prefix argument using
15619         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15620         non-active group.
15621
15622         * compface.el (uncompface): Be verbose when changing
15623         `uncompface-use-external'.
15624
15625         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15626         handle manual section.
15627
15628 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15629
15630         * gnus-art.el (gnus-button-alist): Revert previous change.
15631
15632 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15635
15636 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15637
15638         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15639         whether backend can accept message.
15640
15641         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15642
15643 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15644
15645         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15646         Avoid creating directory when nntp-marks-is-evil is true.
15647         Reported by Reiner Steib.
15648
15649 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * gnus-picon.el (gnus-picon-style): New variable.
15652         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15653         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15654         Jesper Harder <harder@ifa.au.dk>.
15655
15656 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15657
15658         * message.el (message-fill-field): Return point.
15659         (message-generate-headers): Go to end of field.
15660
15661         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15662         stuff for non-living groups.
15663
15664 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15665
15666         * gnus-art.el (gnus-article-followup-with-original)
15667         (gnus-article-reply-with-original): gnus-mark-active-p ->
15668         gnus-region-active-p.
15669
15670 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15673         only when there is spam or ham to be processed.
15674
15675 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15676
15677         * mail-source.el (mail-source-delete-crash-box): Refactor.
15678         (mail-source-fetch): Use it.
15679         (mail-source-fetch-file): Ditto.
15680         (mail-source-fetch-directory): Run postscript in loop.
15681         (mail-source-fetch-pop): Delete.
15682         (mail-source-fetch-maildir): Ditto.
15683         (mail-source-fetch-imap): Ditto.
15684
15685         * imap.el (imap-authenticators): Comment out sasl.
15686
15687         * message.el (message-skip-to-next-address): New function.
15688         (message-fill-header-address): Refactor.
15689         (message-fill-address): Use it.
15690         (message-delete-address): Use it.
15691         (message-fill-header-general): Refactor.
15692         (message-fill-field-address): Rename.
15693         (message-narrow-to-field): Find the start of the header.
15694         (message-header-format-alist): Don't pre-fill.
15695         (message-fill-header): Removed.
15696         (message-insert-header): New function.
15697         (message-shorten-references): Use it.
15698
15699         * rfc2047.el (rfc2047-field-value): Strip props.
15700
15701         * mail-parse.el (mail-header-make-address): New alias.
15702
15703         * ietf-drums.el (ietf-drums-make-address): New function.
15704
15705         * imap.el: Add compiler directives.
15706
15707         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15708
15709         * gnus-art.el (article-decode-idna-rhs): Don't use
15710         message-idna-inside-rhs-p.
15711
15712 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15713
15714         * message.el (message-idna-inside-rhs-p): Removed.
15715         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15716
15717         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15718         false positives.
15719
15720 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15721
15722         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15723
15724 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15725
15726         * nneething.el (nneething-file-name): Don't create spurious
15727         files.
15728
15729         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15730         (gnus-inews-do-gcc): Remove sleep.
15731
15732         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15733         part under point.
15734
15735         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15736         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15737
15738 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * spam.el (spam-summary-prepare-exit): Fixed (length).
15741
15742 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15745         as expired without moving it" message when there are spam
15746         messages left.
15747
15748 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15749
15750         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15751         header is not nil.
15752
15753 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15754
15755         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15756         nntp-possibly-create-directory, not nntp-possibly-change-group.
15757         (nntp-marks-changed-p): New arg SERVER.
15758         (nntp-request-update-info): Adjust caller.
15759
15760 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15761
15762         * nntp.el (nntp-save-marks): Pass missing arg.
15763
15764 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15765
15766         * nntp.el: Support marks.
15767         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15768         (nntp-marks-modtime, nntp-marks-directory): New variables.
15769         (nntp-request-set-mark, nntp-request-update-info)
15770         (nntp-possibly-create-directory, nntp-marks-changed-p)
15771         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15772         functions.
15773
15774 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15775
15776         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15777         (gnus-xmas-redefine): Rename.
15778
15779         * gnus-score.el (gnus-score-insert-help): Use
15780         gnus-select-lowest-window.
15781
15782         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15783         appt-select-lowest-window and rename to gnus-select-lowest-window.
15784
15785         * gnus.el: do.
15786
15787 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15788
15789         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15790         encodings of MIME-encoded words, in order to improve
15791         interoperability with several broken MUAs.
15792
15793 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15794
15795         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15796         tags, only when charsets are not specified in headers.
15797         (mm-inline-text-html-render-with-w3m): Ditto.
15798
15799         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15800         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15801
15802 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15803
15804         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15805         instead of MIME-decoded from fields when checking
15806         `gnus-article-address-banner-alist'.
15807
15808 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15809
15810         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15811         description rather than subject.
15812
15813 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15814
15815         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15816
15817 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15818
15819         * gnus.el (gnus-version-number): Bump.
15820
15821 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15822
15823         * gnus.el: No Gnus v0.2 is released.
15824
15825 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15826
15827         * gnus-agent.el (gnus-agent-read-agentview): Inline
15828         gnus-uncompress-range.
15829
15830 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15831
15832         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15833         `exec-installed-p'.
15834
15835 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15836
15837         * gnus.el (spam-process, spam-autodetect-methods): Add
15838         bsfilter and bsfilter-headers.
15839
15840         * spam.el (spam-bsfilter): New customize group.
15841         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15842         (spam-bsfilter-header, spam-bsfilter-probability-header)
15843         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15844         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15845         (spam-bsfilter-database-directory): New options.
15846         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15847         (spam-list-of-statistical-checks, spam-registration-functions):
15848         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15849         (spam-bsfilter-score): New command.
15850         (spam-check-bsfilter-headers, spam-check-bsfilter)
15851         (spam-bsfilter-register-with-bsfilter)
15852         (spam-bsfilter-register-spam-routine)
15853         (spam-bsfilter-unregister-spam-routine)
15854         (spam-bsfilter-register-ham-routine)
15855         (spam-bsfilter-unregister-ham-routine): New functions.
15856         (spam-generic-score): Support bsfilter; Accept an optional argument
15857         to recalcurate spam score even if scoring header has already been
15858         added.
15859         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15860         optional argument to recalcurate spam score even if scoring header
15861         has already been added.
15862
15863 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15864
15865         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15866         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15867         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15868         link is missing.
15869
15870 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15871
15872         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15873         (html2text-get-attr): Rewrite.
15874
15875         * message.el (message-setup-1): Remove redundant put-text-property
15876         on mail-header-separator.
15877
15878 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15879
15880         * gnus-registry.el (gnus-registry-cache-whitespace)
15881         (gnus-registry-action, gnus-registry-spool-action)
15882         (gnus-registry-split-fancy-with-parent): Change message levels
15883         from 5 to 3 or 7, as needed.
15884
15885         * spam.el (spam-summary-prepare-exit)
15886         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15887         (spam-split, spam-find-spam, spam-log-undo-registration)
15888         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15889         level from 5 to 6.
15890
15891 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15894         2004-03-04 change).
15895
15896 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15897
15898         * sieve-manage.el (sieve-manage-open):
15899         * nnweb.el (nnweb-insert-html):
15900         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15901         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15902         * nnspool.el (nnspool-request-group):
15903         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15904         * nnml.el (nnml-request-update-info):
15905         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15906         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15907         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15908         (nnimap-request-set-mark):
15909         * nnfolder.el (nnfolder-request-update-info):
15910         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15911         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15912         * gnus-uu.el (gnus-uu-find-articles-matching):
15913         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15914         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15915         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15916         * gnus-nocem.el (gnus-nocem-scan-groups):
15917         * gnus-int.el (gnus-start-news-server):
15918         * gnus-group.el (gnus-group-make-kiboze-group)
15919         (gnus-group-browse-foreign-server):
15920         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15921         Use mapc when appropriate.
15922
15923 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15924
15925         FIXME: Make separate entries for each person.
15926
15927         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15928         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15929         <shields@msrl.com>:
15930
15931         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15932         may need for spam sorting and scoring.
15933         (spam-user-format-function-S): Add user format function suitable for
15934         general use.
15935         (spam-article-sort-by-spam-status): Add sorting function for summary
15936         sorting.
15937         (spam-extra-header-to-number): Add function to get a score from a
15938         header.
15939         (spam-summary-score): Add function to get a numeric score from the
15940         headers.
15941         (spam-generic-score): Fix function doc, was in wrong place.
15942         (spam-initialize): Take symbols when it's run, and install the
15943         extra headers that spam-necessary-extra-headers thinks we need.
15944
15945 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15946
15947         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15948         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15949
15950 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15951
15952         * gnus-sum.el (gnus-set-global-variables)
15953         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15954         (gnus-article-get-xrefs, gnus-summary-best-group)
15955         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15956         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15957         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15958         Use with-current-buffer.
15959
15960 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15961
15962         * spam.el (spam-summary-prepare-exit): Simplify logic.
15963         (spam-fetch-article-header): Read the article header if it's not
15964         available.
15965         (spam-list-articles): Simplify logic.
15966         (spam-filelist-register-routine): Fix bug with unregister-list.
15967
15968         * gnus-registry.el: Fix comments at beginning.
15969
15970 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15971
15972         * message.el (message-cater-to-broken-inn): Remove.
15973         (message-shorten-references): Make sure the total folded length of
15974         References is shorter than 998 characters to cater to a bug in INN
15975         2.3.  Also, don't pretend that references aren't folded -- this
15976         hasn't worked for a while.
15977
15978 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15979
15980         * gnus-agent.el (gnus-agentize):
15981         gnus-agent-send-mail-real-function no longer set to current value
15982         of message-send-mail-function but rather a lambda that calls
15983         message-send-mail-function.  The change makes the agent real-time
15984         responsive to user changes to message-send-mail-function.
15985
15986 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15987
15988         * legacy-gnus-agent.el
15989         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15990         help from Florian Weimer <fw@deneb.enyo.de>
15991
15992 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * nnmail.el (nnmail-cache-insert): Revert last change.
15995
15996 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * nnmail.el (nnmail-cache-insert): Always check whether
15999         nnmail-cache-ignore-groups matches a group name.
16000
16001 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16004         (spam-find-spam, spam-log-processing-to-registry)
16005         (spam-log-registered-p, spam-log-unregistration-needed-p)
16006         (spam-log-undo-registration): Use gnus-message instead of
16007         gnus-error, none of these errors are fatal.
16008
16009         * gnus-registry.el (gnus-registry-clean-empty-function)
16010         (gnus-registry-clean-empty): Remove only empty entries without
16011         extra data.
16012
16013 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16014
16015         * spam-stat.el (spam-stat-buffer-change-to-spam)
16016         (spam-stat-buffer-change-to-non-spam): Change (error) to
16017         (gnus-message 8) invocation.
16018
16019 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * nntp.el (nntp-via-netcat-command): New variable.
16022         (nntp-via-netcat-switches): New variable.
16023         (nntp-open-via-rlogin-and-netcat): New function.
16024         (nntp-open-connection-function): Doc fix.
16025         (nntp-telnet-command): Doc fix.
16026         (nntp-end-of-line): Doc fix.
16027         (nntp-via-rlogin-command): Doc fix.
16028         (nntp-via-user-name): Doc fix.
16029         (nntp-via-address): Doc fix.
16030
16031 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16034         error in Emacs 21.1.
16035
16036 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16039
16040 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16041
16042         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16043         (gnus-agent-with-refreshed-group): New macro.
16044         (gnus-agent-rename-group): New function.
16045         (gnus-agent-delete-group): New function.
16046         (gnus-agent-save-group-info): Use gnus-command-method when
16047         `method' parameter is nil.  Don't write nil entries into the
16048         active file.
16049         (gnus-agent-get-group-info): New function.
16050         (gnus-agent-fetch-articles): Use
16051         gnus-agent-update-files-total-fetched-for to increment disk space
16052         used.
16053         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16054         gnus-agent-update-view-total-fetched-for to increment disk space
16055         used.
16056         (gnus-agent-get-local): Added optional parameters to avoid calling
16057         gnus-group-real-name and gnus-find-method-for-group.
16058         (gnus-agent-set-local): Delete stored entry if either min, or max,
16059         are nil.
16060         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16061         quit, use gnus-agent-regenerate-group to record existance of any
16062         articles fetched to disk before the quit occurred.
16063         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16064         gnus-agent-update-view-total-fetched-for, and
16065         gnus-agent-update-files-total-fetched-for to decrement disk space
16066         used.
16067         (gnus-agent-retrieve-headers): Use
16068         gnus-agent-update-view-total-fetched-for to increment disk space
16069         used.
16070         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16071         with gnus-agent-update-files-total-fetched-for to decrement disk
16072         space and fresh group buffer.
16073         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16074         (gnus-agent-need-update-total-fetched-for): New variable.
16075         (gnus-agent-update-files-total-fetched-for): New function.
16076         (gnus-agent-update-view-total-fetched-for): New function.
16077         (gnus-agent-total-fetched-for): New function.
16078
16079         * gnus-cache.el (gnus-cache-save-buffers): Use
16080         gnus-cache-update-overview-total-fetched-for to change disk space
16081         used by this group.
16082         (gnus-cache-possibly-enter-article): Use
16083         gnus-cache-update-file-total-fetched-for to increment disk space
16084         used by this group.
16085         (gnus-cache-possibly-remove-article): Use
16086         gnus-cache-update-file-total-fetched-for to decrement disk space
16087         used by this group.
16088         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16089         (gnus-cache-rename-group): New function.
16090         (gnus-cache-delete-group): New function.
16091         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16092         (gnus-cache-need-update-total-fetched-for): New variable.
16093         (gnus-cache-with-refreshed-group): New macro.
16094         (gnus-cache-update-file-total-fetched-for): New function.
16095         (gnus-cache-update-overview-total-fetched-for): New function.
16096         (gnus-cache-rename-group-total-fetched-for): New function.
16097         (gnus-cache-delete-group-total-fetched-for): New function.
16098         (gnus-cache-total-fetched-for): New function.
16099
16100         * gnus-group.el: Require gnus-sum and autoload functions to
16101         resolve warnings when gnus-group.el compiled alone.
16102         (gnus-group-line-format): Documented new %F.
16103         (size of Fetched data) group line format; identifies disk space
16104         used by agent and cache.
16105         (gnus-group-line-format-alist): Defined new F format.
16106         (gnus-total-fetched-for): New function.
16107         (gnus-group-delete-group): No longer update
16108         gnus-cache-active-altered as gnus-request-delete-group now keeps
16109         the cache in sync.
16110         (gnus-group-list-active): Let the agent store a server's active
16111         list if currently plugged.
16112
16113         * gnus-int.el (gnus-request-delete-group):
16114         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16115         local disk in sync with the server.
16116         (gnus-request-rename-group):
16117         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16118         local disk in sync with the server.
16119
16120         * gnus-start.el (gnus-get-unread-articles):
16121         Cosmetic simplification to logic.
16122
16123         * gnus-util.el (gnus-rename-file): New function.
16124
16125 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16126
16127         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16128
16129 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16130
16131         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16132         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16133
16134 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16135
16136         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16137         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16138
16139 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16140
16141         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16142
16143 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16144
16145         * spam.el (spam-set-difference): Add function to replace
16146         gnus-set-difference in spam.el.
16147         (spam-summary-prepare-exit): Use spam-set-difference.
16148
16149 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16150
16151         * gnus-registry.el (gnus-registry-cache-file): Update to use
16152         gnus-dribble-directory OR gnus-home-directory OR ~.
16153         (gnus-registry-split-fancy-with-parent): Fix doc.
16154
16155 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * message.el (message-exchange-point-and-mark): Use
16158         message-mark-active-p.  Suggested by Jesper Harder
16159         <harder@ifa.au.dk>.
16160
16161 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * message.el (message-exchange-point-and-mark): Don't activate
16164         region if it was inactive.  Suggested by Hiroshi Fujishima
16165         <pooh@nature.tsukuba.ac.jp>.
16166
16167 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-art.el (article-display-face): Display Faces in the same
16170         order as X-Faces.
16171
16172 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16175
16176 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16179         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16180         (gnus-article-mime-hierarchy): Remove.
16181         (gnus-article-mime-hierarchy-next): Remove.
16182         (gnus-article-mode): Revert 2004-03-19 change.
16183         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16184         (gnus-insert-mime-button): Revert 2004-03-19 change.
16185         (gnus-mime-accumulate-hierarchy): Remove.
16186         (gnus-mime-enter-multipart): Remove.
16187         (gnus-mime-leave-multipart): Remove.
16188         (gnus-mime-display-part): Revert 2004-03-19 change.
16189         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16190
16191         * mml.el (mml-preview): Revert 2004-03-19 change.
16192
16193 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16194
16195         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16196
16197 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16200         t while entering a file name using the mm-with-multibyte macro.
16201         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16202
16203         * mm-util.el (mm-with-multibyte): New macro.
16204
16205 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16208         user option.
16209         (gnus-mime-multipart-functions): Doc and customization fix.
16210         (gnus-article-mime-hierarchy): New variable.
16211         (gnus-article-mime-hierarchy-next): New variable.
16212         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16213         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16214         gnus-article-mime-hierarchy-next to nil.
16215         (gnus-insert-mime-button): Show hierarchy numbers.
16216         (gnus-mime-accumulate-hierarchy): New function.
16217         (gnus-mime-enter-multipart): New function.
16218         (gnus-mime-leave-multipart): New function.
16219         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16220         (gnus-mime-display-alternative): Show hierarchy numbers.
16221
16222         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16223         gnus-article-mime-hierarchy-next to nil.
16224
16225 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16226
16227         * dns.el: Don't require gnus-xmas.
16228
16229 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16230
16231         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16232         inline PGP.
16233         (mml-menu): Disable mml-quote-region if mark is inactive.
16234
16235 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16238         when the group's active is not available.
16239
16240 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16243         error.
16244
16245 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16246
16247         * imap.el (imap-store-password): New variable.
16248         (imap-interactive-login): Use it.
16249         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16250
16251 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16254         window-start and hscroll to summary window.
16255
16256 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16257
16258         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16259         conversion message to newsrc-dribble when an actual conversion is
16260         performed.
16261
16262 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16263
16264         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16265
16266 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * mm-decode.el (mm-complicated-handles): New function reviving
16269         former definition of mm-multiple-handles.
16270
16271         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16272         (gnus-mime-delete-part): Use it.
16273
16274 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16275
16276         * gnus-agent.el (gnus-agent-read-local): Bind
16277         nnheader-file-coding-system to gnus-agent-file-coding-system to
16278         avoid the implicit assumption that they will always be equal.
16279         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16280         coding-system-for-write, as the with-temp-file macro first prints
16281         to a buffer then saves the buffer.
16282
16283 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * gnus-art.el (gnus-article-edit-part): New function.
16286         (gnus-mime-save-part-and-strip): Use it; do query instead of
16287         signaling an error; don't use mm-multiple-handles.
16288         (gnus-mime-delete-part): Ditto.
16289
16290 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16291
16292         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16293         old file versions.
16294         (gnus-group-prepare-hook): Removed function that converted list
16295         form of gnus-agent-expire-days to group properties.
16296
16297         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16298         (gnus-request-accept-article): Re-indented.
16299
16300         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16301         converters to handle old agent file formats.  Added logic for a
16302         "backup before upgrading warning".
16303         (gnus-convert-mark-converter-prompt): Developers can mark
16304         functions as needing (default), or not needing,
16305         gnus-convert-old-newsrc's "backup before upgrading warning".
16306         (gnus-convert-converter-needs-prompt): Tests whether the user
16307         should be protected from potentially irreversable changes by the
16308         function.
16309
16310         * legacy-gnus-agent.el: New.  Provides converters that are only
16311         loaded when gnus-convert-old-newsrc needs to call them.
16312
16313 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * mail-source.el (mail-source-touch-pop): Doc fix.
16316
16317         * message.el (message-smtpmail-send-it): Doc fix.
16318
16319 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16320
16321         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16322
16323         * nnmail.el (nnmail-split-fancy): do.
16324
16325         * gnus-kill.el (gnus-kill, gnus-execute): do.
16326
16327 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16328
16329         * gnus-sum.el (gnus-widget-reversible-match)
16330         (gnus-widget-reversible-to-internal)
16331         (gnus-widget-reversible-to-external): New functions.
16332         (gnus-widget-reversible): New widget.
16333         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16334
16335 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16336
16337         * gnus-sum.el (gnus-thread-sort-functions)
16338         (gnus-article-sort-functions): Document `(not F)' items.
16339
16340 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16341
16342         * spam.el (spam-use-gmane-xref): Add new backend.
16343         (spam-gmane-xref-spam-group): Add variable to control the name of the
16344         Gmane spam group.
16345         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16346         (spam-regex-headers-spam, spam-regex-headers-ham)
16347         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16348         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16349         backends and checks.
16350         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16351
16352         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16353         an autodetect method.
16354
16355 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16356
16357         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16358         articles are being added to a group.
16359         (gnus-request-replace-article): Inform the agent that articles
16360         need to be uncached as the cached contents are no longer valid.
16361
16362 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * binhex.el: Don't autoload executable-find.
16365
16366         * canlock.el: Don't autoload mail-fetch-field.
16367
16368         * dgnushack.el: Autoload c-mode for XEmacs.
16369
16370         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16371
16372         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16373         rmail-dont-reply-to and rmail-output.
16374
16375         * gnus-score.el: Don't autoload ffap-string-at-point.
16376
16377         * gnus-setup.el: Don't autoload sc-cite-original.
16378
16379         * imap.el: Don't autoload base64-decode-string,
16380         base64-encode-string and md5.
16381
16382         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16383         and rmail-msg-restore-non-pruned-header.
16384
16385         * mm-decode.el: Don't autoload executable-find.
16386
16387         * mm-url.el: Don't autoload executable-find.
16388
16389         * mm-view.el: Don't autoload diff-mode.
16390
16391         * nndb.el: Don't autoload news-reply-mode, news-setup,
16392         cancel-timer and telnet.
16393
16394         * password.el: Don't autoload run-at-time for Emacs.
16395
16396         * sha1-el.el: Don't autoload executable-find.
16397
16398         * sieve-mode.el: Don't autoload c-mode.
16399
16400         * uudecode.el: Don't autoload executable-find.
16401
16402 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16403
16404         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16405         (gnus-agent-possibly-alter-active): Avoid null in numeric
16406         comparison.
16407         (gnus-agent-set-local): Refuse to save null in local object table.
16408         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16409         list of articles that will be marked as unread.
16410
16411 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16414
16415 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16416
16417         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16418         language tags.
16419
16420 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16421
16422         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16423         Don't bind "obarray".
16424
16425         * gnus-sum.el (gnus-thread-sort-functions): Added
16426         `gnus-thread-sort-by-most-recent-number' and
16427         `gnus-thread-sort-by-most-recent-date'.
16428         Reported by Kai Grossjohann <kai@emptydomain.de>.
16429
16430 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16433
16434 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16435
16436         * gnus-cus.el (gnus-agent-customize-category): Removed
16437         ignore-errors macro reference that required cl to be loaded at
16438         run-time.
16439
16440         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16441         single-interval range of the form (min . max).  Previously the
16442         range had to look like ((min . max)).  Likewise, return
16443         (min . max) rather than ((min . max)).
16444         (gnus-range-map): Use gnus-range-normalize to accept
16445         single-interval range.
16446
16447         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16448         the cache, but not the agent, now appear with their usual face.
16449
16450         * dgnushack.el (loaddir): New variable that is bound to the
16451         directory containing the dgnushack.el file. Use loaddir, rather
16452         than srcdir, to update load-path. Change lets dgnushack compile
16453         code in directories other than GNUS/lisp.
16454
16455 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * lpath.el: Don't bind w3m-safe-url-regexp.
16458
16459         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16460         w3m-safe-url-regexp variable buffer-local.
16461
16462         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16463
16464 2004-02-27  Simon Josefsson  <jas@extundo.com>
16465
16466         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16467         gnus-group-real-prefix.
16468         (gnus-summary-move-article): Use it, instead of
16469         gnus-group-real-prefix.
16470
16471 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * lpath.el: Bind w3m-safe-url-regexp.
16474
16475         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16476         w3m-safe-url-regexp variable buffer-local and set it as the value
16477         of mm-w3m-safe-url-regexp.
16478
16479         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16480
16481         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16482         parsing gnus-posting-styles when the message is not for replying.
16483
16484         * dgnushack.el: Autoload sgml-mode for XEmacs.
16485
16486         * nnrss.el (nnrss-opml-export): Use
16487         mm-set-buffer-file-coding-system instead of
16488         set-buffer-file-coding-system.
16489
16490 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16493         of checkdoc.el).
16494         * nnrss.el: do.
16495         * gnus-mlspl.el: do.
16496         * gnus-ml.el: do.
16497         * gnus-srvr.el: do.
16498
16499         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16500
16501 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16502
16503         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16504         Corrections to custom-manual links.
16505
16506         * gnus-art.el (gnus-article): Ditto.
16507
16508         * mm-decode.el (mime-display, mime-security): Ditto.
16509
16510 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16511
16512         * flow-fill.el: Typo.
16513
16514 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16515
16516         * spam-wash.el: New file.
16517
16518 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16519
16520         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16521
16522 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16523
16524         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16525         to be run with new-articles as LIST1, not LIST2.
16526         (spam-registration-functions): Add spam-use-ham-copy as a nil
16527         registration backend.
16528
16529 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16530
16531         * spam-stat.el (spam-stat-washing-hook): New option.
16532         (spam-stat-buffer-words): Use it.
16533         (spam-stat-process-directory, spam-stat-test-directory): Use
16534         insert-file-contents-literally.
16535         (spam-stat-coding-system): New variable.
16536         (spam-stat-load, spam-stat-save): Use it.
16537
16538 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * spam-report.el (spam-report-plug-agent): Quote
16541         spam-report-url-to-file and spam-report-url-ping-plain.
16542
16543 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16546         / in mailto URLs.
16547
16548 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * spam-report.el (spam-report-process-queue): Fix interactive use.
16551         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16552         (spam-report-unplug-agent): Doc fixes.
16553         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16554         (spam-report-agentize, spam-report-deagentize): Autoload.
16555
16556 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16559
16560         * message.el (message-setup-fill-variables): Add mml tags to
16561         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16562         <ajk@iu.edu>.
16563         (message-mode): Don't modify paragraph-separate there.
16564
16565 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * compface.el (uncompface-use-external): Default to undecided.
16568         (uncompface-use-external-threshold): New variable.
16569         (uncompface-float-time): New macro.
16570         (uncompface): Determine whether to use the external decoder if
16571         uncompface-use-external is undecided.
16572
16573 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16574
16575         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16576         after images.
16577
16578         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16579
16580 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16581
16582         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16583
16584         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16585
16586         * gnus-sum.el (gnus-summary-limit-to-age)
16587         (gnus-summary-limit-children): do.
16588
16589         * gnus-int.el (gnus-request-scan): do.
16590
16591         * gnus-group.el (gnus-group-suspend): do.
16592
16593         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16594
16595         * gnus-cite.el (gnus-cite-parse-attributions): do.
16596
16597         * gnus-agent.el (gnus-summary-set-agent-mark)
16598         (gnus-agent-regenerate-group): do.
16599
16600         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16601
16602         * binhex.el (binhex-decode-region-internal): do.
16603
16604 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-fun.el (gnus-face-properties-alist): New user option.
16607         (gnus-display-x-face-in-from): Use it.
16608
16609         * gnus-art.el (article-display-face): Ditto.
16610
16611         * compface.el (uncompface-use-external): Default to nil.
16612
16613 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16614
16615         * nntp.el (nntp-erase-buffer): New function.
16616         (nntp-retrieve-data, nntp-send-command)
16617         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16618         (nntp-possibly-change-group): Use it.
16619
16620         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16621         with-current-buffer.
16622
16623 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16624
16625         * compface.el: Merge the ELisp-based uncompface program.
16626         (compface): New customization group.
16627         (uncompface-use-external): New user option.
16628         (uncompface): Call uncompface-internal if uncompface-use-external
16629         is nil.
16630         (uncompface-internal): New function.  Note that there are also
16631         some other functions and variables added for this function.
16632
16633 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16634
16635         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16636         if necessary.
16637
16638 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16639
16640         * spam-report.el (spam-report-unplug-agent)
16641         (spam-report-plug-agent, spam-report-deagentize)
16642         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16643         Add support for the Agent in spam-report: when unplugged, report to a
16644         file; when plugged, submit all the requests.
16645
16646         * spam.el (spam-register-routine): Fix message about
16647         registration.
16648
16649 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16650
16651         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16652         dependencies.
16653         (rfc2047-encode): Use it.
16654
16655         * gnus-art.el (gnus-button-marker-list): Move before first
16656         reference.
16657
16658         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16659         (imap-parse-body): Fix format string mismatch.
16660
16661         * gnus-score.el (gnus-summary-increase-score): do.
16662
16663         * nnrss.el (nnrss-close): New function.
16664
16665 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16666
16667         * nnrss.el (nnrss-make-filename): New function.
16668         (nnrss-request-delete-group, nnrss-read-server-data)
16669         (nnrss-save-server-data, nnrss-read-group-data)
16670         (nnrss-save-group-data): Use it.
16671         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16672         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16673         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16674
16675 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16676
16677         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16678
16679 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16680
16681         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16682         files.
16683
16684         * message.el (message-generate-headers-first): Don't quote nil
16685         and t in docstrings.
16686
16687         * imap.el (imap-id): do.
16688
16689         * gnus-agent.el (gnus-agent-consider-all-articles)
16690         (gnus-agent-queue-mail): do.
16691
16692 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * spam-report.el (spam-report-process-queue): New function.
16695         Process requests from `spam-report-requests-file'.
16696         (spam-report-process-queue): Doc fix.
16697
16698 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16699
16700         * spam.el (spam-register-routine)
16701         (spam-log-processing-to-registry, spam-log-registered-p)
16702         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16703         Change "check" to "spam-check" for semi-clarity.
16704
16705 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16706
16707         * pop3.el: Require nnheader.
16708
16709         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16710
16711         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16712
16713         * gnus-picon.el: Require cl.
16714
16715         * gnus-fun.el: Require gnus-ems and gnus-util.
16716
16717         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16718
16719         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16720
16721         * gnus-art.el (gnus-article-edit-mode): Define before first
16722         reference.
16723
16724 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16725
16726         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16727         (gnus-uu-post-encoded): Use point-at-bol.
16728
16729         * gnus-topic.el (gnus-group-active-topic-p): do.
16730
16731         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16732
16733         * gnus-group.el (gnus-group-kill-region): do.
16734
16735         * gnus-art.el (article-date-ut): do.
16736
16737         * message.el (message-fetch-field): Remove redundant
16738         case-fold-search binding.
16739         (message-narrow-to-field): Simplify.
16740
16741 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16742
16743         * spam.el (spam-directory): Derive from `gnus-directory'.
16744
16745         * spam-report.el (spam-report-url-to-file)
16746         (spam-report-requests-file): New function and variable for offline
16747         reporting.
16748         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16749         and user defined function.
16750         (spam-report-url-ping-mm-url): Remove doubled slash.
16751
16752 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16753
16754         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16755
16756 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16757
16758         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16759         format string mismatch.
16760
16761         * sieve.el (sieve-deactivate-all): do.
16762
16763         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16764
16765         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16766
16767         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16768
16769         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16770
16771 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16772
16773         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16774         the list of checks.
16775
16776 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16777
16778         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16779         padding.
16780
16781 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16782
16783         * mm-view.el (mm-fill-flowed): New variable.
16784         (mm-inline-text): Use it.
16785
16786 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16787
16788         * spam.el (spam-spamassassin-register-ham-routine)
16789         (spam-spamassassin-register-spam-routine): Fix function names.
16790
16791 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus.el (gnus-tmp-grouplens): Remove.
16794         (gnus-summary-line-format): Remove grouplens.
16795
16796         * gnus-group.el (gnus-group-line-format): Ditto.
16797
16798         * gnus-spec.el (gnus-format-specs): Ditto.
16799         (gnus-update-format-specifications): Flush the group format spec
16800         cache if there's the grouplens stuff.
16801         (gnus-parse-simple-format): Replace %l with the empty string.
16802
16803 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16804
16805         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16806         omission.
16807
16808 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16811         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16812
16813 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16814
16815         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16816         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16817         New macros and functions.
16818         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16819         Handle > NLINK_MAX messages.
16820         * nnmaildir.el (nnmaildir-request-set-mark): Use
16821         nnmaildir--emlink-p and nnmaildir--eexist-p.
16822
16823 2004-01-25  Alex Schroeder  <alex@gnu.org>
16824
16825         * spam-stat.el (spam-stat-process-directory-age): New option.
16826         (spam-stat-process-directory): Use it.
16827
16828 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16829
16830         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16831         (spam-stat-save): Accept prefix argument.
16832
16833 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16834
16835         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16836         links" error.
16837
16838 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16841         the rest of the and/or forms.
16842
16843 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16844
16845         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16846         compatibility with old .newsrc.eld files.
16847
16848         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16849
16850         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16851
16852         * gnus-start.el (gnus-1): do.
16853
16854         * gnus-group.el (gnus-group-line-format-alist): do.
16855
16856         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16857
16858         * gnus-gl.el: Remove.
16859
16860 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16861
16862         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16863         marks consisting of a single range {for example, (3 . 5)} rather
16864         than a list of a single range { ((3 . 5)) }.
16865
16866 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16867
16868         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16869         with-current-buffer.
16870         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16871         avoid consing a string.
16872
16873         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16874         Remove obsolete entries for big5 and gb2312.
16875
16876 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16877
16878         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16879         uncompressed list.
16880
16881 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16882
16883         * spam-stat.el (spam-stat-strip-xref): New function.
16884         (spam-stat-process-directory): Use it.
16885
16886         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16887         here -- it's done in message-fetch-field.
16888
16889 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16890
16891         * gnus-agent.el (gnus-agent-queue-mail)
16892         (gnus-agent-prompt-send-queue): New variables.
16893         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16894         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16895         "nndraft:queue" along to gnus-draft-send.  Use
16896         gnus-agent-prompt-send-queue.
16897         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16898         is "nndraft:queue".  Suggested by Gaute Strokkenes
16899         <gs234@srcf.ucam.org>
16900
16901         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16902         (agent-enable-undownloaded-faces): Added.
16903         (gnus-agent-cat-groups): Use eval-and-compile, not
16904         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16905         method of gnus-agent-cat-groups even when the buffer has been
16906         evaled.
16907         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16908         delete gnus-agent-save-active-1.
16909         (gnus-agent-save-groups): Deleted.  Identical to
16910         gnus-agent-save-active.
16911         (gnus-agent-write-active): No longer adjust agent's copy of active
16912         file as agent's adjustments are now stored in their own
16913         file.  Removed optional parameter.
16914         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16915         servers.  Add use of min/max range limits from server's local
16916         file.
16917         (gnus-agent-save-alist): Removed unused optional argument.
16918         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16919         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16920         (gnus-agent-set-local): A per-server file that keeps min/max range
16921         limits for articles known to the agent.  Provides a fast mechanism
16922         for altering many active ranges.
16923         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16924         active file (local makes it unnecessary).
16925         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16926
16927         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16928         (agent-enable-undownloaded-faces): Added.
16929
16930         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16931         disable it when sending to "nndraft:queue".
16932         (gnus-group-send-queue): Add safety check to avoid sending queue
16933         when unplugged.
16934
16935         * gnus-group.el (gnus-group-catchup): Use new
16936         gnus-sequence-of-unread-articles, not
16937         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16938         numbers of articles.  Use gnus-range-map to avoid having to
16939         uncompress the unread list.
16940         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16941         Fixed invalid ange-ftp reference.
16942
16943         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16944         (gnus-sorted-range-intersection): Intersection of two ranges
16945         without requiring that they first be uncompressed.
16946
16947         * gnus-start.el (gnus-activate-group): Unless blocked by the
16948         caller, possibly expand the active range to include both cached
16949         and agentized articles.
16950         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16951         multiple version-dependent converters.
16952         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16953         gnus-agent-save-active.
16954         (gnus-save-newsrc-file): Save dirty agent range limits.
16955
16956         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16957         gnus-agent-possibly-alter-active.
16958         (gnus-adjust-marked-articles): Faster handling of simple lists.
16959
16960 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16961
16962         * spam-stat.el (spam-stat-test-directory): New optional argument
16963         displays a list of files detected.  Suggested by Andrew Cohen
16964         <cohen@andy.bu.edu>.
16965         (spam-stat-buffer-words-with-scores): Don't narrow and change
16966         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16967
16968 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16969
16970         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16971         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16972         (spam-spamassassin-arguments)
16973         (spam-spamassassin-spam-flag-header)
16974         (spam-spamassassin-positive-spam-flag-header)
16975         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16976         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16977         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16978         (spam-list-of-processors, spam-list-of-checks)
16979         (spam-list-of-statistical-checks, spam-registration-functions)
16980         (spam-check-spamassassin-headers, spam-check-spamassassin)
16981         (spam-spamassassin-score)
16982         (spam-spamassassin-register-with-sa-learn)
16983         (spam-spamassassin-register-spam-routine)
16984         (spam-spamassassin-register-ham-routine)
16985         (spam-assassin-register-spam-routine)
16986         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16987         (spam-bogofilter-score): Fix to show article before scoring.
16988
16989 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16992         default scoring function.
16993         (spam-generic-score): Call spam-spamassassin-score if
16994         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16995         spam-bogofilter-score otherwise.
16996
16997         * gnus.el (spam-process, spam-autodetect-methods): Add
16998         spamassassin and spamassassin-headers.
16999
17000 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17001
17002         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17003         Suppress unnecessary messages.
17004
17005 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17006
17007         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17008         make-hash-table.
17009
17010 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * canlock.el (base64-encode-string): Don't autoload it.
17013
17014 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * run-at-time.el: Remove useless (require 'itimer),
17017         eval-and-compile and (featurep 'xemacs).
17018
17019 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17020
17021         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17022         GROUP is a virtual group.
17023
17024 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17025
17026         * gnus.el: Autoload `message-y-or-n-p'.
17027
17028 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17029
17030         * pgg-parse.el: Remove unnecessary (require 'custom).
17031
17032         * pgg-def.el: do.
17033
17034         * nnmail.el: do.
17035
17036         * gnus-undo.el: do.
17037
17038         * gnus-picon.el: do.
17039
17040         * gnus-util.el: do.
17041
17042 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17043
17044         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17045
17046 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17049         handle, as well as a list.
17050
17051         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17052         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17053         (mm-w3m-cid-retrieve): Simplify.
17054
17055 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17056
17057         * message.el (message-kill-to-signature): Allow prefix arg to
17058         specify number of lines to keep before signature.
17059
17060 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17061
17062         * message.el (message-kill-to-signature): Change docstring.
17063
17064 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * canlock.el: Always require sha1-el.
17067         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17068
17069         * message.el: Autoload sha1 only when compiling.
17070
17071         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17072         eudc-expand-inline for XEmacs.
17073
17074 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * message.el (message-canlock-generate): Require sha1-el.
17077
17078 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17079
17080         * message.el (message-expand-name): Silence the byte compiler.
17081
17082         * lpath.el: Add detect-coding-system.
17083
17084         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17085         cus-edit.
17086
17087 2004-01-13  Simon Josefsson  <jas@extundo.com>
17088
17089         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17090         Invoke gnus-score-mode.  Reported by
17091         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17092
17093         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17094         Jim Blandy <jimb@redhat.com> (tiny change).
17095
17096 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17097
17098         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17099
17100 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17101
17102         * spam.el (spam-get-article-as-string): Update to use
17103         gnus-request-article-this-buffer, much simpler.
17104         (spam-get-article-as-buffer): Remove.
17105
17106 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17107
17108         * message.el (message-expand-name): Use EUDC if the user uses that.
17109
17110 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17111
17112         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17113         character for the encoding to avoid consing a string.
17114
17115         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17116         unnecessarily.
17117
17118         * mm-util.el (mm-replace-chars-in-string): Remove.
17119
17120         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17121         of mm-replace-chars-in-string.
17122
17123 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17124
17125         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17126
17127         * mm-util.el (mm-subst-char-in-string): Support inplace.
17128
17129         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17130         a new string in every iteration.  Use shy groups.
17131
17132 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17133
17134         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17135         * gnus-soup.el (gnus-soup-group-brew):
17136         * gnus-msg.el (gnus-put-message):
17137         * gnus-move.el (gnus-group-move-group-to-server):
17138         * gnus-kill.el (gnus-batch-score):
17139         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17140         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17141         (gnus-group-update-group, gnus-group-read-group)
17142         (gnus-group-make-group, gnus-group-make-help-group)
17143         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17144         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17145         (gnus-group-sort-by-unread, gnus-group-catchup)
17146         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17147         (gnus-group-yank-group, gnus-group-set-info)
17148         (gnus-group-list-groups):
17149         * gnus.el (gnus-generate-new-group-name):
17150         * gnus-delay.el (gnus-delay-send-queue):
17151         * nnvirtual.el (nnvirtual-catchup-group):
17152         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17153         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17154         (gnus-group-prepare-topics, gnus-topic-check-topology):
17155         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17156         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17157         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17158         (gnus-group-make-articles-read):
17159         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17160         (gnus-group-change-level, gnus-kill-newsgroup)
17161         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17162         (gnus-get-unread-articles, gnus-make-articles-unread)
17163         (gnus-make-ascending-articles-unread): Use accessor
17164         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17165         to get group information for improved readability.
17166
17167
17168 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17169
17170         * gnus-art.el (article-decode-mime-words, article-babel)
17171         (gnus-article-highlight-signature, gnus-article-add-buttons)
17172         (gnus-signature-toggle): Use gnus-with-article-buffer.
17173
17174         * gnus-art.el (gnus-article-highlight-headers)
17175         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17176
17177         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17178         (gnus-article-set-globals, gnus-request-article-this-buffer)
17179         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17180         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17181         (gnus-mime-display-alternative): Use with-current-buffer.
17182
17183 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17184
17185         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17186         also under 80 char limit, and call gnus-error if needed.
17187         (spam-fetch-article-header): Fix - it was a
17188         buffer-local variable (gnus-newsgroup-data).
17189         (spam-find-spam): Use spam-generate-fake-headers, forget about
17190         spam-insert-fake-headers.
17191         (spam-insert-fake-headers): Remove.
17192
17193 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17194
17195         * deuglify.el (gnus-article-outlook-unwrap-lines)
17196         (gnus-outlook-rearrange-article)
17197         (gnus-outlook-repair-attribution-outlook)
17198         (gnus-outlook-repair-attribution-block)
17199         (gnus-outlook-repair-attribution-other): Remove redundant
17200         save-excursion.
17201
17202 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17203
17204         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17205         (spam-fetch-field-subject-fast)
17206         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17207         (spam-fetch-article-header): Add functions to deal with Gnus
17208         internals for fast retrieval of article header data.
17209         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17210
17211 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17212
17213         * pop3.el (pop3-md5): Remove.
17214         (pop3-apop): Replace pop3-md5 with md5.
17215
17216         * mm-bodies.el: base64 is always built-in.
17217
17218         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17219         with-current-buffer.
17220
17221 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * canlock.el (canlock-insert-header): Remove excessive grouping in
17224         regexp.
17225
17226         * gnus-sum.el (gnus-summary-read-document): Ditto.
17227
17228         * gnus-uu.el (gnus-uu-part-number): Ditto.
17229
17230         * html2text.el (html2text-remove-tags): Ditto.
17231         (html2text-format-tags): Ditto.
17232         (html2text-format-single-elements): Ditto.
17233
17234         * mml.el (mml-parse-1): Ditto.
17235
17236 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17237
17238         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17239
17240         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17241
17242         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17243
17244         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17245
17246 2003-11-15  Simon Josefsson  <jas@extundo.com>
17247
17248         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17249         (pgg-gpg-lookup-key): Use regexp match instead of
17250         split-string (split-string is different between emacs 21.2 and
17251         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17252
17253 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17254
17255         * gnus-art.el (gnus-mime-view-all-parts)
17256         (gnus-article-part-wrapper, gnus-article-view-part): Use
17257         with-current-buffer.
17258
17259 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17260
17261         * spam.el (spam-disable-spam-split-during-ham-respool)
17262         (spam-spamoracle-database, spam-cache-lookups)
17263         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17264         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17265         (spam-group-ham-marks, spam-group-spam-marks)
17266         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17267         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17268         also add spam-use-blackholes to the statistical checks.
17269         (spam-fetch-field-fast): Add interface to fetching fields, may
17270         become a macro.
17271         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17272         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17273         (spam-insert-fake-headers): Fake an article when needed.
17274         (spam-find-spam): Fake article when possible.
17275         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17276         (spam-check-bogofilter-headers): Use message-fetch-field instead
17277         of nnmail-fetch-field.
17278
17279 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17282
17283 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17284
17285         * spam.el (spam-split): Do not require spam-use-CHECK to be
17286         enabled if that check is passed to spam-split explicitly; also
17287         fix so 'spam doesn't get converted to spam-split-group when
17288         spam-split-symbolic-return is t.
17289         (spam-find-spam): Find registrations of the article and use those
17290         instead of re-running spam-split to find the spam/ham
17291         classification of the article.
17292         (spam-log-processing-to-registry, spam-log-registered-p)
17293         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17294         Use gnus-error instead of gnus-message.
17295         (spam-log-registration-type): Add function to determine the
17296         classification of a message based on registry entries; will
17297         return nil if both 'spam and 'ham are found.
17298         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17299         a reasonably fast local cache without the loading errors.
17300         (spam-cache-lookups): Set to t by default.
17301         (spam-find-spam): Don't try to guess spam-cache-lookups.
17302         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17303         spam-caches entry.
17304         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17305         caching of whitelist/blacklist entries.
17306         (spam-check-whitelist, spam-check-blacklist): Invoke
17307         spam-from-listed-p with a type, not a cache variable.
17308         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17309
17310 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17311
17312         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17313
17314         * nnmail.el (nnmail-split-fancy): do.
17315
17316         * mml.el (mml-parse): do.
17317
17318         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17319         (gnus-score-adaptive): do.
17320
17321 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17324         (gnus-mime-button-map): Don't set keymap parent.
17325         (gnus-button-ctan-directory-regexp): Use shy grouping.
17326         (gnus-prev-page-map): Don't set keymap parent.
17327         (gnus-prev-page-map): Remove duplicated one.
17328         (gnus-next-page-map): Don't set keymap parent.
17329         (gnus-mime-security-button-map): Ditto.
17330
17331         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17332         version number.
17333
17334         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17335
17336 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * canlock.el (canlock-sha1-function): Remove.
17339         (canlock-sha1-function-for-verify): Remove.
17340         (canlock-openssl-program): Remove.
17341         (canlock-openssl-args): Remove.
17342         (canlock-ignore-errors): Remove.
17343         (canlock-sha1-with-openssl): Remove.
17344         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17345         (canlock-verify): Don't use canlock-ignore-errors.
17346
17347         * sha1-el.el (sha1-string-external): Make it can return a string
17348         in binary form.
17349         (sha1-region-external): Ditto.
17350         (sha1-string-internal): Ditto.
17351         (sha1-region-internal): Ditto.
17352         (sha1-region): Ditto.
17353         (sha1-string): Ditto.
17354         (sha1): Ditto.
17355
17356 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17357
17358         * spam.el (spam-report-articles-gmane): New command.
17359
17360 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17363
17364         * run-at-time.el (run-at-time-saved): Remove.
17365         (run-at-time): Doc fix.
17366
17367 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17368
17369         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17370         (gnus-summary-limit-map): Add it.
17371         (gnus-summary-make-menu-bar): do.
17372
17373 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17374
17375         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17376         Make attempt at some caching support (done for BBDB only now).
17377         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17378         addresses to be checked.
17379         (spam-clear-cache-BBDB): Add function, to be invoked by
17380         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17381         (spam-check-BBDB): Check and use the caches, if
17382         spam-cache-lookups is on, remove superfluous (provide).
17383
17384 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17385
17386         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17387
17388 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17389
17390         * run-at-time.el (run-at-time-saved): Move to after the definition
17391         of `run-at-time'.
17392
17393         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17394
17395 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17398         mm-w3m-local-map-property.
17399
17400         * mm-view.el (mm-w3m-mode-map): Remove.
17401         (mm-w3m-local-map-property): Remove.
17402         (mm-inline-text-html-render-with-w3m): Don't use
17403         mm-w3m-local-map-property.
17404
17405 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17406
17407         * run-at-time.el: New file.
17408
17409         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17410         under Emacs.
17411
17412         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17413         of gnus-set-text-properties.
17414
17415         * gnus-uu.el (gnus-uu-save-article): Ditto.
17416
17417         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17418
17419         * gnus-cite.el (gnus-cite-parse): Ditto.
17420
17421         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17422         of gnus-.
17423
17424         * gnus-xmas.el (run-at-time): Require run-at-time.
17425
17426         * gnus.el: Changed calls to nnheader-run-at-time and
17427         password-run-at-time throughout to use run-at-time directly.
17428
17429         * password.el: Removed definition of run-at-time.
17430
17431         * nnheaderxm.el: Remove definition of run-at-time.
17432
17433 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17434
17435         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17436         in prompt.
17437
17438 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17439
17440         * messagexmas.el (message-xmas-redefine): Alias
17441         `message-make-caesar-translation-table' to
17442         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17443         version.
17444
17445         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17446         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17447         `gnus-xmas-set-text-properties'.
17448         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17449         `gnus-xmas-completing-read'.
17450         (gnus-xmas-completing-read): Removed.
17451         (gnus-xmas-open-network-stream): Removed.
17452
17453         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17454         XEmacs version.
17455
17456         * dns.el (dns-make-network-process): Use `open-network-stream'
17457         instead of `gnus-xmas-open-network-stream'.
17458
17459         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17460
17461         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17462
17463 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17464
17465         * gnus-art.el (gnus-mime-display-alternative)
17466         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17467         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17468         Don't use gnus-local-map-property.
17469
17470         * gnus-util.el (gnus-local-map-property): Remove.
17471
17472         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17473         gnus-completing-read-maybe-default with completing-read.
17474
17475         * gnus-util.el (gnus-completing-read): do.
17476         (gnus-completing-read-maybe-default): Remove.
17477
17478 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17479
17480         * password.el: Only autoload `run-at-time' if not XEmacs.
17481         Only autoload the itimer functions if XEmacs.
17482
17483 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17486         XEmacsen.
17487
17488         * dgnushack.el: Autoload executable-find for XEmacs.
17489
17490 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17491
17492         * gnus-art.el (gnus-read-string): Remove.
17493         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17494         read-string.
17495
17496 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17497
17498         * netrc.el: Autoload password-read.
17499         (netrc): Add configuration group.
17500         (netrc-encoding-method, netrc-openssl-path): Add
17501         variables for encoding and decoding of files with symmetric
17502         ciphers.
17503         (netrc-encode): Add assistant function to encode a file with
17504         netrc-encoding-method.
17505         (netrc-parse): Add interactive parameter, added optional
17506         decoding if netrc-encoding-method is non-nil but otherwise
17507         behavior is standard.
17508         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17509         Do s/encode/encrypt/ everywhere.
17510
17511         * spam.el: Remove executable-find autoload.
17512
17513 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17514
17515         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17516
17517         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17518
17519 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17520
17521         * gnus-art.el (gnus-treat-ansi-sequences)
17522         (article-treat-ansi-sequences): New variable and function.
17523         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17524
17525         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17526         Use it.
17527
17528 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * mm-util.el (mm-quote-arg): Remove.
17531
17532         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17533         shell-quote-argument.
17534
17535         * gnus-uu.el (gnus-uu-command): do.
17536
17537         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17538
17539         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17540         with make-char.
17541
17542         * mm-util.el (mm-make-char): Remove.
17543
17544         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17545         add-minor-mode.
17546
17547         * gnus-undo.el (gnus-undo-mode): do.
17548
17549         * gnus-topic.el (gnus-topic-mode): do.
17550
17551         * gnus-sum.el (gnus-dead-summary-mode): do.
17552
17553         * gnus-start.el (gnus-slave-mode): do.
17554
17555         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17556
17557         * gnus-ml.el (gnus-mailing-list-mode): do.
17558
17559         * gnus-gl.el (gnus-grouplens-mode): do.
17560
17561         * gnus-draft.el (gnus-draft-mode): do.
17562
17563         * gnus-dired.el (gnus-dired-mode): do.
17564
17565         * gnus-ems.el (gnus-add-minor-mode): Remove.
17566
17567         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17568         Replace gnus-char-width with char-width.
17569
17570         * gnus-ems.el (gnus-char-width): Remove.
17571
17572         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17573         Replace gnus-char-width with char-width.
17574
17575         * gnus-ems.el (gnus-char-width): Remove.
17576
17577         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17578         definition.
17579         Remove Emacs 20 hash table compatibility code.
17580
17581         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17582         20 compatibility code.
17583
17584         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17585
17586         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17587
17588         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17589         with point-at-{eol,bol}.
17590
17591         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17592
17593         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17594
17595         * flow-fill.el (fill-flowed-point-at-bol)
17596         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17597
17598         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17599         Replace with point-at-{eol,bol} throughout all files.
17600
17601 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * ntlm.el (ntlm-string-as-unibyte): New macro.
17604         (ntlm-build-auth-response): Use it.
17605
17606         Remove Emacs 20 stuff:
17607         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17608         (butlast, mapc, remove): Remove the compiler macros.
17609         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17610         of delq and copy-sequence.
17611         * gnus-art.el (popup-menu): Remove the compiler macro.
17612         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17613         Emacs 20.
17614
17615 2004-01-05  Simon Josefsson  <jas@extundo.com>
17616
17617         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17618         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17619         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17620         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17621         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17622         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17623         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17624         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17625         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17626         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17627         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17628         string-xor into ntlm-string-xor.  Suggested by
17629         Jesper Harder <harder@myrealbox.com>.
17630
17631         * ntlm.el: Don't include poem.
17632
17633         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17634         Jesper Harder <harder@myrealbox.com>.
17635
17636         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17637
17638         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17639         probably breaks emacs with DL patch, but do we care? Is anyone
17640         still using the DL stuff?)
17641
17642         * sieve-manage.el: Use the password package.
17643         (sieve-manage-read-passwd): Remove.
17644         (sieve-manage-interactive-login): Use password.  Re-add
17645         condition-case around loop.
17646
17647         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17648         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17649         the password package.
17650
17651 2003-02-19  Simon Josefsson  <jas@extundo.com>
17652
17653         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17654         token.
17655
17656 2002-08-07  Simon Josefsson  <jas@extundo.com>
17657
17658         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17659         (sieve-manage-authenticators):
17660         (sieve-manage-authenticator-alist): Add some SASL mechs.
17661         (sieve-sasl-auth): New function.
17662         (sieve-manage-cram-md5-auth):
17663         (sieve-manage-plain-auth): Rewrite using SASL library.
17664         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17665         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17666         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17667         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17668
17669 2004-01-05  Simon Josefsson  <jas@extundo.com>
17670
17671         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17672         New files.
17673
17674 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17675
17676         * gnus-group.el (gnus-no-groups-message): Update.
17677
17678         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17679
17680 2003-11-09  Simon Josefsson  <jas@extundo.com>
17681
17682         * imap.el: Support for ID IMAP extension (RFC 2971).
17683         (imap-local-variables): Add imap-id.
17684         (imap-id): New variable.
17685         (imap-id): New function.
17686         (imap-parse-response): Parse untagged ID response.
17687         * nnimap.el (nnimap-id): New variable.
17688         (nnimap-open-connection): Use it.
17689
17690 2003-12-28  Simon Josefsson  <jas@extundo.com>
17691
17692         * gnus-score.el (gnus-score-edit-all-score): New.
17693         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17694
17695 2004-01-04  Simon Josefsson  <jas@extundo.com>
17696
17697         * password.el: Add.
17698
17699 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17700
17701         * dns.el (dns-query-types): Fix typo.
17702         (dns-query-types): New function.
17703         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17704         PTR and SOA replies, see RFC 1035.
17705
17706 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17707
17708         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17709
17710         * Moved to Changelog.2.
17711
17712 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17713
17714         * gnus.el (gnus-version-number): Bump version.
17715
17716 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17717
17718         * gnus.el: No Gnus v0.1 is released.
17719
17720 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17721
17722         * gnus.el: No Gnus v0.0 is released.
17723
17724 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17725
17726         * gnus.el (gnus-version-number): Bump.
17727         (gnus-version): No.
17728
17729 See ChangeLog.2 for earlier changes.
17730
17731     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17732       Free Software Foundation, Inc.
17733
17734   This file is part of GNU Emacs.
17735
17736   GNU Emacs is free software: you can redistribute it and/or modify
17737   it under the terms of the GNU General Public License as published by
17738   the Free Software Foundation, either version 3 of the License, or
17739   (at your option) any later version.
17740
17741   GNU Emacs is distributed in the hope that it will be useful,
17742   but WITHOUT ANY WARRANTY; without even the implied warranty of
17743   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17744   GNU General Public License for more details.
17745
17746   You should have received a copy of the GNU General Public License
17747   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17748
17749 ;; Local Variables:
17750 ;; coding: utf-8
17751 ;; fill-column: 79
17752 ;; add-log-time-zone-rule: t
17753 ;; End: