(shr-get-image-data): Ensure against the cache file missing.
[gnus] / lisp / ChangeLog
1 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4         (shr-get-image-data): Ensure against the cache file missing.
5
6         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7         for data.
8
9         * spam-report.el (spam-report-url-ping-plain): Don't query about
10         killing the process.
11
12         * shr.el (shr-render-td): Protect against too-wide text.
13
14 2010-10-04  Julien Danjou  <julien@danjou.info>
15
16         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
17         retrieved.
18
19 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * shr.el (browse-url): Required.
22         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
23         lines.
24         (shr-show-alt-text, shr-browse-image): New commands.
25         (shr-browse-url, shr-copy-url): New commands.
26
27         * gnus-sum.el (gnus-widen-article-window): New variable.
28         (gnus-summary-select-article-buffer): Use it.
29
30         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
31         without @ signs.
32
33 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
34
35         * nnir.el (nnir-run-imap): Remove spurious space in search string.
36
37 2010-10-04  Julien Danjou  <julien@danjou.info>
38
39         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
40         for XEmacs.
41
42 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
45
46         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
47         (nnimap-close-server): Implement.
48
49         * dgnushack.el (iswitchb): Require to shut up the compiler.
50
51         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
52         (shr-insert): Tweak line breaking.
53         (shr-insert): Handle <pre> better.
54         (shr-tag-li): Get <li> indentation right.
55         (shr-tag-li): Get <li> indentation even righter.
56         (shr-tag-blockquote): Ensure paragraph start.
57         (shr-make-table): Tweak table generation.
58         (shr-make-table): Fix typo.
59
60         * shr.el: Implement table rendering.
61
62 2010-10-04  Julien Danjou  <julien@danjou.info>
63
64         * gnus-html.el (gnus-html-put-image): Fix resize image code.
65
66 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * shr.el (shr-insert): Use string anchors instead of line anchors.
69
70 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * shr.el: Add headings.
73         (shr-ensure-paragraph): Actually work.
74         (shr-tag-li): Make <ul> prettier.
75         (shr-insert): Get white space at the beginning/end of elements right.
76         (shr-tag-p): Collapse subsequent <p>s.
77         (shr-ensure-paragraph): Don't insert double line feeds after blank
78         lines.
79         (shr-insert): \t is also space.
80         (shr-tag-s): Fix "s" tag name function.
81         (shr-tag-s): Fix face prop name.
82
83 2010-10-03  Julien Danjou  <julien@danjou.info>
84
85         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
86
87         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
88         gnus-window-inside-pixel-edges.
89
90         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
91         gnus-ems.
92
93         * mm-view.el (mm-inline-image-emacs): Support image resizing.
94
95         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
96         function.
97
98         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
99         resize choice.
100
101 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
104         beginning of the buffer.
105
106         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
107         article buffer again.
108
109         * shr.el (shr-tag-p): Don't insert newlines at the start of the
110         buffer.
111
112         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
113         when it's at the start of the buffer.
114
115         * shr.el (shr-tag-blockquote): Convert name.
116         (shr-rescale-image): Use the right image-size variant.
117
118         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
119         buffer isn't shown, then select the current article first instead of
120         bugging out.
121         (gnus-summary-select-article-buffer): Show both the article and summary
122         buffers again.
123
124         * shr.el (shr-fontize-cont): Protect against regions with no text.
125         Rename tag functions to shr-tag-* for enhanced security.
126         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
127
128 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
129
130         * shr.el (shr-insert):
131         * pop3.el (pop3-movemail):
132         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
133         loaded.
134
135 2010-10-03  Glenn Morris  <rgm@gnu.org>
136
137         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
138
139         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
140
141         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
142
143         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
144
145         * gnus-util.el (gnus-make-local-hook): Simplify.
146
147 2010-10-02  Julien Danjou  <julien@danjou.info>
148
149         * gnus-util.el (gnus-iswitchb-completing-read): New function.
150         (gnus-ido-completing-read): New function.
151         (gnus-emacs-completing-read): New function.
152         (gnus-completing-read): Use gnus-completing-read-function.
153         Add gnus-completing-read-function.
154
155 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * shr.el (shr-insert-document): Autoload.
158         (shr-img): Be silent.
159         (shr-insert): Add a newline after every picture before text.
160         (shr-add-font): Use overlays for combining faces.
161         (shr-insert): Pass upwards the text start point.
162
163         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
164         possible.
165         (mm-shr): New function.
166
167 2010-10-02  Julien Danjou  <julien@danjou.info>
168
169         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
170         should go backward.
171
172 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
173
174         * shr.el (shr): Fix typo in provide call.
175
176 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * shr.el: New file.
179
180         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
181
182         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
183         completing read.
184
185 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
188         we're being queried about.  Suggested by Dan Jacobson.
189
190         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
191         by Jason Eisner.
192
193         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
194         table, too.  Suggested by Stefan Wiens.
195         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
196         the table unnecessary.  Suggested by Stefan Wiens.
197
198         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
199         longer needed, and probably doesn't work either, as pointed out by
200         Stefan Wiens.
201         (gnus-summary-exit): Remove call to the clearing function.
202         (gnus-summary-exit-no-update): Ditto.
203
204         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
205         instead of gnus-eval-in-buffer-window to avoid popping up frames.
206         Reported by Stefan Monnier.
207         (gnus-summary-save-in-rmail): Ditto.
208
209         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
210         article buffer, instead of both the article buffer and the summary
211         buffer.  Sort of suggested by Dan Jacobson.
212
213         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
214
215         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
216         Suggested by Dan Jacobson.
217
218         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
219         documentation clearer.
220
221         * message.el (message-shorten-references): Comment on the number "21".
222         Suggested by Stefan Monnier.
223
224         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
225         Suggested by Dan Jacobson.
226
227         * gnus.el (gnus-large-newsgroup): Mention
228         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
229
230         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
231         externalize attachments.  Bug reported by Steve Wen.
232
233         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
234         really message anything to the user.
235
236         * nnmail.el (nnmail-article-group): Allow using the fancy split method
237         directly.
238
239         * nnimap.el (nnimap-request-group): Low higher than high to signal no
240         messages in empty groups.
241
242 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
243
244         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
245         non-UIDNEXT group.
246
247 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
250         not the value from the collection.
251
252         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
253         values.  This sometimes happens on some groups that have no info.
254         (nnimap-request-newgroups): New function.
255
256 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
259         check into `gnus-registry-initialize'.
260         (gnus-registry-initialize): Ditto.
261         Fix and extend header docs.
262
263 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
266         regexp backtrace overflows.
267
268         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
269         for starttls that tls.el implements; i.e. openssl.
270
271         * tls.el (tls-starttls-switches): Give up on using starttls with
272         gnutls-cli.
273         (tls-program): Add --insecure to be consistent with the defaults from
274         openssl s_client.  Now all three commands are insecure.
275
276 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * lpath.el: Bind completion-styles-alist for XEmacs.
279
280         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
281         (gravatar-create-image): New function that's an alias to
282         gnus-xmas-create-image, gnus-create-image, or create-image.
283         (gravatar-data->image): Use it.
284
285 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
288         install the nnregistry refer method.
289         (gnus-registry-install-hooks): Use it.
290         (gnus-registry-unfollowed-groups): Add nnmairix to the default
291         unfollowed groups.
292
293 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
294
295         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
296         expanding threads.
297
298 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * nnir.el: Use the server names without suffixes (bug #7009).
301
302         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
303         unencrypted to STARTTLS, if possible.
304
305 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
306
307         * message.el (message-ignored-supersedes-headers): Strip Injection-*
308         headers before superseding.
309
310 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * nnrss.el (nnrss-use-local): Add documentation.
313
314         * nnimap.el (nnimap-extend-tls-programs): New function.
315         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
316         (nnimap-wait-for-connection): Accept the greeting from the stupid
317         output from openssl s_client -starttls, too.
318
319         * tls.el (tls-starttls-switches): New variable.
320         (tls-find-starttls-argument): Use it.
321         (open-tls-stream): Ditto.
322
323         * netrc.el (netrc-credentials): Return the value of the "default"
324         entry.
325         (netrc-machine): Ditto.
326
327         * nnimap.el (nnimap-find-article-by-message-id): Really return the
328         article number.
329         (nnimap-split-fancy): New variable.
330         (nnimap-split-incoming-mail): Use it.
331
332         * nntp.el (nntp-server-list-active-group): Document.
333
334         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
335         SELECT to get the message-id.
336
337         * mail-source.el (mail-sources): Removed webmail support.
338         (defvar): Ditto.
339         (mail-source-fetcher-alist): Ditto.
340         (mail-source-fetch-webmail): Removed.
341
342         * webmail.el: Removed -- doesn't seem relevant any more.
343
344         * gnus.el: Fix up make-obsolete-variable declarations throughout.
345
346         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
347         the \r.
348
349 2010-09-30  Julien Danjou  <julien@danjou.info>
350
351         * gnus-agent.el (gnus-agent-add-group): Fix call to
352         gnus-completing-read.
353
354 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * nndoc.el (nndoc-retrieve-groups): New function.
357
358         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
359         `default', use nnmail-split-methods.
360         (nnimap-request-article): Downcase the NILs so that they are nil.
361
362         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
363         symbol.
364
365         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
366         code, since if the user has requested network, that's what they ought
367         to get.
368         (nnimap-request-set-mark): Erase the buffer before issuing commands.
369         (nnimap-split-rule): Mark as obsolete.
370
371         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
372         variable.
373
374         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
375         correct slot, too.
376
377 2010-09-29  Julien Danjou  <julien@danjou.info>
378
379         * gnus.el (gnus-local-domain): Declare variable obsolete.
380
381         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
382         computing.
383         (gnus-ido-completing-read): Require ido.
384
385 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * gnus-registry.el: Don't prompt on load, which makes it impossible to
388         build Gnus.
389
390         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
391         when interpreting the structures.
392         (nnimap-request-accept-article): Add \r\n to the lines to make this
393         work with Cyrus.
394
395         * nndraft.el (nndraft-request-expire-articles): Use the group name
396         instead if "nndraft".  Fix found by Nils Ackermann.
397
398 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
399
400         * nnregistry.el: Added.
401
402 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
403
404         * nnmail.el (group, group-art-list, group-art):
405         Remove unneeded directives.
406
407 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
410         (mm-mime-charset)
411         * rfc2047.el (rfc2047-syntax-table)
412         * utf7.el (utf7-utf-16-coding-system): Comment fix.
413
414         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
415         rather than `insert-file-contents' and `eval-region'.
416
417         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
418         construction.
419
420         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
421
422         * time-date.el: No need to require cl for Emacs 21.
423
424 2010-09-29  Julien Danjou  <julien@danjou.info>
425
426         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
427         replacement of `gnus-gravatar-relief' to mimic
428         `gnus-faces-properties-alist'.
429         Add :version property.
430
431 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * mail-source.el (mail-source-report-new-mail)
434         * message.el (message-default-mail-headers)
435         * mm-decode.el (mm-valid-image-format-p): Comment fix.
436
437         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
438
439 2010-09-28  Julien Danjou  <julien@danjou.info>
440
441         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
442         mail-address contains the same string as real-name.
443
444         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
445         non-blank in header, otherwise it'll get stripped.
446
447         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
448         real-name, and then for mail address rather than doing : or , search.
449
450 2010-09-27  Julien Danjou  <julien@danjou.info>
451
452         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
453         (gnus-server-goto-server): Use gnus-completing-read.
454
455         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
456
457         * mm-util.el (defalias): Use gnus-completing-read.
458         (mm-codepage-setup): Use gnus-completing-read.
459
460         * smime.el (smime-sign-buffer): Use gnus-completing-read.
461         (smime-decrypt-buffer): Use gnus-completing-read.
462
463         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
464
465         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
466         (mml-minibuffer-read-disposition): Use gnus-completing-read.
467         (mml-insert-multipart): Use gnus-completing-read.
468
469         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
470
471         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
472
473         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
474
475         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
476
477         * gnus.el (gnus-read-method): Use gnus-completing-read.
478
479         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
480
481         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
482         (gnus-mime-action-on-part): Use gnus-completing-read.
483         (gnus-article-encrypt-body): Use gnus-completing-read.
484
485         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
486         (gnus-topic-move-matching): Use gnus-completing-read.
487         (gnus-topic-copy-matching): Use gnus-completing-read.
488         (gnus-topic-sort-topics): Use gnus-completing-read.
489         (gnus-topic-move): Use gnus-completing-read.
490
491         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
492         (gnus-agent-add-group): Use gnus-completing-read.
493
494         * nnmairix.el (nnmairix-create-server-and-default-group): Use
495         gnus-completing-read.
496         (nnmairix-update-groups): Use gnus-completing-read.
497         (nnmairix-get-server): Use gnus-completing-read.
498         (nnmairix-backend-to-server): Use gnus-completing-read.
499         (nnmairix-goto-original-article): Use gnus-completing-read.
500         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
501
502         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
503
504         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
505         (gnus-group-make-useful-group): Use gnus-completing-read.
506         (gnus-group-make-web-group): Use gnus-completing-read.
507         (gnus-group-add-to-virtual): Use gnus-completing-read.
508         (gnus-group-browse-foreign-server): Use gnus-completing-read.
509
510         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
511         (gnus-summary-limit-to-extra): Use gnus-completing-read.
512         (gnus-summary-execute-command): Use gnus-completing-read.
513         (gnus-summary-respool-article): Use gnus-completing-read.
514         (gnus-read-move-group-name): Use gnus-completing-read.
515
516         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
517         (gnus-summary-score-effect): Use gnus-completing-read.
518
519         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
520
521         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
522         right completing-read function.
523         (gnus-use-ido): New variable
524         (gnus-completing-read-with-default): Remove.
525
526 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
529         x-focus-frame.
530
531         * nnimap.el (auth-source-forget-user-or-password)
532         (auth-source-user-or-password): Autoload.
533
534         * message.el (message-from-style, message-interactive)
535         (message-cite-prefix-regexp, message-sendmail-envelope-from)
536         (message-yank-prefix, message-indentation-spaces, message-signature)
537         (message-signature-file): Add comment.
538
539 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
542         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
543         new articles.
544
545         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
546         parts.
547         (nnimap-request-article): Work with the t setting, too.
548
549         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
550         that you don't get flashes of other buffers.
551         (gnus-summary-show-complete-article): Intern before setting.
552
553 2010-09-27  David Engster  <dengste@eml.cc>
554
555         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
556         well as HEADERS.
557         (nnmairix-retrieve-headers): Provide new argument for the above.
558
559 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-sum.el (gnus-summary-move-article): Don't alter
562         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
563         group.
564
565         * nnimap.el (nnimap-update-info): Don't destructively alter active.
566
567         * message.el (message-cite-prefix-regexp): Revert my last edit.
568
569         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
570         variable instead of the Gnus variable.
571
572         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
573
574         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
575         again.
576
577         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
578         since some servers don't like it.
579         (nnimap-open-connection): Forget credentials if the server says the
580         password was wrong.
581         (nnimap-parse-line): Protect against invalid data.
582
583         * gnus-sum.el (gnus-summary-move-article): Add comment.
584         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
585         nothing alters it while scanning for new messages.
586
587         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
588         which may or may not help.
589         (nnimap-open-connection): If we're doing a stream connection, and then
590         discover we're on a STARTTLS-capable server, then open a STARTTLS
591         connection instead.
592
593 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * nnimap.el (utf7): Required.
596
597         * message.el (message-cite-prefix-regexp): Remove "}" from citation
598         prefix.
599
600 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
601
602         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
603
604 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * nnimap.el (nnimap-request-accept-article): Message the error on
607         error.
608
609 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
612
613 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * nndoc.el (nndoc-request-list): Return success always.
616
617         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
618         `fetch-old' -- we only want to fetch the articles we've requested.  The
619         rest are in the agent, probably.
620         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
621         disappeared server" to something low.  It's not important.
622
623         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
624         arrived before the FETCH data.
625
626         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
627         target here, because we don't know the Gnus name of the group.
628
629         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
630         for the correct group.
631
632         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
633
634         * gnus.el (gnus): Give a final warning after startup.
635
636         * gnus-util.el (gnus-action-message-log): New variable.
637         (gnus-message): Use it.
638         (gnus-final-warning): New function.
639
640         * nnimap.el (nnimap-open-connection): Record the greeting.
641         (nnimap): Add greeting.
642
643 2010-09-26  Julien Danjou  <julien@danjou.info>
644
645         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
646         arguments.
647         (gnus-html-wash-images): Fix spec computing to include start/end.
648
649         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
650
651 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
654         deletion.
655         (nnimap-retrieve-headers): Don't select the group, because that's
656         already done by nnimap-possibly-change-group.
657
658         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
659         (gnus-picon-transform-address): Use it.
660
661         * mail-source.el (mail-source-value): Revert previous patch.
662
663         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
664         on failure.
665         (nnimap-open-connection): Look up both virtual and physical server name
666         credentials.
667
668         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
669
670 2009-02-07  Dave Love  <fx@gnu.org>
671
672         * tls.el (open-tls-stream): Don't query killing process.
673
674 2009-02-08  Dave Love  <fx@gnu.org>
675
676         * gnus-win.el (gnus-window-to-buffer-helper,
677         gnus-all-windows-visible-p): Function needn't be a symbol.
678
679         * mail-source.el (mail-source-value): Function needn't be a symbol.
680
681 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * message.el (message-cite-prefix-regexp): Remove } from the cite
684         prefix.
685
686         * gnus-art.el (gnus-treatment-function-alist): Do picons before
687         highlight again, so that the highlight is correct.
688
689         * gnus-picon.el (gnus-picon): Remove again.
690         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
691
692         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
693         doing the header highlightling, so that the background colour of the
694         picon is correct.
695
696         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
697         (gnus-picon): Ditto.
698         (gnus-picon): Reinstate.  The background colour for picons is white.
699         (gnus-picon-insert-glyph): Make the background white.
700
701         * nnml.el (nnml-open-nov): Don't return dead buffers.
702
703         * auth-source.el (auth-source-create): Query the user for whether to
704         store the credentials.
705
706         * netrc.el (netrc-store-data): New function.
707
708         * auth-source.el (auth-source-user-or-password): Use the existing auth
709         sources, if any, for creation.
710
711         * gnus.el (gnus-group-fast-parameter): Return the last matching
712         parameter instead of the first matching parameter.
713
714 2010-09-26  Julien Danjou  <julien@danjou.info>
715
716         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
717
718 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * mml2015.el (mml2015-use): Remove gpg support.
721
722         * mml1991.el (mml1991-function-alist): Remove gpg function.
723         (mml1991-gpg-sign): Removed.
724
725 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
726
727         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
728         (gnus-browse-unsubscribe-current-group): Document it.
729         (gnus-browse-unsubscribe-group): Use it.
730
731 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
734         address to the To list for easier response.
735
736         * gnus.el (gnus-play-startup-jingle): Removed.
737         (gnus-splash): Don't play jingle.
738         (gnus): Silence gnus-load message.
739
740         * gnus-art.el (gnus-treat-play-sounds): Removed.
741
742         * gnus.el (gnus-play-jingle): Remove audio support.
743
744         * gnus-cus.el (gnus-score-customize): Remove audio reference.
745
746         * earcon.el: Removed -- no users.
747
748         * gnus-audio.el: Removed -- no users of this package.
749
750         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
751
752         * gnus-start.el (gnus-setup-news): Remove nocem support.
753
754         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
755
756         * gnus.el (gnus-use-nocem): Removed.
757
758         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
759         Removed.
760
761         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
762         uses NoCeM any more.
763
764         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
765         (gnus-button-ctan-handler): Ditto.
766         (gnus-button-handle-ctan-bogus-regexp): Ditto.
767         (gnus-button-ctan-directory-regexp): Ditto.
768         (gnus-button-handle-ctan): Ditto.
769         (gnus-button-tex-level): Ditto.
770         (gnus-button-alist): Removed CTAN stuff.
771
772 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
775         nnimap-streaming test.
776
777         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
778         servers twice.
779
780         * nnimap.el (nnimap-open-connection): Add more error reporting when
781         nnimap fails early.
782
783         * nnheader.el (nnheader-get-report-string): New function.
784         (nnheader-get-report): Use it.
785
786         * gnus-int.el (gnus-check-server): Say what the error was when opening
787         failed.
788
789         * nnimap.el (nnimap-wait-for-response): Search further when we're not
790         using streaming.
791
792 2010-09-25  Julien Danjou  <julien@danjou.info>
793
794         * gnus-html.el (gnus-html-rescale-image): Use our defalias
795         gnus-window-inside-pixel-edges.
796
797 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
800
801         * mm-decode.el (mm-save-part): Allow saving to other directories the
802         normal Emacs way.
803
804         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
805         by Jay Berkenbilt.
806
807         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
808         there isn't a single byte.
809
810         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
811         just do it.  It doesn't really seem to matter what the user responds
812         here, I think, so it's just a confusing question.
813
814         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
815         non-streaming case.
816
817         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
818         (gnus-article-encrypt-body): Use it.
819
820         * gnus-sum.el (gnus-summary-show-complete-article): New command and
821         keystroke.
822
823         * nnimap.el (nnimap-find-wanted-parts-1): Use
824         gnus-fetch-partial-articles.
825
826         * gnus-art.el (gnus-fetch-partial-articles): New variable.
827
828         * nnimap.el (nnimap-insert-partial-structure): New function.
829         (nnimap-get-partial-article): New function.
830         (nnimap-request-article): Use it.
831         (nnimap-wait-for-response): Return whether the wait was successful.
832         (nnimap-finish-retrieve-group-infos): Don't do anything if the
833         retrieval wasn't successful.
834         (nnimap-retrieve-group-data-early): Allow throttling servers.
835         (nnimap-streaming): New variable.
836         (nnimap-fetch-partial-articles): Removed.
837
838         * mm-decode.el (mm-with-part): Protect against killed buffers.
839
840         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
841         for prettier summary display.
842
843 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
844
845         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
846         directly.
847
848 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
851         apparently third-party libraries depend on it.
852
853         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
854         before starting negotiation.
855
856         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
857         privacy reasons.
858         (gnus-treat-mail-gravatar): Ditto.
859
860         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
861         buffer when inserting images.  Inserting text into the headers, for
862         instance, can make them invalid.
863
864 2010-09-25  Julien Danjou  <julien@danjou.info>
865
866         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
867         variables.
868
869         * nnheader.el: Remove useless variables news-reply-yank-from and
870         news-reply-yank-message-id.
871
872         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
873         variables.
874
875         * mml1991.el: Remove useless mml1991-verbose.
876
877         * gnus.el: Remove useless variable gnus-use-generic-from.
878         Remove obsolete variable gnus-topic-indentation.
879
880         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
881
882         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
883
884         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
885
886         * gnus-group.el: Remove useless gnus-group-icon-cache.
887         Remove useless gnus-ephemeral-group-server.
888
889         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
890
891         * mml2015.el: Remove useless mml2015-verbose.
892
893         * mml-smime.el: Remove useless mml-smime-verbose.
894
895         * gnus.el: Remove useless gnus-local-domain.
896
897         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
898         gnus-gravatar-size.
899
900         * gnus-art.el: Remove useless gnus-treat-translate.
901
902 2010-09-24  Julien Danjou  <julien@danjou.info>
903
904         * gnus-sum.el: Add support for Gravatars.
905
906         * gnus-art.el: Add support for Gravatars.
907
908         * gnus-gravatar.el: Add this file.
909
910         * gravatar.el: Add this file.
911
912 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
915
916         * gnus-group.el (gnus-group-fetch-faq): Removed.
917
918         * gnus.el (gnus-group-faq-directory): Removed.
919
920         * gnus-group.el (gnus-group-fetch-charter): Removed.
921
922         * gnus.el (gnus-group-charter-alist): Removed.
923
924         * gnus-group.el (gnus-group-archive-directory): Removed.
925         (gnus-group-recent-archive-directory): Ditto.
926         (gnus-group-make-archive-group): Removed.
927
928         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
929
930         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
931         use the same article number for all the cached articles.
932
933         * nnimap.el (nnimap-command): Register the last command time so
934         that we can use it for idling NOOPs.
935         (nnimap-open-connection): Start the keeplive timer.
936         (nnimap-make-process-buffer): Store all the process buffers.
937         (nnimap-keepalive): New function.
938
939         * starttls.el: (starttls-open-stream): Add autoload cookie.
940
941 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
942
943         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
944         handling.
945
946 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
949         its data structures.
950
951         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
952         instead of the cl.el copy-list.
953         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
954         equalp.
955
956 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
959         and tool-bar-local-item-from-menu.
960
961         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
962         mode-line-highlight face for Emacs.
963
964         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
965         loading gnus-sum.elc; fix comment for canlock-verify.
966         (gnus-article-jump-to-part): Use read-number.
967         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
968         Emacs pre-21 compatible code for help-echo.
969         (gnus-article-next-page-1): No need to adjust the number of lines.
970         (gnus-article-describe-bindings): Always use help-buffer.
971
972         * gnus-audio.el (gnus-audio-inline-sound)
973         * gnus-cus.el (gnus-custom-mode)
974         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
975
976         * gnus-sum.el (gnus-remove-overlays): Doc fix.
977
978         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
979         compatible code.
980
981 2010-09-24  Glenn Morris  <rgm@gnu.org>
982
983         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
984         visiting the fcc file in rmail-mode.
985
986         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
987
988 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * nnir.el: Silence the byte compiler.
991
992         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
993         alias to browse-url-url-encode-chars if any.
994         (gnus-html-encode-url): Use it.
995
996 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * gnus-start.el (gnus-use-backend-marks): New variable.
999         (gnus-get-unread-articles-in-group): Use it.
1000
1001         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1002         makeover.
1003
1004 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1005
1006         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1007
1008 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1011         Removed.
1012         (gnus-setup-news-hook): Removed
1013         gnus-fixup-nnimap-unread-after-getting-new-news.
1014
1015         * gnus-int.el (gnus-request-update-info): Protect against backends not
1016         having the function.
1017
1018         * nnimap.el (nnimap-stream): Mention starttls.
1019         (nnimap-open-connection): Add starttls support.
1020
1021 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1022
1023         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1024
1025 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1028         BODYSTRUCTUREs.
1029         (nnimap-transform-headers): Unfold quoted {42} headers.
1030
1031         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1032         the info.
1033         (gnus-get-unread-articles): Only call updatep on backends that support
1034         it.
1035
1036         * nnweb.el (nnweb-request-update-info): NOOP.
1037
1038         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1039
1040         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1041         since it only deals with marks.
1042
1043         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1044         gnus-request-marks, and make a new gnus-request-update-info.
1045
1046         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1047         the active instead of the high number, which is usually too low.
1048
1049 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1050
1051         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1052         * encrypt.el: Removed.
1053
1054 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1057         server in symbolic form.
1058
1059         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1060         0.9.
1061
1062 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1065         (nnimap-update-info): Fix up code slightly.
1066
1067         * gnus-int.el (gnus-open-server): Add tracing for performance
1068         debugging.
1069
1070         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1071         (gnus-group-insert-group-line): Pass the real group name so that it
1072         gets the right data.
1073
1074         * gnus-start.el (gnus-get-unread-articles): Don't have
1075         `gnus-get-unread-articles-in-group' update info, since that can be
1076         really slow and doesn't seem to be needed?
1077
1078 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1079
1080         * time-date.el (date-to-time): Try using parse-time-string first before
1081         using the slower timezone-make-date-arpa-standard.
1082
1083 2010-09-22  Julien Danjou  <julien@danjou.info>
1084
1085         * gnus-group.el (gnus-group-insert-group-line): Call
1086         gnus-group-highlight-line.
1087         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1088         default hook list.
1089         (gnus-group-update-eval-form): Add new function.
1090         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1091         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1092
1093 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1096         immediate, then expire all articles.
1097         (nnimap-update-info): Fix off-by-one errors.
1098         (nnimap-flags-to-marks): Would return no marks lists for group with no
1099         flags.  Instead return the other data.
1100
1101 2010-09-22  Julien Danjou  <julien@danjou.info>
1102
1103         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1104         Only return an icon.
1105         (gnus-group-insert-group-line): Compute icon to return.
1106
1107         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1108         variable.
1109         (gnus-html-image-fetched): Only cache if
1110         gnus-html-image-automatic-caching is set.
1111         (gnus-html-image-fetched): Check for errors.
1112
1113 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1116         once per method on `g'.  This ensures that backends like nnfolder don't
1117         open all their folders.
1118
1119         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1120         (nnimap-request-list): Nix out group in the correct buffer.
1121         (nnimap-parse-flags): Implement by using `read' instead of
1122         hand-parsing.
1123         (nnimap-flags-to-marks): Pass on permanent-flags.
1124         (nnimap-make-process-buffer): Record the server name.
1125         (nnimap-parse-flags): Fix typo.
1126         (nnimap-request-scan): Run split on the server in general, not just a
1127         single group.
1128
1129         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1130         parameter, and propagate this downwards.
1131
1132         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1133         since EXAMINE changes it on the server.
1134
1135         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1136         this command might take a while.
1137
1138 2010-09-22  Julien Danjou  <julien@danjou.info>
1139
1140         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1141         harmful if you have 2 images side-by-side, they can't be properly
1142         update on text deletion.  Using text-property is safer here.
1143         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1144         data.
1145
1146 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * nnimap.el (nnimap-expunge-inbox): Removed.
1149         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1150         (nnimap-expunge): Flip default to t.
1151
1152         * gnus.el (gnus-method-to-server): Don't push things to the cache
1153         unless it's unique.
1154         (gnus-server-to-method): Ditto.
1155
1156 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1157
1158         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1159
1160 2010-09-22  Julien Danjou  <julien@danjou.info>
1161
1162         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1163         get the start of data.
1164         (gnus-html-encode-url): Add this function to encode special chars in
1165         URL.
1166         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1167         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1168
1169         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1170         default.
1171         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1172
1173         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1174         images alt-text.
1175         (gnus-html-put-image): Put alt-text as help-echo.
1176
1177 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1180         * mm-util.el (mm-decompress-buffer)
1181         * nnir.el (nnir-run-find-grep)
1182         * pop3.el (pop3-list): Use 3rd arg of split-string.
1183
1184         * time-date.el (format-seconds): Comment fix.
1185
1186         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1187         and byte-optimize-form-code-walker.
1188         (dgnushack-make-auto-load): Don't advise make-autoload.
1189
1190         * lpath.el: Remove Emacs 21 stuff.
1191
1192 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1195         outside the active range.  Suggested by Dan Christensen.
1196
1197         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1198         slightly later to avoid double-getting it.
1199
1200         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1201         previous patch.
1202
1203         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1204
1205 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1206
1207         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1208
1209 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * gnus-int.el (gnus-open-server): Give a better error message in the
1212         "go offline" case.
1213
1214         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1215         marks for nnimap, which is seldom the right thing to do.
1216
1217         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1218         (gnus-same-method-different-name): New function.
1219
1220         * nnimap.el (parse-time): Require.
1221
1222         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1223         method in the presence of many similar methods.
1224
1225         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1226
1227         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1228         nnml-inhibit-expiry.
1229
1230         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1231         find out whether methods are equal.
1232
1233         * nnimap.el (nnimap-find-expired-articles): New function.
1234         (nnimap-process-expiry-targets): New function.
1235         (nnimap-request-move-article): Request the article before looking at
1236         what the Message-ID is.  Fix found by Andrew Cohen.
1237         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1238
1239         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1240         for oldness in addition to being a predicate.
1241
1242         * nnimap.el (nnimap-request-group): When we have zero articles, return
1243         the right data to Gnus.
1244         (nnimap-request-expire-articles): Only delete articles immediately if
1245         the target is 'delete.
1246
1247         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1248         method, this would bug out.
1249
1250         * gnus-group.el (gnus-group-expunge-group): Renamed from
1251         gnus-group-nnimap-expunge, and implemented as a normal interface
1252         function.
1253
1254         * gnus-int.el (gnus-request-expunge-group): New function.
1255
1256         * nnimap.el (nnimap-request-create-group): Implement.
1257         (nnimap-request-expunge-group): New function.
1258
1259 2010-09-21  Julien Danjou  <julien@danjou.info>
1260
1261         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1262         (gnus-html-cache-expired): Add new function.
1263         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1264         wethever we should display image for fetch it.
1265         Compute alt-text earlier to pass it to the fetching function too.
1266         (gnus-html-schedule-image-fetching): Change function argument to only
1267         get one image at a time, not a list.
1268         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1269         cache.
1270         (gnus-html-get-image-data): New function to retrieve image data from
1271         cache.
1272         (gnus-html-put-image): Change buffer argument to use image data rather
1273         than file, and place image above region rather than inserting a new
1274         one. Do not take alt-text as argument, since it's useless now: we place
1275         the image above alt-text.
1276         (gnus-html-prune-cache): Remove.
1277         (gnus-html-show-images): Start to fetch image when we find one, do not
1278         push into a temporary list.
1279         (gnus-html-prefetch-images): Only fetch image if they have expired.
1280         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1281         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1282
1283 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1286
1287 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1290         spec inser "*" if the group isn't active instead of 0.
1291
1292         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1293         opening the server.
1294         (nnimap-request-delete-group): Implement group deletion.
1295         (nnimap-transform-headers): Return the size of the entire message in
1296         the Bytes header, not just the size of the first part.
1297         (nnimap-request-move-article): When moving an article from nnimap,
1298         request the article first so the accepting form has an article to
1299         accept.  Reported by Dan Christensen.
1300         (nnimap-command): Make sure that the error message doesn't error out.
1301
1302 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1303
1304         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1305         we haven't requested anything.
1306
1307 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1310         "".  Fix found by Andrew Cohen.
1311
1312         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1313         instead of -encode-string.
1314
1315 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1318
1319         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1320         by mm-subst-char-in-string.
1321
1322 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1325         waiting for the connection string.
1326
1327         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1328         arriving.
1329
1330         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1331         bogus characters.  This allows selecting certain Gmail groups.
1332
1333         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1334         (nnimap-fetch-partial-articles): New variable.
1335         (nnimap-open-connection): When looking for credentials, also use the
1336         nnimap-server-port.
1337         (nnimap-request-article): Return the group/article number, so that Gnus
1338         `^' works as expected.
1339         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1340         them.
1341
1342         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1343         comments.
1344         (gnus-methods-sloppily-equal): New function.
1345         (gnus): When using the development version of Gnus, load the gnus-load
1346         file.
1347
1348         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1349         `gnus-open-server' on each method before trying to scan them etc.  This
1350         ensures that all the backend parameters are set correctly.
1351
1352         * nnimap.el (nnimap-authenticator): New variable.
1353         (nnimap-open-connection): Allow anonymous login.
1354         (nnimap-transform-headers): The chars header is called Chars not
1355         Bytes.
1356         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1357         drops.
1358
1359         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1360         patch, found by Knut Anders Hatlen.
1361
1362 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1363
1364         * gnus-agent.el (gnus-agent-batch-confirmation)
1365         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1366         to gnus-message.
1367         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1368         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1369         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1370         * gnus-int.el (gnus-open-server): Likewise.
1371         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1372         (gnus-score-check-syntax): Likewise.
1373         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1374         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1375         Likewise.
1376         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1377
1378 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1381         calling conventions so that prefetch doesn't bug out.
1382
1383 2010-09-19  Julien Danjou  <julien@danjou.info>
1384
1385         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1386         rather than `subst-char-in-region' in order to be able to replace ASCII
1387         char by UTF-8 ones.
1388
1389         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1390         than curl.
1391         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1392         the right URL and ALT text on images.
1393         (gnus-html-wash-tags): Fix tag case.
1394         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1395         (gnus-article-html): Add -o display_ins_del=2 option.
1396         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1397
1398 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1401         the extra mail headers, which sometimes seem to happen for unknown
1402         reasons.
1403
1404         * mail-parse.el (mail-header-encode-parameter): Define as
1405         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1406         (or most, perhaps?) mail readers don't understand the latter, but do
1407         understand the former.
1408
1409         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1410         to nil, so that no methods are automatically agentized.  I think this
1411         is probably what most users want.
1412
1413         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1414         from url-retrieve, for instance about invalid URLs.
1415
1416         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1417         groups that have no articles.
1418         (nnimap-request-article): Check that we really got an article when we
1419         requested one.
1420
1421         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1422         doesn't exist.
1423
1424         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1425         nntp buffer so the agent can save it.
1426         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1427         that CRLF doesn't get translated to \n.
1428         (nnimap-open-connection): Don't make 'shell commands only send \n.
1429
1430 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1431
1432         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1433         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1434         Update var name.
1435         (nnml-generate-nov-file): Use dolist.
1436         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1437         Use with-current-buffer.
1438
1439 2010-09-18  Julien Danjou  <julien@danjou.info>
1440
1441         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1442         parallel.
1443
1444 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1447         the range update right.
1448         (nnimap-request-group): Don't make `M-g' bug out on group with no
1449         marks.
1450         (nnoo): Required, so that other packages can require nnimap.
1451         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1452         command we're looking for.  This helps when the server sends more
1453         responses after we've gotten everything we expected.
1454         (nnimap): Add a `newlinep' field to keep track of end-of-line
1455         conventions.
1456         Don't send CRLF to things that don't want it.
1457         (nnimap-request-accept-article): Ditto.
1458
1459 2010-09-18  Julien Danjou  <julien@danjou.info>
1460
1461         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1462         than curl to retrieve images.
1463
1464 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1467         the marks.
1468         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1469         (nnimap-wait-for-connection): New function.
1470         (nnimap-open-connection): If we have PREAUTH, don't query for login
1471         credentials.
1472         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1473         when doing a partial update.
1474
1475 2010-09-18  Julien Danjou  <julien@danjou.info>
1476
1477         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1478         tags.
1479
1480 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * nnimap.el (nnimap-credentials): New function.
1483         (nnimap-open-connection): Use the new function to look for credentials
1484         also on the numeric equivalents of "imap" and "imaps".
1485
1486         * gnus-start.el (gnus-activate-group): Send the info to
1487         gnus-request-group.
1488
1489         * nnimap.el (nnimap-request-group): Have the "check" version of the
1490         function parse flags and update the info, so that a `M-g' get a total
1491         resync of all flags from the group.
1492
1493         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1494         to allow backends to alter the info on group selection.  Also alter all
1495         the backend -request-group functions to take the parameter.
1496
1497         * nnimap.el (nnimap-store-info): New function.
1498         (nnimap-update-info): Store the info for later usage.
1499         (nnimap-request-group): Use the stored info for the dont-check case, so
1500         that we don't retrieve all marks when we enter a group.
1501
1502         * nnimap.el: Use deffoo instead of defun for interface functions.
1503
1504         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1505         update the group info.  This makes the nndraft groups, for instance, go
1506         back to their old behaviour.
1507
1508         * gnus-sum.el (gnus-select-newsgroup): Indent.
1509
1510         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1511         in.
1512         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1513         nothing.
1514
1515         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1516         from methods that are denied.
1517
1518         * gnus-int.el (gnus-method-denied-p): New function.
1519
1520         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1521         store the password instead of netrc.
1522         (nnimap-open-connection): Don't error out when we can't make a
1523         connections.
1524
1525         * auth-source.el (auth-source-create): In the password prompt, say what
1526         we're querying for.  Also prompt for user name if that hasn't been
1527         given.
1528
1529         * nnimap.el (nnimap-with-process-buffer): Removed.
1530
1531 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1534         method when we're reading from the agent.
1535
1536         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1537
1538         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1539         that's probably most useful for users.
1540
1541         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1542         "failed" all the time.
1543
1544         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1545         ...)) with (with-current-buffer ... ).
1546
1547         * nntp.el (nntp-open-server): Return whether the open was successful or
1548         not.
1549
1550         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1551         select an unread unseen article first.
1552
1553         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1554         /etc/services, supply some sensible port defaults.
1555
1556         * dgnushack.el: Define netrc-credentials.
1557
1558 2010-09-17  Julien Danjou  <julien@danjou.info>
1559
1560         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1561
1562 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1563
1564         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1565         doesn't have any parameters.
1566
1567 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1570         only upcased checks.
1571
1572         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1573
1574         * nnimap.el (nnimap-open-shell-stream): New function.
1575         (nnimap-open-connection): Use it.
1576         (nnimap-transform-headers): Get the number of lines in each message.
1577         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1578         number of lines.
1579         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1580         problem.
1581
1582         * utf7.el (utf7-encode): Autoload.
1583
1584         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1585         to allow the mail splitting to not return a default group.  This is
1586         useful for nnimap, which will leave unmatched mail in the inbox.
1587
1588         * nnimap.el: Rewritten.
1589
1590         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1591         nnimap usage.
1592
1593         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1594         if the move is internal, so that nnimap can do fast internal moves.
1595
1596         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1597         data.
1598         (gnus-read-active-for-groups): Support finishing the early retrieval of
1599         data.
1600
1601         * gnus-range.el (gnus-range-nconcat): New function.
1602
1603         * gnus-int.el (gnus-finish-retrieve-group-infos)
1604         (gnus-retrieve-group-data-early): New functions.
1605
1606 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1607
1608         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1609         (nnrss-retrieve-groups):
1610         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1611         (pop3-quit): Use with-current-buffer.
1612
1613 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1616         instead of nnheader-accept-process-output.
1617
1618         * dgnushack.el (dgnushack-compile): Add comment.
1619
1620         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1621
1622         * gnus-html.el (gnus-html-schedule-image-fetching)
1623         (gnus-html-prefetch-images): Replace process-kill-without-query by
1624         gnus-set-process-query-on-exit-flag.
1625
1626 2010-09-16  Romain Francoise  <romain@orebokech.com>
1627
1628         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1629
1630 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1633         parameter to unintern is mandatory-ish in Emacs 24.
1634
1635         * gnus-html.el (gnus-html-schedule-image-fetching)
1636         (gnus-html-prefetch-images): Check for curl before using it.
1637
1638         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1639         depend on curl, which isn't essential.
1640
1641         * imap.el: Revert back to version
1642         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1643         seem problematic.
1644
1645 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1646
1647         * gnus-registry.el (gnus-registry-install-shortcuts):
1648         Explicitly pass `obarray' to `unintern' to avoid a warning.
1649
1650 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1653         change.
1654
1655         * nnrss.el (nnrss-request-list): Removed this function and related
1656         functions, including the moreover stuff.
1657
1658 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * nnrss.el (nnrss-retrieve-groups): New function.
1661
1662 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1663
1664         * .dir-locals.el: Add no-byte-compile cookie.
1665
1666 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * time-date.el (format-seconds): Comment fix.
1669
1670         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1671         for back end that doesn't support request-scan.
1672
1673 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1676         then do request scans from the backends.
1677
1678         * netrc.el (netrc-credentials): New conveniency function.
1679
1680         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1681         avoid running a hook per line, since this takes a lot of time,
1682         profiling shows.
1683         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1684         directly if gnus-visual-p is true.
1685
1686 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1689         groups; replace mapcar with dolist which is a bit faster; pass groups
1690         info to gnus-read-active-file-1.
1691         (gnus-read-active-file-1): Scan only specified groups if the new
1692         optional arg `infos' is given.
1693
1694 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1697
1698         * pop3.el (pop3-movemail): Removed.
1699         (pop3-streaming-movemail): Renamed to pop3-movemail.
1700
1701         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1702         don't restrict end-tag searches to the end of the line.
1703
1704 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1707         articles of every unchecked group to t, which means unknown since the
1708         server has never been opened.
1709
1710 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * gnus-html.el (gnus-html-show-alt-text): New command.
1713         (gnus-html-browse-image): Ditto.
1714         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1715         to browse the image directly.
1716         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1717         better.
1718
1719         * gnus-async.el (gnus-async-article-callback): Call
1720         `gnus-html-prefetch-images' unconditionally.
1721
1722         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1723         before feeding URLs to curl.
1724
1725 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1728         internal images as deletable by `W D D'.
1729
1730         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1731         (gnus-async-article-callback): Fix typo.
1732
1733 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1736         current line to work around bugs in the output from w3m.
1737
1738         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1739         for groups that want that.
1740
1741         * nntp.el (nntp-wait-for-string): Supply a timeout for
1742         accept-process-output to ensure progress.
1743
1744         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1745         level to get unread articles from, then use that for foreign groups,
1746         too.
1747
1748         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1749         confuses the rest of the function.
1750
1751         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1752         for the methods that support -retrieve-groups, too.
1753
1754         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1755
1756 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1759         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1760
1761         * pop3.el: Require cl when compiling.
1762         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1763
1764 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1767         that aren't going to be activated.
1768         (gnus-get-unread-articles): Fix up the last commit.
1769
1770         * gnus-html.el (gnus-article-html): Allow calling without specifying
1771         the handle.  In that case, dissect the buffer first.
1772
1773         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1774
1775         * nnimap.el (nnimap-open-connection): Revert the change that would look
1776         into authinfo for imaps instead of imap.
1777
1778         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1779         say that you don't want to call gnus-request-group with don-check, but
1780         do check the reponse.  This is for virtual groups only.
1781         (gnus-get-unread-articles): Count the archive groups as secondary, so
1782         that they're activated the same way as before.
1783
1784         * imap.el (imap-message-map): Removed optional buffer parameter, since
1785         no callers use it.
1786         (imap-message-get): Ditto.
1787         (imap-message-put): Ditto.
1788         (imap-mailbox-map): Ditto.
1789         (imap-mailbox-put): Ditto.
1790         (imap-mailbox-get): Ditto.
1791         (imap-mailbox-get): Revert last change for this function.
1792
1793         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1794         case-insensitively.
1795         (nnimap-debug): Removed.
1796
1797         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1798         to use `imap-fetch' instead.  According to the comments, this should be
1799         safe, since all other IMAP clients use the 1:* syntax.
1800         (imap-enable-exchange-bug-workaround): Removed.
1801         (imap-debug): Removed -- doesn't seem very useful.
1802
1803         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1804         mail from a file, and the file doesn't exist.
1805
1806         * imap.el (imap-log): New convenience function used throughout instead
1807         of repeating the same code all over the place.
1808
1809         * pop3.el (pop3-streaming-movemail): Return t for success.
1810
1811         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1812         .authinfo if we're using ssl connection.
1813
1814         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1815         already have if we're in a main Gnus `g' run.
1816
1817         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1818
1819 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1822
1823         * nnmh.el (nnmh-request-list-1): Bind `file'.
1824
1825         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1826         alias to set-process-query-on-exit-flag or process-kill-without-query.
1827         (pop3-open-server): Use it.
1828
1829 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1832         box to the Incoming file.  Fixes mistake in previous checkin.
1833
1834         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1835         request loop (for debugging purposes) removed.
1836
1837         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1838         culprit is more visible.
1839         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1840         (nnml-add-incremental-nov): New functions to do "incremental" nov
1841         updates, where we just append to the end of the existing nov files
1842         without reading/writing them in full.
1843
1844         * mail-source.el (mail-source-delete-crash-box): Really only check the
1845         incoming files once in a while.
1846
1847         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1848
1849         * mail-source.el (mail-source-delete-crash-box): Only check the
1850         incoming files for deletion once per day to save a lot of file
1851         accesses.
1852
1853         * pop3.el (pop3-logon): Fix up unbound variable typo.
1854
1855         * mail-source.el (pop3-streaming-movemail): Autoload.
1856
1857         * pop3.el (pop3-streaming-movemail): Respect
1858         pop3-leave-mail-on-server.
1859
1860         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1861         retrieval.
1862
1863         * pop3.el (pop3-process-filter): Removed unused function.
1864         (pop3-streaming-movemail, pop3-send-streaming-command)
1865         (pop3-wait-for-messages, pop3-write-to-file)
1866         (pop3-number-of-responses): New functions for streaming pop3
1867         retrieval.
1868
1869         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1870         come from no known methods.
1871         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1872         list.
1873
1874         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1875         message sizes.
1876         (pop3-movemail): Use erase-buffer instead of looping and deleting
1877         regions, which seems rather odd.
1878
1879         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1880         file once per `g' run.
1881
1882         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1883         directories.  This makes the draft queue directory work.
1884
1885         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1886         data from the backends, so that we only request the list of groups from
1887         each method once.  This should speed things up considerably.
1888
1889         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1890         detect that it's not implemented.
1891
1892         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1893         we actually do recurse down into the tree, but don't stat all leaf
1894         nodes.
1895
1896         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1897         then say so instead of bugging out.
1898
1899         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1900         files exist before trying to read them.
1901
1902         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1903         around <pre_int>.
1904
1905         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1906
1907         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1908
1909 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * mm-util.el (mm-image-load-path): Just return the image directories,
1912         not all directories in the path in addition to the image directories.
1913         (mm-image-load-path): Maintain a cache of the image directories so that
1914         the `g' command in Gnus doesn't have to stat dozens of directories each
1915         time.
1916
1917         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1918         (gnus-html-wash-tags): Add a new `i' command to insert images.
1919         (gnus-html-insert-image): New command and keystroke.
1920         (gnus-html-redisplay-with-images): New command and keystroke.
1921         (gnus-html-show-images): Renamed command.
1922         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1923         spacers.
1924         (gnus-html-wash-tags): Decode entities at the end, so that entities
1925         inside the tags don't mess up the rest of the "parsing".
1926
1927         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1928         so that nnimap methods aren't agentized by default.  There's apparently
1929         many problems related to agent/imap behaviour.
1930
1931         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1932
1933         * gnus-html.el: Doc fix.
1934
1935 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1938         specifier-spec-list for Emacs 21.
1939
1940         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1941         glyph-width and glyph-height instead of display-graphic-p and
1942         image-size; make avoidance of displaying small images work for XEmacs.
1943
1944         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1945         for XEmacs.
1946
1947         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1948         of symbol that holds plist data.
1949         (gnus-process-plist): Remove plist of process after getting it.
1950
1951 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * message.el (message-generate-hashcash): Change default to
1954         'opportunistic if hashcash is installed.
1955
1956         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1957         (gnus-html-put-image): Only call image-size once, since it's somewhat
1958         time-consuming on remote X servers.
1959
1960 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1963         type on data, not a file name.
1964
1965         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1966         window-pixel-edges for Emacs 21.
1967
1968         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1969         decoded contents.
1970         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1971
1972 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1975         group line format, since it isn't very interesting.
1976
1977         * gnus-agent.el (gnus-agent-short-article),
1978         (gnus-agent-long-article): Increase values for these two variables,
1979         since most people are likely to have more network connection and
1980         storage than before.
1981
1982         * gnus.el (gnus-refer-article-method): Change default to 'current.
1983         When referring an article, the common behaviour is to refer it from the
1984         current select method, not the native select method.  The chances of
1985         the native select method having the message in question is rather slim
1986         these days.
1987
1988         * gnus-sum.el (gnus-auto-select-subject): Change default to
1989         `unseen-or-unread'.  I think it's likely that most people want to
1990         select an unseen article over a previously seen, but unread one.
1991
1992         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1993         means that in the article buffer none of the minor mode elements will
1994         be shown, usually, and this is not desirable in most cases.
1995
1996         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1997         that commands like `d' (and the like) go to the next line in the
1998         buffer, instead of the next unread article.  I think this is the
1999         behaviour that is most natural for most users.
2000         (gnus-single-article-buffer): Change default to nil, so that people can
2001         have as many article buffers open as they have summary buffer.  I think
2002         this is the most natural way for the groups to behave.
2003
2004         * message.el (message-generate-new-buffers): Change default to
2005         `unsent', so that all new message buffers start their names with the
2006         string "*unsent", and it's easier to find the buffers if you move from
2007         them.
2008
2009 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2012         small.  They're probably tracking images.
2013         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2014         (gnus-html-rescale-image): Yet another try at getting the image sizing
2015         right.
2016
2017         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2018         nntp-marks-file-name is nil.
2019
2020 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2021
2022         * gnus-html.el (gnus-html-wash-tags)
2023         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2024         Better logging.
2025
2026 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2029
2030         * gnus-html.el (gnus-html-wash-tags): Check the value of
2031         gnus-blocked-images in the summary buffer.
2032
2033 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2034
2035         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2036
2037 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2040         like "a", it seems like.
2041         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2042         since it needs to be picked from the correct buffer.
2043
2044         * nnwfm.el: Removed.
2045
2046         * nnlistserv.el: Removed.
2047
2048 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2049
2050         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2051         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2052
2053 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * nnkiboze.el: Removed.
2056
2057         * nndb.el: Removed.
2058
2059         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2060         alt text.
2061         (gnus-html-rescale-image): Try to get the rescaling logic right for
2062         images that are just wide and not tall.
2063
2064         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2065         overshadow variable bindings.
2066
2067 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * gnus-html.el (gnus-html-wash-tags)
2070         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2071         extra logging.
2072
2073 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2076         (gnus-max-image-proportion): New variable.
2077         (gnus-html-rescale-image): New function.
2078         (gnus-html-put-image): Rescale images.
2079
2080 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2081
2082         Fix up some byte-compiler warnings.
2083         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2084         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2085         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2086         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2087         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2088         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2089         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2090
2091 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-html.el (gnus-article-html): Decode contents by charset.
2094
2095 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2098         (gnus-html-frame-width, gnus-blocked-images)
2099         * message.el (message-prune-recipient-rules): Add custom version.
2100         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2101
2102         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2103         functions.
2104
2105         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2106         gnus-process-get.
2107
2108 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2109
2110         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2111         instead of lsub directly.
2112
2113 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * nnwarchive.el: Removed.
2116
2117         * gnus-soup.el: Removed.
2118
2119         * nnsoup.el: Removed.
2120
2121         * nnultimate.el: Removed.
2122
2123         * gnus-html.el (gnus-blocked-images): New variable.
2124
2125         * message.el (message-prune-recipients): New function.
2126         (message-prune-recipient-rules): New variable.
2127
2128         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2129         guess whether a long line is natural text or not.
2130
2131         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2132         gnus-process-plist and friends for compatibility.
2133
2134 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2135
2136         * gnus-html.el: Require packages that define macros used in this file.
2137         (gnus-article-mouse-face): Declare to silence byte-compiler.
2138         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2139         process-get.
2140         (gnus-html-put-image): Use plist-get to avoid getf.
2141         (gnus-html-prefetch-images): Use with-current-buffer.
2142
2143 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-ems.el: Provide compatibility functions for
2146         gnus-set-process-plist.
2147
2148         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2149         header-line-format for XEmacs 21.4.
2150
2151         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2152         * gnus.el (gnus-valid-select-methods)
2153         * message.el (message-send-mail-partially-limit)
2154         * mm-decode.el (mm-text-html-renderer)
2155         * mml.el (mml-insert-mime-headers-always)
2156         * smiley.el (smiley-regexp-alist): Bump custom version.
2157
2158 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * gnus-html.el: require mm-url.
2161         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2162         with the url to `url'.
2163         (gnus-html-wash-tags): Support cid: URLs/images.
2164
2165 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2168         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2169         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2170
2171         * gnus-move.el: Removed file, since it doesn't really work.
2172
2173         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2174         UTF-8.  This seems to fix problems with some German web feeds.
2175
2176         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2177         at the top so that the proper colours are applied.
2178
2179         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2180         don't have dots in their names.
2181
2182         * gnus-art.el (gnus-article-view-part): Doc fix.
2183
2184         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2185         XEmacs-compatible.
2186         (gnus-html-put-image): Don't do images on non-graphic displays.
2187
2188         * nnslashdot.el: Removed this unused backend.
2189
2190         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2191         actions.
2192         (gnus-undo-register-1): Revert last change.
2193
2194         * gnus-group.el (gnus-group-completing-read): Protect against not
2195         having completion-styles bound.
2196
2197         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2198         make broken recipients happier.
2199
2200         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2201
2202         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2203         point parameter.
2204
2205         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2206
2207         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2208         completion-styles for group selection.
2209
2210 2009-02-04  Andreas Schwab  <schwab@suse.de>
2211
2212         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2213         headers and regexp-quote the match if necessary.
2214
2215 2009-03-24  Miles Bader  <miles@gnu.org>
2216
2217         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2218         the blinking smiley.
2219
2220 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2221
2222         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2223         blink smiley.
2224
2225 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2228         where the dribbel file lives exists.
2229
2230         * message.el (message-send-mail-partially-limit): Change the default to
2231         nil, since most people don't want this.
2232
2233         * mm-url.el (mm-url-decode-entities): Also decode entities like
2234         &#x3212.
2235
2236 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2237
2238         * gnus-sum.el (gnus-summary-idna-message):
2239         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2240         Hyperlink urls in docstrings with URL `...'.
2241
2242 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2243
2244         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2245         functions.
2246
2247 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2250         say what the mouseover text should be.
2251
2252         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2253         version of the mm-w3m-safe-url-regexp variable to only download images
2254         in the groups where we want that to happen.
2255
2256         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2257
2258         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2259         easier debugging.
2260         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2261         big pictures in the article buffer.
2262
2263         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2264         gnus-article-html.
2265         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2266         w3m.
2267
2268         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2269
2270 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2273         which doesn't exist.
2274
2275         * message.el (message-inhibit-ecomplete): New variable to allow some
2276         function to inhibit ecomplete address storage.
2277         (message-resend): Disable ecomplete message storage when resending
2278         messages.
2279
2280         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2281
2282 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2285         Save excursion while copying, moving, and deleting articles in order to
2286         prevent the cursor from jumping to unforeseen place.
2287
2288 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * lpath.el: No need to bind bookmark-current-buffer,
2291         bookmark-yank-point and bookmark-make-record-function.
2292
2293 2010-08-17  Glenn Morris  <rgm@gnu.org>
2294
2295         * gnus-sync.el: Require gnus components whose functions are used.
2296
2297         * gnus-art.el (bookmark-make-record-function):
2298         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2299         Declare for compiler.
2300
2301         * mm-url.el (mml-compute-boundary): Autoload.
2302
2303 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2306
2307 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         Typo fix "hoo4a" -> "hook".
2310
2311         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2312
2313 2010-08-14  Glenn Morris  <rgm@gnu.org>
2314
2315         * gnus-sync.el (gnus-sync): Fix defgroup version.
2316
2317 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2318
2319         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2320
2321         * gnus-sync.el: Fix docs.
2322         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2323         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2324
2325 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2326
2327         Optimizations for gnus-sync.el.
2328
2329         * gnus-sync.el: Add docs about gnus-sync-backend
2330         possibilities.
2331         (gnus-sync-save): Remove unnecessary message.
2332         (gnus-sync-read): Optimize and show what groups were skipped.
2333
2334 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2335
2336         Minor bug fixes for gnus-sync.el.
2337
2338         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2339         read the sync on get-new-news.
2340
2341         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2342         quiet.
2343
2344         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2345
2346 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2347
2348         Make saving and restoring of hidden threads work with overlays.
2349         Patch applied by Ted Zlatanov.
2350
2351         * gnus-sum.el (gnus-hidden-threads-configuration)
2352         (gnus-restore-hidden-threads-configuration): Update to deal with text
2353         properties, rather than searching for a magic character.
2354
2355 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2356
2357         New gnus-sync.el library for synchronization of marks.
2358
2359         * gnus-sync.el: New library for synchronization of marks.
2360
2361         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2362         renamed from `gnus-registry-grep-in-list'.
2363
2364         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2365
2366         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2367
2368 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2371         determining charset of text fails.
2372
2373 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * nnmail.el (nnmail-get-new-mail-1): Revert.
2376
2377         * nnml.el (nnml-active-number): Make sure names of newly created groups
2378         in nnml-group-alist are encoded.
2379
2380 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2383         containing non-ASCII characters in active file for nnml back end.
2384
2385 2010-07-24  David Engster  <dengste@eml.cc>
2386
2387         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2388         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2389
2390 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2391
2392         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2393         tag (Bug#6654).
2394
2395 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2398         the article buffer, not the summary buffer.
2399
2400 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2403         Emacs 23 as well.
2404
2405 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2408         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2409
2410 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2411
2412         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2413         Patch applied by Karl Fogel.
2414
2415         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2416         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2417
2418 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2419
2420         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2421         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2422         C-w still not working correctly from Article buffers; Thierry's
2423         patch to fix that will be applied after this.
2424
2425         * gnus-art.el (bookmark-make-record-function): New local variable.
2426
2427         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2428         article buffer.
2429         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2430
2431 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2432
2433         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2434         on changes in bookmark.el.
2435
2436 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2439         `no-log' instead of message not to log prompt string.
2440
2441 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2442
2443         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2444         the *other* type of HTML form submission.
2445
2446 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2447
2448         * auth-source.el (auth-source-pick): If choice does not contain a
2449         questioned keyword, set the check to t.
2450
2451 2010-06-12  Romain Francoise  <romain@orebokech.com>
2452
2453         * gnus-util.el (gnus-date-get-time): Move up before first use.
2454
2455 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2458         (gnus-article-edit-part): Bind it to make last part that is substituted
2459         or deleted visible.
2460         (gnus-mime-display-single): Buttonize part of which id equals to
2461         gnus-mime-buttonized-part-id.
2462
2463 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2464
2465         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2466         (gnus-dd-mmm): Use gnus-date-get-time.
2467         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2468         simplify logic.
2469         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2470         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2471
2472 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2473
2474         * auth-source.el (top): Autoload `secrets-list-collections',
2475         `secrets-create-item', `secrets-delete-item'.
2476         (auth-sources): Fix tag string.
2477         (auth-get-source, auth-source-retrieve, auth-source-create)
2478         (auth-source-delete): New defuns.
2479         (auth-source-pick): Rewrite in order to avoid 2 passes.
2480         (auth-source-forget-user-or-password): New parameter USERNAME.
2481         (auth-source-user-or-password): New parameters CREATE-MISSING and
2482         DELETE-EXISTING.  Retrieve password interactively, if needed.
2483
2484 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2485
2486         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2487         deleting unused directories when gnus-expert-user is t.
2488
2489 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2492         for each temp file when gnus-article-browse-delete-temp is ask.
2493
2494 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2495
2496         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2497         Lisp calls to delete-backward-char by calls to delete-char.
2498
2499 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2500
2501         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2502
2503 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2504
2505         * password-cache.el (password-cache-remove): Fix docstring.
2506
2507 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2510         article unless decoding article to be saved.
2511
2512 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2515         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2516         generated within the mm-with-unibyte-current-buffer macro.
2517
2518 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2521         to nil when we're in a mml-preview buffer and no group is selected.
2522
2523 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2524
2525         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2526         when catching the `C-g'.  Reported by "Leo".
2527
2528 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * message.el (message-forward-make-body-plain)
2531         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2532         multibyte-string-p.
2533
2534         * lpath.el: Revert.
2535
2536 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * message.el (message-forward-make-body-mml): Assume original message
2539         is multibyte string; error on unibyte.
2540         (message-forward-make-body-plain): Ditto; don't add excessive newline
2541         in body end.
2542
2543         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2544
2545 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2546
2547         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2548         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2549
2550 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * mm-extern.el (mm-extern-url): Don't use
2553         mm-with-unibyte-current-buffer.
2554         (mm-extern-cache-contents): Use with-current-buffer instead of
2555         save-excursion + set-buffer.
2556
2557 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * mm-util.el (mm-emacs-mule): Remove.
2560
2561 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2562
2563         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2564         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2565         change.
2566
2567 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2570         bind the default value of enable-multibyte-characters to nil.
2571
2572 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * message.el (message-forward-make-body-plain)
2575         (message-forward-make-body-mml):
2576         Don't use mm-with-unibyte-current-buffer.
2577
2578 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2579
2580         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2581
2582 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2583
2584         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2585         (Bug#5592).
2586
2587 2010-05-07  Julien Danjou  <julien@danjou.info>
2588
2589         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2590         it to mm-pipe-part.
2591
2592         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2593         it is given.
2594
2595 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * binhex.el (binhex-decode-region-internal)
2598         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2599         (dns-query)
2600         * nnweb.el (nnweb-gmane-search)
2601         * pgg-parse.el (pgg-parse-armor)
2602         * pgg.el (pgg-verify-region)
2603         * sha1.el (sha1-string-external)
2604         * uudecode.el (uudecode-decode-region-internal)
2605         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2606         XEmacs.
2607
2608         * gnus-art.el (gnus-article-browse-html-parts)
2609         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2610         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2611         make-temp-file.
2612
2613         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2614         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2615         compiling.
2616
2617         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2618         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2619         XEmacs when compiling.
2620
2621         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2622         gnus-pick-mode-off-hook for XEmacs when compiling.
2623         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2624         gnus-binary-mode-off-hook for XEmacs when compiling.
2625
2626         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2627         nil if char-charset is not available.
2628
2629         * imap.el (imap-disable-multibyte)
2630         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2631         macros.
2632
2633         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2634         instead of encode-coding-string.
2635
2636         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2637         'xemacs) instead of mm-emacs-mule to switch function definitions.
2638         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2639
2640         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2641         bind temporary-file-directory for XEmacs;
2642         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2643         timer-set-function for XEmacs 21.4 and SXEmacs;
2644         bind timer-list for XEmacs 21.4 and SXEmacs;
2645         fbind char-charset and find-charset-region for non-Mule XEmacs;
2646         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2647         encode-coding-region and encode-coding-string for XEmacs having no
2648         file-coding feature.
2649
2650 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2651
2652         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2653
2654 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2657         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2658
2659 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2660
2661         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2662         alias `jka-compr-delete-temp-file' no longer exists.
2663
2664 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2665
2666         Use define-minor-mode in Gnus where applicable.
2667         * mml.el (mml-mode): Use define-minor-mode.
2668         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2669         (gnus-undo-mode): Use define-minor-mode.
2670         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2671         (gnus-dead-summary-mode): Use define-minor-mode.
2672         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2673         Initialize in declaration.
2674         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2675         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2676         (gnus-mailing-list-mode): Use define-minor-mode.
2677         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2678         (gnus-draft-mode): Use define-minor-mode.
2679         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2680         (gnus-dired-mode): Use define-minor-mode.
2681
2682 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2683
2684         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2685         handles on recursive mml-to-mime translation and check them for
2686         boundary delimiter collisions.  Reported by Greg Troxel.
2687
2688 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2691
2692 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2693
2694         * mm-util.el (mm-find-buffer-file-coding-system):
2695         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2696
2697 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2698
2699         * message.el (message-generate-headers): Record insertion of optional
2700         headers as well.  Otherwise the check to prevent repeated insertion of
2701         optional headers is a no-op.
2702
2703 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2704
2705         * smime.el: Don't mention CVS.
2706
2707         * nnrss.el (nnrss-fetch): Don't mention CVS.
2708
2709         * nnir.el: Don't mention CVS.
2710
2711 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2712
2713         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2714
2715 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * lpath.el: Fbind bookmark-default-handler,
2718         bookmark-get-bookmark-record, bookmark-make-record-default,
2719         bookmark-prop-get for Emacs <23 and XEmacs.
2720
2721 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2722
2723         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2724         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2725         Use with-current-buffer to silence the byte-compiler.
2726         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2727         bother to require `gnus'.
2728         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2729
2730 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2731
2732         * gnus-sum.el (gnus-summary-bookmark-make-record)
2733         (gnus-summary-bookmark-jump): New functions.
2734         (gnus-summary-mode): Setup bookmark support.
2735
2736 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2737
2738         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2739         if set.
2740
2741 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2744         gnus-article-browse-html-save-cid-image; make it work recursively for
2745         forwarded messages as well.
2746         (gnus-article-browse-html-parts): Work when prefix arg is given.
2747         (gnus-article-browse-html-article): Doc fix.
2748
2749 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2750
2751         * message.el (message-default-mail-headers):
2752         (message-default-headers): Carry the value mail-default-headers over
2753         into message-default-mail-headers, rather than message-default-headers.
2754
2755 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2756
2757         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2758         charset.
2759
2760         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2761         charset into the <meta> tag when the article is encoded to utf-8.
2762
2763 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2766         directories as well.
2767         (gnus-article-browse-html-parts): Work for images that do not specify
2768         file names; delete temp directory when quitting; insert header at the
2769         right place; use file: scheme for image files.
2770
2771 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2772
2773         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2774         (gnus-article-browse-html-parts): Use it to make temporary cid image
2775         files in addition to html file so that browser may display them.
2776
2777 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2780
2781 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2782
2783         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2784
2785 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2788         about Secret Service API sources.  Improve Customize options.
2789         (auth-source-pick): Change to accept any number of search parameters.
2790         Implement fallbacks iteratively, not recursively.  Add scoring on the
2791         second pass and sort by score.  Call Secret Service API when needed.
2792         (auth-source-user-or-password): Use it.  Call Secret Service API
2793         directly when needed to get the user name and the password.
2794
2795 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2796
2797         * message.el (message-interactive): Doc fix.
2798         (message-qmail-inject-args): Reflow.
2799         (message-kill-to-signature): Fix typo in docstring.
2800
2801         * smiley.el (smiley-buffer): Fix typo in docstring.
2802
2803 2010-03-24  Glenn Morris  <rgm@gnu.org>
2804
2805         * mail-source.el (gnus-message): Declare.
2806         (mail-source-delete-old-incoming): Require gnus-util.
2807
2808 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2811
2812         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2813
2814         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2815         password-cache's default if it is not bound.
2816         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2817         password-cache-expiry's default if it is not bound.
2818
2819         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2820         available in Emacs 21.
2821
2822         * lpath.el: Suppress compiler warnings for:
2823         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2824         XEmacs;
2825         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2826         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2827         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2828
2829 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * auth-source.el (auth-sources): Fix up definition so extra parameters
2832         are always inline.
2833
2834 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2835
2836         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2837         wasn't updated after mismatch.  Clear cached mailbox info correctly
2838         when uidvalidity changes.
2839         (nnimap-group-prefixed-name): New function to avoid some code
2840         duplication.
2841         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2842         (nnimap-request-group): Use it.
2843         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2844         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2845         with many imap folders.  This is done by caching the group status from
2846         the imap server persistently in a group parameter `imap-status'.  (This
2847         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2848         but not persistently, so every Gnus startup was still very slow.)
2849
2850 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2851
2852         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2853         delete the extra newline.  Otherwise editing of :string and :number
2854         types don't work.
2855
2856 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2857
2858         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2859         secrets.el dependency.
2860         (auth-sources): Add optional user name.  Add secrets.el configuration
2861         choice (unused right now).
2862
2863 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2864
2865         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2866         `gnus-registry-install-shortcuts' fill in the functions.
2867
2868         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2869         warnings.
2870         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2871         (gnus-registry-install-shortcuts): Populate and use it in a
2872         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2873
2874 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2875
2876         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2877         In-place substitutions for the group name encoding/decoding.
2878         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2879         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2880         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2881         (nnimap-update-unseen, nnimap-request-list)
2882         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2883         (nnimap-request-set-mark, nnimap-split-to-groups)
2884         (nnimap-split-articles, nnimap-request-newgroups)
2885         (nnimap-request-create-group, nnimap-request-accept-article)
2886         (nnimap-request-delete-group, nnimap-request-rename-group)
2887         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2888         `encoded-mbx' for consistency.
2889         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2890         variable `imap-current-mailbox'.
2891
2892         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2893         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2894
2895 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2896
2897         * pop3.el (pop3-display-message-size-flag): Display message size byte
2898         counts during POP3 download.
2899         (pop3-movemail): Use it.
2900         (pop3-list): Implement listing of available messages.
2901
2902 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2903
2904         * nnir.el (nnir-get-article-nov-override-function): New function to
2905         override the normal NOV retrieval.
2906         (nnir-retrieve-headers): Use it.
2907
2908 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2909
2910         * auth-source.el (netrc-machine-user-or-password): Autoload.
2911
2912 2010-03-19  Glenn Morris  <rgm@gnu.org>
2913
2914         Stop message.el from loading about 40 libraries it doesn't always need.
2915         The general approach is to autoload rather than require, and to
2916         require in the specific functions rather than the file.  (Bug#5642)
2917
2918         * gmm-utils.el: Don't require wid-edit.
2919         (widget-create-child-value, widget-convert, widget-default-get):
2920         Autoload.
2921
2922         * gnus-util.el: Don't require time-date, netrc.
2923         (message-fetch-field, gnus-group-name-decode): Declare rather than
2924         autoloading.
2925         (gnus-fetch-field): Require message.
2926         (gnus-decode-newsgroups): Require gnus-group.
2927
2928         * ietf-drums.el: Don't require time-date.
2929
2930         * message.el: Don't require hashcash, canlock, ecomplete.
2931         Do require mail-utils.  Require nnheader only when compiling.
2932         (smtpmail-default-smtp-server): Remove declaration.
2933         (message-send-mail-function): Check smtpmail-default-smtp-server
2934         is bound rather than requiring smtpmail.
2935         (message-auto-save-directory, message-insert-signature): Use
2936         expand-file-name rather than nnheader-concat.
2937         (nnheader-insert-file-contents): Autoload.
2938         (hashcash-wait-async): Declare.
2939         (message-send-mail): Only call gnus-setup-posting-charset if
2940         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2941         (message-send-mail-with-sendmail): Require sendmail.
2942         (canlock-password, canlock-password-for-verify): Declare.
2943         (message-canlock-password): Require canlock.
2944         (nnheader-get-report): Autoload.
2945         (gnus-setup-posting-charset): Declare.
2946         (message-send-news): Require gnus-msg.
2947         (message-make-references, message-make-in-reply-to): Use mail-header-id
2948         rather than the alias mail-header-message-id.
2949         (ecomplete-add-item, ecomplete-save): Declare.
2950         (message-put-addresses-in-ecomplete): Require ecomplete.
2951         (ecomplete-display-matches): Autoload.
2952
2953         * mm-decode.el: Don't require mailcap, gnus-util.
2954         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2955         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2956         Autoload.
2957         (mailcap-mime-extensions): Declare.
2958
2959         * mm-encode.el: Don't require mailcap.
2960         (mailcap-extension-to-mime): Autoload.
2961
2962         * mml-sec.el: Don't require password-cache.
2963
2964         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2965         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2966         (mml-minibuffer-read-type): Require mailcap.
2967         (mml-preview): Require gnus-msg.
2968
2969         * mml1991.el: Require password-cache.
2970         (password-cache-expiry): Remove declaration.
2971
2972         * mml2015.el: Require password-cache.
2973         (password-cache-expiry): Remove declaration.
2974
2975         * nneething.el (mailcap): Require mailcap.
2976
2977         * nnheader.el (declare-function): Add compatibility stub.
2978         (message-remove-header): Declare rather than autoload.
2979         (nnheader-replace-header): Require message.
2980
2981         * nnimap.el (declare-function): Add compatibility stub.
2982         (netrc-parse, netrc-machine-user-or-password): Declare.
2983         (nnimap-open-connection): Require netrc.
2984
2985         * nntp.el (declare-function): Add compatibility stub.
2986         (netrc-parse, netrc-machine, netrc-get): Declare.
2987         (nntp-send-authinfo): Require netrc.
2988
2989         * rfc2047.el: Don't require qp.
2990         (quoted-printable-encode-region, quoted-printable-decode-string):
2991         Autoload.
2992
2993         * sieve-mode.el: Don't require easymenu.
2994         (easy-menu-add-item): Autoload it.
2995
2996         * spam-stat.el (time-to-number-of-days): Autoload it.
2997
2998 2010-03-19  Glenn Morris  <rgm@gnu.org>
2999
3000         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3001
3002 2010-03-18  Glenn Morris  <rgm@gnu.org>
3003
3004         * hashcash.el (declare-function): Remove duplicate definition.
3005
3006 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3007
3008         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3009         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3010         value if any backslash escapes).
3011
3012 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3013
3014         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3015         if it is available.  (bug#5647)
3016
3017         * lpath.el: Suppress compiler warning for coding-system-from-name for
3018         Emacs 21 and XEmacs.
3019
3020 2010-03-14  Juri Linkov  <juri@jurta.org>
3021
3022         * hmac-def.el:
3023         * hmac-md5.el:
3024         * netrc.el: Fix keywords.
3025
3026 2010-02-26  Glenn Morris  <rgm@gnu.org>
3027
3028         * message.el (message-send-mail-function): Change the default, so that
3029         it inherits from a customized send-mail-function.  (Bug#5643)
3030
3031 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3032
3033         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3034         shell-command-to-string signals an error (bug#5299).
3035
3036 2010-02-24  Glenn Morris  <rgm@gnu.org>
3037
3038         * message.el (message-smtpmail-send-it)
3039         (message-send-mail-with-mailclient): Doc fixes.
3040
3041 2010-02-16  Glenn Morris  <rgm@gnu.org>
3042
3043         * message.el (message-default-mail-headers): Change the default value
3044         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3045
3046 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3049         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3050
3051 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3052
3053         * time-date.el (date-to-time): Doc fix (Bug#5408).
3054
3055 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3056
3057         * message.el (message-mail): Just pass yank-action on to message-setup.
3058         (message-setup): Handle (FUN . ARGS) form of yank-action.
3059         (message-with-reply-buffer, message-widen-reply)
3060         (message-yank-original): Handle non-buffer values of
3061         message-reply-buffer (Bug#4080).
3062         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3063
3064 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3065
3066         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3067         Fix typo in docstring.
3068
3069 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3070
3071         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3072         response.
3073
3074 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3077
3078         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3079
3080         * message.el (message-check-news-header-syntax): Protect against a
3081         string that `rfc822-addresses' returns when parsing fails.
3082
3083 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3086         (gnus-previous-char-property-change): New functions.
3087
3088         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3089
3090 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3091
3092         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3093         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3094
3095 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3096
3097         * message.el (message-exchange-point-and-mark): Rework last change to
3098         avoid using optional arg of exchange-point-and-mark, for backward
3099         compatibility.
3100
3101 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3102
3103         * message.el (message-exchange-point-and-mark): Call
3104         exchange-point-and-mark with an argument rather than setting
3105         mark-active by hand (Bug#5175).
3106
3107 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * nntp.el (nntp-service-to-port): Work for service expressed with
3110         numeric string; replace [:digit:] with [0-9] for XEmacs.
3111
3112 2009-12-17  Glenn Morris  <rgm@gnu.org>
3113
3114         * gnus-group.el (gnus-bug-group-download-format-alist):
3115         Change emacs entry to debbugs.gnu.org.  Bump :version.
3116
3117 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3118
3119         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3120
3121 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3122
3123         * message.el (message-info): Explain why we use `Info-goto-node'.
3124
3125 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3128
3129 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3130
3131         * message.el (message-completion-in-region): New compatibility function.
3132         (message-expand-group): Use it.
3133
3134 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3137         with no unread article should be listed if the 2nd arg `predicate' is
3138         given.
3139
3140 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3143
3144 2009-11-29  Juri Linkov  <juri@jurta.org>
3145
3146         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3147         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3148         on `gnus-recenter'. (Bug#4698, Bug#4981)
3149
3150 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3151
3152         * sha1.el (sha1-string-external): default-directory "/" in case
3153         otherwise non-existent.  process-connection-type pipe for touch of
3154         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3155
3156 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3157
3158         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3159         it's comms related and sgml-mode.el has "comm" on that basis too.
3160
3161 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3164         containing tspecial characters if they have been already quoted.
3165
3166 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3167
3168         * dns-mode.el (auto-mode-alist): Purecopy string.
3169
3170 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3171
3172         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3173
3174 2009-10-24  Glenn Morris  <rgm@gnu.org>
3175
3176         * gnus-art.el (help-xref-stack-item): Define for compiler.
3177
3178 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3179
3180         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3181
3182 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3185
3186 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3189         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3190
3191 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3194         (gnus-overlays-in): New alias to overlays-in.
3195
3196         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3197         gnus-overlay-get, and gnus-delete-overlay.
3198         (gnus-summary-show-thread): Make it work as well for systems in which
3199         next-single-char-property-change is not available.
3200         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3201
3202         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3203         (gnus-overlay-get): New alias to extent-property.
3204         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3205
3206         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3207         SXEmacs.
3208
3209         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3210         SXEmacs.
3211
3212 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3213
3214         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3215
3216 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3217
3218         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3219         and XEmacs that don't have `remove-overlays'.
3220
3221 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3222
3223         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3224         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3225         selective display.  Use overlays instead.
3226
3227 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3228
3229         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3230
3231 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3232
3233         * spam-stat.el (spam-stat-load): Fix typo in message.
3234
3235 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3236
3237         * dig.el (dig-invoke): Fix typo in docstring.
3238         (query-dig): Reflow docstring.
3239
3240 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3241
3242         * gnus-art.el (gnus-article-encrypt-body):
3243         * message.el (message-check-recipients):
3244         * mm-util.el (mm-codepage-setup):
3245         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3246         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3247
3248 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3249
3250         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3251         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3252         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3253         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3254         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3255
3256 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3257
3258         * dig.el: Add "Keywords: comm", as per net-utils.el.
3259
3260 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3261
3262         * dig.el (dig-mode): Use define-derived-mode.
3263
3264 2009-09-19  Glenn Morris  <rgm@gnu.org>
3265
3266         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3267
3268 2009-09-18  Glenn Morris  <rgm@gnu.org>
3269
3270         * gnus-diary.el (gnus-diary-check-message):
3271         * message.el (message-insert-formatted-citation-line):
3272         * nnbabyl.el (top-level):
3273         * nndiary.el (nndiary-schedule):
3274         Fix typos in condition-case handlers.
3275
3276 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3279         configuration that provides the sole article window in a frame;
3280         position point correctly after deleting a part.
3281
3282 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3283
3284         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3285         (spam-resolve-registrations-routine): Use it to unregister articles
3286         that change status.
3287
3288 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3291         with XEmacs.
3292         (parse-time-string-chars): Use it.
3293
3294 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3295
3296         * imap.el (imap-interactive-login): Better messages.
3297         (imap-open): Fix bug with renamed buffer on reconnect.
3298         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3299         for easier debugging and cleaner code.  On successful (guessed based on
3300         server capabilities) secondary authentication, set imap-state
3301         correctly.
3302         (imap-last-authenticator): Define imap-last-authenticator as a variable
3303         to avoid warnings.
3304
3305 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * nnrss.el (nnrss-request-article): Remove binding of
3308         default-enable-multibyte-characters that has gotten needless by
3309         the 2007-07-13 change in rfc2047-encode-message-header.
3310
3311         * mml.el (mml-insert-multipart): Error on the message header.
3312         (mml-insert-part): Error on the message header; position point at
3313         the end of a MIME tag.
3314
3315 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * time-date.el (autoload): Expand define-obsolete-function-alias into
3318         defalias and make-obsolete for old Emacsen that Gnus supports.
3319         (with-no-warnings): Define it for old Emacsen.
3320         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3321         is available.
3322         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3323         float-time is available; suppress compile warning for time-to-seconds.
3324
3325         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3326         (gnus-float-time): Alias to float-time if it exists.
3327
3328         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3329         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3330         float-time is available; suppress compile warning for time-to-seconds.
3331
3332         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3333         XEmacs.
3334
3335 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3336
3337         * imap.el (imap-message-map): Docstring fix.
3338
3339 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3342         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3343         Add the optional argument `encoding' that overrides the default.
3344
3345         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3346         mm-encode-buffer.
3347
3348 2009-09-04  Glenn Morris  <rgm@gnu.org>
3349
3350         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3351         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3352         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3353         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3354         * mm-util.el (mm-with-unibyte-current-buffer)
3355         (mm-find-buffer-file-coding-system):
3356         * yenc.el (yenc-decode-region): Use default-value rather than
3357         default-enable-multibyte-characters.
3358
3359 2009-09-03  Glenn Morris  <rgm@gnu.org>
3360
3361         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3362         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3363         than default-enable-multibyte-characters.
3364
3365 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3366
3367         * gnus-art.el (gnus-article-read-summary-keys):
3368         Fix gnus-buffer-configuration's value temporarily used.
3369
3370 2009-09-02  Glenn Morris  <rgm@gnu.org>
3371
3372         * gnus-util.el (gnus-float-time): New function.
3373         * gnus-delay.el (gnus-delay-article):
3374         * gnus-sum.el (gnus-thread-latest-date):
3375         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3376         * nnspool.el (nnspool-request-newgroups):
3377         Use gnus-float-time rather than time-to-seconds.
3378         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3379
3380         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3381         (gnus-header-subject-face, gnus-header-newsgroups-face)
3382         (gnus-header-name-face, gnus-header-content-face):
3383         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3384         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3385         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3386         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3387         (gnus-cite-face-11):
3388         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3389         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3390         (gnus-server-closed-face, gnus-server-denied-face)
3391         (gnus-server-offline-face):
3392         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3393         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3394         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3395         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3396         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3397         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3398         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3399         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3400         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3401         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3402         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3403         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3404         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3405         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3406         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3407         (gnus-summary-high-undownloaded-face)
3408         (gnus-summary-low-undownloaded-face)
3409         (gnus-summary-normal-undownloaded-face)
3410         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3411         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3412         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3413         (gnus-splash-face):
3414         * message.el (message-header-to-face, message-header-cc-face)
3415         (message-header-subject-face, message-header-newsgroups-face)
3416         (message-header-other-face, message-header-name-face)
3417         (message-header-xheader-face, message-separator-face)
3418         (message-cited-text-face, message-mml-face):
3419         * sieve-mode.el (sieve-control-commands-face)
3420         (sieve-action-commands-face, sieve-test-commands-face)
3421         (sieve-tagged-arguments-face):
3422         * spam.el (spam-face):
3423         Mark face aliases with "-face" in the name as obsolete.
3424
3425 2009-09-01  Glenn Morris  <rgm@gnu.org>
3426
3427         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3428         than goto-line.
3429
3430 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3433         Don't move point if the command is invoked inside the message header.
3434
3435 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3436
3437         * imap.el (imap-send-command): Simplify.
3438         (imap-wait-for-tag): point-max -> buffer-size.
3439
3440 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3441
3442         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3443         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3444         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3445         * nnir.el (nnir-swish-e-index-file):
3446         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3447         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3448         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3449         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3450         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3451         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3452
3453 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3456         Don't save excursion.
3457
3458 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * nnheader.el (nnheader-find-file-noselect):
3461         * mm-util.el (mm-insert-file-contents):
3462         Use (default-value 'major-mode) instead of default-major-mode.
3463
3464 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3465
3466         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3467
3468 2009-08-26  Glenn Morris  <rgm@gnu.org>
3469
3470         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3471         than placing in files.el.
3472
3473 2009-08-25  Glenn Morris  <rgm@gnu.org>
3474
3475         * nnir.el (top-level): Don't require cl at run-time.
3476         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3477         Replace cl-function substitute with gnus-replace-in-string.
3478         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3479         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3480         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3481         simplified expansions.
3482
3483 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3484
3485         * dig.el (dig): Add autoload cookie.
3486
3487 2009-08-22  Glenn Morris  <rgm@gnu.org>
3488
3489         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3490         goto-line.
3491
3492 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3493
3494         * parse-time.el (parse-time-string-chars): Save match data.
3495
3496 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3497
3498         * parse-time.el (parse-time-string-chars): Compute using character
3499         classes, to handle non-ascii characters (Bug#3190).
3500
3501 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3504
3505         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3506         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3507         (gnus-mm-display-part, gnus-mime-display-single)
3508         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3509         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3510
3511         * gnus-sum.el
3512         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3513         (gnus-summary-move-article): Add expirable mark to articles copied or
3514         moved to group that has auto-expire turned on if the option is non-nil.
3515
3516 2009-07-24  Glenn Morris  <rgm@gnu.org>
3517
3518         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3519         Fix typo.  (Bug#3903)
3520
3521 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3524         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3525         that should not be used for draft articles.
3526         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3527         that has no concern in minor mode keys.
3528         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3529         Abolish.
3530
3531 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3534         article without making inquiry to a user for unknown encoding.
3535
3536         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3537         (nnmaildir--scan): Assume i-node and device number that file-attributes
3538         returns might be cons-cell.
3539
3540         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3541
3542         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3543
3544 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3545
3546         * auth-source.el: Remove docs now in auth.texi.  Don't use
3547         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3548         `auth-source-hide-passwords' and use them.
3549
3550 2009-07-15  Glenn Morris  <rgm@gnu.org>
3551
3552         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3553
3554 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3557         excessive whitespace from the default values of title and description.
3558
3559 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3562         mail-fetch-field to fetch Content-Description header in order to
3563         exclude newlines.
3564
3565 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3566
3567         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3568         format used by GnuPG 2.0.11.
3569
3570 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3573         to deleted part.
3574
3575 2009-05-30  David Engster  <dengste@eml.cc>
3576
3577         * nnmairix.el: Remove old documentation in the commentary block.
3578         (nnmairix-request-group): Do not update active file for nnml back ends.
3579         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3580         end so that overview files are ignored.
3581         (nnmairix-update-groups): Make updating the groups more robust by using
3582         marks.
3583         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3584         with dollar characters in message-id.
3585
3586 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3589         2008-12-25 in dns.el.
3590
3591 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3592
3593         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3594         could happen if the text is only composed of spaces and/or tabs.
3595
3596 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3597
3598         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3599         when sending a queued message to avoid extra mml tags.
3600
3601 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3604
3605 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3608         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3609         rmail-toggle-header for XEmacs;
3610         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3611
3612 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-dired.el: Remove autoload for gnus-setup-message.
3615         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3616         displaying Gnus logo; always use compose-mail.
3617
3618 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3621
3622 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3625         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3626         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3627         available.
3628         (gnus-nocem-epg-verify): New function.
3629
3630 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3631
3632         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3633
3634 2009-02-15  Glenn Morris  <rgm@gnu.org>
3635
3636         * gnus-util.el (rmail-insert-rmail-file-header)
3637         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3638         autoloads.
3639         (rmail-default-rmail-file): Remove unnecessary declaration.
3640         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3641
3642 2009-02-14  Glenn Morris  <rgm@gnu.org>
3643
3644         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3645         variable (only used in gnus-util, which declares it anyway).
3646         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3647         which was only needed by gnus-art (changed to not use it any more).
3648         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3649         only used in gnus-util, which autoloads it itself.
3650         (rmail-update-summary): Fix autoload.
3651
3652         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3653         rather than rmail-output-to-rmail-file.
3654
3655 2009-02-07  Glenn Morris  <rgm@gnu.org>
3656
3657         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3658         autoload of function that no longer exists.
3659         (rmail-toggle-header): Declare.
3660         (message-forward-rmail-make-body): Handle mbox Rmail.
3661
3662 2009-01-31  Glenn Morris  <rgm@gnu.org>
3663
3664         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3665         2009-01-09 change.
3666
3667 2009-01-31  Dave Love  <fx@gnu.org>
3668
3669         * imap.el (imap-fetch-safe): Bind debug-on-error.
3670         (imap-debug): Add imap-fetch-safe.
3671
3672 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3675         (auth-source-forget-all-cached): New convenience function.
3676         (auth-source-user-or-password): Accept list of modes or a single mode.
3677
3678         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3679         auth-source modes.
3680
3681         * netrc.el (netrc-machine-user-or-password): Use list of
3682         auth-source modes.
3683
3684         * nnimap.el (nnimap-open-connection): Use list of
3685         auth-source modes.
3686
3687         * nntp.el (nntp-send-authinfo): Use list of
3688         auth-source modes.
3689
3690 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3691
3692         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3693         now.
3694
3695 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3698         coding system in XEmacs; add a workaround for XEmacs.
3699
3700         * lpath.el: Fbind coding-system-aliasee.
3701
3702 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3705         of current-language-environment.
3706
3707 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3708
3709         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3710         available at runtime.
3711
3712 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3715
3716 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3717
3718         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3719         the greatest positive fixnum value doesn't work under an XEmacs with
3720         bignum support; use the most-positive-fixnum constant instead,
3721         available since Emacs 21.1 with cl and XEmacs 21.1.
3722
3723 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3726         XEmacs gets not to work.
3727
3728 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * mm-util.el (mm-coding-system-priorities): Allow the value like
3731         "Japanese (UTF-8)" of current-language-environment.
3732
3733 2009-01-09  Glenn Morris  <rgm@gnu.org>
3734
3735         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3736         with last-command-event.
3737
3738 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3739
3740         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3741         in the doc string.
3742
3743         * message.el (message-fix-before-sending): Amend comment.
3744
3745 2009-01-08  Dave Love  <fx@gnu.org>
3746
3747         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3748
3749 2009-01-07  David Engster  <dengste@eml.cc>
3750
3751         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3752         simplified server definitions by converting it via
3753         gnus-server-to-method.
3754
3755 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3758         parameter's operands.
3759
3760 2009-01-06  David Engster  <dengste@eml.cc>
3761
3762         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3763         primary select method (for gnus-group-mark-article-as-read).
3764
3765 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3766
3767         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3768         `(gnus)Face', not `(gnus)X-Face'.
3769
3770 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * mm-util.el (mm-ucs-to-char): New function.
3773
3774         * mm-url.el (mm-url-decode-entities): Use it.
3775
3776         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3777         unicode-to-char.
3778
3779 2009-01-05  Dave Love  <fx@gnu.org>
3780
3781         * time-date.el: Require cl for `declare'.
3782
3783 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3784
3785         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3786         Dave Love.
3787
3788 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3789
3790         * message.el (message-fix-before-sending): Add `eight-bit' to
3791         illegible-text check.
3792
3793 2009-01-03  Michael Olson  <mwolson@gnu.org>
3794
3795         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3796         `headers' is nil.  This can occur if the IMAP server does not have
3797         permissions to read messages from a folder, but can write new messages
3798         to the folder.
3799         (nnimap-request-article-part): Do not insert `data' if it is nil.
3800
3801         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3802         characters which will confuse `read', so skip past them.
3803
3804 2009-01-01  Dave Love  <fx@gnu.org>
3805
3806         * imap.el (imap-string-to-integer): Fix typo.
3807         (imap-fetch-safe): New function.
3808         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3809
3810         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3811
3812         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3813         (imap-parse-greeting): Fix doc strings.
3814         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3815         (imap-parse-flag-list): Make messages unique.
3816         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3817
3818         * nnimap.el: Fix author email.
3819         (nnimap-split-rule): Add FIXME comment.
3820         (nnimap-debug): Fix doc string.
3821
3822 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3825
3826 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3829         nslookup if resolv.conf isn't available.
3830         (dns-query): Rename from query-dns.
3831         (dns-query-cached): Rename from query-dns-cached.
3832
3833 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3836         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3837         to check if those variables exist (first appeared in Emacs 18.50).
3838
3839 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * mm-util.el (mm-line-number-at-pos): New function.
3842
3843         * spam-report.el (spam-report-process-queue): Use it.
3844
3845 2008-12-24  David Engster  <dengste@eml.cc>
3846
3847         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3848         parameters that haven't existed as variables as buffer-local variables.
3849
3850 2008-12-23  Dave Love  <fx@gnu.org>
3851
3852         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3853         cadar.
3854
3855         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3856         imap-starttls-p.
3857         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3858
3859 2008-12-22  Dave Love  <fx@gnu.org>
3860
3861         * imap.el: Fix author email.  Doc fixes.
3862         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3863         reply.
3864
3865 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * spam-report.el (spam-report-gmane-max-requests): New constant.
3868         (spam-report-gmane-wait): New variable.
3869         (spam-report-gmane-ham, spam-report-gmane-spam)
3870         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3871         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3872         the server.
3873
3874         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3875         Add explanations.
3876
3877         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3878         nnheader-accept-process-output and nnheader-read-timeout if available.
3879         (pop3-movemail): Use it.
3880
3881         * message.el (message-check-news-body-syntax): Fix signature check if
3882         there's an attachment.
3883
3884 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * mm-util.el: Add comments to the mm- emulating functions.
3887
3888 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3891         by Stephen Berman <stephen.berman@gmx.net>.
3892
3893 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * mm-util.el (mm-substring-no-properties): New function.
3896         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3897         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3898         (mm-string-to-multibyte): Doc fix.
3899
3900         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3901
3902 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * mml.el (mml-attach-file): Strip text properties from file name.
3905         (Bug#1574)
3906
3907 2008-12-16  Glenn Morris  <rgm@gnu.org>
3908
3909         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3910
3911 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3914         knows since the charset specified might be a bogus alias that
3915         mm-charset-synonym-alist provides.
3916
3917 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3918
3919         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3920         "ISO_8859-1".
3921
3922         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3923
3924 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * mm-util.el (mm-charset-eval-alist):
3927         Define it before mm-charset-to-coding-system.
3928         (mm-charset-to-coding-system): Add optional argument `silent';
3929         define it before mm-charset-override-alist.
3930         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3931         default value if it can be used in Emacs currently running;
3932         silence mm-charset-to-coding-system.
3933
3934 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3937         `allow-override' which says whether to use `mm-charset-override-alist'.
3938         (rfc2047-decode-encoded-words): Use it.
3939
3940         * mm-util.el (mm-charset-override-alist): Fix custom type;
3941         add `(gb2312 . gbk)' to choices.
3942
3943 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3946         fast.
3947
3948         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3949
3950         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3951
3952 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3953
3954         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3955         on links.
3956
3957         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3958
3959 2008-12-03  Lute Kamstra  <lute@gnu.org>
3960
3961         * sha1.el: Remove leading * from docstrings of defcustoms,
3962         deffaces, defconsts and defuns.
3963
3964 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3967         users' addresses that don't have domain parts.
3968         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3969         rather than message-narrow-to-head since there will be the message
3970         header separator.
3971
3972 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3973
3974         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3975         since the result is inserted in a unibyte buffer anyway.
3976         (nnimap-demule-use-string-to-multibyte): Remove.
3977         (nnimap-demule): Alias it to mm-string-to-multibyte.
3978
3979 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3982         variable for debugging bug#464 and bug#1174.
3983         (nnimap-demule): Use it.
3984
3985 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3988         score calculation correctly.
3989
3990 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3991
3992         * message.el (message-send-mail): Just set the buffer to unibyte
3993         rather than use mm-with-unibyte-current-buffer which does a lot more.
3994         (message-send-mail-partially): Don't bother with
3995         mm-with-unibyte-current-buffer since it's already been made unibyte by
3996         message-send-mail.
3997
3998 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3999
4000         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4001
4002 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4003
4004         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4005
4006 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4009         require itself and to remove `with-no-warnings'.
4010
4011 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4012
4013         * starttls.el (starttls-any-program-available): Get the name of the
4014         available TLS layer program.
4015         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4016         well as the host name in the "opening" message.
4017
4018         * auth-source.el (auth-source-cache, auth-source-do-cache)
4019         (auth-source-user-or-password): Cache passwords and logins by default,
4020         allow override with `auth-source-do-cache'.
4021         (auth-source-forget-user-or-password): Allow users to remove cache
4022         entries if needed.
4023
4024 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4025
4026         * md4.el (md4-buffer): Fix typo in docstring.
4027         (md4, md4-64): Doc fixes.
4028         (md4-pack-int32): Reflow docstring.
4029
4030 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4031
4032         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4033         condition-case to only the forward-sexp call.
4034
4035 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4036
4037         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4038         quotes contained.  Make it more robust regardless by an extra
4039         condition-case wrapper.
4040
4041 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4044
4045 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * nnml.el (nnml-request-expire-articles): Check if the function set to
4048         `nnmail-expiry-target' returns the symbol `delete'.
4049
4050         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4051
4052         * nnmail.el (nnmail-expiry-target): Fix custom type.
4053
4054 2008-10-02  Glenn Morris  <rgm@gnu.org>
4055
4056         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4057         Silence compiler warning.
4058
4059 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4060
4061         * tls.el (open-tls-stream): Show the actual command being
4062         executed, instead of the format string.
4063
4064 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * lpath.el: Fbind codepage-setup for Emacs 23.
4067
4068 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4069
4070         * mml.el (mml-menu): Don't assume mml2015 is bound.
4071
4072 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4075         exists.
4076
4077 2008-09-27  Glenn Morris  <rgm@gnu.org>
4078
4079         * gnus-util.el (mail-header-remove-comments): Autoload it.
4080
4081 2008-09-27  Andreas Schwab  <schwab@suse.de>
4082
4083         * gnus-util.el (gnus-split-references): Strip comments.
4084         (gnus-parent-id): Likewise.
4085
4086 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * message.el (message-confirm-send): Fix version.
4089
4090 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * message.el (message-idna-to-ascii-rhs-1): Use
4093         mail-extract-address-components rather than mail-header-parse-addresses
4094         that is an alias by default to ietf-drums-parse-addresses that does not
4095         support non-ASCII names in headers' contents.
4096
4097 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4098
4099         * message.el (message-confirm-send): Fixed variable documentation to
4100         avoid the "y/n" wording.
4101
4102 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4103
4104         * message.el (message-set-auto-save-file-name): Save to a different
4105         filename so multiple messages (especially drafts) can be recovered.
4106
4107 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4108
4109         * message.el (message-confirm-send): Add appropriate version.
4110
4111 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4114         defvar.
4115
4116 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4117
4118         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4119         (mm-pkcs7-enveloped-magic): Ditto.
4120
4121 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4122
4123         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4124         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4125
4126 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4127
4128         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4129         default, it's better.
4130
4131 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4132
4133         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4134         summary line gnus-number property and ignore them (with a warning
4135         message).
4136
4137 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4140         macro caddr in the interactive form since it won't be expanded.
4141
4142 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4145         `charset'; fix name of function called recursively.
4146         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4147
4148 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4151         (gnus-mime-set-charset-parameters): New function.
4152         (gnus-mime-view-part-as-charset): Use it to correctly display part
4153         specifying wrong charset.
4154
4155 2008-09-08  David Engster  <dengste@eml.cc>
4156
4157         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4158         in completing-read for back end server.
4159
4160 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         * message.el (message-confirm-send): New variable to confirm sending a
4163         message.
4164         (message-send): Use it.
4165
4166 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4169
4170 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4173
4174 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4175
4176         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4177         prevent tracking too many groups.
4178         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4179         Use it.
4180
4181 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4182
4183         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4184         moving point to the bottom of the window in order to avoid recentering.
4185
4186 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4189
4190         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4191         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4192         (gnus-article-beginning-of-window): Fix calculation.
4193
4194 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-msg.el (gnus-summary-supersede-article)
4197         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4198         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4199         message header.
4200
4201 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4202
4203         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4204         pending output coming after the status change.
4205
4206 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4207
4208         * message.el:
4209         * gnus-start.el:
4210         * gnus-registry.el: Remove VMS support.
4211
4212 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4215         macro.
4216         (rfc2104-hash): Use it.
4217
4218 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4219
4220         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4221         (gnus-summary-sort-by-most-recent-date): New commands.
4222         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4223         and menu entries.
4224
4225 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4228         don't redisplay article for raw contents; remove plural articles stuff.
4229
4230         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4231         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4232         on gnus-summary-save-article; display results properly.
4233
4234 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * lpath.el: No need to fbind ns-focus-frame.
4237
4238 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4241
4242 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4245         gnus-save-all-headers.
4246
4247 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4248
4249         * gnus-util.el (ns-focus-frame): Remove declaration.
4250         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4251         like x.
4252
4253 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4254
4255         * rfc2104.el (rfc2104-zero): Delete defconst.
4256         (rfc2104-hex-alist): Likewise.
4257         (rfc2104-hex-to-int): Delete func.
4258         (rfc2104-hexstring-to-bitstring): Likewise.
4259         (rfc2104-nybbles): New defconst.
4260         (rfc2104-hash): Rewrite for speed.
4261
4262 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * tls.el (open-tls-stream): Make it work with the 2nd argument
4265         BUFFER that is a string but does not exist as a buffer object, as
4266         mentioned in the doc-string.
4267
4268 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4271         SXEmacs.
4272
4273 2008-07-16  Glenn Morris  <rgm@gnu.org>
4274
4275         * gnus-util.el (ns-focus-frame): Declare for compiler.
4276
4277 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4280         set as a group parameter.
4281         (gnus-summary-save-in-pipe): Work when it is called independently.
4282         (gnus-summary-pipe-to-muttprint): Don't modify
4283         gnus-summary-pipe-output-default-command.
4284
4285 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4286
4287         * message.el (message-send-mail-with-sendmail):
4288         Display the error message.
4289
4290 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * gnus-art.el (gnus-default-article-saver):
4293         Add gnus-summary-save-in-pipe to choices.
4294         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4295         gnus-summary-pipe-output-default-command as the default command.
4296         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4297         instead of gnus-last-shell-command.
4298
4299         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4300         New user option.
4301         (gnus-summary-muttprint-program): Mention the value will be changed.
4302         (gnus-summary-save-article): Force showing of all headers.
4303         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4304
4305 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4306
4307         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4308
4309 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4310
4311         * nnimap.el (nnimap-id):
4312         * sieve-manage.el (sieve-manage-open): Doc fixes.
4313
4314 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4315
4316         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4317         if available.
4318
4319 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4320
4321         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4322
4323         * nnkiboze.el (nnkiboze-generate-group):
4324         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4325
4326         * nnmairix.el: Require CL.
4327
4328 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * dgnushack.el: Autoload get-display-table and put-display-table for
4331         XEmacs 21.5.
4332
4333         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4334         21.4 and SXEmacs.
4335
4336 2008-06-15  David Engster  <dengste@eml.cc>
4337
4338         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4339
4340 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4341
4342         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4343         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4344         runtime choice under XEmacs.
4345
4346         * gnus-sum.el (gnus-summary-set-display-table):
4347         Use `gnus-put-display-table', `gnus-get-display-table',
4348         `gnus-set-display-table' for the display table, instead of `aset'.
4349
4350         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4351         Use `gnus-put-display-table', `gnus-get-display-table',
4352         `gnus-set-display-table' for the display table.
4353
4354 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * nnmairix.el: Add autoloads.
4357
4358 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * nnmairix.el (nnmairix-delete-recreate-group)
4361         (nnmairix-update-and-clear-marks): Fix error messages.
4362
4363 2008-06-14  David Engster  <dengste@eml.cc>
4364
4365         * nnmairix.el: Upgrade to version 0.6.
4366         (nnmairix-group-toggle-propmarks-this-group)
4367         (nnmairix-group-toggle-readmarks-this-group)
4368         (nnmairix-group-delete-recreate-this-group)
4369         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4370         (nnmairix-remove-tick-mark-original-article): New commands.
4371         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4372         (nnmairix-propagate-marks-to-nnmairix-groups)
4373         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4374         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4375         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4376         functions needed for marks propagation and manipulation of read marks.
4377         (nnmairix-update-groups): New function.
4378         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4379         (nnmairix-determine-original-group-from-registry)
4380         (nnmairix-determine-original-group-from-path)
4381         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4382         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4383         New helper functions.
4384         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4385         keystrokes for new commands.
4386         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4387         (nnmairix-request-group): Check allow-fast group parameter.
4388         (nnmairix-request-create-group): Set allow-fast group parameter if
4389         nnmairix-allowfast-default is set.
4390         (nnmairix-close-group): Propagate marks upon closing if needed.
4391         (nnmairix-group-toggle-threads-this-group): Use new.
4392         nnmairix-group-toggle-parameter helper function.
4393         (nnmairix-search): Better check for empty search result.
4394         (nnmairix-goto-original-article): Use new helper functions for
4395         determining original article.
4396         (nnmairix-show-original-article): Make sure message-id is in brackets.
4397         (nnmairix-call-mairix-binary): Change variable name.
4398         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4399         helper function.
4400         (nnmairix-widget-toggle-activate): Fix doc string.
4401
4402 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * nnir.el: Require edmacro when compiling with XEmacs.
4405         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4406         available in Emacs 21.
4407
4408 2008-06-11  Glenn Morris  <rgm@gnu.org>
4409
4410         * gnus-util.el (x-focus-frame):
4411         * gnus.el (image-size):
4412         * mm-decode.el (image-size): Declare.
4413
4414         * gnus-picon.el (declare-function): Add compat definition.
4415         (image-size): Declare.
4416
4417         * gnus-group.el (tool-bar-map):
4418         * gnus-sum.el (tool-bar-map): Define for compiler.
4419
4420         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4421
4422         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4423
4424         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4425         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4426         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4427         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4428         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4429         * sieve-manage.el, spam-report.el, spam.el:
4430         Remove unnecessary eval-and-compile of autoloads.
4431
4432 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4433
4434         * auth-source.el: Precise Tramp doc.
4435
4436 2008-06-07  Glenn Morris  <rgm@gnu.org>
4437
4438         * nnmairix.el: Remove unnecessary eval-when-compile.
4439
4440 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * lpath.el: Fbind propertize for XEmacs 21.4.
4443
4444 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * nnir.el: Move here from ../contrib.
4447
4448 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4449
4450         * gnus-util.el (gnus-read-shell-command): New function.
4451         * mm-decode.el (mm-pipe-part):
4452         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4453
4454 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4457
4458 2008-06-03  Glenn Morris  <rgm@gnu.org>
4459
4460         * pop3.el (nnheader-accept-process-output): Autoload it.
4461
4462 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4465         are not 2-digit hexadecimal characters that follow `%'s.
4466
4467 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * message.el (message-bogus-recipient-p): Fix type in doc string.
4470         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4471         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4472         Improve custom options.
4473         (message-bogus-recipient-p): Adjust accordingly.
4474
4475 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4476
4477         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4478         long-form month and day names.
4479
4480 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * dgnushack.el: Autoload debug, eudc-expand-inline and
4483         pgg-snarf-keys-region for XEmacs.
4484
4485         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4486
4487         * nnmairix.el: Require edmacro when compiling with XEmacs.
4488
4489 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4492         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4493
4494 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * auth-source.el: Add more docs.
4497
4498         * netrc.el (netrc-machine): Always match if the port is not given.
4499
4500 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501
4502         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4503         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4504         retrieval faster in some cases, but might make CPU usage larger.  If
4505         this has any bad side effects, we might revert this change.
4506
4507         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4508         seems to make mail retrieval much, much faster.
4509         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4510         unconditionally.
4511
4512         * gnus-draft.el (gnus-group-send-queue): Bind
4513         message-send-mail-partially-limit to nil to avoid being prompted.
4514
4515 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4516
4517         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4518
4519         * message.el (message-bogus-address-regexp): Fix and improve custom
4520         type.
4521         (message-setup-hook): Add message-check-recipients as custom option.
4522
4523 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * message.el (message-cite-function): Remove bogus autoload which crept
4526         in during merge from v5-10.
4527
4528 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4529
4530         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4531
4532         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4533
4534         * auth-source.el: Preliminary Tramp docs.
4535         (auth-sources): Change the default auth-sources to use
4536         EPA .gpg files.
4537
4538 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4539
4540         * nntp.el: Autoload `auth-source-user-or-password'.
4541         (nntp-send-authinfo): Use it.
4542
4543         * nnimap.el: Autoload `auth-source-user-or-password'.
4544         (nnimap-open-connection): Use it.
4545
4546         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4547         for the gnus-message function.
4548         (auth-source-user-or-password): Use it.
4549
4550 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4551
4552         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4553         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4554         (rfc2104-hash): Use it.
4555
4556 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4557
4558         * gnus-art.el (gnus-article-toggle-truncate-lines):
4559         Don't use `iff' in docstring.
4560
4561 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4562
4563         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4564
4565         * gnus-util.el (gnus-extract-address-component-name)
4566         (gnus-extract-address-component-email): Convenience functions around
4567         `gnus-extract-address-components'.
4568
4569         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4570         Use `gnus-extract-address-component-email' to fix bug of comparing full
4571         sender name to `user-mail-address'.
4572
4573 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4576         catch/throw to optimize.
4577         (gnus-registry-find-keywords): Just use member to find a keyword.
4578
4579 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4580
4581         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4582         is current before calling gnus-server-prepare.
4583         (gnus-server-setup-buffer, gnus-server-update-server)
4584         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4585
4586 2008-05-04  Juri Linkov  <juri@jurta.org>
4587
4588         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4589         (mailcap-file-default-commands): Use mailcap-replace-in-string
4590         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4591         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4592
4593 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4594
4595         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4596
4597 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4598
4599         * gnus.el: Bump version to 0.11.
4600
4601 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4602
4603         * gnus.el: No Gnus v0.10 is released.
4604
4605 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4608         hooks.
4609         (gnus-update-read-articles): Speed up non-marks-using users.
4610         (gnus-use-marks): Define gnus-use-marks.
4611         (gnus-propagate-marks): Rename variable to something more sensible.
4612
4613 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4614
4615         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4616         (gmm-image-load-path-for-library): Fix typos in docstrings.
4617         (gmm-message): Reflow docstring.
4618
4619 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4620
4621         * mail-source.el (mail-source-set-1, mail-source-bind):
4622         Move auth-source code out of the macro to clean it up and fix bugs.
4623
4624 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4625
4626         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4627         by sender if it's equal to user-mail-address, it's likely to be
4628         useless.
4629
4630         * mail-source.el (mail-source-bind): Don't use user or password if they
4631         are not bound.  Unintern them if they are nil.  Don't use server unless
4632         it's bound, and default it to empty string otherwise.
4633
4634 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * mail-source.el: Load auth-source.el.
4637         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4638         get user name or password, if auth-sources is set up.
4639
4640         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4641         strategy of splitting with parent.
4642         (gnus-registry-split-fancy-with-parent)
4643         (gnus-registry-post-process-groups): Use it and fix prior
4644         bug (returning a list as the split result).
4645
4646         * auth-source.el (auth-sources): Remove server parameter.
4647         (auth-source-pick, auth-source-user-or-password)
4648         (auth-source-user-or-password-imap)
4649         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4650         (auth-source-user-or-password-sftp)
4651         (auth-source-user-or-password-smtp): Remove server parameter.
4652
4653 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4654
4655         * smime.el (smime-sign-region, smime-encrypt-region)
4656         (smime-decrypt-region):
4657         Remove redundant calls to `generate-new-buffer-name'.
4658
4659 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4660
4661         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4662         Don't use QP for message/rfc822.
4663         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4664
4665 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4666
4667         * sieve-manage.el (sieve-string-bytes): Remove.
4668         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4669         correct byte-length only if the process's coding-system is the same as
4670         the one used internally by Emacs to represent strings.
4671
4672 2008-04-22  Juri Linkov  <juri@jurta.org>
4673
4674         * mailcap.el (mailcap-file-default-commands): New function.
4675
4676 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * message.el (message-signature-separator, message-cite-function):
4679         Change custom version.
4680
4681 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4682
4683         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4684         commands.
4685         (tls-checktrust): Ditto.
4686
4687 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         * mm-decode.el (mm-display-external): Make temp file read-only.
4690
4691 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4692
4693         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4694         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4695         `C-c C-f d'.
4696
4697 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4698
4699         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4700
4701 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * gnus.el: Bump version to 0.9.
4704
4705 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4706
4707         * gnus.el: No Gnus v0.8 is released.
4708
4709 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4710
4711         * mail-source.el (mail-source-value):
4712         Prefer fboundp to functionp so it works with macros as well.
4713
4714 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4715
4716         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4717         Fix last change in case the element is not even a symbol.
4718
4719 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4720
4721         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4722         Prefer fboundp to functionp so it works with macros as well.
4723
4724 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * auth-source.el: Added docs.
4727         (auth-sources): Modify format to support server.
4728         (auth-source-pick, auth-source-user-or-password)
4729         (auth-source-user-or-password-imap)
4730         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4731         (auth-source-user-or-password-sftp)
4732         (auth-source-user-or-password-smtp): Add server parameter.
4733
4734 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4735
4736         * gnus-registry.el: Initialize the registry when gnus-registry-install
4737         is t.
4738
4739 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * compface.el (uncompface): Make buffer unibyte.
4742
4743 2008-04-05  Glenn Morris  <rgm@gnu.org>
4744
4745         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4746
4747 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4748
4749         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4750         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4751
4752         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4753         multibyteness after rather than before erasing it.
4754
4755         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4756         mm-with-multibyte.
4757         (gnus-request-article-this-buffer): Make sure the proper decoding is
4758         used if gnus-original-article-buffer happens to be unibyte.
4759
4760         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4761         default-enable-multibyte-characters.
4762
4763         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4764         default-enable-multibyte-characters.
4765
4766         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4767
4768         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4769
4770 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4771
4772         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4773         (imap-message-copyuid-1): Use it.
4774         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4775         J. Williams in
4776         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4777
4778         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4779         imap-enable-exchange-bug-workaround.
4780         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4781
4782 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4783
4784         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4785         a 100 byte status-checks into a 2-3MB transfer for each group.
4786         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4787         to enable bug workaround or not.
4788         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4789
4790 2008-03-31  Glenn Morris  <rgm@gnu.org>
4791
4792         * message.el (mml2015-use): Declare for compiler.
4793         (message-info): Require mml2015 when appropriate.
4794
4795 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4798         whitespace.
4799
4800 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4801
4802         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4803         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4804         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4805         (nntp-service-to-port): New function.
4806         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4807         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4808         (nntp-open-netcat-stream): New function.
4809         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4810
4811 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4812
4813         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4814
4815 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4816
4817         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4818
4819 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4820
4821         * dns.el (dns-write): Use set-buffer-multibyte.
4822
4823 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4824
4825         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4826
4827 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * message.el (message-signature-separator): Change default.
4830         Improve custom type.
4831         (message-cite-function): Change default to
4832         message-cite-original-without-signature.
4833
4834         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4835         toggle.
4836
4837         * message.el (message-check-news-body-syntax): Fix signature check.
4838         (message-setup-1): Mark buffer as unmodified _after_ running
4839         message-setup-hook and handling message-alternative-emails.
4840         (message-shorten-references): Be more strict when building list of
4841         valid references to comply with GNKSA.
4842
4843         * gnus-group.el (gnus-read-ephemeral-bug-group)
4844         (gnus-read-ephemeral-debian-bug-group)
4845         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4846
4847         * message.el (message-info): Don't use booleanp which isn't supported
4848         in Emacs 21 and XEmacs.
4849
4850 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4853         gnus-group-gmane-group-download-format.
4854         (gnus-group-read-ephemeral-gmane-group): Rename from
4855         gnus-group-read-ephemeral-gmane-group.
4856         (gnus-read-ephemeral-gmane-group-url): Rename from
4857         gnus-group-read-ephemeral-gmane-group-url.
4858         (gnus-bug-group-download-format-alist): New variable.
4859         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4860         (gnus-read-ephemeral-emacs-bug-group): New commands.
4861
4862 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4863
4864         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4865         (gnus-visible-headers): Improve custom type.
4866
4867 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4868
4869         * mml.el (mml-menu): Add workarounds for XEmacs.
4870
4871         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4872         X-Boundary header.
4873
4874         * message.el (message-simplify-recipients): Fix previous commit.
4875
4876 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4877
4878         * mm-util.el (mm-set-buffer-multibyte): New function.
4879         * mm-decode.el (mm-copy-to-buffer): Use it.
4880
4881 2008-03-19  Glenn Morris  <rgm@gnu.org>
4882
4883         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4884         Accidentally removed in the sync process with Emacs.
4885
4886 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4887
4888         * message.el (message-alter-recipients-discard-bogus-full-name):
4889         New function.
4890         (message-alter-recipients-function): New variable.
4891         (message-get-reply-headers): Use it.
4892         (message-replace-header): New helper function.
4893         (message-recipients-without-full-name): New variable.
4894         (message-simplify-recipients): New command.
4895
4896         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4897
4898         * message.el (message-info): Handle EasyPG manual.
4899
4900         * mml.el (mml-menu): Add entry for EasyPG.
4901
4902 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4903
4904         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4905         parameter.
4906
4907         * message.el (message-disassociate-draft): Specify drafts group name
4908         fully.
4909
4910 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4913         unnecessary duplicates from the match list.
4914
4915 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4918
4919         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4920
4921         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4922         args of `how-many' of which the XEmacs version doesn't take; declare
4923         Info-index-next as function.
4924
4925 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4926
4927         * gnus-score.el (gnus-score-headers): Fix handling of
4928         gnus-inhibit-slow-scoring.
4929
4930         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4931         string.
4932         (gnus-button-url-regexp): Improve handling of parenthesis.
4933         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4934         (gnus-button-handle-info-keystrokes): Handle index entries.
4935
4936 2008-03-15  Glenn Morris  <rgm@gnu.org>
4937
4938         * parse-time.el (parse-time-string): Simplify.
4939
4940 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4943         Incoming* files.
4944
4945 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4948         (auth-source-pick): Use it.
4949
4950 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4951
4952         * binhex.el (binhex-decode-region-internal):
4953         * uudecode.el (uudecode-decode-region-internal):
4954         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4955         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4956         setting default-enable-multibyte-characters.
4957
4958 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4959
4960         * auth-source.el (auth-source-protocols)
4961         (auth-source-protocols-customize, auth-source-choices): Added and
4962         modified variable customizations and defaults.
4963         (auth-source-pick, auth-source-user-or-password)
4964         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4965         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4966         (auth-source-user-or-password-sftp)
4967         (auth-source-user-or-password-smtp): Use new variables and provide an
4968         interface to netrc.el.
4969
4970 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4973         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4974         Make sure the nntp port to specify is a string.
4975
4976 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4977
4978         * nntp.el: Use with-current-buffer.
4979         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4980         dubious mm-with-unibyte-current-buffer.
4981         (nntp-with-open-group-function): New function extracted from
4982         nntp-with-open-group macro.
4983         (nntp-with-open-group): Use the function, so it's easier to debug.
4984         Add indentation and debugging info.
4985         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4986         the use of the netcat alternatives.
4987
4988         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4989         Avoid mm-string-as-multibyte as well.
4990
4991         * nnweb.el (nnweb-insert-html):
4992         Remove use of nnheader-string-as-multibyte.
4993
4994         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4995         (nnheader-string-as-multibyte): Remove.
4996
4997         * mm-view.el: Use inhibit-read-only.
4998         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4999         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5000         or unibyte-string.
5001
5002         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5003         (mm-uu-yenc-extract): Use with-current-buffer.
5004
5005         * gnus-soup.el (gnus-soup-send-packet): Don't use
5006         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5007
5008         * nnmh.el: Use with-current-buffer.
5009         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5010         mm-string-as-multibyte on the output of mm-encode-coding-string.
5011
5012         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5013         (nnimap-request-move-article): Use with-current-buffer.
5014
5015         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5016         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5017         conversion uses string-make-unibyte rather than string-as-unibyte.
5018
5019         * gnus-msg.el: Use with-current-buffer.
5020
5021         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5022
5023 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5024
5025         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5026         string for caching if it is 'PIN.
5027
5028 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * lpath.el: Consider the case without Emacs/W3.
5031
5032 2008-03-08  Glenn Morris  <rgm@gnu.org>
5033
5034         * time-date.el (date-to-time, time-subtract, time-add)
5035         (safe-date-to-time): Doc fixes.
5036
5037 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * mail-source.el (mail-source-delete-old-incoming-confirm):
5040         Change default to nil.
5041         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5042
5043 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * lpath.el: Rearrange.
5046
5047         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5048         (gnus-article-goto-prev-page): Work for articles having ^L's.
5049
5050         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5051
5052         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5053
5054 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5055
5056         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5057         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5058         (gnus-bookmark-jump): Adjust some variable names.
5059
5060 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5061
5062         * auth-source.el: New package.
5063         (auth-source-choices): Add customization entry point variable.
5064
5065         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5066         bug.
5067
5068 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5071         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5072         (gnus-registry-install-shortcuts): Rename from
5073         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5074         the `gnus-registry-mark-map' keymap dynamically from
5075         `gnus-registry-marks'.  The generated functions update the summary line
5076         when a registry mark is added or deleted, and will call
5077         `gnus-registry-install-p' (see the comments in the code).
5078         (gnus-registry-user-format-function-M): Use concat intelligently.
5079
5080         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5081         the registry mark functions.
5082
5083 2008-03-05  Glenn Morris  <rgm@gnu.org>
5084
5085         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5086         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5087         gnus-art.
5088         (top-level): No need to load own source when compiling.
5089
5090 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5091
5092         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5093         Suggested by <chris.anderton@zetnet.co.uk>.
5094
5095 2008-03-04  Glenn Morris  <rgm@gnu.org>
5096
5097         * gnus-sum.el (top-level): No need to require gnus when compiling,
5098         since unconditionally required near start of file.
5099         (gnus-summary-display-while-building): Move definition before use.
5100
5101 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5102
5103         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5104         formatting function.
5105
5106 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5107
5108         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5109         with plists.
5110         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5111         Use new format.
5112
5113 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5116         `where-is-internal' that returns a range of key sequences.
5117
5118 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5119
5120         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5121
5122         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5123         (gnus-summary-jump-to-group): Consider windows on other displayed
5124         frames as well.  Similar changes might be needed elsewhere, but that's
5125         the one I've bumped into during my use.
5126
5127         * nndoc.el (nndoc-oe-dbx-type-p):
5128         * gnus-msg.el (gnus-debug):
5129         * gnus-group.el (gnus-update-group-mark-positions):
5130         Use mm-string-to-multibyte.
5131
5132 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5135         doesn't handle NotDashEscaped.
5136
5137         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5138         (mml-dnd-attach-options): Fix typo in custom choice.
5139
5140         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5141         nndoc-article-type to mbox.
5142         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5143
5144         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5145         to nil, instead of html2text.
5146
5147         * imap.el (imap-debug): Add `imap-ping-server'.
5148
5149         * gnus-bookmark.el: Add FIXMEs.
5150
5151         * message.el (message-form-letter-separator)
5152         (message-send-form-letter-delay): New variables.
5153         (message-send-form-letter): Use them.  New command to send form
5154         letters.  Requested by Uwe Siart.
5155         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5156
5157 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * Update copyright years.
5160
5161 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5162
5163         Sync from EMACS_22_BASE.
5164
5165         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5166
5167 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5168
5169         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5170         empty author.
5171
5172 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         * gnus-registry.el (gnus-registry-marks): Add variable for
5175         customization of marks and their appearance.
5176         (gnus-registry-read-mark): Use it.
5177         (gnus-registry-do-marks): Add utility function to loop through
5178         `gnus-registry-marks'.
5179         (gnus-registry-install-shortcuts-and-menus): Add function to install
5180         shortcuts and menus.
5181         (gnus-registry-initialize): Use it.
5182         (gnus-registry-default-mark): Clarify documentation.
5183
5184 2008-02-29  Glenn Morris  <rgm@gnu.org>
5185
5186         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5187         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5188         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5189         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5190         Change defcustom :version from 23.0 to 23.1.
5191
5192 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5193
5194         * gnus-registry.el (gnus-registry-follow-group-p)
5195         (gnus-registry-post-process-groups): Add functions to aid registry
5196         splitting and improve logging.  Clarify behavior in function
5197         documentation.
5198         (gnus-registry-split-fancy-with-parent): Use them.
5199
5200 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         * gnus-art.el: Use with-current-buffer.
5203
5204 2008-02-27  David Engster  <dengste@eml.cc>
5205
5206         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5207         Express real group name in the response.
5208
5209 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5212         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5213         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5214         autoload gnus-registry-fetch-group when compiling.
5215         (nnmairix-request-group-with-article-number-correction): Remove
5216         unreferenced argument passed to nnmairix-call-backend.
5217
5218 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5221         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5222         Wilde.
5223
5224 2008-02-27  Glenn Morris  <rgm@gnu.org>
5225
5226         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5227         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5228         variables to defconsts.  Convert comments to doc-strings.
5229         (nnmairix-last-server, nnmairix-current-server): Convert from free
5230         variables to defvars.  Convert comments to doc-strings.
5231         (gnus-registry-fetch-group): Autoload.
5232         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5233         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5234         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5235         caddr.
5236         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5237         nnmairix-request-group-with-article-number-correction call.
5238         (nnmairix-fast, nnmairix-group): New, less general names, for free
5239         variables passed from nnmairix-request-group to
5240         nnmairix-request-group-with-article-number-correction.  Declare.
5241         (nnmairix-request-group-with-article-number-correction):
5242         Use nnmairix-fast, nnmairix-group rather than fast, group.
5243
5244 2008-02-26  David Engster  <dengste@eml.cc>
5245
5246         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5247         version 0.5.
5248
5249 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5250
5251         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5252         instead of making an extra function call.  Don't add the current group
5253         to articles only when they have the group.  Use
5254         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5255         Reported by David <de_bb@arcor.de>.
5256
5257 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5260         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5261
5262 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5263
5264         * mail-source.el (mail-source-delete-incoming): Change default.
5265         Supplement doc string.
5266
5267         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5268
5269 2008-02-14  Glenn Morris  <rgm@gnu.org>
5270
5271         * time-date.el (format-seconds): New function.
5272
5273 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5274
5275         * nnmail.el (nnmail-message-id-cache-file): Derive from
5276         `gnus-home-directory'.
5277
5278 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5281         Document negative prefix.
5282
5283         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5284
5285 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * message.el (message-unsent-separator): Add the Exim bounce
5288         separator.
5289
5290 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5291
5292         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5293         list.
5294         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5295         recipient/signer list.
5296
5297 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * Makefile.in (datarootdir): Define.
5300         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5301         name that might contain whitespace.
5302
5303 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5304
5305         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5306         fbound (Emacs 23 unicode), signal an error.
5307
5308 2008-02-08  Glenn Morris  <rgm@gnu.org>
5309
5310         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5311
5312 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5313
5314         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5315         ports to the calls to `netrc-machine-user-or-password' in addition to
5316         "imap" and "imaps".
5317
5318 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5319
5320         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5321
5322         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5323
5324 2008-02-01  Kenichi Handa  <handa@m17n.org>
5325
5326         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5327         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5328         (rfc2104-hash): Convert the result of concat to unibyte string.
5329
5330 2008-02-01  Dave Love  <fx@gnu.org>
5331
5332         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5333         coding-system-for-read.
5334         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5335
5336 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5339         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5340         <hanche@math.ntnu.no>.
5341
5342 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5345
5346         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5347
5348 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5349
5350         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5351         * message.el (message-beginning-of-line): Use featurep instead of bound
5352         tests in order to resolve conditionals at compile time.
5353
5354 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5355
5356         * mail-source.el (mail-sources): Add `group' choice.
5357
5358         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5359         parameter `in-group' to control into which group the articles go.
5360         Add treatment of `group' mail-source.
5361
5362 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5365
5366         * mm-decode.el (mm-dissect-buffer): Decode description.
5367
5368         * mml.el (mml-to-mime): Encode message header first.
5369
5370 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5373         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5374
5375         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5376         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5377
5378 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5379
5380         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5381
5382 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5385         prefix keys.
5386         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5387         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5388         gnus-xmas.el.
5389
5390         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5391         (gnus-xmas-article-describe-bindings): New function.
5392         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5393         gnus-xmas-article-describe-bindings.
5394
5395         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5396
5397 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5398
5399         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5400         Add new variables for article mark management.
5401         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5402         list of extra data entries which, when present, will indicate that the
5403         article ID should not be trimmed from the registry.
5404         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5405         functions.
5406         (gnus-registry-read-mark): New function to read a mark name from the
5407         user.
5408         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5409         (gnus-registry-set-article-mark-internal): New functions to add and
5410         remove marks.
5411         (gnus-registry-get-article-marks): New function to show the marks for
5412         an article, or retrieve them for further use.
5413
5414 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5417         keys when no argument is given.
5418
5419 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * imap.el (imap-ping-server): New variable.
5422         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5423         (imap-ping-server): Minor doc string fixes.
5424
5425 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5426
5427         * imap.el (imap-ping-server): New function.
5428         (imap-opened): Call imap-ping-server.
5429
5430 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * gnus-sum.el (gnus-article-sort-by-random)
5433         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5434         jidanni@jidanni.org.
5435
5436 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-art.el (gnus-article-describe-bindings): New function.
5439         (gnus-article-read-summary-keys): Use it.
5440         (gnus-article-mode-map): Bind `C-h b' to it.
5441
5442 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5445         XEmacs.
5446         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5447         against non-character events.
5448
5449         * lpath.el: Fbind map-keymap for Emacs 21.
5450
5451 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5452
5453         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5454         command.
5455         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5456         instead of END.  Change name of the temp file.
5457         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5458         customizable.
5459
5460 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5463         bind `S W' to gnus-article-wide-reply-with-original; set default
5464         binding to gnus-article-read-summary-send-keys.
5465         (gnus-article-read-summary-keys): Fix the order of keys; display
5466         continuation keys correctly in the echo area; describe bindings
5467         correctly when keys end with `C-h'.
5468         (gnus-article-read-summary-send-keys): New function.
5469         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5470         for gnus-article-read-summary-send-keys; display continuation keys
5471         correctly in the echo area.
5472         (gnus-article-reply-with-original): Ignore prefix argument.
5473         (gnus-article-wide-reply-with-original): New function.
5474
5475         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5476         Emacs 21.
5477
5478 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5481         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5482
5483 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5484
5485         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5486         (gnus-group-read-ephemeral-gmane-group): New command.
5487
5488 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5489
5490         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5491
5492 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * message.el (message-send-mail-function): Increase custom version.
5495
5496         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5497         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5498
5499 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5502         for the cases where imap-authenticate is called with a nil buffer
5503         parameter.
5504
5505 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5508         html parts correctly; support forwarded messages.
5509         (gnus-article-browse-html-article): Remove work buffers.
5510
5511         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5512         compiling.
5513         (netrc-bound-and-true-p): New macro.
5514         (netrc-parse): Use it instead of bound-and-true-p that is not available
5515         in XEmacs 21.4.
5516
5517 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5518
5519         * gnus-registry.el (gnus-registry-mark-article)
5520         (gnus-registry-article-marks): Add functionality to mark articles
5521         through the Gnus registry.
5522
5523         * encrypt.el: Clarify documentation for the new pgg method.
5524         (encrypt-file-alist): Add PGG option.
5525         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5526         functionality.  Abstract password key and messaging to external
5527         functions.
5528         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5529         (encrypt-message-method-and-cipher): Add new convenience external
5530         functions.
5531         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5532         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5533
5534         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5535         (netrc-parse): Use encrypt-file-alist to determine if
5536         encrypt-find-model or encrypt-insert-file-contents should be used.
5537
5538         * encrypt.el: Clarify documentation.  Load password-cache or
5539         password, whichever one is found first, instead of autoloading.
5540
5541 2007-12-19  Glenn Morris  <rgm@gnu.org>
5542
5543         * mml.el (message-options-set, message-narrow-to-head)
5544         (message-in-body-p, message-mail-p, message-encode-message-body):
5545         Autoload.
5546         (message-remove-header, message-narrow-to-headers-or-head)
5547         (message-subscribed-p, message-make-mail-followup-to)
5548         (message-position-on-field, message-news-p)
5549         (message-options-set-recipient, message-generate-headers)
5550         (message-sort-headers): Declare as functions.
5551
5552 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5555         convention in doc string.
5556
5557 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5560         title to html parts.
5561         (gnus-article-browse-html-article): Pass message header to it.
5562
5563         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5564
5565 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5568         or password compatible with XEmacs.
5569
5570 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5573         format document.
5574         (gnus-mime-delete-part): Don't write description line if empty.
5575         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5576
5577 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5578
5579         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5580         (gnus-summary-mark-read-and-unread-as-read)
5581         (gnus-summary-mark-current-read-and-unread-as-read)
5582         (gnus-summary-mark-unread-as-ticked): Doc fix.
5583         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5584
5585 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5588         Christoph Conrad <christoph.conrad@gmx.de>.
5589
5590 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5593         yes-or-no-p.
5594
5595 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * mm-decode.el (mm-add-meta-html-tag): New function.
5598         (mm-save-part-to-file, mm-pipe-part): Use it.
5599
5600         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5601         gnus-y-or-n-p instead of y-or-n-p.
5602         (gnus-article-browse-html-parts): Work with message/external-body; use
5603         mm-add-meta-html-tag.
5604
5605 2007-12-11  Glenn Morris  <rgm@gnu.org>
5606
5607         * gnus-cache.el: Require gnus-sum not just when compiling.
5608
5609         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5610
5611         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5612         definitions before use.
5613
5614         * mm-decode.el: Require gnus-util.
5615         (mm-remove-part): Only call delete-annotation on XEmacs.
5616
5617         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5618
5619         * nnmail.el: Require gnus-int.
5620
5621         * spam.el: Move `require's before `eval-when-compile's.
5622
5623         * gnus-ems.el (gnus-alive-p):
5624         * gnus-fun.el (message-goto-eoh):
5625         * gnus-util.el (gnus-group-name-decode):
5626         * mail-source.el (gnus-compress-sequence):
5627         * message.el (Info-goto-node, format-spec):
5628         * mm-bodies.el (message-options-get):
5629         * mm-decode.el (mm-view-pkcs7):
5630         * mm-util.el (gmm-write-region):
5631         * mml-smime.el (mml-compute-boundary)
5632         (gnus-completing-read-with-default):
5633         * mml.el (widget-button-press, gnus-make-hashtable):
5634         * mml1991.el (mm-decode-content-transfer-encoding)
5635         (mm-encode-content-transfer-encoding)
5636         (message-options-get, message-options-set):
5637         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5638         * nnfolder.el (gnus-request-group):
5639         * nnheader.el (ietf-drums-unfold-fws):
5640         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5641         * smime.el (gnus-run-mode-hooks):
5642         * spam-stat.el (gnus-message): Autoload.
5643
5644         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5645         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5646         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5647         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5648         Add declare-function compatibility definition.
5649
5650         * gnus-cache.el (nnvirtual-find-group-art):
5651         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5652         (gnus-add-image, gnus-add-wash-type):
5653         * gnus-group.el (nnkiboze-score-file):
5654         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5655         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5656         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5657         (message-tokenize-header, gnus-get-buffer-create)
5658         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5659         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5660         * gnus.el (gnus-group-decoded-name):
5661         * mail-source.el (imap-capability):
5662         * mm-bodies.el (message-options-set):
5663         * mm-decode.el (gnus-configure-windows):
5664         * mm-extern.el (message-goto-body):
5665         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5666         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5667         (epg-sub-key-validity, message-options-set):
5668         * mml.el (widget-event-point, gnus-configure-windows):
5669         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5670         * mml2015.el (epg-check-configuration, epg-configuration)
5671         (message-options-set):
5672         * nndb.el (nndb-request-article):
5673         * nnfolder.el (gnus-request-create-group):
5674         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5675         * nnmaildir.el (gnus-group-mark-article-read):
5676         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5677         * rfc1843.el (message-fetch-field):
5678         * spam.el (gnus-extract-address-components):
5679         Declare as functions.
5680
5681 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5684
5685         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5686
5687         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5688         bind show-trailing-whitespace for XEmacs.
5689
5690 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5691
5692         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5693         new no-op macro for backward compatibility.
5694
5695         * imap.el (imap-string-to-integer): New function.
5696
5697 2007-12-09  Glenn Morris  <rgm@gnu.org>
5698
5699         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5700
5701         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5702         * message.el, mm-view.el, sieve-manage.el, smime.el:
5703         Add declare-function compatibility definition.
5704
5705         * gnus-art.el (w3-region, w3m-region, Info-menu):
5706         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5707         * gnus-sum.el (gnus-get-predicate):
5708         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5709         * message.el (mail-abbrev-in-expansion-header-p):
5710         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5711         (w3m-detect-meta-charset, w3m-region):
5712         * sieve-manage.el (password-read, password-cache-add)
5713         (password-cache-remove):
5714         * smime.el (password-read-and-add): Declare as functions.
5715
5716 2007-12-08  David Kastrup  <dak@gnu.org>
5717
5718         * gnus-sum.el (gnus-summary-simplify-subject-query):
5719         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5720         `message'.
5721
5722 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5725         it to bind idna-program, installation-directory, defined-colors, and
5726         face-attribute for XEmacs of the version that compiles defcustom forms.
5727
5728 2007-12-07  Glenn Morris  <rgm@gnu.org>
5729
5730         * gnus-art.el (article-make-date-line): Revert previous change.
5731
5732 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5735
5736 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5737
5738         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5739         Call gnus-add-to-range ranges only once with a prepared article-list.
5740
5741 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5742
5743         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5744         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5745         group names with backslashes.  Reported by Tassilo Horn
5746         <tassilo@member.fsf.org>.
5747
5748 2007-12-06  Deepak Goel  <deego3@gmail.com>
5749
5750         * gnus-art.el (article-make-date-line):
5751         * gnus-start.el (gnus-load):
5752         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5753
5754 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-art.el (gnus-use-idna)
5757         * gnus-start.el (gnus-site-init-file)
5758         * message.el (message-use-idna)
5759         * mm-uu.el (mm-uu-hide-markers)
5760         * smiley.el (smiley-style): Revert changes that suppress warnings.
5761
5762 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5765         specify charset to html source.  Reported by Christoph Conrad
5766         <christoph.conrad@gmx.de>.
5767
5768 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5771         idna-program in order to suppress byte compile warning issued by XEmacs
5772         that came to byte compile the default value section of defcustom forms
5773         recently.
5774
5775         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5776         value of installation-directory.
5777
5778         * message.el (message-use-idna): Don't directly refer to the value of
5779         idna-program.
5780
5781         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5782
5783         * smiley.el (smiley-style): Don't directly call face-attribute.
5784
5785 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5788
5789         * gnus-dired.el: Reduce Gnus dependencies.
5790         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5791         require.  Use autoloads instead.
5792         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5793         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5794         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5795         (gnus-dired-mode): Adjust doc string.
5796         (gnus-dired-mail-mode): New variable.
5797         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5798         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5799         (gnus-dired-mail-buffers): New function.  Return mail or message
5800         composition buffers.
5801         (gnus-dired-attach): Use it.
5802         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5803         NO-DECODE.
5804         (gnus-dired-print): Use `gnus-print-buffer' depending on
5805         `gnus-dired-mail-mode'.
5806
5807 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * rfc2047.el (rfc2047-encoded-word-regexp)
5810         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5811         explaining what regexp patterns are for.
5812
5813 2007-12-04  Glenn Morris  <rgm@gnu.org>
5814
5815         * password.el: Move to password-cache.el.
5816
5817         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5818         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5819         * mml-smime.el (password-read, password-cache-add)
5820         (password-cache-remove):
5821         No need to autoload, since mml-sec requires password.
5822
5823         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5824         * message.el (gnus-extract-address-components):
5825         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5826
5827         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5828         password.
5829
5830 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * mailcap.el: Reduce dependencies.
5833         (mail-header-parse-content-type): Autoload.
5834         (mailcap-delete-duplicates): New alias.
5835         (mailcap-mime-info): Add optional argument NO-DECODE.
5836         (mailcap-mime-types): Use mailcap-delete-duplicates.
5837
5838         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5839
5840 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5841
5842         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5843         (imap-parse-status): Upcase status-att for servers that sends them
5844         lower-case (e.g., MS Exchange 2007).
5845
5846 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5849         function.
5850
5851         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5852         (gnus-uu-yenc-article): New function.
5853
5854         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5855
5856         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5857         buffer.
5858
5859 2007-12-02  Glenn Morris  <rgm@gnu.org>
5860
5861         * binhex.el (binhex): New custom group.
5862         (binhex-decoder-program, binhex-decoder-switches)
5863         (binhex-use-external): Move to the binhex custom group.
5864
5865         * uudecode.el (uudecode): New custom group.
5866         (uudecode-decoder-program, uudecode-decoder-switches)
5867         (uudecode-use-external): Move to the uudecode custom group.
5868
5869         * netrc.el (top-level): Don't load `encrypt' features.
5870         (netrc-parse): Don't use encrypt.
5871         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5872
5873         * encrypt.el: Remove file.
5874
5875 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5878         matches on patches.
5879
5880         * gnus-art.el (gnus-article-browse-html-article): Mention
5881         `mm-text-html-renderer' in the doc string.
5882
5883         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5884         string.  Add comments.
5885
5886         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5887         if rhs is ASCII.
5888
5889 2007-12-01  Glenn Morris  <rgm@gnu.org>
5890
5891         * mail-source.el (top-level): Require format-spec before
5892         eval-when-compile.
5893
5894 2007-11-30  Glenn Morris  <rgm@gnu.org>
5895
5896         * encrypt.el: Require password, rather than autoloading password-read.
5897
5898 2007-11-29  Glenn Morris  <rgm@gnu.org>
5899
5900         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5901         (sasl-make-client, sasl-next-step, sasl-step-data)
5902         (sasl-step-set-data): Declare as functions.
5903
5904 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5907
5908 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5909
5910         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5911         certs should be verified and what is to be done in the event of a
5912         verification failure.
5913
5914         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5915         caller can indicate whether the cache should be disregarded for this
5916         call.  This way the result of the call is reproducible at all times and
5917         can be considered a canonical server name for the supplied method.
5918         (gnus-agent-method-p): Canonicalize server names by pushing their
5919         method through `gnus-method-to-server' using the no-cache argument.
5920
5921         * gnus-srvr.el (gnus-server-insert-server-line): Call
5922         `gnus-method-to-server' with `no-cache' argument.
5923
5924         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5925         gnus-agent-possibly-synchronize-flags as this should be called when the
5926         server is actually being opened.
5927         (gnus-agent-possibly-synchronize-flags)
5928         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5929         flags file of an agentized server to the latter function.
5930
5931         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5932         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5933         after a connection has been established successfully.
5934
5935 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * gnus-art.el (article-display-face): Force to display face if called
5938         interactively; check if gnus-article-x-face-too-ugly matches author.
5939         (article-display-x-face): Display face even if From header is missing
5940         as article-display-face does.
5941
5942 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5943
5944         * hashcash.el (message-narrow-to-headers-or-head)
5945         (message-fetch-field, message-goto-eoh)
5946         (message-narrow-to-headers): Declare as functions.
5947
5948 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * mail-source.el (mail-sources): Default to fetch from file for
5951         compatibility with default of nnmail-spool-file.
5952
5953 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5956         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5957         to look for encoded word that should be encoded again.
5958         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5959         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5960         encoding pattern.
5961         (rfc2047-decode-region): Switch strict regexp and loose one according
5962         to rfc2047-allow-irregular-q-encoded-words.
5963
5964 2007-11-25  Romain Francoise  <romain@orebokech.com>
5965
5966         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5967
5968 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * tls.el (tls-program): Provide more custom choices from
5971         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5972         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5973
5974 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5977         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5978
5979         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5980         `nnmail-spool-file'.
5981
5982         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5983         `nnmail-spool-file'.
5984
5985         * gnus-move.el (gnus-change-server): Ditto.
5986
5987         * gnus-kill.el (gnus-batch-score): Ditto.
5988
5989         * gnus-cache.el (gnus-jog-cache): Ditto.
5990
5991         * gnus-msg.el (gnus-summary-reply):
5992         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5993
5994 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5995
5996         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5997         version.  Minor improvement to doc strings.
5998         (tls-program): Add comment.
5999
6000 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6001
6002         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6003         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6004         mismatch between the hostname provided in the certificate and the name
6005         of the host connnecting to.
6006         (open-tls-stream): Use them.  Check certificates against trusted root
6007         certificates.
6008
6009 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * gnus-cache.el (gnus-cache-generate-nov-databases):
6012         Use nnml-generate-nov-databases-directory instead of
6013         nnml-generate-nov-databases-1.
6014
6015 2007-11-24  Glenn Morris  <rgm@gnu.org>
6016
6017         * message.el (message-tool-bar-retro): Update for rename
6018         mail_send.xpm->mail-send.xpm.
6019
6020 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6023         `smime-ldap-search' for Emacs 22 and up.
6024
6025 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6026
6027         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6028
6029         * message.el (message-send-mail-function): Fix error convention.
6030         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6031         (message-widen-reply, message-send-mail, message-talkative-question)
6032         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6033         (message-clone-locals, message-send-news): Use with-current-buffer.
6034         (message-insert-or-toggle-importance): Remove unused var `valid'.
6035         (message-make-references): Remove unused var `new-references'.
6036         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6037
6038 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6039
6040         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6041         (spam-split-symbolic-return-positive): Reflow docstring.
6042         (spam-backends, spam-summary-exit-behavior)
6043         (spam-mark-ham-unread-before-move-from-spam-group)
6044         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6045         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6046         (spam-clear-cache, spam-backend-check, spam-install-backend)
6047         (spam-install-statistical-backend, spam-list-of-processors)
6048         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6049         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6050         (spam-check-crm114, spam-initialize, spam-unload-hook):
6051         Fix typos in docstrings.
6052
6053 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6056         been checked if they have never been read and those group levels are
6057         higher than the one that a user specified.
6058
6059 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6062         foreign groups unless a group level is specified by a user.
6063         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6064
6065 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * message.el (message-send-mail-function): Require sendmail.
6068
6069 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6070
6071         * message.el (message-send-mail-function): Check for smtpmail too.
6072
6073         * utf7.el (utf7-encode, utf7-decode): Use coding system
6074         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6075
6076         * message.el (message-send-mail-function): New function.
6077         (message-send-mail-function): Set default using
6078         message-send-mail-function.  Adjust doc string.
6079         (message-send-mail-with-mailclient): New function.
6080
6081 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6082
6083         * smime.el (from):
6084         * rfc2047.el (message-posting-charset):
6085         * qp.el (mm-use-ultra-safe-encoding):
6086         * pop3.el (parse-time-months):
6087         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6088         * nnml.el (files):
6089         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6090         (jka-compr-compression-info-list, ange-ftp-path-format)
6091         (efs-path-regexp):
6092         * nndiary.el (files):
6093         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6094         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6095         (epg-digest-algorithm-alist, inhibit-redisplay)
6096         (password-cache-expiry):
6097         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6098         (pgg-output-buffer, password-cache-expiry):
6099         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6100         (efs-path-regexp):
6101         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6102         (inhibit-redisplay):
6103         * mm-uu.el (file-name, start-point, end-point, entry)
6104         (gnus-newsgroup-name, gnus-newsgroup-charset):
6105         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6106         (latin-unity-ucs-list):
6107         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6108         (mm-uu-binhex-decode-function):
6109         * message.el (gnus-message-group-art, gnus-list-identifiers)
6110         (rmail-enable-mime-composing, gnus-local-organization)
6111         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6112         (gnus-read-active-file, facemenu-add-face-function)
6113         (facemenu-remove-face-function, gnus-article-decoded-p)
6114         (tool-bar-mode):
6115         * mail-source.el (display-time-mail-function):
6116         * gnus-util.el (nnmail-pathname-coding-system)
6117         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6118         (gnus-original-article-buffer, gnus-user-agent)
6119         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6120         (xemacs-codename, sxemacs-codename, emacs-program-version):
6121         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6122         * gnus-start.el (gnus-agent-covered-methods)
6123         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6124         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6125         (gnus-newsgroup-headers, gnus-group-list-mode)
6126         (gnus-group-mark-positions, gnus-newsgroup-data)
6127         (gnus-newsgroup-unreads, nnoo-state-alist)
6128         (gnus-current-select-method, mail-sources)
6129         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6130         (nnmail-spool-file, gnus-cache-active-hashtb):
6131         * gnus-mh.el (mh-lib-progs):
6132         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6133         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6134         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6135         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6136         (gnus-group-buffer):
6137         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6138         (font-lock-set-defaults):
6139         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6140         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6141         (gnus-summary-post-menu, total-parts, type, condition, length):
6142         * gnus-agent.el (gnus-agent-read-agentview):
6143         * flow-fill.el (show-trailing-whitespace):
6144         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6145         eval-and-compile wrappers for byte compiler pacifiers.
6146
6147         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6148         (mm-display-inline-fontify): Check for featurep 'xemacs not
6149         extent-list.
6150
6151         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6152         itimer-list.
6153         (mm-create-image-xemacs): Only do something for XEmacs.
6154         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6155
6156         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6157
6158         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6159         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6160
6161 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6162
6163         * nnimap.el (nnimap-split-download-body):
6164         * gnus-demon.el (gnus-demon):
6165         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6166
6167 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6170         macros.
6171         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6172         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6173         copy data from unibyte buffer to multibyte current buffer.
6174         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6175         to copy data from unibyte current buffer to multibyte buffer.
6176         (nntp-make-process-buffer): Make process buffer unibyte.
6177
6178         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6179
6180 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6181
6182         * pop3.el (pop3-open-server): Accept and process data more robustly at
6183         connexion start to avoid spurious "POP SSL connexion failed" errors.
6184
6185 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6188         read group names.
6189
6190 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6193
6194 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6197         (nnmail-save-active): Use a unibyte buffer when saving active file,
6198         which may contain non-ASCII group names.
6199
6200         * nnml.el (nnml-request-group): Decode group names in messages.
6201
6202 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * message.el (message-citation-line-function)
6205         (message-insert-formatted-citation-line): Fix spelling of
6206         `message-insert-formated-citation-line'.
6207
6208 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6211
6212 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6215         nnmail-pathname-coding-system.
6216
6217         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6218         that a user enters; decode group names in messages.
6219
6220         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6221
6222 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6225
6226         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6227
6228         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6229         risky local variable.
6230
6231         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6232
6233 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * encrypt.el: Improve documentation to fix function name typo.
6236         Reported by Daiki Ueno <ueno@unixuser.org>.
6237
6238 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6241         even if the point is not in the last page of an article.
6242         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6243         back to the previous page.
6244
6245 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6248
6249 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6252
6253 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6254
6255         * message.el (message-check-news-body-syntax): Avoid
6256         mm-string-as-multibyte.
6257         (message-hide-headers): Don't assume (point-min)==1.
6258
6259 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * message.el (message-remove-blank-cited-lines): Fix if remove is
6262         given.
6263         (message-bogus-address-regexp): New variable.
6264         (message-bogus-recipient-p): New function.
6265         (message-check-recipients): New command.
6266         (message-syntax-checks): Add `bogus-recipient'.
6267         (message-fix-before-sending): Add `bogus-recipient'.
6268
6269         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6270         (gnus-treat-body-boundary): Don't test window-system.
6271
6272 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6273
6274         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6275
6276 2007-10-28  Miles Bader  <miles@gnu.org>
6277
6278         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6279         at compile-time too.
6280
6281 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * gnus-msg.el (gnus-message-setup-hook): Add
6284         `message-remove-blank-cited-lines' to options.
6285
6286 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * message.el (message-remove-blank-cited-lines): New function.
6289         Suggested by Karl Plästerer.
6290
6291 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6294         mapc.
6295
6296         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6297         (top-level): Use mapc to set functions to be traced for debugging.
6298
6299         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6300         called for effect with while loop.
6301
6302         * message.el (message-talkative-question): Replace mapcar called for
6303         effect with mapc.
6304
6305         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6306         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6307         called for effect with dolist.
6308
6309         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6310
6311         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6312         gnus-extra-headers and nnmail-extra-headers.
6313
6314         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6315         called for effect with dolist.
6316         (top-level): Use mapc to set functions to be traced for debugging.
6317
6318         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6319         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6320         dolist.
6321
6322         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6323         Replace mapcar called for effect with mapc.
6324         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6325         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6326         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6327         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6328
6329         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6330         remove-if that's a cl function.
6331
6332         * webmail.el (webmail-debug): Replace mapcar called for effect with
6333         dolist.
6334
6335         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6336         with mapc.
6337
6338 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6341         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6342         with while loop.
6343
6344         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6345         functions from article-* functions.
6346         (gnus-multi-decode-header): Replace mapcar called for effect with
6347         dolist.
6348
6349         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6350         (gnus-bookmark-show-details): Replace mapcar called for effect with
6351         while loop.
6352
6353         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6354         called for effect with while loop.
6355
6356         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6357         with dolist.
6358
6359         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6360         mapcar called for effect with dolist.
6361
6362         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6363
6364         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6365         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6366         Replace mapcar called for effect with dolist.
6367         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6368         mapc.
6369
6370         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6371         Replace mapcar called for effect with dolist.
6372         (gnus-topic-list): Replace mapcar called for effect with mapc.
6373
6374         * gnus.el: Use mapc instead of mapcar to add autoloads.
6375
6376 2007-10-23  Richard Stallman  <rms@gnu.org>
6377
6378         * gnus-group.el (gnus-group-highlight): Mark as risky.
6379
6380 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus.el (gnus-server-to-method): Return method found first in
6383         gnus-newsrc-alist.
6384
6385         * gnus-art.el (gnus-article-highlight-signature)
6386         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6387         button overlay without the front stickiness.
6388
6389 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6390
6391         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6392         overview buffer needed a catch to receive its throw.
6393         (gnus-agent-flush-cache): Declared as interactive to make this function
6394         easier to use.
6395
6396 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6399         `next-line'.
6400
6401 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6404         exclude address matching message-dont-reply-to-names.
6405
6406 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-util.el (gnus-string<): New function.
6409
6410         * gnus-sum.el (gnus-article-sort-by-author)
6411         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6412
6413 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6416         the frame-focus tag is set in gnus-buffer-configuration.
6417
6418 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6421         the front stickiness.
6422
6423 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6426         url pattern; remove duplicate one.
6427         (gnus-article-extend-url-button): New function.
6428         (gnus-article-add-buttons): Use it.
6429         (gnus-button-push): Use concatenated url that it makes.
6430
6431 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6432
6433         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6434
6435 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6436
6437         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6438         Don't hardcode point-min==1.
6439
6440 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6443         Fix comment about "iso8859-1".
6444
6445 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6446
6447         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6448         ones returned from the verify-function.
6449
6450         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6451         mml2015-extract-cleartext-signature if extraction failed.
6452
6453 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6454
6455         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6456         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6457         failed.
6458
6459 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6462
6463 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6466         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6467         recommends to use EasyPG instead of PGG.
6468
6469         * pgg.el: Revert to revision 6.23.2.16.
6470
6471         * pgg-def.el: Revert to revision 6.6.2.14.
6472
6473         * pgg-gpg.el: Revert to revision 6.23.2.34.
6474
6475 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6476
6477         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6478         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6479         thread for both the null and zero (kill/expire thread) universal prefix
6480         cases.
6481         (gnus-summary-expire-thread): Add new function to expire a thread,
6482         using gnus-summary-kill-thread.
6483         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6484         shortcuts for gnus-summary-expire-thread.
6485         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6486         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6487
6488 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6491         extras value, so an extras entry can be deleted.
6492         (gnus-registry-delete-extra-entry): Use it.
6493         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6494         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6495         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6496         storage through the gnus-registry, and provide an appropriate API for
6497         it.
6498
6499 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6502         Suggested by Leo <sdl.web@gmail.com>.
6503
6504         * gnus.el: Do.
6505
6506 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6509         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6510
6511         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6512
6513         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6514         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6515
6516 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6519         newline.
6520         (nnmbox-request-accept-article): Don't change article in source buffer;
6521         narrow to header to use message-fetch-field rather than
6522         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6523         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6524         as delimiters; make sure article ends with newline.
6525         (nnmbox-delete-mail): Correct last position of article to be deleted;
6526         ignore X-Gnus-Newsgroup header in article body.
6527         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6528         positions; make sure article ends with newline.
6529
6530         * message.el (message-display-abbrev): Don't infloop when a user
6531         inserts SPC in the beginning of header.
6532
6533         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6534         coding-system-for-read and coding-system-for-write for XEmacs having no
6535         file-coding feature.
6536
6537         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6538
6539 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6540
6541         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6542         list of groups not followed by default.  Fix type to be regexp.
6543         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6544
6545 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6546
6547         * hmac-def.el (define-hmac-function): Switch from old-style to
6548         new-style backquotes.
6549
6550         * md4.el (md4-make-step): Likewise.
6551
6552 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6555         raw-text coding system when saving .newsrc file, which may contain
6556         non-ASCII group names.
6557
6558 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * gnus-cus.el (gnus-score-extra): New widget.
6561         (gnus-score-extra-convert): New function.
6562         (gnus-score-customize): Use it for Extra.
6563
6564 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6565
6566         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6567         (mml2015-mailcrypt-clear-verify): Use it.
6568         (mml2015-gpg-clear-verify): Use it.
6569         (mml2015-pgg-clear-verify): Use it.
6570         (mml2015-epg-clear-verify): Replace the current part with the output
6571         from GnuPG; don't extract the plaintext by itself.
6572
6573         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6574         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6575         mml2015-clear-verify-function; don't touch the armor headers or
6576         dash-escaped text here.
6577
6578 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6581         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6582         parts, or application/octet-stream as a last resort.
6583         (gnus-mime-view-part-as-type): Don't toggle display.
6584         (gnus-mime-view-part-as-charset): Don't turn off display before
6585         querying charset.
6586
6587         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6588         stuff to undisplayer function in Emacs.
6589         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6590
6591         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6592         text/calendar parts.
6593
6594 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6597         decoding text/calendar parts.
6598
6599         * message.el (message-forward-make-body-mime): Always mark body as
6600         having no illegible text; remove signed-or-encrypted argument.
6601         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6602
6603         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6604         (mml-generate-mime-1): Don't encode body if it is specified to be in
6605         raw form; don't make buffer be unibyte when inserting multibyte string.
6606
6607 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6608
6609         * sha1.el: Fix up comment style.
6610         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6611         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6612
6613         * hex-util.el: Fix up comment style.
6614         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6615
6616         * gnus-salt.el: Use with-current-buffer.
6617         (gnus-pick-setup-message): Fix long-standing typo.
6618
6619 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * imap.el (imap-logout-timeout): New variable.
6622         (imap-logout, imap-logout-wait): New functions.
6623         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6624
6625         * nnimap.el (nnimap-logout-timeout): New server variable.
6626         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6627         nnimap-logout-timeout.
6628
6629         * gnus-art.el (gnus-article-summary-command-nosave)
6630         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6631
6632 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus.el (gnus-maximum-newsgroup): New variable.
6635
6636         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6637         according to gnus-maximum-newsgroup.
6638
6639         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6640         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6641         Limit the range of articles according to gnus-maximum-newsgroup.
6642
6643 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6644
6645         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6646         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6647         Don't perform gnus-configure-windows here; reuse existing sticky
6648         article buffer.
6649
6650         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6651         it doesn't exist in gnus-article-mode.
6652
6653 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6656         (gnus-agent-decoded-group-name): New function.
6657         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6658         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6659
6660 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6661
6662         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6663         Add binding for gnus-sticky-article.
6664         (gnus-summary-exit): Don't kill sticky article buffers.
6665
6666         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6667         article buffer.
6668         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6669         (gnus-kill-sticky-article-buffers): New commands.
6670
6671 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * nntp.el (nntp-xref-number-is-evil): New server variable.
6674         (nntp-find-group-and-number): If it is non-nil, don't trust article
6675         numbers in the Xref header.
6676
6677 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-agent.el (gnus-agent-read-group): New function.
6680         (gnus-agent-flush-group, gnus-agent-expire-group)
6681         (gnus-agent-regenerate-group): Use it.
6682         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6683         nnmail-pathname-coding-system.
6684
6685 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6688
6689         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6690         that are unread as unread, and also as selected so that information of
6691         marks having been changed by a user may be updated when exiting group.
6692
6693 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6696         calculated ignoring signature parts to gnus-treat-article.
6697
6698 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6701         a point here in order to keep the window start.
6702         (gnus-insert-mime-security-button): Make a button overlay without the
6703         front stickiness.
6704         (gnus-mime-display-security): Goto the end of a button.
6705
6706         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6707
6708 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6711         group-name-at-point.
6712         (gnus-group-completing-read): New function that offers decoded
6713         non-ASCII group names for completion.
6714         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6715         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6716         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6717         (gnus-group-fetch-control): Use it.
6718         (gnus-fetch-group): Use group-name-at-point for the initial value
6719         rather than the default value; use gnus-alive-p.
6720
6721         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6722         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6723         (gnus-summary-post-news): Use gnus-group-completing-read.
6724
6725         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6726         (gnus-read-move-group-name): Decode group name for completion.
6727
6728 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6729
6730         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6731         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6732         Yamaoka slightly modified the code).
6733
6734 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6737         (nnmail-split-incoming): Bind it.
6738
6739         * nnml.el (nnml-group-name-charset): New function.
6740         (nnml-decoded-group-name): Use it; don't decode group name if
6741         nnmail-group-names-not-encoded-p is non-nil.
6742         (nnml-encoded-group-name): New function.
6743         (nnml-group-pathname): Inline nnml-decoded-group-name.
6744         (nnml-request-expire-articles): Decode group name in message.
6745         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6746         nnmail-pathname-coding-system.
6747         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6748         not decoded ones according to nnmail-group-names-not-encoded-p.
6749         (nnml-generate-active-info): Use nnml-encoded-group-name.
6750
6751 2007-08-08  Glenn Morris  <rgm@gnu.org>
6752
6753         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6754         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6755         doc-strings and comments.
6756
6757 2007-07-25  Glenn Morris  <rgm@gnu.org>
6758
6759         * Relicense all FSF files to GPLv3 or later.
6760
6761 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-sum.el (gnus-summary-move-article): Make
6764         gnus-summary-respool-article work.
6765
6766 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6769         string.
6770
6771 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6772
6773         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6774         that should be ignored when comparing distant RSS articles with local
6775         ones.
6776         (nnrss-make-hash-index): New function.  Create a hash index according
6777         to the ignored fields.
6778         (nnrss-check-group): Use it.
6779
6780 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6783
6784         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6785
6786         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6787         the new optional argument ENCODED is non-nil.
6788         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6789         coding system for encoding group name.
6790         (gnus-group-make-rss-group): Pass un-encoded group name to
6791         gnus-group-make-group.
6792         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6793         encoded.
6794
6795         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6796         Encode group name to which articles are moved or copied.
6797         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6798         coding system for encoding Newsgroup, Followup-To and Xref headers.
6799
6800         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6801         marks; use nnheader-file-coding-system to write a file.
6802         (nnagent-retrieve-headers): Bind file-name-coding-system to
6803         nnmail-pathname-coding-system.
6804
6805         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6806
6807         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6808         (nnml-request-article, nnml-request-create-group)
6809         (nnml-request-rename-group, nnml-find-id)
6810         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6811         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6812         (nnml-save-marks): Use nnml-group-pathname instead of
6813         nnmail-group-pathname.
6814
6815         (nnml-request-create-group, nnml-request-expire-articles)
6816         (nnml-request-move-article, nnml-request-delete-group)
6817         (nnml-deletable-article-p, nnml-possibly-create-directory)
6818         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6819         (nnml-open-marks): Bind file-name-coding-system to
6820         nnmail-pathname-coding-system.
6821
6822         (nnml-request-article): Pass server argument to nnml-find-group-number.
6823         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6824         server argument to nnml-possibly-create-directory.
6825         (nnml-request-accept-article): Pass server argument to
6826         nnml-active-number and nnml-save-mail.
6827         (nnml-find-group-number): Pass server argument to nnml-find-id.
6828         (nnml-request-update-info): Pass server argument to
6829         nnml-marks-changed-p.
6830
6831         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6832         (nnml-save-mail, nnml-active-number): Add server argument.
6833
6834         (nnml-request-delete-group): Warn if group is missing.
6835         (nnml-get-nov-buffer): Decode group name.
6836         (nnml-generate-active-info): Encode group name.
6837         (nnml-open-marks): Decode group name in messages.
6838
6839 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6842         if it is not specified.
6843         (gnus-article-pipe-part, gnus-article-save-part)
6844         (gnus-article-interactively-view-part, gnus-article-copy-part)
6845         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6846         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6847         (gnus-article-replace-part, gnus-article-delete-part)
6848         (gnus-article-view-part-as-type): Pass raw prefix argument to
6849         gnus-article-part-wrapper.
6850
6851 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-agent.el (gnus-agent-save-active): Bind
6854         nnheader-file-coding-system to gnus-agent-file-coding-system.
6855
6856         * gnus-cache.el (gnus-cache-save-buffers)
6857         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6858         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6859         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6860         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6861         (gnus-cache-generate-active, gnus-cache-rename-group)
6862         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6863         (gnus-cache-update-overview-total-fetched-for): Bind
6864         file-name-coding-system to nnmail-pathname-coding-system.
6865         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6866         variables.
6867         (gnus-cache-decoded-group-name): New function.
6868         (gnus-cache-file-name): Use it.
6869         (gnus-cache-generate-active): Use non-decoded group name for active.
6870
6871         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6872         right place.
6873         (gnus-write-active-file): Don't break non-ASCII group names.
6874
6875         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6876         nnmail-pathname-coding-system.
6877
6878         * lpath.el: Bind default-file-name-coding-system,
6879         file-name-coding-system and language-info-alist for XEmacs.
6880
6881         * gnus-uu.el (gnus-uu-decode-save): Typo.
6882
6883 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6886
6887 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6890         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6891         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6892         (gnus-agent-flush-group, gnus-agent-flush-cache)
6893         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6894         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6895         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6896         (gnus-agent-regenerate-group)
6897         (gnus-agent-update-files-total-fetched-for)
6898         (gnus-agent-update-view-total-fetched-for): Bind
6899         file-name-coding-system to nnmail-pathname-coding-system.
6900         (gnus-agent-group-pathname): Don't encode file names by
6901         nnmail-pathname-coding-system.
6902         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6903         coding-system-for-write instead of buffer-file-coding-system to
6904         gnus-agent-file-coding-system.
6905
6906         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6907         Decode group name.
6908
6909         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6910
6911         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6912         (gnus-read-newsrc-el-file): Make group names unibyte.
6913
6914         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6915         nnmail-pathname-coding-system.
6916
6917         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6918         (nnrss-request-delete-group): Bind file-name-coding-system to
6919         nnmail-pathname-coding-system.
6920         (nnrss-read-server-data, nnrss-read-group-data): Bind
6921         file-name-coding-system correctly.
6922         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6923
6924         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6925         (nntp-server-to-method-cache): New variable.
6926         (nntp-group-pathname): New function that decodes non-ASCII group names.
6927         (nntp-possibly-create-directory, nntp-marks-changed-p)
6928         (nntp-save-marks, nntp-open-marks): Use it.
6929         (nntp-possibly-create-directory, nntp-open-marks):
6930         Bind file-name-coding-system to nnmail-pathname-coding-system.
6931         (nntp-open-marks): Decode group names when bootstrapping marks.
6932
6933         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6934         Newsgroups and Folowup-To headers.
6935
6936 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6939         (gnus-server-closed-face, gnus-server-denied-face)
6940         (gnus-server-offline-face): Remove variable.
6941         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6942
6943         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6944         of modifying message-stack directly for XEmacs.
6945
6946         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6947         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6948         if the coding-system argument is nil for XEmacs.
6949
6950         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6951         mm-charset-override-alist.
6952
6953         * rfc2047.el: Don't require base64; require rfc2045 for the function
6954         rfc2045-encode-string.
6955         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6956         to quote the parameter value.
6957
6958 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6961         form in gnus-group-name-charset-method-alist.
6962
6963         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6964         overrides the default layout edit-form.
6965
6966         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6967
6968         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6969
6970 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6973         as unfetched articles.
6974
6975 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6978
6979 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6982         original back end that keeps marks in the local system.
6983
6984 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6987         arg of pop-to-buffer for XEmacs.
6988         (gnus-article-read-summary-keys): Ditto; don't restore window
6989         configuration if summary command ends up with neither article buffer
6990         nor summary buffer; describe bindings if summary keys end with C-h.
6991
6992 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * message.el (message-fix-before-sending): Skip raw message part to be
6995         forwarded while checking illegible text.
6996         (message-forward-make-body-mime, message-forward-make-body): Mark
6997         signed or encrypted raw message as having no illegible text.
6998
6999 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7002         (gnus-message-with-timestamp-1): New macro.
7003         (gnus-message-with-timestamp): New function.
7004         (gnus-message): Use them.
7005
7006         * nnheader.el (nnheader-message): Use them.
7007
7008 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7011         .newsrc.eld file.
7012
7013 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-agent.el (gnus-agent-fetch-headers)
7016         (gnus-agent-retrieve-headers): Bind
7017         gnus-decode-encoded-address-function to identity.
7018
7019         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7020         available also when the server returns simply a dot.
7021
7022         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7023
7024 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7027
7028 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-ems.el (gnus-x-splash): Make it work.
7031
7032         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7033         from being used.
7034
7035         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7036
7037 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7040         4th and the 5th arguments.
7041
7042         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7043         the front stickiness.
7044         (gnus-article-summary-command-nosave): Correct the order of the
7045         arguments passed to pop-to-buffer.
7046         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7047         summary command ends up with the article buffer.
7048
7049         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7050         the same faces.
7051
7052 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7053
7054         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7055
7056 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7057
7058         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7059         * gnus-sum.el (gnus-summary-highlight):
7060         * pgg.el (pgg-sign-region, pgg-sign):
7061         * mail-source.el (mail-source-delete-old-incoming-confirm):
7062         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7063
7064 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-art.el (gnus-mime-view-part-externally)
7067         (gnus-mime-view-part-internally): Fix predicate function passed to
7068         completing-read.
7069
7070         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7071
7072         * gnus.el (gnus-update-message-archive-method): Add :version.
7073
7074 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus.el (gnus-update-message-archive-method): New variable.
7077
7078         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7079         according to gnus-message-archive-method if
7080         gnus-update-message-archive-method is non-nil.
7081
7082 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7085         by Loic Dachary <loic@dachary.org>.
7086         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7087
7088 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * message.el (message-pop-to-buffer): Add switch-function argument.
7091         (message-mail): Pass switch-function argument to it.
7092
7093 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7096         Improve doc string.
7097
7098 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7101         (gnus-header-content)
7102         * gnus-cite.el (gnus-cite-10)
7103         * gnus-srvr.el (gnus-server-closed)
7104         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7105         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7106         (gnus-group-mail-3-empty, gnus-group-mail-low)
7107         (gnus-group-mail-low-empty, gnus-splash)
7108         * message.el (message-header-to, message-header-cc)
7109         (message-header-subject, message-header-other, message-header-name)
7110         (message-header-xheader, message-separator, message-cited-text)
7111         (message-mml): Lighten colors of faces used for dark background.
7112
7113 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7114
7115         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7116         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7117
7118 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * message.el (message-narrow-to-headers-or-head):
7121         Ignore mail-header-separator in the body.
7122
7123 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7126         same as window size.
7127
7128 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7129
7130         * message.el (message-font-lock-keywords): Use message-header-xheader
7131         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7132         ahead of the anything pattern, to get it recognised.
7133
7134 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7137         spam.el loads uses it in the compiled defadvice form.
7138
7139 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7140
7141         * gnus-sum.el (gnus-articles-to-read)
7142         (gnus-summary-insert-old-articles): Don't truncate group name for
7143         `read-string'.
7144
7145         * gnus-util.el (gnus-limit-string): Delete this function.
7146
7147         * gnus-sum.el (gnus-simplify-subject-fully): Use
7148         `truncate-string-to-width' instead.
7149
7150 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7151
7152         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7153         if, on summary exit, the next group has to be selected.
7154         (gnus-summary-exit): Use it.
7155
7156 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7159         non-break space.
7160
7161 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7164         Check if group is not a directory.
7165         (nnfolder-request-expire-articles): Don't delete articles if the target
7166         group is not available.
7167
7168         * nnml.el (nnml-request-create-group): Properly check if group is not a
7169         file.
7170         (nnml-request-expire-articles): Don't delete articles if the target
7171         group is not available.
7172
7173         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7174         Don't quote characters that are within parentheses.
7175
7176 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7179         (gnus-handle-ephemeral-exit): Select article according to it.
7180
7181 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7182
7183         * message.el (message-insert-formated-citation-line): Remove newline.
7184         (message-citation-line-format): Add final \n here so that the user can
7185         avoid a blank line.
7186
7187 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7188
7189         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7190         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7191         Update lanl/arXiv support.
7192
7193 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus.el: Bump version number.
7196
7197 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * gnus.el (gnus-version-number): Bump version.
7200
7201 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7202
7203         * gnus.el: No Gnus v0.6 is released.
7204
7205 2007-04-27  Didier Verna  <didier@xemacs.org>
7206
7207         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7208         * gmm-utils.el (gmm-regexp-concat): here.
7209         * message.el: Don't require 'gnus-util.
7210         (message-dont-reply-to-names): Handle name change above.
7211         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7212
7213 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7216         since the initial value varies according to the system.
7217
7218 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7221
7222 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7223
7224         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7225
7226 2007-04-24  Didier Verna  <didier@xemacs.org>
7227
7228         Improve the type of gnus-ignored-from-addresses.
7229         * gnus-util.el (gnus-orify-regexp): New function.
7230         * message.el (gnus-util): Require it.
7231         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7232         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7233         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7234
7235 2007-04-24  Didier Verna  <didier@xemacs.org>
7236
7237         * gnus-sum.el:
7238         * gnus-utils.el: Fix some trailing whitespaces.
7239
7240 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7243         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7244         article's Message-ID; refer parent article in summary buffer.
7245
7246         * message.el (message-bounce): Call mime-to-mml.
7247
7248         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7249         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7250         optimize and/or forms properly.
7251
7252 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7255         URL.
7256
7257 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7260
7261 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7264         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7265         displayed of multipart/alternative part if it is invoked from summary
7266         buffer.
7267
7268         * mm-view.el (mm-inline-text-html-render-with-w3m)
7269         (mm-inline-text-html-render-with-w3m-standalone)
7270         (mm-inline-render-with-function): Use mail-parse-charset by default.
7271
7272 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7273
7274         * parse-time.el (parse-time-string-chars): Check if CHAR
7275         is less than the length of parse-time-syntax.
7276
7277 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7280         from gnus-newsgroup-processable.
7281
7282 2007-04-16  Didier Verna  <didier@xemacs.org>
7283
7284         * gnus-msg.el (gnus-configure-posting-styles): Handle
7285         message-signature-directory properly with :file syntax.  Reported by
7286         "Leo".
7287
7288 2007-04-11  Didier Verna  <didier@xemacs.org>
7289
7290         New user option: message-signature-directory.
7291         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7292         * message.el (message-insert-signature): Ditto.
7293         * message.el (message-signature-file): Doc update.
7294         * message.el (message-signature-directory): New.
7295
7296 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-msg.el (gnus-inews-yank-articles): Use
7299         message-exchange-point-and-mark instead of exchange-point-and-mark.
7300
7301 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * message.el (message-yank-original): Make sure cited text ends with
7304         newline; don't exchange point and mark.
7305
7306 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7307
7308         * tls.el (open-tls-stream): Properly handle case where there
7309         is no associated buffer.
7310
7311 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7312
7313         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7314         message-yank-original, make sure (< mark TEXT point).
7315
7316 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7317
7318         * message.el (message-fill-column): New variable.
7319         (message-mode): Use it.  Add comment on a possible new hook.
7320
7321         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7322         (nnmail-get-new-mail): Reformat.
7323
7324         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7325
7326         * gmm-utils.el: Fix Commentary.
7327         (gmm-tool-bar-from-list): Fix typo in doc string.
7328
7329 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7330
7331         * message.el (message-yank-original): Don't switch point and mark
7332         unnecessarily to put point and mark as documented.
7333
7334 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7337         from the message heads.
7338
7339 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7340
7341         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7342         article buffer does not have a window.  This may not be the best
7343         solution but is certainly better than setting the start of the null,
7344         that is the current, window.
7345
7346 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7349         (gnus-draft-setup): Run it.
7350
7351         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7352         gnus-score-fast-scoring.  Allow regexp.
7353         (gnus-score-headers): Use it.
7354
7355         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7356         XEmacs.
7357
7358         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7359         string.
7360         (gnus-button-alist): Also catch `<f1> k ...'.
7361         (gnus-treat-display-x-face): Fix doc string.
7362
7363 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7364
7365         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7366         evaluation of gnus-extended-version to ensure correct generation of the
7367         User-Agent header when message-generate-headers-first is used.
7368
7369 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7370
7371         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7372         hashcash-path is nil.  Don't call callback with incorrect number of
7373         parameters if val is 0.
7374
7375 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7376
7377         * message.el (message-required-news-headers):
7378         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7379
7380 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7381
7382         * tls.el (open-tls-stream): In handshake-waiting loop,
7383         don't wait more if there is output available to process.
7384
7385 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7386
7387         * tls.el (tls-program): Doc fix.
7388
7389 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * message.el (message-generate-new-buffers): Change the meaning of the
7392         nil value; add `standard' to the choices; treat t as `unique'; improve
7393         doc string.
7394         (gnus-select-frame-set-input-focus): Autoload.
7395         (message-buffer-name): Search for the existing message buffer if
7396         message-generate-new-buffers is nil or `standard'; treat the value t of
7397         message-generate-new-buffers as `unique'.
7398         (message-pop-to-buffer): Raise the frame already displaying the message
7399         buffer; clear the echo area after querying.
7400         (message-setup): Pass the `continue' argument to compose-mail.
7401         (message-mail): Prefer `switch-function' if it is given; search for the
7402         existing message buffer if the `continue' argument is non-nil; pass
7403         continue and switch-function arguments to compose-mail by way of
7404         message-setup.
7405         (message-mail-other-window): Adjust argument of message-setup.
7406         (message-mail-other-frame): Ditto.
7407
7408 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7411         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7412         to turn font-lock on when turning gnus-message-citation-mode on.
7413
7414 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7415
7416         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7417         (mml-smime-function-alist): New variable; add epg as the backend.
7418         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7419         mml-smime- functions instead.
7420         * mm-view.el: Require smime.
7421
7422 2007-03-05  Didier Verna  <didier@xemacs.org>
7423
7424         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7425         instead of just inheritance for posting styles.
7426         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7427
7428 2007-02-24  Chris Moore  <dooglus@gmail.com>
7429
7430         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7431         * pgg-pgp.el (pgg-pgp-encrypt-region):
7432         * pgg-gpg.el (pgg-gpg-encrypt-region):
7433         Check pgg-encrypt-for-me if no other recipients.
7434
7435 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7436
7437         * tls.el (tls-certtool-program): Fix custom type.
7438
7439 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7442         and point-at-eol instead of line-(beginning|end)-position.
7443
7444         * assistant.el (assistant-parse-buffer): Ditto.
7445
7446         * netrc.el (netrc-parse-services): Ditto.
7447
7448 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7449
7450         * mml2015.el (mml2015-epg-find-usable-key): New function.
7451         (mml2015-epg-sign): Use it.
7452         (mml2015-epg-encrypt): Use it.
7453
7454 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * message.el (message-make-in-reply-to): Quote name containing
7457         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7458         if there are special characters.  Reported by NAKAJI Hiroyuki
7459         <nakaji@jp.freebsd.org>.
7460
7461 2007-02-27  Didier Verna  <didier@xemacs.org>
7462
7463         Include the group parameters as well as the topic ones in the
7464         inheritance filter process.
7465         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7466         argument GROUP-PARAMS-LIST.
7467         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7468
7469 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * nntp.el (nntp-never-echoes-commands)
7472         (nntp-open-connection-functions-never-echo-commands): New variables.
7473         (nntp-send-command): Use them.
7474
7475 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7476
7477         * mml2015.el (mml2015-epg-verify): Simplified.
7478
7479 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * mml.el (mml-content-disposition-alist): New user option.
7482         (mml-content-disposition): New function.
7483         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7484         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7485
7486 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7487
7488         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7489         verification.
7490
7491 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7492
7493         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7494         articles posted in the last 24 hours.
7495
7496 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7497
7498         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7499
7500 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7501
7502         * nntp.el (nntp-send-command): Don't wait for echoes when
7503         nntp-open-ssl-stream is used.
7504
7505 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7508         (gnus-message-add-citation-keywords)
7509         (gnus-message-remove-citation-keywords): Remove.
7510         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7511         directly, make the variables in font-lock-defaults buffer-local, add
7512         gnus-message-citation-keywords to them and then update the value of
7513         font-lock-keywords.
7514
7515 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * message.el (message-cite-original-1): Don't call
7518         gnus-article-highlight-citation.
7519
7520         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7521         citations; fix line count.
7522
7523 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7526         (gnus-message-add-citation-keywords)
7527         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7528         versions of font-lock-add-keywords and font-lock-remove-keywords to
7529         work with XEmacs correctly.
7530
7531 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-cite.el (gnus-cite-face-list): Set the values of
7534         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7535         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7536         (gnus-message-cite-prefix-regexp): New variable.
7537         (gnus-message-search-citation-line): Use it; protect against long
7538         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7539         the 0th match data for Emacs.
7540         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7541         (gnus-message-add-citation-keywords): Append keywords rather than
7542         prepending; emulate font-lock-add-keywords if it is not available.
7543         (gnus-message-remove-citation-keywords): Emulate
7544         font-lock-remove-keywords if it is not available.
7545
7546         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7547
7548         * message.el (message-cite-prefix-regexp): Set the value of
7549         gnus-message-cite-prefix-regexp.
7550
7551 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7552
7553         * nnweb.el (nnweb-google-parse-1): Update parser.
7554
7555 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7556
7557         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7558
7559 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7560
7561         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7562         regexp.
7563
7564 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7567         string-to-multibyte.
7568         (uudecode-decode-region-internal): Use it.
7569
7570         * lpath.el: Fbind string-as-multibyte for XEmacs.
7571
7572 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7575         custom choice.
7576
7577         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7578
7579 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7580
7581         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7582
7583         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7584         `write-region' to respect `mm-inhibit-file-name-handlers'.
7585
7586 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7589         Use gnus-home-directory instead of "~/" or "$HOME".
7590
7591 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7592
7593         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7594         to mention filename.
7595         Add comments at beginning regarding usage.
7596         (encrypt-write-file-contents): Change interactive so a string is
7597         acceptable.  If the file has no associated model, show an error instead
7598         of a nonsense prompt.
7599
7600 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7601
7602         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7603         Thanks to Yoshihiko Yamada for kind notification of this typo.
7604
7605 2007-01-12  Kenichi Handa  <handa@m17n.org>
7606
7607         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7608         multibyte buffer.
7609
7610 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * gnus-score.el (gnus-score-fast-scoring): New variable.
7613         (gnus-score-headers): Use it.
7614
7615         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7616
7617         * message.el (message-cite-original-1): Call
7618         gnus-article-highlight-citation if requested.
7619         (message-make-from): Allow name and address as optional arguments.
7620
7621         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7622
7623         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7624         bugs to doc string.
7625         (gnus-button-alist): Add mid\\|message-id.
7626         (gnus-button-fetch-group): Extend for use in
7627         `browse-url-browser-function'.
7628         (gnus-button-url-regexp): Try to catch paired parentheses like in
7629         Wikipedia URLs.
7630
7631         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7632         Suggested by Simon Krahnke <overlord@gmx.li>.
7633
7634 2007-01-13  Romain Francoise  <romain@orebokech.com>
7635
7636         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7637         Update copyright.
7638
7639 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7640
7641         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7642
7643 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7644
7645         * gnus-registry.el (gnus-registry-unfollowed-groups)
7646         (gnus-registry-split-fancy-with-parent): Fix documentation.
7647
7648 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649
7650         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7651         from nnweb groups.
7652
7653 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7654
7655         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7656         Xref urls.  Erase buffer before requesting head.
7657
7658 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7661         customizable.
7662
7663 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7664
7665         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7666         no signing key is found.
7667         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7668         no encrypting and/or signing key is found.
7669
7670 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7673
7674 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7675
7676         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7677         headers read from disk with the ones newly found in the current search.
7678         This should no longer cause problems, because the article numbers in
7679         Gmane's `nov.php' output are ignored since the previous change.
7680
7681 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7682
7683         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7684
7685 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7688         replace-regexp-in-string; bind url-version; fbind display-images-p and
7689         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7690         find-face and set-itimer-function for Emacs; bind itimer-list for
7691         Emacs.
7692
7693         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7694
7695 2007-01-01  Romain Francoise  <romain@orebokech.com>
7696
7697         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7698
7699 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7700
7701         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7702         `define-minor-mode' macro definition expanded properly.
7703         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7704         exclude it there.
7705
7706         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7707         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7708         `fboundp' test.
7709         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7710         This is OK to autoload in (S)XEmacs now.
7711
7712 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7715         keystroke.
7716         (gnus-summary-limit-to-singletons): Fix typo.
7717
7718         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7719         else fails.
7720
7721 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7722
7723         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7724         docstring.
7725
7726         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7727         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7728         (gnus-summary-insert-dormant-articles): Fix typo in message.
7729
7730 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7733         nil for XEmacs.
7734         (gnus-message-citation-mode): Don't autoload in XEmacs.
7735
7736         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7737
7738 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7739
7740         * nnimap.el (nnimap-expunge-search-string): Mention
7741         nnimap-search-uids-not-since-is-evil in docstring.
7742
7743 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7744
7745         * spam.el: Revert to make-obsolete-variable because
7746         define-obsolete-variable-alias is not supported in Emacs 21.
7747
7748         * spam.el (spam-ifile-path, spam-ifile-database-path)
7749         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7750         make-obsolete-variable.
7751         (spam-bsfilter-path, spam-bsfilter-program)
7752         (spam-spamassassin-path, spam-spamassassin-program)
7753         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7754         use "path" inappropriately.
7755         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7756         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7757         variable names.
7758
7759 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7760
7761         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7762         summary buffer.
7763
7764         * password.el (password-cache-remove): Use clear-string to burn
7765         password, if available.
7766
7767 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7768
7769         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7770
7771         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7772
7773         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7774         (gnus-message-highlight-citation): Move defcustom here from
7775         gnus-cite.el.
7776         (gnus-message-citation-mode): Autoload.
7777
7778         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7779         checks to make it compile with XEmacs.
7780         (gnus-message-citation-mode): New minor mode.
7781         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7782         (gnus-message-highlight-citation): New variables.
7783         (gnus-message-search-citation-line)
7784         (gnus-message-add-citation-keywords)
7785         (gnus-message-remove-citation-keywords)
7786         (turn-on-gnus-message-citation-mode)
7787         (turn-off-gnus-message-citation-mode): New functions.
7788
7789 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7790
7791         * gnus-cite.el: Enable highlighting of different citation levels in
7792         message-mode.
7793
7794 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * message.el (message-make-fqdn): Fix comment.
7797         (message-bogus-system-names): Add ".local".
7798
7799         * spam.el (spam-ifile-path, spam-ifile-program)
7800         (spam-ifile-database-path, spam-ifile-database)
7801         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7802         Don't use "path" inappropriately.
7803         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7804         strings.
7805         (spam-check-ifile, spam-ifile-register-with-ifile)
7806         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7807         new variable names.
7808
7809         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7810         (gnus-treat-display-smileys): Simplify using
7811         gnus-image-type-available-p.
7812
7813         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7814         available.
7815
7816         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7817         `display-images-p' if available.
7818
7819 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7822         one after turning on the buffer's multibyteness instead of decoding
7823         them directly in the unibyte buffer that causes unexpected conversion
7824         in Emacs 23 (unicode).
7825
7826 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7827
7828         * message.el (message-generate-hashcash): Fix custom type.
7829
7830 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7833
7834 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7837         disconnect icons.  Add help text.
7838
7839 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7842         negated to be consistent with the others we handle.
7843
7844 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7845
7846         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7847         version of gnus-summary-buffer to something, so that we can use two
7848         article buffers at the same time.
7849
7850 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7851
7852         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7853         trigger all the extra headers.
7854         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7855         sorting.
7856
7857 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7858
7859         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7860         solid groups.
7861
7862 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7863
7864         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7865
7866 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * legacy-gnus-agent.el: Add Copyright notice.
7869
7870 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7871
7872         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7873
7874 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875
7876         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7877
7878         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7879         to make it work reliably in CVS Emacs.
7880         (gnus-summary-limit-strange-charsets-predicate)
7881         (gnus-summary-limit-to-predicate): New functions.
7882
7883 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7884
7885         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7886         specifying array size.
7887         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7888         array if it is too small.
7889         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7890         (gnus-sort-threads-loop): New function.
7891
7892 2006-12-06  Chris Moore  <dooglus@gmail.com>
7893
7894         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7895         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7896
7897 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7898
7899         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7900         options.
7901
7902 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7905         DOS-ing the recipient.
7906
7907         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7908         the headers when creating the mapping to avoid mismappings.
7909         (nnweb-gmane-create-mapping): Always nix out old mapping.
7910
7911 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7914         and mm-verify-option to never.
7915
7916 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * message.el (message-signed-or-encrypted-p): New function.
7919         (message-forward-make-body): Use it.
7920
7921         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7922         Replace encode-coding-string with mm-encode-coding-string.
7923
7924 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * nneething.el (nneething-decode-file-name): Replace
7927         decode-coding-string with mm-decode-coding-string.
7928
7929         * gnus-int.el (gnus-open-server): Say failed server's name.
7930
7931 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7932
7933         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7934         strings to a single string.  Quote `errors-file-name'.
7935         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7936         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7937         Adjust calls.  Use `shell-quote-argument'.
7938
7939 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7940
7941         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7942         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7943
7944         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7945         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7946         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7947         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7948         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7949         (gnus-subscribe-newsgroup, gnus-1):
7950         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7951         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7952         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7953         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7954
7955 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7958         keystroke.
7959         (gnus-summary-limit-to-bodies): Implement headersp.
7960
7961 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7964
7965 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7968
7969 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * message.el (message-generate-hashcash): Expand range of values to
7972         include `opportunistic'.
7973         (message-send-mail): Use it.
7974
7975 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7976
7977         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7978         and comment it.
7979
7980         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7981
7982 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * gnus-util.el (gnus-extract-address-components): Improve comment.
7985
7986 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-util.el (gnus-extract-address-components): Work with address in
7989         which the name portion contains @.
7990
7991         * lpath.el: Fbind custom-autoload.
7992
7993 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * gnus.el (gnus-start): Move custom group up.
7996         (gnus-select-method): Don't autoload, but make it available for
7997         `customize-variable'.
7998         (gnus-getenv-nntpserver): Don't autoload.
7999
8000 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8001
8002         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8003
8004 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8005
8006         * message.el (message-sendmail-extra-arguments): New variable.
8007         (message-send-mail-with-sendmail): Use it.
8008
8009 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8012         mm-with-unibyte-current-buffer to make string unibyte.
8013
8014         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8015         mm-string-as-multibyte.
8016
8017 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8018
8019         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8020         Reported by Werner Koch <wk@gnupg.org>.
8021
8022 2006-11-14  Daiki Ueno  <ueno@p360>
8023
8024         * mml2015.el: Autoload epa-select-keys when compiling.
8025
8026 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8027
8028         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8029         message-options.
8030         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8031
8032 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8033
8034         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8035         EasyPG (< 0.0.6).
8036         (mml2015-always-trust): New user option.
8037         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8038         prompt.
8039
8040 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * nntp.el (nntp-authinfo-force): New variable.
8043         (nntp-send-authinfo): Use it.
8044
8045 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8048         decode encoded words.  Improve prompt.  Add comment about forwarding.
8049         (message-replacement-char): Move up.
8050
8051 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8052
8053         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8054         instead of gnus-intersection because arguments of gnus-sorted-nunion
8055         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8056
8057 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8060         (message-simplify-subject-functions): Enable
8061         message-strip-subject-encoded-words by default.
8062
8063 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * message.el (message-strip-subject-encoded-words): New function.
8066         (message-simplify-subject-functions): New variable.
8067         (message-simplify-subject): Use it.  Fix typo in doc string.
8068         Support message-strip-subject-encoded-words.
8069
8070 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8071
8072         * gnus-diary.el (gnus-diary-delay-format-function):
8073         * nndiary.el (nndiary-reminders):
8074         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8075
8076 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * gnus-art.el (article-hide-boring-headers): Fetch date from
8079         gnus-original-article-buffer to avoid problems with localized date
8080         strings.
8081
8082 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8085
8086 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8089         New variables.
8090         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8091         (mm-charset-synonym-alist): Move some entries to
8092         mm-codepage-iso-8859-list.
8093         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8094         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8095
8096 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8099
8100 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8103         with Emacs 21 and XEmacs.
8104
8105 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8106
8107         * spam.el (spam-parse-address): New function for better parsing,
8108         catching errors, etc.
8109         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8110
8111 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * mm-view.el: Add interactive arg to html2text autoload.
8114
8115 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8118
8119 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8122         variables.
8123         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8124         (mm-charset-synonym-alist): Move some entries to
8125         mm-codepage-iso-8859-list.
8126
8127         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8128
8129 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * message.el (message-citation-line-format)
8132         (message-insert-formated-citation-line): Fix implementation of %E, %N
8133         and %n according to the doc string.
8134
8135 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8136
8137         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8138         car-safe to avoid bad parses.
8139
8140 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8143         names.
8144
8145         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8146
8147 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8150         header.
8151
8152         * message.el (message-draft-headers): Add Date.
8153         (message-headers-to-generate): Fix typo in docstring.
8154
8155         * nndraft.el (nndraft-required-headers): New variable.
8156         (nndraft-generate-headers): Use it.
8157
8158         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8159
8160 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8161
8162         * gnus-registry.el (gnus-registry-wash-for-keywords)
8163         (gnus-registry-find-keywords): New functions to allow easy searching of
8164         articles that are in the registry.
8165
8166 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8167
8168         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8169         ietf-drums-parse-address instead of gnus-extract-address-components.
8170         Reported by Damien Elmes <damien@repose.cx>.
8171
8172 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus.el (gnus-mime): Remove unused custom group.
8175
8176 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8177
8178         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8179         "blank line" when searching for end of armor headers.
8180
8181 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gmm-utils.el (gmm-write-region): Fix variable name.
8184
8185 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gmm-utils.el (gmm-write-region): New function based on compatibility
8188         code from `mm-make-temp-file'.
8189
8190         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8191
8192         * nnmaildir.el (nnmaildir--update-nov)
8193         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8194         Use `gmm-write-region'.
8195
8196 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8199         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8200
8201         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8202
8203         * message.el (message-replacement-char): New variable.
8204         (message-fix-before-sending): Use it.
8205         (message-simplify-subject): New function to remove duplicate code.
8206         (message-reply, message-followup): Use it.
8207
8208         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8209         gnus-summary-limit-to-articles.
8210
8211 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-util.el (gnus-with-local-quit): New macro.
8214
8215         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8216
8217 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8218
8219         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8220         ignore non-string data.
8221
8222 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8223
8224         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8225         non-string data (needs to be done in the registry too).
8226
8227 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8228
8229         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8230         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8231         (gnus-registry-split-fancy-with-parent)
8232         (gnus-registry-fetch-simplified-message-subject-fast)
8233         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8234         Remove text properties on ingress into the registry and when it's saved.
8235         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8236         registry from entries with no groups.
8237
8238 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8239
8240         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8241         function to remove string properties.
8242
8243 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * gmm-utils.el (gmm): Adjust custom version.
8246
8247         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8248         custom version.
8249
8250         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8251
8252 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * gnus-art.el (gnus-insert-prev-page-button)
8255         (gnus-insert-next-page-button): Simplify.  Reformat.
8256
8257 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8258
8259         * gnus-art.el (gnus-insert-prev-page-button)
8260         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8261
8262 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8263
8264         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8265
8266 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8267
8268         * gnus-art.el (gnus-insert-mime-button)
8269         (gnus-insert-mime-security-button):
8270         Apply gnus-article-button-face to MIME and security buttons.
8271
8272 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8275         readable.
8276
8277 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8280
8281 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8282
8283         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8284         `browse-url-of-file' instead of `browse-url'.
8285
8286 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8287
8288         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8289         regexp.  Articles containing quotation were cut prematurely.
8290
8291 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * message.el (message-cite-original-1): Use nobody by default for the
8294         value of From header.
8295         (message-reply): Ditto.
8296
8297 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8298
8299         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8300         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8301         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8302
8303 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8306         mails in the doc string.  Add some URLs in comment.
8307         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8308
8309 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8312         backslashes handling and the way to find boundaries of quoted strings.
8313
8314 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8315
8316         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8317         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8318         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8319         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8320
8321 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8324         doc string.
8325         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8326
8327 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * lpath.el: Fbind epg-check-configuration.
8330
8331 2006-09-06  Simon Josefsson  <jas@extundo.com>
8332
8333         * mml2015.el (mml2015-use): Doc fix, mention epg.
8334
8335 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8336
8337         * mml2015.el (mml2015-use): Default to epg, if available.
8338
8339 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8340
8341         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8342         message-sender.
8343         (mml1991-epg-encrypt): Ditto.
8344         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8345         message-sender.
8346         (mml2015-epg-encrypt): Ditto.
8347
8348 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8349
8350         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8351         several common directories.
8352
8353 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8354
8355         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8356         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8357
8358 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-art.el (article-decode-encoded-words): Make it fast.
8361
8362 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8365
8366         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8367         in quoted string into `\'.
8368
8369 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8372         Use standard-syntax-table.
8373
8374 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-art.el (gnus-decode-address-function): New variable.
8377         (article-decode-encoded-words): Use it to decode headers which are
8378         assumed to contain addresses.
8379         (gnus-mime-delete-part): Remove useless `or'.
8380
8381         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8382         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8383         (gnus-nov-parse-line): Use it to decode From header.
8384         (gnus-get-newsgroup-headers): Ditto.
8385         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8386
8387         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8388         (mail-decode-encoded-address-string): New alias.
8389
8390         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8391         New function.
8392         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8393         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8394         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8395         (rfc2047-decode-string): Ditto.
8396         (rfc2047-decode-address-region): New function.
8397         (rfc2047-decode-address-string): New function.
8398
8399 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * message.el (message-caesar-buffer-body): Allow rotating headers.
8402
8403         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8404
8405         * message.el (message-insert-formated-citation-line): Fix %f.
8406         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8407
8408 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8411         (gnus-bookmark-mouse-available-p): New macro.
8412         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8413         (gnus-bookmark-bmenu-show-infos): Use it.
8414         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8415         (gnus-bookmark-bmenu-hide-infos): Ditto.
8416         (gnus-bookmark-remove-properties): New function.
8417         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8418         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8419         (gnus-bookmark-write-file): Bind coding-system-for-write.
8420         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8421         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8422         group before selecting it.
8423         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8424         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8425         quit-window if it is not available; use gnus-mouse-2 and bind it to
8426         gnus-bookmark-bmenu-select-by-mouse.
8427         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8428         (gnus-bookmark-bmenu-select-by-mouse): New function.
8429
8430 2006-08-13  Romain Francoise  <romain@orebokech.com>
8431
8432         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8433         space.
8434
8435 2006-08-10  Romain Francoise  <romain@orebokech.com>
8436
8437         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8438         (dns-mode-soa-auto-increment-serial): New user option.
8439         (dns-mode-soa-maybe-increment-serial): New function.
8440         (dns-mode): Add the latter to `write-contents-functions'.
8441
8442 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * compface.el (uncompface): Use binary rather than raw-text-unix.
8445
8446 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * compface.el (uncompface): Make sure the eol conversion doesn't take
8449         place when communicating with the external programs.  Reported by
8450         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8451
8452 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8455
8456 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8457
8458         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8459         Make it more robust by parsing author and date independently.
8460
8461 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8464
8465 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8466
8467         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8468         first matching secret key.
8469         (mml2015-epg-encrypt): Ditto.
8470
8471         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8472         first matching secret key.
8473         (mml1991-epg-encrypt): Ditto.
8474
8475         * mml2015.el (mml2015-encrypt-to-self): New user option.
8476         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8477         mml2015-epg-encrypt-to-self is set.
8478
8479         * mml1991.el (mml1991-encrypt-to-self): New variable.
8480         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8481         mml1991-epg-encrypt-to-self is set.
8482
8483         * mml2015.el (mml2015-signers): New user option.
8484         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8485         (mml2015-epg-encrypt): Allow to select signing keys.
8486
8487         * mml1991.el (mml1991-signers): New variable.
8488         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8489         (mml1991-epg-encrypt): Allow to select signing keys.
8490
8491 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * nnheader.el (nnheader-insert-head): Make it work even if the file
8494         uses CRLF for the line-break code.
8495
8496 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8497
8498         * mml2015.el: Require mml-sec instead of password.
8499         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8500         (mml2015-cache-passphrase): Inherit the default value from
8501         mml-secure-cache-passphrase.
8502         (mml2015-passphrase-cache-expiry): Inherit the default value from
8503         mml-secure-passphrase-cache-expiry.
8504
8505         * mml1991.el: Require mml-sec instead of password.
8506         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8507         (mml1991-cache-passphrase): Inherit the default value from
8508         mml-secure-cache-passphrase.
8509         (mml1991-passphrase-cache-expiry): Inherit the default value from
8510         mml-secure-passphrase-cache-expiry.
8511
8512         * mml-sec.el: Require password.
8513         (mml-secure-verbose): New user option.
8514         (mml-secure-cache-passphrase): New user option.
8515         (mml-secure-passphrase-cache-expiry): New user option.
8516
8517 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8518
8519         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8520         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8521         andreas@altroot.de (Andreas Vögele).
8522
8523         FIXME: Use `tiny change'?
8524
8525 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8526
8527         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8528         workaround for the url package included with Emacs.
8529
8530         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8531
8532 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8535         correctly.  This fixes a bug caused by the 2006-05-12 change.
8536
8537 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8538
8539         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8540         some information about the error when saying that the `bogus' mail
8541         group will be used.
8542
8543 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8546         string.
8547
8548 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8549
8550         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8551
8552 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8553
8554         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8555
8556 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8557
8558         * mml1991.el (mml1991-function-alist): Add epg.
8559         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8560         (mml1991-epg-encrypt): New functions.
8561
8562 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8563
8564         * mml2015.el (mml2015-verbose): New variable.
8565         (mml2015-cache-passphrase): Ditto.
8566         (mml2015-passphrase-cache-expiry): Ditto.
8567         (mml2015-function-alist): Add epg.
8568         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8569         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8570         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8571         functions.
8572
8573 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8574
8575         * message.el (message-cite-original-1): Preserve region when removing
8576         quoted text due to X-No-Archive in order to avoid bogus attribution
8577         when citing multiple messages.
8578
8579 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8580
8581         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8582         Kenneth Jacker <khj@be.cs.appstate.edu>.
8583
8584 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * gnus-diary.el (gnus-user-format-function-d)
8587         (gnus-user-format-function-D): Autoload.
8588
8589         * imap.el (Commentary): Fix typo.
8590
8591         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8592         2006-04-22 contribution.
8593
8594 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8595
8596         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8597         It didn't really fix the bogosity I'm seeing with solid web groups.
8598
8599 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8600
8601         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8602         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8603         created using server names.  If we use the feature without declaring
8604         it, Gnus does not properly manage server and group state.
8605
8606         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8607         bound.
8608
8609 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8610
8611         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8612         looking up the method using GROUP's prefix before inventing a new one.
8613         It is used on killed/unknown groups in various places where returning
8614         an all-new method isn't expected by the caller.
8615
8616         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8617         and match semantics of gnus-group-real-prefix.
8618
8619 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * nnmail.el (nnmail-broken-references-mailers): New variable.
8622         (nnmail-ignore-broken-references): New function generalizing
8623         nnmail-fix-eudora-headers.
8624         (nnmail-fix-eudora-headers): Now obsolete.
8625
8626         * gnus-art.el (gnus-button-handle-custom): Support
8627         `customize-apropos*'.
8628
8629 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8630
8631         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8632
8633         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8634         articles.
8635
8636 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * message.el (message-cite-reply-above): New variable.
8639         (message-yank-original): Use it.
8640
8641 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8644
8645 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8648         as read.
8649
8650         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8651
8652 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8655         (gnus-bookmark-default-file): Use gnus-directory.
8656         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8657         Remove "*" in doc string.
8658         (gnus-bookmark-write-file): Simplify.
8659         (gnus-bookmark-maybe-sort-alist): Use `when'.
8660         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8661         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8662         FIXME about Emacs 21 and XEmacs compatibility.
8663         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8664         compatibility.
8665         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8666         compatibility.
8667         (gnus-bookmark-menu-heading): Fix version.
8668
8669 2006-06-19  Bastien Guerry  <bzg@altern.org>
8670
8671         * gnus-bookmark.el: New file.
8672
8673 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * message.el (message-syntax-checks): Doc fix.
8676
8677 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8678
8679         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8680         unsubscribed groups as if they were killed ones.  It causes duplicate
8681         entries in gnus-newsrc-alist.
8682
8683 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * message.el (message-syntax-checks): Doc fix.
8686         (message-send-mail): Add check for continuation headers.
8687         (message-check-news-header-syntax): Fix regexp used to check for
8688         continuation headers.
8689
8690 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8693
8694 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8697
8698 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8701         default-truncate-lines.
8702
8703 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8706         to fill the utf-8 entry.
8707
8708         * lpath.el: Fbind unicode-precedence-list.
8709
8710 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8711
8712         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8713
8714 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8715
8716         * gnus-agent.el (directory-files-and-attributes): Move all the way
8717         forward (the third and final move).
8718         (gnus-agent-read-agentview): Trap reconstruction errors due to
8719         nonexistant directory.  Handle by returning nil.
8720
8721 2006-05-30  Didier Verna  <didier@xemacs.org>
8722
8723         * message.el (message-dont-reply-to-names): Update the custom type.
8724         * message.el (message-dont-reply-to-names): New defsubst: potentially
8725         convert a list of regexps into a single one.
8726         * message.el (message-get-reply-headers): Use it.
8727         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8728
8729 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-agent.el (directory-files-and-attributes): Move forward.
8732
8733 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * gnus-ml.el (gnus-mailing-list-subscribe)
8736         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8737         (gnus-mailing-list-message): Fix doc strings.
8738
8739 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8740
8741         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8742         of doing it manually.
8743
8744 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8747         comment.
8748
8749 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8750
8751         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8752         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8753         (gnus-agent-read-local): All symbols allocated in my-obarray.
8754         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8755         (gnus-agent-regenerate-group): Check numeric names to see if they are
8756         messages or groups.
8757         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8758         better way of do this...)
8759
8760         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8761         'dummy.group' (there should be a better way of do this...)
8762
8763 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8766         (gnus-saved-headers): Ditto.
8767         (gnus-default-article-saver): Mention functions may have properties.
8768         (gnus-article-save): Override gnus-save-all-headers and
8769         gnus-saved-headers by :headers property which saver function may have.
8770         (gnus-summary-save-in-file): Add :headers property.
8771         (gnus-summary-write-to-file): Ditto.
8772
8773         * gnus-sum.el (gnus-summary-save-article): Bind
8774         gnus-prompt-before-saving to t when saving many articles in a file;
8775         always show all headers.
8776
8777         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8778
8779 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8782         marks.
8783
8784         * message.el (message-indent-citation): Add optional arguments to allow
8785         using it outside of message buffers.
8786
8787         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8788         (gnus-article-treat-unfold-headers): Use it.
8789         (gnus-article-truncate-lines): New variable.
8790         (gnus-article-mode): Use it.
8791         (gnus-article-toggle-truncate-lines): New function.
8792
8793         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8794         gnus-article-toggle-truncate-lines.
8795
8796         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8797         coding system in XEmacs, use binary.
8798
8799 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8802         after-load-alist.
8803
8804         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8805         this function should save decoded articles.
8806         (gnus-summary-write-to-file): Use property to specify this function
8807         should save decoded articles and specify gnus-summary-save-in-file
8808         should be used to save articles other than the first one when saving
8809         many articles.
8810         (gnus-summary-save-body-in-file): Use property to specify this
8811         function should save decoded articles.
8812         (gnus-summary-write-body-to-file): Use property to specify this
8813         function should save decoded articles and specify
8814         gnus-summary-save-body-in-file should be used to save articles other
8815         than the first one when saving many articles.
8816
8817         * gnus-sum.el (gnus-summary-save-article): Simplify.
8818
8819 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-art.el (gnus-default-article-saver): Add
8822         gnus-summary-write-body-to-file.
8823         (gnus-article-save-coding-system): Don't use coding system object
8824         in XEmacs.
8825         (gnus-read-save-file-name): Add optional `dir-var' argument which
8826         specifies directory in which files are saved; work even if optional
8827         `variable' argument is not specified.
8828         (gnus-summary-write-to-file): Read file name.
8829         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8830         (gnus-summary-write-body-to-file): New function.
8831
8832         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8833         (gnus-summary-local-variables): Add it.
8834         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8835         (gnus-summary-save-article): Remove optional `decode' argument;
8836         determine whether to decode articles by the value of
8837         gnus-default-article-saver; when saving many files using
8838         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8839         it first and use gnus-summary-save-in-file or
8840         gnus-summary-save-body-in-file thereafter unless
8841         gnus-prompt-before-saving is always; move point to article which
8842         will be saved.
8843         (gnus-summary-save-article-file): Revert.
8844         (gnus-summary-write-article-file): Revert.
8845         (gnus-summary-save-article-body-file): Revert.
8846         (gnus-summary-write-article-body-file): New function.
8847
8848 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (gnus-default-article-saver): Doc fix.
8851         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8852         from gnus-summary-save-article-coding-system, and default to a
8853         certain coding system.
8854         (gnus-output-to-file): Add coding cookie and encode text according
8855         to gnus-article-save-coding-system; don't use mm-append-to-file.
8856
8857         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8858         gnus-art.el and rename to gnus-article-save-coding-system.
8859         (gnus-summary-save-article): Require gnus-art; don't show all
8860         headers if it decodes articles; don't add coding cookie here;
8861         don't bind mm-text-coding-system-for-write.
8862         (gnus-summary-save-article-file): Save decoded articles.
8863         (gnus-summary-write-article-file): When saving many files, use
8864         gnus-summary-write-to-file first and gnus-summary-save-in-file
8865         thereafter unless gnus-prompt-before-saving is always.
8866         (gnus-summary-save-article-body-file): Save decoded articles.
8867
8868         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8869
8870 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * nnrss.el (nnrss-check-group): Bind hash-index.
8873
8874 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8875
8876         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8877         its hash index.  Store this hash in `nnrss-group-data'.
8878         (nnrss-read-group-data): Update accordingly.
8879
8880 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8883         entry.
8884
8885         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8886         gnus-article-browse-html-article.
8887
8888 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8889
8890         * gnus-sum.el (gnus-summary-mime-map): Add
8891         gnus-article-browse-html-article.
8892
8893         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8894
8895 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8898         suitable coding systems in customize.
8899
8900 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * mail-source.el (mail-sources): Fix custom type.
8903
8904 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8905
8906         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8907         (gnus-summary-expire-articles-now): Shorten prompt.
8908
8909         * gmm-utils.el (wid-edit): Require.
8910         (defun-gmm): Renamed from `gmm-defun-compat'.
8911         (gmm-image-search-load-path): Use it.
8912         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8913
8914 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8917         variable.
8918         (gnus-summary-save-article): Add optional `decode' argument.  If
8919         it is set and gnus-summary-save-article-coding-system is non-nil,
8920         save decoded article.
8921         (gnus-summary-write-article-file): Save decoded article if
8922         gnus-summary-save-article-coding-system is non-nil.
8923
8924         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8925         type.
8926
8927 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8930
8931 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8934         first to test gnus-single-article-buffer which may be buffer-local.
8935
8936         * gnus-sum.el (gnus-summary-setup-buffer): Make
8937         gnus-single-article-buffer buffer-local and nil in ephemeral
8938         group; make gnus-article-buffer, gnus-article-current, and
8939         gnus-original-article-buffer always buffer-local.
8940         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8941         group.
8942         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8943
8944 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * nnml.el (nnml-request-compact-group): Compressed files might not
8947         have .gz extension.
8948
8949 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8950
8951         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8952         (mm-copy-to-buffer): Use with-current-buffer.
8953         (mm-display-part): Simplify.
8954         (mm-inlinable-p): Add optional arg `type'.
8955
8956 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8957
8958         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8959         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8960         Try harder to show the attachment internally or externally using
8961         gnus-mime-view-part-as-type.
8962
8963 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * message.el (message-from-style, message-signature-separator)
8966         (message-user-organization-file, message-send-mail-function)
8967         (message-citation-line-function, message-yank-prefix)
8968         (message-indent-citation-function, message-signature)
8969         (message-signature-file, message-signature-insert-empty-line):
8970         Remove autoloads.
8971
8972         * gnus-art.el (gnus-buttonized-mime-types): Remove
8973         "multipart/signed".  Revert 2006-04-26 change.
8974
8975 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * gnus.el (gnus-version-number): Bump version.
8978
8979 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8980
8981         * gnus.el: No Gnus v0.5 is released.
8982
8983 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8984
8985         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8986         fetching articles by message-id.
8987
8988 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * message.el (hashcash): Require hashcash as normal.
8991
8992         * ecomplete.el (ecomplete-highlight-match-line): Use
8993         point-at-eol.
8994         (ecomplete-highlight-match-line): Use `highlight', because that
8995         face exists in both Emacs and XEmacs.
8996
8997         * message.el (message-display-abbrev): Use point-at-bol.
8998
8999         * mail-source.el: Don't require timer/timer-funcs.
9000
9001         * gnus-async.el: Ditto.
9002
9003         * password.el: Ditto.
9004
9005         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9006
9007         * mm-url.el: Ditto.
9008
9009         * gnus-xmas.el: Don't require timer-funcs.
9010
9011         * mm-util.el: Require timer/timer-funcs.
9012
9013 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9014
9015         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9016         Close.
9017
9018 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9021         unibyte after clear-decrypt function runs.
9022
9023         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9024         returns as a unibyte string.
9025
9026 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * lpath.el: Revert.
9029
9030         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9031         (pgg-gpg-process-sentinel): Revert.
9032
9033         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9034         (pgg-pgp-lookup-key): Revert.
9035
9036         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9037         (pgg-pgp5-lookup-key): Revert.
9038
9039         * pgg.el (pgg-fetch-key): Revert.
9040
9041 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * lpath.el: Fbind string-as-multibyte for XEmacs.
9044
9045         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9046         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9047         (mml1991-pgg-encrypt): Ditto.
9048
9049         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9050         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9051         a multibyte buffer.
9052
9053         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9054         (pgg-pgp-lookup-key): Ditto.
9055
9056         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9057         (pgg-pgp5-lookup-key): Ditto.
9058
9059         * pgg.el (pgg-fetch-key): Ditto.
9060
9061 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9062
9063         * message.el (message-user-organization-file): Check several
9064         locations of the organization file.
9065
9066         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9067         Add gnus-article-view-part-as-type.
9068
9069         * gnus-art.el (gnus-article-view-part-as-type): New function.
9070
9071         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9072         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9073
9074         * mml.el: Simplify autoload.
9075         (mml-mode): defvar dnd-protocol-alist instead of using
9076         symbol-value.
9077         (mml-default-directory): New variable.
9078         (mml-minibuffer-read-file): Use it.
9079         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9080
9081         * message.el (message-citation-line-format): New variable.
9082         (message-insert-formated-citation-line): New function.
9083         (message-citation-line-function): Add
9084         `message-insert-formated-citation-line' to custom type.
9085
9086         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9087         to doc string.
9088
9089         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9090         depending on mm-verify-option.
9091
9092 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9095         binding pgg-* variables; reimplement the section which prevents
9096         MIME header from being signed.
9097         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9098         pgg-text-mode; remove a blank line at the top of body.
9099
9100         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9101         lines at the top of body; use gnus-newsgroup-charset if there's no
9102         Charset header.
9103
9104 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * message.el (message-self-insert-commands): Doc fix.
9107
9108         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9109         (mm-uu-pgp-encrypted-test): Ditto.
9110         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9111         between header and body; return application/pgp-encrypted handle
9112         if decryption failed; decode decrypted body by charset.
9113
9114         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9115         element match to application/pgp-*.
9116
9117 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9118
9119         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9120         HTML.
9121
9122 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * mail-source.el (mail-source-call-script): Message the error
9125         string.
9126
9127 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * gnus-util.el (gnus-byte-compile): Use it.
9130
9131 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9132
9133         * gnus-util.el (kill-empty-logs): New function.
9134
9135 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * message.el (message-mail-alias-type): Doc fix.
9138         (message-mail-alias-type-p): New function.
9139         (message-send): Use it.
9140         (message-mode): Ditto.
9141         (message-strip-forbidden-properties): Ditto.
9142
9143         * ecomplete.el (ecomplete-database-file-coding-system): New
9144         variable.
9145         (ecomplete-save): Use it.
9146         (ecomplete-setup): Use it.
9147
9148 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * message.el (message-self-insert-commands): New variable.
9151         (message-strip-forbidden-properties): Use it.
9152
9153 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9156         that doesn't make XEmacs choke.
9157
9158 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * gnus-util.el (gnus-replace-in-string):
9161         Prefer replace-regexp-in-string over of replace-in-string.
9162
9163 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-util.el (gnus-select-frame-set-input-focus):
9166         Use select-frame-set-input-focus if it is available in XEmacs; use
9167         definition defined in Emacs 22 for old Emacsen.
9168
9169         * dgnushack.el: Autoload unmorse-region for XEmacs.
9170
9171         * lpath.el: Bind cursor-in-non-selected-windows and
9172         select-frame-set-input-focus for XEmacs.
9173
9174 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9177
9178 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9179
9180         * gnus-registry.el (gnus-registry-cache-save): Remove text
9181         properties when saving via the temp buffer.
9182
9183 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * message.el (message-generate-hashcash): Honor custom type.
9186
9187 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * message.el (message-generate-hashcash): Default to non-nil when
9190         hashcash is found.
9191
9192         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9193         (gnus-refer-thread-limit): Increase default to 500.
9194
9195         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9196
9197         * flow-fill.el (fill-flowed): Allow delete-space.
9198
9199 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9202         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9203         Remove autoloads.
9204
9205 2006-04-18  Simon Josefsson  <jas@extundo.com>
9206
9207         * message.el (message-generate-hashcash): Default to.
9208
9209 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9212         concatenating segments rather than before concatenating them.
9213
9214 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9217
9218 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9221
9222         * message.el (message-forward-make-body-plain): Allow
9223         message-forward-ignored-headers to be a list.
9224         (message-remove-ignored-headers): Factor out into function.
9225         (message-forward-make-body-mml): Use it.
9226
9227         * imap.el (imap-quote-specials): New function.
9228         (imap-login-auth): Quote specials.
9229
9230         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9231         (rfc2231-parse-string): Allow concatanation of parameters that
9232         aren't contiguous.  The test case is
9233           (mail-header-parse-content-type "message/external-body;
9234             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9235             access-type=LOCAL-FILE;
9236             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9237
9238 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9239
9240         * nntp.el (nntp-accept-process-output): Return the value of
9241         `nnheader-accept-process-output'.
9242
9243 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244
9245         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9246         (gnus-button-alist): Recognize more diff formats.
9247         (gnus-button-patch): Strip directory.
9248
9249 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9252         Emacs 22 when setting focus.
9253
9254 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * gnus-art.el (gnus-article-treat-types): Do treatment of
9257         text/x-verbatim parts.
9258         (gnus-button-patch): New command.
9259
9260         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9261         addresses that contain invalid characters.
9262
9263 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * message.el (message-put-addresses-in-ecomplete): Use
9266         gnus-replace-in-string.
9267         (message-is-yours-p): Use the more correct
9268         mail-header-parse-address instead of
9269         mail-extract-address-components.
9270         (message-put-addresses-in-ecomplete): Fix typo.
9271
9272         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9273         keystroke.
9274
9275         * gnus-art.el (gnus-treatment-function-alist): Change order of
9276         newsgroups/generic header folding to avoid double-folding.
9277
9278         * message.el (message-hidden-headers): Add X-Draft-From.
9279
9280         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9281         command.
9282         (gnus-summary-repeat-search-article-backward): New command.
9283
9284         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9285         groups in the parent topic.
9286
9287 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9288
9289         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9290         (spam-extra-header-to-number): Return the CRM114 number as a
9291         number instead of a string.
9292
9293 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * gnus-art.el (gnus-face-properties-alist): Moved here from
9296         gnus-fun.
9297
9298         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9299
9300 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * message.el (message-strip-forbidden-properties): Only display on
9303         self-insert-command.
9304
9305         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9306         reindent.
9307         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9308
9309 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9310
9311         * smiley.el (smiley-style): Fix typo.
9312
9313 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * hashcash.el (hashcash-insert-payment-async-2): Use
9316         message-goto-eoh instead of doing it manually.
9317         (mail-add-payment): Use message-narrow-to-header instead of trying
9318         to do the same itself.
9319
9320         * message.el (message-hidden-headers): Add Face.
9321
9322         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9323         reparenting code.
9324         (gnus-summary-reparent-children): Refactored out code.
9325         (gnus-summary-thread-map): New keystroke.
9326         (gnus-summary-reparent-children): Make into command.
9327
9328         * smiley.el (smiley-style): Default to `medium' if using a large
9329         font.
9330
9331         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9332         does it itself.
9333
9334         * message.el (message-point-in-header-p): Simplify definition.
9335
9336 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * nnagent.el (nnagent-request-set-mark): Silence log file
9339         writing.
9340         (nnagent-request-set-mark): Use write-region instead of
9341         append-to-file.
9342
9343         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9344         strange select method.
9345
9346         * ecomplete.el (ecomplete-display-matches): Get highlightling
9347         right.
9348         (ecomplete-display-matches): Use literals.
9349         (ecomplete-display-matches): Disable message logging.
9350
9351         * message.el (message-display-abbrev): Small optimization.
9352
9353         * ecomplete.el (ecomplete-display-matches): Allow automatic
9354         display.
9355
9356         * message.el (message-strip-forbidden-properties): Display
9357         abbrevs.
9358         (message-display-abbrev): Get automatic display right.
9359
9360         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9361         keystrokes.
9362
9363 2006-04-13  Romain Francoise  <romain@orebokech.com>
9364
9365         TODO: Backport to v5-10!
9366
9367         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9368         Moved here (and renamed) from gnus-registry.el.
9369
9370         * gnus-registry.el: Require gnus-util.
9371         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9372
9373 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * gnus-group.el (gnus-group-catchup-current): Change
9376         if-then-else-if-then-else into cond.
9377         (gnus-group-catchup): Indent.
9378         (group-name-at-point): New function.
9379         (gnus-fetch-group): Provide default from thing at point.
9380
9381 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * message.el (message-display-abbrev): Fix regexp.
9384
9385         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9386         choosing.
9387         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9388         dead variables.
9389
9390         * message.el (message-newline-and-indent): Remove debugging.
9391         (message-display-abbrev): Use new implementation.
9392
9393 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * gnus-art.el (gnus-article-mode): Set
9396         cursor-in-non-selected-windows to nil.
9397
9398         * smiley.el: Revert previous change.
9399         (smiley-data-directory): defvar it before using it in the
9400         defcustom of `smiley-style'.
9401
9402 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * message.el (message-newline-and-indent): New function.
9405
9406         * ecomplete.el: Implement more bits.
9407
9408         * message.el (message-put-addresses-in-ecomplete): Clean up the
9409         string.
9410
9411         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9412
9413         * gnus-sum.el (gnus-summary-save-parts): Bind
9414         gnus-summary-save-parts-counter and use it to make unique file
9415         names.
9416
9417         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9418
9419         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9420         parameter to say whether to actually parse the individual
9421         addresses.
9422
9423         * message.el (message-put-addresses-in-ecomplete): New function.
9424         (ecomplete): Require.
9425         (message-mail-alias-type): Add ecomplete as an option.
9426
9427 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9428
9429         * flow-fill.el (fill-flowed): Remove trailing space from blank
9430         quoted lines.
9431
9432 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9433
9434         * smiley.el (smiley-style): Move definition later to avoid a
9435         compilation warning.
9436
9437 2006-04-12  Kenichi Handa  <handa@m17n.org>
9438
9439         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9440         buffer and then decode the buffer text if necessary.
9441         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9442         first, and after mm-encode-body, change the buffer to unibyte.
9443         Use mm-disable-multibyte instead of set-buffer-multibyte.
9444
9445 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9448         Content-Type header instead of Content-Disposition header.
9449         (gnus-mime-inline-part): Ditto.
9450         (gnus-mime-view-part-as-charset): Ignore charset that the part
9451         specifies.
9452
9453         * mm-decode.el (mm-display-part): Work with external parts and
9454         usual parts similarly.
9455
9456         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9457         instead of gnus-display-mime.
9458
9459         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9460         instead of with-temp-buffer.
9461
9462         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9463         tag to summarized topics part in order to encode non-ASCII text.
9464
9465 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * smiley.el (smiley-style): New variable.
9468         (smiley-directory): New function.
9469         (smiley-data-directory): Derive from `smiley-style' using
9470         `smiley-directory'.
9471         (smiley-regexp-alist): Add new entries.
9472
9473         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9474         (gnus-article-browse-delete-temp): Add :version.
9475
9476 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9477
9478         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9479         the sieve region.
9480
9481 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482
9483         * gnus.el (gnus-version-number): Bump version.
9484
9485 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus.el: No Gnus v0.4 is released.
9488
9489 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9492         layout.
9493
9494         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9495         unknown charset.
9496
9497         * message.el (message-header-synonyms): Add Original-To to the
9498         default.
9499
9500         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9501         optional parameter.
9502
9503 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * gnus-fun.el (gnus): Require it for gnus-directory.
9506
9507 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9510
9511 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9512
9513         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9514
9515 2006-04-05  Simon Josefsson  <jas@extundo.com>
9516
9517         * password.el (password-reset): New function.
9518
9519 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9520
9521         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9522         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9523
9524 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9525
9526         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9527         Some whitespace was matched into the url, which broke browsing hits
9528         > 100 when mm-url-use-external was nil.
9529
9530 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9533         gnus-extra-headers for 'Newsgroups.
9534
9535         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9536         bound.
9537
9538 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9539
9540         * pgg-gpg.el: Clean up process buffers every time gpg processes
9541         complete.
9542
9543 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9546         doc string.
9547
9548 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9549
9550         * pgg-gpg.el (pgg-gpg-process-filter)
9551         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9552
9553         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9554         lines, temporary fix.
9555
9556 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9559
9560 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9561
9562         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9563         default-enable-multibyte-characters.  This reverts the change from
9564         revision 6.17 which is no longer necessary because the passphrase
9565         is sent separately now.  GnuPG messages are unreadable under
9566         multibyte locales with default-enable-multibyte-characters set to
9567         nil.
9568
9569 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * message.el (message-tool-bar-gnome): Move "spell".
9572
9573 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9576         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9577         instead.
9578
9579 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9580
9581         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9582         newsgroups handling for NNTP overviews which don't include
9583         Newsgroups.
9584
9585 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9586
9587         * message.el (message-resend): Bind message-generate-hashcash to nil.
9588
9589 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9590
9591         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9592         when searching for already-paid recipients.
9593
9594 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9595
9596         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9597         passphrases when it is not needed.
9598         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9599         passphrase stuff from gpg, should only be necessary when you use
9600         gpg with a smartcard.
9601
9602 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * mml.el (mml-insert-mime): Ignore cached contents of
9605         message/external-body part.
9606
9607         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9608         (mm-insert-part): Ditto.
9609
9610 2006-03-23  Simon Josefsson  <jas@extundo.com>
9611
9612         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9613         Reiner.
9614         (pgg-gpg-use-agent-p): Use it again.
9615
9616 2006-03-23  Simon Josefsson  <jas@extundo.com>
9617
9618         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9619         older emacsen.
9620         (pgg-gpg-use-agent-p): Don't use it.
9621
9622 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9625         if we can.
9626
9627 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9628
9629         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9630         (pgg-gpg-update-agent): New function.
9631         (pgg-gpg-use-agent-p): New function.
9632         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9633         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9634         (pgg-gpg-sign-region): Use it.
9635
9636 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9639         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9640
9641 2006-03-21  Simon Josefsson  <jas@extundo.com>
9642
9643         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9644         <wilde@sha-bang.de>.
9645         (pgg-gpg-use-agent): New variable.
9646         (pgg-gpg-process-region): Use it.
9647         (pgg-gpg-encrypt-region): Likewise.
9648         (pgg-gpg-encrypt-symmetric-region): Likewise.
9649         (pgg-gpg-decrypt-region): Likewise.
9650         (pgg-gpg-sign-region): Likewise.
9651         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9652
9653 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9654
9655         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9656
9657         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9658         Add comment on version.
9659
9660 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * smiley.el: Add missing test smiley.
9663
9664 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * mm-decode.el (mm-with-part): New macro.
9667         (mm-get-part): Use it; work with message/external-body as well.
9668         (mm-save-part): Treat name and filename equally.
9669
9670         * mm-extern.el (mm-extern-cache-contents): New function.
9671         (mm-inline-external-body): Use it; force the part to be displayed;
9672         move undisplayer added to the cached handle to the parent.
9673
9674         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9675         (gnus-mime-view-part-as-type): Work with message/external-body.
9676
9677         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9678
9679 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9682         images in image-load-path.  [Sync with image.el, revision 1.60, in
9683         Emacs.]
9684
9685 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9688         path rather than symbol.  Always return list of directories.
9689         Guarantee that image directory comes first.  [Sync with image.el,
9690         revision 1.59, in Emacs.]
9691
9692         * message.el (message-make-tool-bar): Adjust to new API of
9693         `gmm-image-load-path-for-library'.
9694
9695         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9696
9697         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9698
9699 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9700
9701         * gnus-art.el (gnus-article-only-boring-p):
9702         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9703         intangible text.
9704         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9705
9706 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9709         `defun' instead of `gmm-defun-compat'.
9710
9711 2006-03-14  Simon Josefsson  <jas@extundo.com>
9712
9713         * message.el (message-unique-id): Don't use message-number-base36
9714         if (user-uid) is a float.
9715         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9716
9717 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9720
9721         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9722         empty line between a part and a message part.
9723
9724 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * smiley.el: Add more test smileys.
9727         (smiley-data-directory, smiley-regexp-alist)
9728         (gnus-smiley-file-types): Fix doc strings.
9729         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9730         adding new elements.
9731         (smiley-mouse-map): Unused code.  Make it a comment.
9732
9733 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9736         scan latest NoCeM messages instead of old ones.
9737         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9738         delimiters that are recently used.
9739         (gnus-nocem-load-cache): Add autoload cookie.
9740
9741         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9742
9743         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9744         level which is larger than gnus-use-nocem is specified.
9745
9746         * gnus-group.el (gnus-group-get-new-news): Ditto.
9747
9748 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus-util.el (gnus-tool-bar-update): New function.
9751
9752         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9753         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9754
9755         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9756
9757         * gnus-group.el (gnus-group-redraw-when-idle)
9758         (gnus-group-redraw-check): Remove.
9759         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9760
9761 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9764         if optional last element is specified in splits (FIELD VALUE...).
9765
9766 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9769         to gmm-image-load-path-for-library.  Call with no-error argument.
9770         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9771
9772         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9773
9774         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9775
9776         * gmm-utils.el (gmm-image-load-path): Remove alias.
9777
9778 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * gmm-utils.el (gmm-image-load-path): Add alias.
9781
9782         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9783         nnml-generate-nov-databases-1.
9784         (nnml-generate-nov-databases): Use it.
9785         (nnml-generate-nov-databases-directory): Document no-active
9786         argument.
9787
9788         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9789         directory if path is t.  Add no-error.
9790
9791         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9792         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9793
9794         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9795         resetting gnus-article-browse-html-temp-list.
9796
9797         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9798         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9799         Add example to docstring.  Rename local variables.  Move error
9800         checks to default case in cond and simplify.
9801
9802 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9805         handle is multipart when calling it recursively.
9806         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9807
9808 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9809
9810         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9811         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9812
9813 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9816         is loaded.
9817
9818         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9819         loaded.
9820
9821 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9824         to "Emacs 23 (unicode)" in doc string.
9825
9826         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9827         "Emacs 23 (unicode)" in comment.
9828
9829 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9832
9833         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9834         characters 160 through 255 in Emacs 23.
9835
9836 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9839         gnus-article-browse-html-temp.
9840         (gnus-article-browse-delete-temp): Make it customizable.  Add
9841         `file'.  Adjust doc string.
9842         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9843         query for each file.  Adjust doc string.
9844         (gnus-article-browse-html-parts): Add
9845         `gnus-article-browse-delete-temp-files' to
9846         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9847
9848 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9849
9850         * gnus-art.el (gnus-article-browse-html-temp)
9851         (gnus-article-browse-delete-temp): New variables.
9852         (gnus-article-browse-delete-temp-files): New function.
9853         (gnus-article-browse-html-parts): Use it.
9854
9855 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9858
9859         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9860         string.
9861
9862         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9863         gnus-summary-insert-new-articles when unplugged.  Remove
9864         gnus-summary-search-article-forward.
9865
9866         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9867         display-visual-class instead of display-color-cells.
9868
9869 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * dgnushack.el: Autoload customize-group for XEmacs.
9872
9873         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9874         message/* containing non-ASCII text properly.
9875
9876 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * message.el: Require gmm-utils, remove autoloads.
9879         (message-tool-bar): Set default based on
9880         gmm-tool-bar-style.
9881         (message-tool-bar-gnome): Add gmm-customize-mode.
9882
9883         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9884         gmm-tool-bar-style.
9885         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9886
9887         * gnus-group.el (gnus-group-tool-bar): Set default based on
9888         gmm-tool-bar-style.
9889         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9890
9891         * gmm-utils.el (gmm-image-directory): Rename variable from
9892         gmm-image-load-path.
9893         (gmm-image-load-path): Use gmm-image-directory.
9894         (gmm-customize-mode): New function.
9895         (gmm-tool-bar-style): New variable.
9896
9897         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9898         gnus-group-redraw-line-number.
9899         (gnus-group-redraw-check): Simplify.
9900         (gnus-group-tool-bar-update): Remove redraw check.
9901         (gnus-group-make-tool-bar): Add redraw check.
9902
9903 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9904
9905         * gnus-art.el (gnus-button): Add missing parentheses.
9906
9907 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * lpath.el: Fbind line-number-at-pos.
9910
9911 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9914
9915 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * gnus-art.el (gnus-button): New face.
9918         (gnus-article-button-face): Use it.
9919
9920         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9921         gnus-summary-next-page.  Re-order.
9922
9923         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9924         next-node are now included.
9925         (gnus-group-redraw-line-number): New internal variable.
9926         (gnus-group-redraw-check): Helper function for updating the tool
9927         bar.
9928         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9929
9930         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9931
9932         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9933         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9934         Use it to match format of Spamassassin 3.0 and later.  Reported by
9935         IRIE Tetsuya <irie@t.email.ne.jp>.
9936         (spam-check-bogofilter)
9937         (spam-bogofilter-register-with-bogofilter): Fix args of
9938         `gnus-error' calls.
9939
9940 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9943         unnecessary interaction when sending queued mails.  Reported by
9944         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9945
9946 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9949         first or last are nil.
9950
9951 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9952
9953         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9954
9955 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9958
9959 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960
9961         * dns.el (query-dns): Protect more against buggy tcp output.
9962
9963 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9966         nov.php.
9967
9968 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9969
9970         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9971         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9972         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9973         output on the server side.
9974         (nnweb-google-create-mapping): Update regexps and add some
9975         progress indication.
9976
9977 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9980         gnus-agent-toggle-plugged.  Re-order icons.
9981         (gnus-group-tool-bar-gnome): Add
9982         gnus-group-{prev,next}-unread-group.
9983         (gnus-group-tool-bar-gnome): Re-order icons.
9984
9985         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9986         gnus-summary-insert-new-articles.
9987
9988         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9989         comments.
9990
9991         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9992         also available in Emacs 21.3.
9993
9994         * message.el (message-fix-before-sending): Change "Emacs 22" to
9995         "Emacs 23 (unicode)" in comment.
9996
9997         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9998         "Emacs 23 (unicode)" in comment.
9999
10000         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10001         comment.
10002         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10003
10004         * mm-view.el (mm-fill-flowed): Add :version.
10005
10006 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10009         and load-path.
10010
10011 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * message.el: Autoload gmm-image-load-path.
10014         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10015         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10016         consitency.
10017
10018         * gmm-utils.el (gmm-image-load-path): Also search in
10019         "../etc/images".  Don't set gmm-image-load-path if we don't find
10020         the image.
10021
10022 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gmm-utils.el (gmm-image-load-path): Don't make
10025         `gmm-image-load-path' include subdirectories which the second arg
10026         `image' might specify.
10027
10028         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10029         subdirectory to icon file names.
10030
10031         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10032
10033 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10036         gmm-image-load-path calls.
10037
10038         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10039
10040         * message.el (message-make-tool-bar): Ditto.
10041
10042         * mml.el (mml-preview): Added comment concerning tool bar icons.
10043
10044         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10045         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10046
10047         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10048         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10049
10050         * message.el (message-tool-bar-gnome): Use new icon names.
10051         (message-make-tool-bar): Use `gmm-image-load-path'.
10052
10053         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10054         functions from MH-E.
10055         (gmm-image-load-path): New variable from MH-E.
10056         (gmm-image-load-path): New function from MH-E.  Added arguments
10057         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10058         *-image-load-path-called-flag.
10059
10060 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10061
10062         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10063
10064 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10065
10066         * nnimap.el (nnimap-request-move-article): Change folder back to
10067         source group before deleting.
10068
10069 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10072
10073         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10074         mm-url.
10075
10076         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10077
10078 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10081         coding system which mm-charset-to-coding-system returns for a
10082         given charset is valid.
10083
10084 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10085
10086         * html2text.el (html2text-remove-tag-list):
10087         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10088
10089 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10090
10091         * gnus-cus.el: Revert 2005-10-17 change.
10092
10093 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-art.el (article-strip-banner): Call
10096         article-really-strip-banner only when the regexp match is made.
10097
10098 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-art.el (article-strip-banner): Use
10101         gnus-extract-address-components instead of
10102         mail-header-parse-addresses to make it work with non-ASCII text;
10103         remove mail-encode-encoded-word-string.
10104
10105         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10106         values which are surrounded with \"...\"; make it never cause a
10107         Lisp error; give up parsing of parameters if it failed in
10108         extracting type.
10109
10110 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10111
10112         * smime.el (smime-cert-by-ldap-1): Fix bug where
10113         `smime-ldap-search' returns results without userCertificates.
10114
10115 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10118
10119 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * spam.el (spam-check-spamassassin-headers): Adapt format for
10122         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10123         <ari@mbf.ocn.ne.jp>.
10124         (spam-list-of-processors): Add spam-use-gmane.
10125
10126 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10129         make-temp-file; make it work with XEmacs as well.
10130
10131         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10132         mm-make-temp-file.
10133
10134         * mm-decode.el (mm-display-external): Use the 3rd arg of
10135         mm-make-temp-file.
10136         (mm-create-image-xemacs): Ditto.
10137
10138 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10141         with message-narrow-to-headers.
10142         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10143         (gnus-draft-check-draft-articles): New function.
10144         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10145
10146 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * gnus-art.el (gnus-article-browse-html-parts):
10149         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10150         Don't use suffix argument for mm-make-temp-file for Emacs 21
10151         compatibility.  Remove useless `format'.
10152
10153 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10154
10155         * nnweb.el (nnweb-google-wash-article): Update regexps.
10156         (nnweb-group-alist): Use defvoo instead of defvar.
10157
10158 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10161         re-loading nn* modules.
10162
10163 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10164
10165         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10166         for `tool-bar-mode' and don't check it's default-value.
10167
10168         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10169
10170         * message.el (message-make-tool-bar): Ditto.
10171
10172         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10173         `substring'.  Shorten tmp-file name.
10174
10175         * gnus.el: Remove bogus comment.
10176
10177 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10178
10179         * gnus-art.el (gnus-article-browse-html-parts): New function.
10180         (gnus-article-browse-html-article): New function for viewing html
10181         articles with a browser.
10182
10183 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10184
10185         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10186         in elisp.
10187         (pgg-gpg-encrypt-symmetric-region): Ditto.
10188         (pgg-gpg-sign-region): Ditto.
10189
10190         * pgg-def.el (pgg-text-mode): New variable.
10191
10192         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10193         (mml2015-pgg-encrypt): Ditto.
10194
10195         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10196         (mml1991-pgg-encrypt): Ditto.
10197
10198 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10201         message-make-date instead of current-time-string.
10202
10203         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10204         to gnus-decoded which mm-uu might set.
10205
10206 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10209         don't decode quoted parameters; remove misimported Emacs code.
10210         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10211         (rfc2231-decode-encoded-string): Don't use split-string which
10212         behaves differently according to Emacs version; use
10213         mm-decode-coding-region to convert charset to coding-system.
10214         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10215         (rfc2231-encode-string): Remove misimported Emacs code.
10216
10217 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10220         when calling mail-header-parse-content-type.
10221         (article-de-quoted-unreadable): Ditto.
10222         (article-de-base64-unreadable): Ditto.
10223         (article-wash-html): Ditto.
10224
10225         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10226         calling mail-header-parse-content-type and
10227         mail-header-parse-content-disposition.
10228         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10229         mail-header-parse-content-type.
10230
10231         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10232         insert charset and format parameters; encode description after
10233         inserting it to buffer.
10234         (mml-insert-parameter): Fold lines properly even if a parameter is
10235         segmented into two or more lines; change the max column to 76.
10236
10237         * rfc1843.el (rfc1843-decode-article-body): Don't use
10238         ignore-errors when calling mail-header-parse-content-type.
10239
10240         * rfc2231.el (rfc2231-parse-string): Return at least type if
10241         possible; don't cause an error even if it fails in parsing of
10242         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10243         (rfc2231-encode-string): Don't break lines at the beginning, leave
10244         it to mml-insert-parameter.
10245
10246         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10247         calling mail-header-parse-content-type.
10248
10249 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * spam-report.el (spam-report-gmane-use-article-number):
10252         Improve doc string.
10253         (spam-report-gmane-internal): Check if a suitable header was found
10254         in the article.
10255
10256 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10259         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10260
10261 2006-02-05  Romain Francoise  <romain@orebokech.com>
10262
10263         Update copyright notices of all files in the gnus directory.
10264
10265 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10266
10267         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10268
10269 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10272         segmented lines of parameter value to cope with Thunderbird 1.5
10273         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10274         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10275         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10276
10277 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10278
10279         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10280         parts.
10281
10282 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10283
10284         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10285         there's only one active file for all servers.
10286         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10287         solid groups.  Gnus might have used a FAST request to select the group.
10288         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10289         and nnweb-search redundantly in the active file.
10290         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10291         (nnweb-request-create-group): Don't use ARGS.
10292         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10293         initialisations.  Let nnoo do the work.
10294
10295 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10298         Say the part has been decoded.
10299
10300         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10301
10302 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10303
10304         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10305         mailcap-viewer-test-cache when there's no 'test clause, since that
10306         will invert the meaning of a "nil" test previously determined by
10307         mailcap-mailcap-entry-passes-test.
10308
10309 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10312         compiling.
10313
10314         * gnus-sum.el: Ditto.
10315
10316         * message.el: Don't bind tool-bar-map when compiling.
10317
10318 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10321
10322 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10323
10324         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10325         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10326         current Google Groups.
10327
10328 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10331         and tool-bar-mode.
10332
10333         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10334         and tool-bar-mode.
10335
10336         * message.el (message-tool-bar-update): Simplify.
10337         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10338
10339         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10340         gnus-summary-buffer.
10341         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10342         gnus-summary-reply.
10343
10344         * gmm-utils.el (gmm): Add :version.
10345
10346 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * Makefile.in (clean): New rule.
10349         (distclean): Use it.
10350
10351 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10352
10353         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10354         autoload.
10355
10356 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gmm-utils.el (gmm-verbose): Add :group.
10359
10360 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * message.el: Change some comments WRT tool-bars.
10363
10364         * gnus-sum.el (gnus-summary-tool-bar)
10365         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10366         (gnus-summary-tool-bar-zap-list): New variables.
10367         (gnus-summary-make-tool-bar): Complete rewrite using
10368         `gmm-tool-bar-from-list'.
10369
10370         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10371         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10372         variables.
10373         (gnus-group-make-tool-bar): Complete rewrite using
10374         `gmm-tool-bar-from-list'.
10375         (gnus-group-tool-bar-update): New function.
10376
10377         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10378
10379 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10382         is dissected into a single part of which the type is the same as
10383         the given one; decode charset.
10384
10385 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10386
10387         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10388         into alists as symbol not string, since that's what
10389         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10390         look for.
10391
10392 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10395         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10396
10397         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10398
10399 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10402         (gnus-xmas-mime-security-button-menu): New function.
10403
10404         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10405         (gnus-mime-security-button-menu): New definition.
10406         (gnus-mime-security-button-map): Use them.
10407         (gnus-mime-security-button-menu): New function.
10408         (gnus-insert-mime-security-button): Addition to help echo.
10409         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10410         (gnus-mime-security-pipe-part): New functions.
10411
10412         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10413         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10414
10415         * mm-decode.el (mm-handle-set-disposition): Remove.
10416         (mm-handle-set-description): Remove.
10417
10418 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10421         (mm-w3m-standalone-supports-m17n-p): New function.
10422         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10423         w3m usage.
10424
10425         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10426         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10427
10428 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * message.el (message-tool-bar-zap-list): Use
10431         gmm-tool-bar-zap-list as custom type.
10432         (message-tool-bar-update): New function.
10433         (message-tool-bar, message-tool-bar-gnome)
10434         (message-tool-bar-retro): Add message-tool-bar-update.
10435         (message-tool-bar-gnome): Add flyspell-buffer.
10436
10437         * gnus-util.el (gnus-error): Describe `args'.
10438
10439         * gmm-utils.el (gmm-error): Describe `args'.
10440         (gmm-tool-bar-zap-list): New widget.
10441         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10442
10443 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10446         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10447         the number of recursive calls.
10448
10449         * mm-decode.el (mm-handle-set-disposition): New macro.
10450         (mm-handle-set-description): New macro.
10451
10452 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10455         encoding.
10456
10457 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * message.el (message-tool-bar-zap-list, message-tool-bar)
10460         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10461         (message-tool-bar-local-item-from-menu): Remove.
10462         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10463         (message-make-tool-bar): New function.
10464         (message-mode): Use `message-make-tool-bar'.
10465
10466         * gmm-utils.el: New file.
10467         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10468         (gmm-lazy): New widget copied from `nnmail.el'.
10469         (gmm-tool-bar-from-list): New function for creating customizable
10470         tool bars.
10471         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10472         output.
10473         (gmm): Add :prefix to defgroup.
10474
10475 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10476
10477         * gmm-utils.el (gmm-widget-p): New function.
10478
10479 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * mml.el (mml-attach-file): Describe `description' in doc string.
10482         (mml-menu): Add Emacs MIME manual and PGG manual.
10483
10484 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10485
10486         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10487
10488 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10489
10490         * nntp.el (nntp-end-of-line): Doc fix.
10491
10492 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10493
10494         * imap.el (imap-open): Handle case where buffer is a buffer
10495         object.
10496
10497 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10498
10499         * gnus-delay.el (gnus-delay): Don't autoload.
10500         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10501         to be re-loaded when customizing the `gnus-delay' group.
10502
10503 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10504
10505         * message.el (message-insert-citation-line): Use newlines.
10506
10507 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10508
10509         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10510         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10511         these routines, so the passphrase can be managed externally and
10512         passed in to the system.
10513         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10514         pgg-add-passphrase-to-cache function.
10515
10516         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10517         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10518         these routines, so the passphrase can be managed externally and
10519         passed in to the system.
10520         (pgg-pgp5-sign-region): Use new name of
10521         pgg-add-passphrase-to-cache function.
10522
10523 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10524
10525         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10526         part of the decoded armor to find the key-identifier.
10527         (pgg-gpg-lookup-key-owner): New function to return the
10528         human-readable identifier of a key owner.
10529         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10530         itself.
10531         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10532         the key value) if we have a key and can match it against a secret
10533         key.  Also, added a note pointing out fact that the prompt only
10534         indicates the first matching key.
10535
10536         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10537         pgg-decrypt-region.
10538         (pgg-add-passphrase-to-cache): Rename from
10539         `pgg-add-passphrase-cache' to reduce confusion (all callers
10540         changed).
10541         (pgg-remove-passphrase-from-cache): Rename from
10542         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10543         changed).
10544         (pgg-read-passphrase, pgg-add-passphrase-cache)
10545         (pgg-remove-passphrase-cache): Add informative docstrings.
10546         (pgg-decrypt): Convey provided passphrase in subordinate call to
10547         pgg-decrypt-region.
10548
10549 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10550
10551         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10552         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10553         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10554         'passphrase' argument, so the passphrase can be managed externally
10555         and then passed in to the system.
10556
10557         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10558         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10559         so the passphrase cache can be used reliably with identifiers
10560         besides a pgp packet's key id.
10561
10562         * pgg-gpg.el (pgg-gpg-encrypt-region)
10563         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10564         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10565         these routines, so the passphrase can be managed externally and
10566         passed in to the system.
10567
10568         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10569         'notruncate' argument, so the passphrase cache can be used
10570         reliably with identifiers besides a pgp packet's key id.
10571
10572 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10573
10574         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10575         symmetric encryption.
10576         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10577         encrypted session key.
10578         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10579         message ask for the passphrase in a proper way.
10580
10581         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10582         New user commands for symmetric encryption.
10583
10584 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10587
10588         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10589
10590 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10591
10592         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10593
10594 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * mm-decode.el (mm-inlined-types): Add application/pgp.
10597         (mm-automatic-display): Ditto.
10598
10599         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10600         part as text.
10601
10602 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * nnrss.el: Update copyright.
10605         (nnrss-opml-import): Query whether to subscribe to each entry.
10606
10607         * gnus-art.el:
10608         * gnus-sum.el:
10609         * gnus-xmas.el:
10610         * messagexmas.el:
10611         * mm-uu.el:
10612         * mm-view.el: Update copyright.
10613
10614 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * message.el (message-info): New function.
10617         (message-mode-menu): Add it.
10618         Update copyright.
10619
10620         * ChangeLog: Fix and update copyright.
10621
10622 2006-01-13  Romain Francoise  <romain@orebokech.com>
10623
10624         * message.el (message-forward-subject-name-subject): Prefer the
10625         address to 'nowhere' if the sender has no name.
10626         Fix typo.  Update copyright year.
10627
10628 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-art.el (article-wash-html): Use
10631         gnus-summary-show-article-charset-alist if a numeric arg is given.
10632         (gnus-article-wash-html-with-w3m-standalone): New function.
10633
10634         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10635         mm-inline-text-html-render-with-w3m-standalone.
10636         (mm-text-html-washer-alist): Map w3m-standalone to
10637         gnus-article-wash-html-with-w3m-standalone.
10638         (mm-inline-text-html-render-with-w3m-standalone): New function.
10639
10640 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10643         Improve LaTeX.
10644
10645 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10648         (nnrss-request-article): Render text/plain parts as HTML.
10649
10650         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10651         the buffer.
10652
10653 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10656         custom definition of `gnus-posting-styles'.
10657
10658         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10659         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10660
10661 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10664         Use nntp for bug archive.
10665
10666 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10669         parts.
10670         (nnrss-normalize-date): New function converts ISO 8601 date into
10671         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10672         (nnrss-check-group): Use it.
10673
10674 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10677
10678         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10679         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10680         (nnrss-insert-w3): Ditto.
10681
10682 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10685         the articles to be forwarded including the case where neither a
10686         number of articles nor a region is specified.
10687
10688 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * nnrss.el (nnrss-request-article): Fix last change; fill
10691         text/plain parts.
10692
10693 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10696         in text/plain part.
10697         (nnrss-check-group): Don't add excessive newline to dc:subject.
10698
10699 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10700
10701         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10702         article.
10703
10704 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10707         (nnml-use-compressed-files, nnml-save-mail): Support other
10708         comression programs such as bzip2.
10709
10710 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * dns.el (query-dns): Make sure we check the buffer size before
10713         removing tcp headers.
10714
10715 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10718         remove MIME buttons associated with multipart/alternative parts.
10719         (gnus-mime-display-alternative): Tag buttons using `article-type'
10720         text property.
10721
10722         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10723         associated with multipart/alternative parts.
10724
10725         * gnus-art.el (gnus-signature-separator): Fix custom type.
10726
10727         * mm-decode.el (mm-inlined-types): Fix custom type.
10728         (mm-keep-viewer-alive-types): Ditto.
10729         (mm-automatic-display): Ditto.
10730         (mm-attachment-override-types): Ditto.
10731         (mm-inline-override-types): Ditto.
10732         (mm-automatic-external-display): Ditto.
10733
10734 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * spam-report.el (spam-report-user-mail-address)
10737         (spam-report-user-agent): New variables.
10738         (spam-report-url-ping-plain): Use spam-report-user-agent.
10739
10740 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10741
10742         * gnus-art.el (gnus-button-handle-custom): Do not just use
10743         `customize-apropos' for any "M-x customize-*" button but the
10744         function called for.  Accept both the function name and its
10745         argument in order to achieve this.
10746         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10747         function name to `gnus-button-handle-custom' in case of "M-x
10748         customize-*" buttons.
10749
10750 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10753         multipart/alternative and add xref to mm-discouraged-alternatives
10754         in doc string.
10755
10756         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10757         gnus-buttonized-mime-types in doc string.
10758
10759 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10762         Suggest image/.* in the doc string.
10763
10764 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10767         message-marks (Debian bug #342521).
10768
10769 2005-12-12  Simon Josefsson  <jas@extundo.com>
10770
10771         * password.el (password-read-from-cache): Add.
10772         (password-read): Use it.
10773
10774 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10777         us-ascii as a MIME charset.
10778
10779         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10780         against the case where the 2nd arg TYPE is nil.
10781
10782 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * pop3.el (pop3-stream-type): Fix custom version.
10785
10786         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10787
10788 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10789
10790         * mm-decode.el (mm-display-external): Add missing cdr.
10791
10792 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10795         RFC1524) if it is in mailcap or add a suffix according to
10796         mailcap-mime-extensions when generating a temp filename; postpone
10797         deleting a temp file for 2 seconds for some wrappers, shell
10798         scripts, and so on, which might exit right after having started a
10799         viewer command as a background job.
10800
10801 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * nntp.el (nntp-marks-directory): Fix custom group.
10804
10805         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10806         steps when < 10.
10807
10808         * gnus-start.el (gnus-no-server-1): Mention
10809         `gnus-level-default-subscribed' in doc string.
10810
10811 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10812
10813         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10814         parens.
10815
10816 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-xmas.el (gnus-use-toolbar): Revert.
10819         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10820         gnus-use-toolbar is default.
10821
10822         * messagexmas.el (message-use-toolbar): Revert.
10823         (message-setup-toolbar): Use global default-toolbar if
10824         message-use-toolbar is default.
10825
10826 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10829         according to default-toolbar-visible-p.
10830
10831         * messagexmas.el (message-use-toolbar): Ditto.
10832
10833 2005-11-26  Dave Love  <fx@gnu.org>
10834
10835         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10836         (tls-program, tls-success): Provide openssl alternative.
10837
10838         * starttls.el: Doc fixes.
10839         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10840         SERVICE to PORT.
10841
10842         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10843         port null or service name.
10844         (starttls-negotiate): Autoload.
10845
10846 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * message.el (message-kill-to-signature): Fix interactive spec.
10849
10850 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * pop3.el (pop3-open-server): Recognize a string as a service name.
10853
10854 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10855
10856         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10857
10858 2005-11-23  Dave Love  <fx@gnu.org>
10859
10860         Add pop3s, pop3/starttls.
10861
10862         * pop3.el (pop3-authentication-scheme): Clarify doc.
10863         (open-tls-stream, starttls-open-stream): Autoload.
10864         (pop3-stream-type): New.
10865         (pop3-open-server): Use it.
10866
10867         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10868         for POP.
10869         (mail-source-keyword-map): Add :stream for POP.
10870         (mail-source-fetch-pop): Use pop3-stream-type.
10871
10872 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10875         of current-time-string.
10876
10877 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10878
10879         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10880         date header.
10881
10882 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10883
10884         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10885         it can seriously impact performance as it bypasses the agent's
10886         local caches.
10887
10888 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10889
10890         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10891         must be explicitly online rather than "not explicitly offline" for
10892         its flags to be synchronized.
10893
10894         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10895         that gnus-uu-unmark-thread will function correctly.
10896
10897         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10898         1024K is instead displayed as 1M.
10899
10900 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10903
10904 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10905
10906         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10907
10908 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10909
10910         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10911         error message to display actual error condition.
10912         (gnus-agent-save-local): Avoid saving symbols that are bound to
10913         nil as they simply result in a warning message in
10914         gnus-agent-read-local.
10915
10916 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10919         rather than make-variable-buffer-local for file-precious-flag.
10920
10921 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10922
10923         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10924         for duplicates which are removed.  The invalid sort check then
10925         triggers a rescan after the sort as sorting may have moved
10926         duplicate entries such that they can be cheaply detected.
10927
10928 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10931
10932 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10933
10934         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10935         internal variable to a custom variable.  Changed default value
10936         from compressed(2) to uncompressed(1).
10937         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10938         support for uncompressed agentview files.  Taken together, reading
10939         the agentview file should now be 6-7 times faster.
10940
10941 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10942
10943         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10944         as a buffer-local variable.  This avoids creating truncated
10945         dribble files as a result of a hang up, eg.
10946
10947 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10948
10949         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10950         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10951         XEmacs.
10952
10953 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * gnus-start.el (gnus-start-draft-setup): Enforce
10956         `gnus-draft-mode' for nndraft:drafts at startup.
10957
10958         * gnus.el (gnus-splash): Change custom group.
10959         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10960         allow-list argument.
10961
10962         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10963         string.
10964
10965 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-art.el (gnus-default-article-saver): Add user-defined
10968         `function' to custom type.
10969
10970 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10971
10972         * imap.el (imap-open): Handle case where buffer is a buffer
10973         object.
10974
10975 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10978         long lines.
10979         (gnus-cache-delete-group): Wrap doc strings.
10980
10981         * gnus-agent.el (gnus-agent-rename-group)
10982         (gnus-agent-delete-group): Wrap doc strings.
10983
10984 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * messagexmas.el (message-use-toolbar): Change the valid values
10987         into default, top, bottom, left, and right.
10988         (message-toolbar-thickness): New variable.
10989         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10990         well.
10991         (message-setup-toolbar): Make it work.
10992
10993         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10994         (gnus-use-toolbar): Change the valid values into default, top,
10995         bottom, left, and right.
10996         (gnus-toolbar-thickness): New variable.
10997         (gnus-xmas-setup-toolbar): New function.
10998         (gnus-xmas-setup-group-toolbar): Use it.
10999         (gnus-xmas-setup-summary-toolbar): Use it.
11000
11001 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11002
11003         * gnus-start.el (gnus-1): Add "native" to
11004         gnus-predefined-server-alist.
11005
11006         * gnus.el (gnus-method-to-server): Don't add "native" to the
11007         lists here, because that leads to problems when
11008         gnus-select-method is bound.
11009
11010 2005-11-09  Simon Josefsson  <jas@extundo.com>
11011
11012         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11013         use (not sort-by-date) instead.
11014
11015 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11016
11017         * gnus-delay.el (gnus-delay-group): Don't autoload.
11018         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11019         to be re-loaded when customizing the `gnus-delay' group.
11020
11021 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11022
11023         * message.el: Revert last changes.
11024         (message-insert-citation-line): Use newlines.
11025
11026 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11027
11028         * message.el (message-courtesy-message)
11029         (message-mark-insert-begin, message-mark-insert-end)
11030         (message-elide-ellipsis, message-cancel-message)
11031         (message-add-header, message-change-subject)
11032         (message-cross-post-followup-to-header)
11033         (message-cross-post-insert-note, message-reduce-to-to-cc)
11034         (message-widen-reply, message-delete-not-region)
11035         (message-kill-to-signature, message-insert-signature)
11036         (message-insert-importance-high, message-insert-importance-low)
11037         (message-insert-or-toggle-importance)
11038         (message-insert-disposition-notification-to)
11039         (message-indent-citation, message-yank-original)
11040         (message-cite-original-without-signature, message-cite-original)
11041         (message-insert-citation-line, message-position-on-field)
11042         (message-fix-before-sending, message-send-mail-partially)
11043         (message-send-mail, message-send-mail-with-sendmail)
11044         (message-send-mail-with-qmail, message-send-news)
11045         (message-check-news-header-syntax, message-generate-headers)
11046         (message-insert-courtesy-copy, message-fill-address)
11047         (message-fill-header, message-shorten-references)
11048         (message-setup-1, message-cancel-news)
11049         (message-forward-make-body-plain, message-forward-make-body-mime)
11050         (message-forward-make-body-mml, message-encode-message-body)
11051         (message-forward-make-body-digest-plain)
11052         (message-forward-make-body-digest-mime)
11053         (message-use-alternative-email-as-from): Insert `hard-newline'
11054         instead of ordinary newlines.
11055
11056 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * message.el (message-generate-headers): Downcase the argument
11059         given to message-check-element.
11060
11061 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11062
11063         * nntp.el (nntp-authinfo-rejected): New error condition.
11064         (nntp-wait-for): Use new error condition to signal authentication
11065         error.
11066         (nntp-retrieve-data): Rethrow new error condition to break out of
11067         recursive call to nntp-send-authinfo.
11068
11069 2005-11-08  Romain Francoise  <romain@orebokech.com>
11070
11071         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11072         (gnus-summary-exit-map): Bind to `Z p'.
11073         (gnus-summary-make-menu-bar): Add menu item.
11074
11075 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11078         (gnus-treat-*): Add `first' in all doc strings.
11079
11080         * gnus-group.el (gnus-group-compact-group): Fix typo.
11081
11082 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus.el (gnus-parameters-case-fold-search): New variable.
11085         (gnus-parameters-get-parameter): Use it.
11086
11087         * gnus-score.el (gnus-home-score-file): Doc fix.
11088
11089 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11090
11091         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11092
11093 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * mm-util.el (mm-special-display-p): New function.
11096
11097         * mml.el (mml-preview): Use it; doc fix.
11098
11099 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11100
11101         * imap.el (imap-open): Handle case where buffer is a buffer object.
11102
11103 2005-10-29  Romain Francoise  <romain@orebokech.com>
11104
11105         * message.el (message-fix-before-sending): Fix comment.
11106
11107 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11108
11109         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11110
11111 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11112
11113         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11114         Used in gnus-score.el.
11115
11116 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11119
11120 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11123         whitespace removed in revision 7.8.  Use concatenated string to
11124         protect trailing whitespace.
11125
11126 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11127
11128         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11129         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11130         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11131         Courier IMAP ("some version from 2004").  Mostly based on similar
11132         code in the same function.
11133
11134 2005-10-26  Didier Verna  <didier@xemacs.org>
11135
11136         * gnus-group.el (gnus-group-compact-group): Invalidate original
11137         article buffer.
11138         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11139         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11140         NOV database and in article itself.
11141         Invalidate article backlog.
11142
11143 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11144
11145         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11146
11147 2005-10-26  Simon Josefsson  <jas@extundo.com>
11148
11149         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11150         part of 2004-07-25 change.
11151
11152 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * message.el (message-display-completion-list): New function.
11155         (message-expand-group): Use it; make sure the Completions buffer
11156         is modifiable.
11157 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11158
11159         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11160         user-mail-name is an empty string.
11161
11162 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11165         depending on gnus-score-decay-constant.
11166
11167         * encrypt.el (encrypt-insert-file-contents)
11168         (encrypt-write-file-contents): Don't use `gnus-message'.
11169
11170         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11171         arguments.
11172         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11173         arguments to mm-uu-verbatim-marks-extract.
11174         (mm-uu-hide-markers): New variable.
11175         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11176
11177         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11178         (gnus-convert-image-to-face-command): Use "convert" by default to
11179         allow other input image formats.
11180         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11181         accordingly.
11182
11183 2005-10-23  Simon Josefsson  <jas@extundo.com>
11184
11185         * imap.el (imap-gssapi-program): Align command line parameters
11186         with latest GNU SASL.
11187         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11188
11189 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190
11191         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11192         HTML.
11193         (nnslashdot-request-article): Ditto.
11194
11195         * lpath.el (featurep): Add nobreak-char-display.
11196
11197 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11198
11199         * mail-source.el (mail-source-fetch-pop): Require pop3.
11200         (mail-source-check-pop): Ditto.
11201
11202 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11205         errors.
11206
11207 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11210         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11211
11212         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11213
11214         * mm-bodies.el (mm-decode-string): Call
11215         `mm-charset-to-coding-system' with allow-override argument.
11216
11217 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11220         (rfc2047-charset-to-coding-system): New function.
11221         (rfc2047-decode-encoded-words): New function.
11222         (rfc2047-decode-region): Use them.
11223         (rfc2047-decode-cte): Remove.
11224         (rfc2047-parse-and-decode): Remove.
11225         (rfc2047-decode): Remove.
11226
11227 2005-10-15  Kenichi Handa  <handa@m17n.org>
11228
11229         * rfc2047.el (rfc2047-decode-cte): New function.
11230         (rfc2047-decode-region): Change the way to decode successive
11231         encoded-words: decode B- or Q-encoding in each encoded-word,
11232         concatenate them, and decode it as charset.
11233
11234 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * lpath.el: Fbind codepage-setup for XEmacs.
11237
11238 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11239
11240         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11241         widget-move-and-invoke.
11242         (gnus-custom-mode): Use gnus-custom-map.
11243
11244 2005-10-15  Bill Wohler  <wohler@newt.com>
11245
11246         * message.el (message-tool-bar-map): Renamed image file from
11247         mail_send to mail/send.
11248
11249 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11250
11251         * message.el (message-expand-group): Pass the common
11252         prefix substring of completion to `display-completion-list'.
11253
11254 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * mml-sec.el (mml-secure-method): New internal variable.
11257         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11258         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11259         functions using mml-secure-method.
11260
11261         * mml.el (mml-mode-map): Add key bindings for those functions.
11262         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11263         Harder <harder@myrealbox.com>.
11264         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11265         end of message if point is the headers of the message.
11266
11267         * message.el (message-in-body-p): New function.
11268
11269         * assistant.el: Autoload gnus-util and netrc.
11270
11271         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11272         Use `mm-charset-override-alist' only when decoding.
11273
11274         * mm-bodies.el (mm-decode-body): Call
11275         `mm-charset-to-coding-system' with allow-override argument.
11276
11277         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11278         `filename' from Content-Disposition if Content-Type doesn't
11279         provide `name'.
11280         (gnus-mime-view-part-as-type): Set default instead of
11281         initial-input.
11282
11283 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11284
11285         * format-spec.el (format-spec): Propagate text properties of % spec.
11286
11287 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus-art.el (gnus-treat-predicate): Add `first'.
11290
11291 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11294         (mm-charset-override-alist): New variable.
11295         (mm-charset-to-coding-system): Use it.
11296         (mm-codepage-setup): New helper function.
11297         (mm-charset-eval-alist): New variable.
11298         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11299         about unknown charsets.
11300
11301         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11302
11303 2005-10-04  David Hansen  <david.hansen@gmx.net>
11304
11305         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11306         (nnrss-check-group): Ditto.
11307
11308 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11311         Rename x-gnus-verbatim to x-verbatim.
11312         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11313
11314         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11315         x-verbatim.
11316
11317         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11318
11319         * gnus-util.el (gnus-remove-duplicates): Remove.
11320
11321         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11322         instead of gnus-remove-duplicates.
11323
11324         * message.el (message-remove-duplicates): Remove.
11325         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11326         message-remove-duplicates.
11327
11328         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11329         available, else use implementation from `delete-dups'.
11330
11331         * message.el (message-insert-expires): New function.
11332         (message-mode-map): Add key binding.
11333         (message-mode-field-menu): Add menu entry.
11334         (message-mode): Document it.
11335         (message-make-expires-date): Use `message-make-date'.
11336
11337 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11338
11339         * message.el (message-make-expires-date): New function.
11340
11341 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * Makefile.in (list-installed-shadows): New entry.
11344         (install): Use it.
11345         (remove-installed-shadows): New entry.
11346
11347         * dgnushack.el (dgnushack-default-load-path): New variable.
11348         (dgnushack-find-lisp-shadows): New function.
11349         (dgnushack-remove-lisp-shadows): New function.
11350
11351 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * Makefile.in (install-el-elc): New entry.
11354         (install): Use it so that .el files are necessarily installed.
11355
11356 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11359
11360 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11361
11362         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11363         function rather than the diff-mode.el package.
11364         (mm-display-external): Use with-current-buffer.
11365         (mm-viewer-completion-map, mm-viewer-completion-map):
11366         Move initialization inside declaration.
11367
11368 2005-09-29  Simon Josefsson  <jas@extundo.com>
11369
11370         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11371         autoload mail-check-payment.
11372         (spam-check-hashcash): Define unconditionally, since hashcash.el
11373         is part of Gnus now.  Ignore errors from payment checking.
11374
11375 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * message.el (message-bold-region, message-unbold-region): Rename
11378         from `bold-region' and `unbold-region'.
11379
11380         * message.el: Remove useless autoloads.
11381
11382 2005-09-28  Simon Josefsson  <jas@extundo.com>
11383
11384         * message.el (message-use-idna): Default to t.
11385         (message-use-idna): Test whether encoding works too.  Doc fix.
11386
11387 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * nntp.el (nntp-warn-about-losing-connection): Remove.
11390
11391 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11394         customizable.  Change default value.
11395         (mm-uu-diff-groups-regexp): Change default value.
11396         (mm-uu-type-alist): Add doc string.
11397         (mm-uu-configure): Add doc string.  Make it interactive.
11398         (mm-uu-tex-groups-regexp): New variable.
11399         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11400         (mm-uu-type-alist): Add LaTeX documents.
11401         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11402         of "text/verbatim".
11403         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11404
11405         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11406         instead of "text/verbatim".
11407
11408         * message.el (message-mark-inserted-region)
11409         (message-mark-insert-file): Use slrn style marks when called with
11410         prefix argument.
11411
11412 2005-09-27  Simon Josefsson  <jas@extundo.com>
11413
11414         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11415
11416 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11417
11418         * message.el (message-remove-duplicates): New function.
11419         Implementation borrowed from `gnus-remove-duplicates'.
11420         (message-idna-to-ascii-rhs): Also encode idna addresses in
11421         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11422         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11423         only ask about the same idna domain once per header and also tell
11424         in what header to replace the idna domain.
11425
11426         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11427         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11428         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11429         a header is decoded and not just the last one.
11430
11431 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11434         has been decoded.
11435
11436         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11437         (mm-insert-part): Don't modify text if it has been decoded.
11438
11439         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11440         decoded.
11441
11442         * mm-view.el (mm-inline-text): Don't strip text props unless
11443         decoding enriched or richtext parts.
11444
11445 2005-09-25  Romain Francoise  <romain@orebokech.com>
11446
11447         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11448         * gnus-start.el (gnus-subscribe-interactively):
11449         * gnus-uu.el (gnus-uu-grab-articles):
11450         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11451         space.
11452
11453 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11454
11455         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11456         * mm-view.el (mm-view-pkcs7-decrypt):
11457         * gnus-sum.el (gnus-summary-limit-to-extra)
11458         (gnus-summary-respool-article, gnus-read-move-group-name):
11459         * gnus-score.el (gnus-summary-increase-score):
11460         * gnus-util.el (gnus-completing-read-with-default):
11461         * gnus-art.el (gnus-read-save-file-name)
11462         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11463         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11464         * message.el (message-check-news-header-syntax):
11465         Follow convention for reading with the minibuffer.
11466
11467 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11468
11469         * spam-report.el (spam-report-url-ping-plain):
11470         Use gnus-extended-version as User-Agent.
11471
11472         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11473         default value is nil.
11474
11475         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11476         (mm-uu-verbatim-marks-extract): New function.
11477         (mm-uu-extract): New face.
11478         (mm-uu-copy-to-buffer): Use it.
11479
11480         * spam-report.el (spam-report-gmane-ham): Renamed from
11481         `spam-report-gmane-unspam'.
11482         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11483         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11484
11485         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11486         Autoload.
11487         (spam-report-gmane-unregister-routine): Renamed
11488         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11489
11490 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11491
11492         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11493         (spam-report-gmane-unregister-routine): Add support for gmane
11494         unregistration.
11495
11496         * spam-report.el (spam-report-gmane-unspam)
11497         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11498         (spam-report-gmane): Change to take a single article and do unspam
11499         registration.
11500
11501 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * mm-url.el (mm-url-decode-entities): Fix regexp.
11504
11505 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11508         default to nil, to be able to use Gnus at all.  If the default
11509         switches to something else, then the function should be fixed not
11510         be exceedingly slow.
11511
11512 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11513
11514         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11515         fail hard.
11516
11517         * spam-report.el: Add better Keywords line.
11518
11519         * spam.el: Add Maintainer and better Keywords line.
11520
11521 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * gnus-art.el (gnus-article-replace-part)
11524         (gnus-mime-replace-part): New functions.
11525         (gnus-mime-action-alist, gnus-mime-button-commands)
11526         (gnus-mime-save-part-and-strip): Added file argument.
11527         (gnus-article-part-wrapper): Added interactive argument.
11528
11529         * gnus-sum.el (gnus-summary-mime-map): Add
11530         `gnus-article-replace-part'.
11531
11532 2005-09-19  Didier Verna  <didier@xemacs.org>
11533
11534         The nnml compaction feature:
11535         * nnml.el (nnml-request-compact-group): New function.
11536         * nnml.el (nnml-request-compact): New function.
11537         * gnus-int.el (gnus-request-compact-group): New function.
11538         * gnus-int.el (gnus-request-compact): New function.
11539         * gnus-group.el (gnus-group-compact-group): New function.
11540         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11541         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11542         * gnus-srvr.el (gnus-server-compact-server): New function.
11543         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11544         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11545
11546 2005-09-18  Deepak Goel  <deego@gnufans.org>
11547
11548         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11549         format spec.
11550
11551 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11554
11555 2005-09-15  Romain Francoise  <romain@orebokech.com>
11556
11557         * message.el (message-fill-paragraph): Clarify docstring.
11558
11559 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-art.el (gnus-mime-display-part): Protect against broken
11562         MIME messages.
11563
11564 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11567         before parsing header.
11568
11569 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11570
11571         * html2text.el (html2text-replace-list): Add new entities.
11572
11573 2005-09-11  Romain Francoise  <romain@orebokech.com>
11574
11575         * message.el (message-alternative-emails): Improve docstring.
11576         (message-setup-1): Call `message-use-alternative-email-as-from'
11577         after `message-setup-hook' to give it precedence over posting
11578         styles, etc.
11579         (message-use-alternative-email-as-from): Add docstring.  Remove
11580         the original From header if present.
11581
11582         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11583         (nnml-save-mail): Use it.
11584
11585         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11586         articles.  Add new argument `silent'.
11587         (gnus-uu-mark-all): Report the total number of marked articles.
11588
11589 2005-09-10  Romain Francoise  <romain@orebokech.com>
11590
11591         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11592         (gnus-uu-mark-series): Likewise.
11593
11594 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * spam-report.el (spam-report-gmane): Fix generation of spam
11597         report URL.
11598
11599 2005-09-10  Simon Josefsson  <jas@extundo.com>
11600
11601         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11602         t, based on discussion on the ding list with Robert Epprecht
11603         <epprecht@solnet.ch>.
11604
11605 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * spam-report.el (spam-report-gmane): Make it work without
11608         X-Report-Spam header.  Gmane now only provides Archived-At.
11609         This is only used if `spam-report-gmane-use-article-number' is nil.
11610         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11611
11612         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11613         make `gnus-summary-sort-by-recipient' work with threading.
11614
11615         * nnweb.el (nnweb-google-wash-article): Print a message if article
11616         is not available.
11617
11618 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11619
11620         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11621         change.  Decode text/* parts content before displaying.
11622
11623 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11626
11627 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11630
11631         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11632         url-package-name, url-package-version,
11633         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11634         w3m-display-inline-images, and w3m-minor-mode-map.
11635
11636 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * message.el (message-tab-body-function): Fix mismatched custom type.
11639
11640         * gnus.el (gnus-group-change-level-function): Ditto.
11641
11642         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11643
11644         * gnus-art.el (gnus-signature-limit)
11645         (gnus-article-mime-part-function): Ditto.
11646
11647 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * mml.el (mml-mode): Silence the byte compiler.
11650
11651         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11652         using `(sit-for 0)' before moving the point to the specified part;
11653         skip unbuttonized parts.
11654         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11655         return to the summary window if gnus-auto-select-part is non-nil.
11656
11657 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11660         variables.
11661         (mml-dnd-attach-file, mml-mode): Use them.
11662
11663         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11664         Make fetching article by MID work again for Google Groups.  Added
11665         FIXME concerning gnus-group-make-web-group.
11666
11667         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11668         Don't depend on Gnus by using mail-extract-address-components if
11669         gnus-extract-address-components is not bound.
11670
11671 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11672
11673         * gnus-art.el (gnus-mime-display-security): Don't display the
11674         signature, but only the signed part.
11675
11676 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11679
11680         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11681         list, not listp.
11682
11683 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11684
11685         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11686         when encoding.
11687
11688         * mm-bodies.el (mm-decode-content-transfer-encoding):
11689         De-canonicalize CRLF for all text content types, not just
11690         text/plain.
11691
11692 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11695         valid article; point arrow and cursor at the MIME button.
11696
11697 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11700         Suggested by Dan Christensen <jdc@uwo.ca>.
11701
11702         * mm-decode.el (mm-save-part): Enable change of prompt.
11703
11704 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11705
11706         * gnus-msg.el (gnus-inews-add-send-actions): Made
11707         `message-post-method' lambda parameter ARG `&optional'.
11708
11709 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-sum.el (gnus-summary-mime-map): Added
11712         gnus-article-save-part-and-strip, gnus-article-delete-part and
11713         gnus-article-jump-to-part.
11714
11715         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11716         (gnus-article-edit-part): Use it.
11717         (gnus-article-part-wrapper): Added no-handle argument.
11718         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11719         functions.
11720
11721 2005-08-29  Romain Francoise  <romain@orebokech.com>
11722
11723         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11724         docstring.
11725         (gnus-face-from-file): Likewise.
11726
11727 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11730         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11731         non-nil.
11732         (gnus-auto-select-part): New variable.
11733         (gnus-article-jump-to-part): New function.
11734         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11735         (gnus-mime-delete-part): Allow selecting specified part after
11736         deleting or stripping parts.
11737         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11738         part if argument is bogus.
11739
11740 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11741
11742         * gnus-art.el (w3m-minor-mode-map):
11743         * gnus-spec.el (gnus-newsrc-file-version):
11744         * gnus-util.el (nnmail-active-file-coding-system)
11745         (gnus-original-article-buffer, gnus-user-agent):
11746         * gnus.el (gnus-ham-process-destinations)
11747         (gnus-parameter-ham-marks-alist)
11748         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11749         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11750         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11751         * mm-decode.el (gnus-current-window-configuration):
11752         * mm-extern.el (gnus-article-mime-handles):
11753         * mm-url.el (url-current-object, url-package-name)
11754         (url-package-version):
11755         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11756         (smime-keys, w3m-cid-retrieve-function-alist)
11757         (w3m-current-buffer, w3m-display-inline-images)
11758         (w3m-minor-mode-map):
11759         * mml-smime.el (gnus-extract-address-components):
11760         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11761         (gnus-newsrc-hashtb, message-default-charset)
11762         (message-deletable-headers, message-options)
11763         (message-posting-charset, message-required-mail-headers)
11764         (message-required-news-headers):
11765         * mml1991.el (mc-pgp-always-sign):
11766         * mml2015.el (mc-pgp-always-sign):
11767         * nnheader.el (nnmail-extra-headers):
11768         * rfc1843.el (gnus-decode-encoded-word-function)
11769         (gnus-decode-header-function, gnus-newsgroup-name):
11770         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11771
11772 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11773
11774         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11775         the end of the date treatments.
11776
11777 2005-08-15  Simon Josefsson  <jas@extundo.com>
11778
11779         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11780         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11781         Capello and Romain Francoise.
11782         (pgg-fetch-key-function): Removed, not used?
11783         (pgg-insert-url-with-w3): Require url, to get
11784         url-insert-file-contents regardless of where it is defined.
11785
11786 2005-08-13  Romain Francoise  <romain@orebokech.com>
11787
11788         * message.el (message-cite-original-1): New function.
11789         (message-cite-original): Use it.
11790         (message-cite-original-without-signature): Ditto.
11791
11792 2005-08-08  Romain Francoise  <romain@orebokech.com>
11793
11794         * message.el (message-yank-empty-prefix): New variable.
11795         (message-indent-citation): Use it.
11796         (message-cite-original-without-signature): Respect X-No-Archive.
11797
11798 2005-08-08  Simon Josefsson  <jas@extundo.com>
11799
11800         * pgg.el: Autoload url-insert-file-contents instead of loading
11801         w3/url.
11802         (pgg-insert-url-with-w3): Don't load url here.
11803
11804 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11805
11806         * message.el (message-kill-to-signature): Don't insert newline at
11807         bol.
11808         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11809
11810 2005-08-06  Romain Francoise  <romain@orebokech.com>
11811
11812         * message.el (message-user-fqdn): Fix typo in docstring.
11813
11814 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11815
11816         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11817
11818         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11819
11820 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * mm-bodies.el (mm-encode-body): Use coding system rather than
11823         charset to encode text.
11824
11825         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11826         number of charsets if utf-8 is available (XEmacs).
11827
11828 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11831         taken from `gnus-button-mid-or-mail-regexp'.
11832         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11833         (gnus-button-alist): Improve regexp for domain part of the MIDs
11834         for news:localpart@domain buttons.
11835         (gnus-button-ctan-directory-regexp): Update.
11836
11837 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * sieve-manage.el (sieve-manage-interactive-login): Use
11840         make-local-variable rather than make-variable-buffer-local.
11841         (sieve-manage-open): Ditto.
11842         (sieve-manage-authenticate): Ditto.
11843
11844         * mml.el (mml-generate-mime-1): Make the content type default to
11845         text/plain if the filename is not specified.
11846
11847 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11850         instead of insert-buffer.
11851
11852         * message.el (message-yank-original): Ditto; set the mark at the
11853         end of the yanked message.
11854
11855 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11858         lines to scroll rather than to stop it.
11859
11860         * mml.el (mml-generate-default-type): Add doc string.
11861         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11862         default to application/octet-stream when determining the content
11863         type if it is not specified for the part or the mml contents; add
11864         a comment about mml-generate-default-type.
11865
11866 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11869         make it default to application/octet-stream when determining the
11870         content type if it is not specified for the external contents.
11871
11872 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11875         segmented parameter but also other parameters might be there.
11876
11877 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * mm-decode.el (mm-display-external): Delete temp file, directory
11880         and buffer immediately if the external process is exited.
11881
11882 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11885         fewer lines than that of scroll-margin.
11886         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11887
11888 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * gnus-art.el (gnus-article-next-page): Revert.
11891         (gnus-article-beginning-of-window): New macro.
11892         (gnus-article-next-page-1): Use it.
11893         (gnus-article-prev-page): Ditto.
11894         (gnus-article-edit-part): Use insert-buffer-substring instead of
11895         insert-buffer.
11896         (gnus-article-edit-exit): Ditto.
11897
11898         * gnus-util.el (gnus-beginning-of-window): Remove.
11899         (gnus-end-of-window): Remove.
11900
11901         * lpath.el: Don't bind header-line-format and scroll-margin.
11902
11903 2005-07-25  Simon Josefsson  <jas@extundo.com>
11904
11905         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11906         to have the url package without w3.  Reported by Daiki Ueno
11907         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11908
11909 2005-07-20  Didier Verna  <didier@xemacs.org>
11910
11911         * gnus-diary.el: Remove the description comment (nndiary is now
11912         properly documented in the Gnus manual).
11913         Fix the spelling of "Back End".
11914         * nndiary.el: Ditto.
11915         Fix the copyright notice.
11916
11917 2005-07-18  Romain Francoise  <romain@orebokech.com>
11918
11919         * gnus-sum.el (gnus-summary-to-prefix)
11920         (gnus-summary-newsgroup-prefix): New variables.
11921         (gnus-summary-from-or-to-or-newsgroups): Use them.
11922
11923 2005-07-17  Romain Francoise  <romain@orebokech.com>
11924
11925         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11926         space as it's generally not especially interesting to the user.
11927
11928 2005-07-16  Romain Francoise  <romain@orebokech.com>
11929
11930         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11931         nil to avoid prompting and file modification if one of the
11932         messages at the top of the nnfolder file contains a copyright
11933         notice.
11934         Update copyright notice.
11935
11936         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11937         instead of `current-time-string' as the latter creates a time
11938         string that is not RFC 2822 compliant (it lacks the zone).
11939         Update copyright notice.
11940
11941 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11942
11943         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11944         for text/rtf.  Display default in prompt.  Pass default for M-n.
11945
11946         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11947
11948 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11949
11950         * gnus-msg.el (gnus-button-mailto): Remove
11951         save-selected-window-window hackery because it relies on
11952         save-selected-window internals.
11953
11954 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11957         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11958         (gnus-article-prev-page): Ditto.
11959
11960         * gnus-util.el (gnus-beginning-of-window): New function.
11961         (gnus-end-of-window): New function.
11962
11963         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11964
11965 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11966
11967         * gnus-score.el (gnus-score-edit-all-score): Set
11968         gnus-score-edit-exit-function to gnus-score-edit-done and call
11969         gnus-message.
11970
11971 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * gnus-msg.el (gnus-button-mailto): Remove
11974         save-selected-window-window hackery because it relies on
11975         save-selected-window internals.
11976
11977 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11980         add-minor-mode.
11981         (gnus-binary-mode): Ditto.
11982
11983         * gnus-topic.el (gnus-topic-mode): Ditto.
11984
11985 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11986
11987         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11988         (gnus-article-prev-page): Take scroll-margin into consideration.
11989
11990 2005-07-04  Lute Kamstra  <lute@gnu.org>
11991
11992         Update FSF's address in GPL notices.
11993
11994 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11995
11996         * gnus.el (gnus-exit):
11997         * gnus-group.el (gnus-group-icons):
11998         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11999
12000         * gnus-nocem.el (gnus-nocem):
12001         * message.el (message-various, message-buffers, message-sending)
12002         (message-interface, message-forwarding, message-insertion)
12003         (message-headers, message-news, message-mail):
12004         * pgg-gpg.el (pgg-gpg):
12005         * pgg-parse.el (pgg-parse):
12006         * pgg-pgp.el (pgg-pgp):
12007         * pgg-pgp5.el (pgg-pgp5):
12008         * pop3.el (pop3): Finish `defgroup' description with period.
12009
12010 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * gnus-art.el (article-display-face): Improve the efficiency.
12013         (article-display-x-face): Ditto; remove grey x-face stuff.
12014
12015 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gnus-art.el (article-display-face): Correct the position in
12018         which Faces are inserted.
12019
12020 2005-06-29  Didier Verna  <didier@xemacs.org>
12021
12022         * gnus-art.el (article-display-face): Display faces in correct
12023         order.
12024
12025 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12028         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12029         (gnus-nocem-check-article): Fetch the Type header.
12030         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12031         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12032         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12033         make sure gnus-nocem-hashtb is initialized.
12034         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12035         (gnus-nocem-unwanted-article-p): Ditto.
12036
12037         * pgg.el (pgg-verify): Return the verification result.
12038
12039 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12040
12041         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12042         is ascii.
12043
12044 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12045
12046         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12047         `show-nonbreak-escape'.
12048
12049 2005-06-23  Lute Kamstra  <lute@gnu.org>
12050
12051         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12052
12053         * dig.el (dig-mode):
12054         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12055
12056 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12057
12058         * nnimap.el (nnimap-split-download-body): Fix spellings.
12059
12060 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12061
12062         * gnus-art.el (gnus-article-encrypt-body):
12063         * gnus-cus.el (gnus-score-customize):
12064         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12065         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12066
12067 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12068
12069         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12070         header by looking for magic "MII" at the beginnig.
12071
12072 2005-06-16  Miles Bader  <miles@gnu.org>
12073
12074         * gnus-xmas.el (gnus-xmas-group-startup-message):
12075         Use renamed gnus-splash face.
12076
12077         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12078         (assistant-field-face): New backward-compatibility alias for renamed
12079         face.
12080         (assistant-render-text): Use renamed assistant-field face.
12081
12082         * spam.el (spam): Remove "-face" suffix from face name.
12083         (spam-face): New backward-compatibility alias for renamed face.
12084         (spam-face, spam-initialize): Use renamed spam face.
12085
12086         * message.el (message-header-to, message-header-cc)
12087         (message-header-subject, message-header-newsgroups)
12088         (message-header-other, message-header-name)
12089         (message-header-xheader, message-separator, message-cited-text)
12090         (message-mml): Remove "-face" suffix from face names.
12091         (message-header-to-face, message-header-cc-face)
12092         (message-header-subject-face, message-header-newsgroups-face)
12093         (message-header-other-face, message-header-name-face)
12094         (message-header-xheader-face, message-separator-face)
12095         (message-cited-text-face, message-mml-face):
12096         New backward-compatibility aliases for renamed faces.
12097         (message-font-lock-keywords): Use renamed message faces.
12098
12099         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12100         (sieve-test-commands, sieve-tagged-arguments):
12101         Remove "-face" suffix from face names.
12102         (sieve-control-commands-face, sieve-action-commands-face)
12103         (sieve-test-commands-face, sieve-tagged-arguments-face):
12104         New backward-compatibility aliases for renamed faces.
12105         (sieve-control-commands-face, sieve-action-commands-face)
12106         (sieve-test-commands-face, sieve-tagged-arguments-face):
12107         Use renamed sieve faces.
12108
12109         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12110         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12111         (gnus-group-news-3-empty, gnus-group-news-4)
12112         (gnus-group-news-4-empty, gnus-group-news-5)
12113         (gnus-group-news-5-empty, gnus-group-news-6)
12114         (gnus-group-news-6-empty, gnus-group-news-low)
12115         (gnus-group-news-low-empty, gnus-group-mail-1)
12116         (gnus-group-mail-1-empty, gnus-group-mail-2)
12117         (gnus-group-mail-2-empty, gnus-group-mail-3)
12118         (gnus-group-mail-3-empty, gnus-group-mail-low)
12119         (gnus-group-mail-low-empty, gnus-summary-selected)
12120         (gnus-summary-cancelled, gnus-summary-high-ticked)
12121         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12122         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12123         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12124         (gnus-summary-low-undownloaded)
12125         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12126         (gnus-summary-low-unread, gnus-summary-normal-unread)
12127         (gnus-summary-high-read, gnus-summary-low-read)
12128         (gnus-summary-normal-read, gnus-splash):
12129         Remove "-face" suffix from face names.
12130         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12131         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12132         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12133         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12134         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12135         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12136         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12137         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12138         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12139         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12140         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12141         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12142         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12143         (gnus-summary-normal-ticked-face)
12144         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12145         (gnus-summary-normal-ancient-face)
12146         (gnus-summary-high-undownloaded-face)
12147         (gnus-summary-low-undownloaded-face)
12148         (gnus-summary-normal-undownloaded-face)
12149         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12150         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12151         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12152         (gnus-splash-face):
12153         New backward-compatibility aliases for renamed faces.
12154         (gnus-group-startup-message): Use renamed gnus faces.
12155
12156         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12157         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12158         (gnus-server-agent): Remove "-face" suffix from face names.
12159         (gnus-server-agent-face, gnus-server-opened-face)
12160         (gnus-server-closed-face, gnus-server-denied-face)
12161         (gnus-server-offline-face):
12162         New backward-compatibility aliases for renamed faces.
12163         (gnus-server-agent-face, gnus-server-opened-face)
12164         (gnus-server-closed-face, gnus-server-denied-face)
12165         (gnus-server-offline-face): Use renamed gnus faces.
12166
12167         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12168         Remove "-face" suffix from face names.
12169         (gnus-picon-xbm-face, gnus-picon-face):
12170         New backward-compatibility aliases for renamed faces.
12171
12172         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12173         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12174         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12175         (gnus-cite-11): Remove "-face" suffix from face names.
12176         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12177         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12178         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12179         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12180         New backward-compatibility aliases for renamed faces.
12181         (gnus-cite-attribution-face, gnus-cite-face-list)
12182         (gnus-article-boring-faces): Use renamed gnus faces.
12183
12184         * gnus-art.el (gnus-signature, gnus-header-from)
12185         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12186         (gnus-header-content): Remove "-face" suffix from face names.
12187         (gnus-signature-face, gnus-header-from-face)
12188         (gnus-header-subject-face, gnus-header-newsgroups-face)
12189         (gnus-header-name-face, gnus-header-content-face):
12190         New backward-compatibility aliases for renamed faces.
12191         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12192
12193         * gnus-sum.el (gnus-summary-selected-face)
12194         (gnus-summary-highlight): Use renamed gnus faces.
12195         * gnus-group.el (gnus-group-highlight): Likewise.
12196
12197 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12198
12199         * gnus-sieve.el (gnus-sieve-article-add-rule):
12200         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12201         * spam-stat.el (spam-stat-buffer-change-to-spam)
12202         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12203
12204         * message.el (message-is-yours-p):
12205         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12206
12207 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * mm-view.el (mm-inline-text): Withdraw the last change.
12210
12211 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12214         executing enriched-decode.
12215
12216 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12219         charset of tar files.
12220
12221 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12222
12223         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12224
12225 2005-06-04  Lute Kamstra  <lute@gnu.org>
12226
12227         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12228         information is never recorded.
12229
12230 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12231
12232         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12233
12234 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * pop3.el (pop3-apop): Run md5 in the binary mode.
12237
12238         * starttls.el (starttls-set-process-query-on-exit-flag):
12239         Use eval-and-compile.
12240
12241 2005-05-31  Simon Josefsson  <jas@extundo.com>
12242
12243         * smime.el (smime-replace-in-string): Define.
12244         (smime-cert-by-ldap-1): Use it.
12245
12246 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * gnus-art.el (article-display-x-face): Replace
12249         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12250
12251         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12252         set-process-query-on-exit-flag or process-kill-without-query.
12253
12254         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12255         loop instead of replace-regexp.
12256
12257         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12258         instead of process-kill-without-query if it is available.
12259
12260         * lpath.el: Fbind ldap-search-entries.
12261
12262         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12263         instead of find-file-hooks if it is available.
12264
12265         * mml1991.el: Bind pgg-default-user-id when compiling.
12266
12267         * mml2015.el: Bind pgg-default-user-id when compiling.
12268
12269         * nndraft.el (nndraft-request-associate-buffer):
12270         Use write-contents-functions instead of write-contents-hooks if it is
12271         available.
12272
12273         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12274         instead of find-file-hooks if it is available.
12275
12276         * nntp.el (nntp-open-connection): Replace
12277         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12278         (nntp-open-ssl-stream): Ditto.
12279         (nntp-open-tls-stream): Ditto.
12280
12281         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12282         set-process-query-on-exit-flag or process-kill-without-query.
12283         (starttls-open-stream-gnutls): Use it instead of
12284         process-kill-without-query.
12285         (starttls-open-stream): Ditto.
12286
12287 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12288
12289         * smime.el (smime-cert-by-ldap-1): Don't use
12290         replace-regexp-in-string.
12291
12292 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12293
12294         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12295
12296         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12297         in PEM format.  Adjust to the XEmacs compability.
12298
12299 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12302         by `string-to-number'.
12303         * gnus-agent.el (gnus-agent-regenerate-group)
12304         (gnus-agent-fetch-articles): Ditto.
12305         * gnus-art.el (gnus-button-fetch-group): Ditto.
12306         * gnus-cache.el (gnus-cache-generate-active)
12307         (gnus-cache-articles-in-group): Ditto.
12308         * gnus-group.el (gnus-group-set-current-level)
12309         (gnus-group-insert-group-line): Ditto.
12310         * gnus-score.el (gnus-score-set-expunge-below)
12311         (gnus-score-set-mark-below, gnus-summary-score-effect)
12312         (gnus-summary-score-entry): Ditto.
12313         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12314         (gnus-soup-pack): Ditto.
12315         * gnus-spec.el (gnus-xmas-format): Ditto.
12316         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12317         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12318         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12319         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12320         * nndb.el (nndb-get-remote-expire-response): Ditto.
12321         * nndiary.el (nndiary-parse-schedule-value)
12322         (nndiary-string-to-number, nndiary-request-replace-article)
12323         (nndiary-request-article): Ditto.
12324         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12325         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12326         * nneething.el (nneething-make-head): Ditto.
12327         * nnfolder.el (nnfolder-request-article)
12328         (nnfolder-retrieve-headers): Ditto.
12329         * nnheader.el (nnheader-file-to-number): Ditto.
12330         * nnkiboze.el (nnkiboze-request-article): Ditto.
12331         * nnmail.el (nnmail-process-unix-mail-format)
12332         (nnmail-process-babyl-mail-format): Ditto.
12333         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12334         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12335         (nnmh-request-create-group, nnmh-request-list-1)
12336         (nnmh-request-group, nnmh-request-article): Ditto.
12337         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12338         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12339         * nnsoup.el (nnsoup-make-active): Ditto.
12340         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12341         * nntp.el (nntp-find-group-and-number)
12342         (nntp-retrieve-headers-with-xover): Ditto.
12343         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12344         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12345         (pgg-format-key-identifier): Ditto.
12346         * pop3.el (pop3-last, pop3-stat): Ditto.
12347         * qp.el (quoted-printable-decode-region): Ditto.
12348
12349         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12350         of concat.
12351
12352 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12355
12356         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12357
12358         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12359
12360         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12361
12362         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12363
12364         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12365
12366         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12367         (gnus-carpal-mode): Ditto.
12368
12369         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12370         (gnus-browse-mode): Ditto.
12371
12372         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12373
12374         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12375
12376 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12377
12378         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12379
12380 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-util.el (gnus-run-mode-hooks): New function.
12383
12384         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12385
12386         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12387         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12388
12389 2005-05-27  Lute Kamstra  <lute@gnu.org>
12390
12391         * dns-mode.el (dns-mode): Specify customization group.
12392
12393 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12394
12395         * gnus-agent.el (gnus-agent-make-mode-line-string):
12396         Use mode-line-highlight as mouse-face.
12397
12398 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * canlock.el (canlock): Change the parent group to news.
12401
12402         * deuglify.el (gnus-outlook-deuglify): Add :group.
12403
12404         * dig.el (dig): Add :group.
12405
12406         * dns-mode.el (dns-mode): Add :group.
12407
12408         * encrypt.el (encrypt): Add :group.
12409
12410         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12411         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12412         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12413         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12414         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12415
12416         * gnus-diary.el (gnus-diary): Add :group.
12417
12418         * gnus.el (gnus-group-news-1-face): Add :group.
12419         (gnus-group-news-1-empty-face): Ditto.
12420         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12421         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12422         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12423         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12424         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12425         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12426         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12427         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12428         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12429         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12430         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12431         (gnus-summary-high-ticked-face): Ditto.
12432         (gnus-summary-low-ticked-face): Ditto.
12433         (gnus-summary-normal-ticked-face): Ditto.
12434         (gnus-summary-high-ancient-face): Ditto.
12435         (gnus-summary-low-ancient-face): Ditto.
12436         (gnus-summary-normal-ancient-face): Ditto.
12437         (gnus-summary-high-undownloaded-face): Ditto.
12438         (gnus-summary-low-undownloaded-face): Ditto.
12439         (gnus-summary-normal-undownloaded-face): Ditto.
12440         (gnus-summary-high-unread-face): Ditto.
12441         (gnus-summary-low-unread-face): Ditto.
12442         (gnus-summary-normal-unread-face): Ditto.
12443         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12444         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12445
12446         * hashcash.el (hashcash): New custom group.
12447         (hashcash-default-payment): Add :group.
12448         (hashcash-payment-alist): Ditto.
12449         (hashcash-default-accept-payment): Ditto.
12450         (hashcash-accept-resources): Ditto.
12451         (hashcash-path): Ditto.
12452         (hashcash-extra-generate-parameters): Ditto.
12453         (hashcash-double-spend-database): Ditto.
12454         (hashcash-in-news): Ditto.
12455
12456         * message.el (message-minibuffer-local-map): Add :group.
12457
12458         * netrc.el (netrc): Add :group.
12459
12460         * sieve-manage.el (sieve-manage-log): Add :group.
12461         (sieve-manage-default-user): Diito.
12462         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12463         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12464         (sieve-manage-authenticators): Ditto.
12465         (sieve-manage-authenticator-alist): Ditto.
12466         (sieve-manage-default-port): Ditto.
12467
12468         * sieve-mode.el (sieve-control-commands-face): Add :group.
12469         (sieve-action-commands-face): Ditto.
12470         (sieve-test-commands-face): Ditto.
12471         (sieve-tagged-arguments-face): Ditto.
12472
12473         * smime.el (smime): Add :group.
12474
12475         * spam-report.el (spam-report): Add :group.
12476
12477         * spam.el (spam, spam-face): Add :group.
12478
12479 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12480
12481         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12482         return \n.\n.\n at the end of articles.  Protect against that.
12483         (nntp-with-open-group): Allow debugging.
12484
12485         * nnheader.el (mail-header-set-extra): Make into a function
12486         because I just could't understand how to quote the list properly.
12487
12488         * dns.el (query-dns-cached): New function.
12489
12490 2005-05-26  Lute Kamstra  <lute@gnu.org>
12491
12492         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12493
12494 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12497
12498         * gnus-art.el: Don't autoload mail-extract-address-components.
12499
12500         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12501         eval-and-compile to evaluate it.
12502
12503         * hashcash.el: Don't autoload executable-find.
12504
12505         * nndb.el: Don't declare the nndb back end two or more times; don't
12506         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12507
12508         * nntp.el: Autoload format-spec instead of format; use
12509         eval-and-compile to evaluate autoload forms.
12510
12511 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12512
12513         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12514
12515 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12516
12517         * gnus.el (gnus-version-number): Bump version.
12518
12519 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12520
12521         * gnus.el: No Gnus v0.3 is released.
12522
12523 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12524
12525         * lpath.el (featurep): Bind show-nonbreak-escape.
12526
12527 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-art.el (gnus-article-edit-part): Disable undo.
12530
12531 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12534         gnus-article-date-lapsed-new-header is t if date timer is active;
12535         skip headers in which the original date value is empty.
12536         (gnus-article-save-original-date): Redefine it as a macro.
12537         (gnus-display-mime): Use it.
12538
12539 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-art.el (article-date-ut): Support converting date in
12542         forwarded parts as well.
12543         (gnus-article-save-original-date): New function.
12544         (gnus-display-mime): Use it.
12545
12546 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12547
12548         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12549         enclosure element of <item>.
12550
12551 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * message.el (message-kill-buffer-query): Renamed from
12554         `message-kill-buffer-query-if-modified'.  Added :version.
12555
12556 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12559         window layout.
12560
12561 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * mml.el: Autoload dnd when compiling.
12564
12565 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12568         x-dnd-*.
12569
12570 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * qp.el (quoted-printable-encode-region): Save excursion.
12573
12574 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * message.el (message-kill-buffer-query-if-modified): Add new variable
12577         so the user can kill a modified message buffer quickly.
12578         (message-kill-buffer): Use it.
12579
12580 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * lpath.el: Fbind display-time-event-handler; don't fbind
12583         string-to-multibyte.
12584
12585         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12586
12587 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12590         contained in text because xml.el decodes entities) with LFs.
12591
12592 2005-04-11  Lute Kamstra  <lute@gnu.org>
12593
12594         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12595         differently.
12596
12597 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12598
12599         * mm-util.el (mm-detect-coding-region): Typo.
12600
12601 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12604
12605 2005-04-06  Deepak Goel  <deego@gnufans.org>
12606
12607         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12608         user-function allow user modifications of the scores.
12609         (spam-stat-score-buffer-user): New function, to allow
12610         user-computed modifications to the score.
12611         (spam-stat-score-buffer-user-functions): List of additional
12612         scoring functions.
12613         (spam-stat-error-holder): Global temporary error holder.
12614         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12615         variable.
12616
12617 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12618
12619         * gnus-registry.el (gnus-registry-clean-empty-function)
12620         (gnus-registry-trim, gnus-registry-fetch-groups)
12621         (gnus-registry-delete-group): Groups that match
12622         `gnus-registry-ignored-groups' are removed from the registry
12623         entries, not just ignored for splitting.  This helps clean up the
12624         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12625         to get all the groups a message ID is in.
12626
12627         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12628         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12629         (spam-stat-score-buffer-user-functions): Add :number custom type.
12630
12631 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12634         argument in XEmacs.
12635
12636         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12637         (nnrss-request-group): Decode group name first.
12638         (nnrss-request-article): Make a text/plain article if mml-to-mime
12639         failed.
12640         (nnrss-get-encoding): Return a compatible encoding according to
12641         nnrss-compatible-encoding-alist.
12642         (nnrss-find-el): Use consp instead of listp.
12643         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12644
12645 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12648         which Emacs 20 doesn't support.
12649         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12650
12651 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12654         silence the byte compiler inside the defun.
12655
12656         * gnus-demon.el (parse-time-string): Add autoload.
12657
12658         * gnus-delay.el (parse-time-string): Add autoload.
12659
12660         * gnus-art.el (parse-time-string): Add autoload.
12661
12662         * nnultimate.el (parse-time): Require for `parse-time-string'.
12663
12664 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12667
12668         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12669
12670         * smime.el (smime-ldap-host-list): Add :version.
12671
12672 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12675         pass it to `gnus-browse-read-group'.
12676         (gnus-browse-read-group): Add NUMBER argument and pass it to
12677         `gnus-group-read-ephemeral-group'.
12678
12679         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12680         argument and pass it to `gnus-group-read-group'.
12681
12682 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12683
12684         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12685         mm-xemacs-find-mime-charset-1 if we have the mule feature
12686         available at runtime.
12687
12688 2005-03-25  Werner Lemberg  <wl@gnu.org>
12689
12690         * nnmaildir.el: Replace `illegal' with `invalid'.
12691
12692 2005-03-23  Lute Kamstra  <lute@gnu.org>
12693
12694         * time-date.el: Add comment on time value formats.
12695         Don't require parse-time.
12696         (with-decoded-time-value): New macro.
12697         (encode-time-value): New function.
12698         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12699         (days-to-time): Return a valid time value when arg is huge.
12700         (time-since): Use time-subtract.
12701         (time-to-number-of-days): Use time-to-seconds.
12702
12703 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12704
12705         * gnus-start.el (gnus-display-time-event-handler):
12706         Check display-time-timer at runtime rather than only at load time
12707         in case display-time-mode is turned off in the mean time.
12708
12709 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12712         used.
12713
12714         * nneething.el (nneething-map-file-directory): Derive from
12715         `gnus-directory'.
12716
12717         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12718         the To/Cc button.
12719
12720 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * nnmaildir.el (nnmaildir-request-accept-article):
12723         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12724
12725 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12726
12727         * gnus-async.el: Require timer-funcs at compile time when in
12728         XEmacs for `run-with-idle-timer'.
12729
12730 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12731
12732         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12733         autoloaded function.
12734
12735 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12736
12737         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12738
12739 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12740
12741         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12742
12743 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12744
12745         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12746         gnus-expert-user to default.
12747
12748 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12749
12750         * nnimap.el (nnimap-open-server): Ditto.
12751
12752         * imap.el (imap-authenticate): Fix typo.
12753
12754 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12755
12756         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12757         buffer (since IMAP server might return FETCH response out of
12758         order, and the nntp buffer must be sorted).
12759
12760 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12761
12762         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12763         comparison on string.
12764
12765         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12766         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12767         (gnus-agent-summary-fetch-series): Modified to protect against
12768         gnus-agent-summary-fetch-group clearing processable flags.
12769         (gnus-agent-synchronize-group-flags): Update live group buffer as
12770         synchronization may occur due to the user toggle the plugged
12771         status.
12772         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12773         successfully downloaded.
12774         (gnus-agent-expire-group-1): Avoid using markers when the overview
12775         is in ascending order; greatly improves performance.
12776         (gnus-agent-regenerate-group): Use
12777         gnus-agent-synchronize-group-flags to reset read status in both
12778         gnus and server.
12779         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12780
12781 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * message.el: Don't autoload former message-utils variables.
12784         (message-strip-subject-trailing-was): Change doc string.
12785
12786         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12787         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12788         (nnweb-google-search): Add "hl=en" here.
12789         (nnweb-google-parse-1, nnweb-google-create-mapping):
12790         Don't hardcode URL.
12791
12792 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * message.el (message-get-reply-headers, message-followup):
12795         Mention related variables `message-use-followup-to' and
12796         `message-use-mail-followup-to', in the information buffer.
12797
12798         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12799         of broken groups(-beta).google.com.
12800
12801 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12802
12803         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12804         parameter to invoked gnus-request-move-article; remove the
12805         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12806         all at once instead of once per article.
12807         (gnus-summary-remove-process-mark): Accept a list of articles as
12808         well as a single article for processing.
12809
12810         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12811         parameter.
12812
12813         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12814
12815         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12816
12817         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12818         parameter.
12819
12820         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12821         parameter.
12822
12823         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12824         parameter and remove the gnus-sum-hint-move-is-internal variable.
12825
12826         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12827         parameter.
12828
12829         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12830         parameter.
12831
12832         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12833         parameter.
12834
12835         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12836
12837         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12838         parameter.
12839
12840         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12841         parameter.
12842
12843 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12844
12845         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12846         a more conservative way.
12847
12848 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12849
12850         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12851         buffer, so it moves the window's cursor.
12852
12853 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12854
12855         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12856         `mm-dissect-multipart' and receive the from field as an (optional)
12857         argument from `mm-dissect-multipart'.
12858         (mm-dissect-multipart): Receive the from field as an argument and
12859         pass it on when we call `mm-dissect-buffer' on MIME parts.
12860         Fixes verification/decryption of signed/encrypted MIME parts.
12861
12862 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12863
12864         * gnus-sum.el (gnus-summary-move-article): Set
12865         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12866         whatever it calls (right now, only nnimap-request-move article
12867         respects it).
12868
12869         * nnimap.el (nnimap-request-move-article): When
12870         gnus-sum-hint-move-is-internal is set, don't do the extra
12871         nnimap-request-article.
12872
12873 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12876
12877         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12878         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12879
12880         * gnus-sum.el (gnus-summary-caesar-message):
12881         Apply `gnus-treat-article' after rotation.
12882
12883         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12884         doc string.
12885
12886 2005-02-22  Simon Josefsson  <jas@extundo.com>
12887
12888         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12889         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12890         <arne@arnested.dk>.
12891         (encrypt): Add password-cache and password-cache-expiry as group
12892         members.
12893
12894 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12895
12896         * smime.el (smime-ldap-host-list): Doc fix.
12897         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12898         cache) password.
12899         (smime-sign-region): Use it.
12900         (smime-decrypt-region): Use it.
12901         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12902         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12903         fails.
12904         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12905         certificate from DER to PEM format rather than calling openssl.
12906
12907         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12908
12909         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12910         for signing/encryption.
12911
12912         * mml.el (mml-parse-1): Use them.
12913
12914 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12915
12916         * nnrss.el (nnrss-verbose): Removed.
12917         (nnrss-request-group): Use `nnheader-message' instead.
12918
12919 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12920
12921         * nnrss.el (nnrss-verbose): New variable.
12922         (nnrss-request-group): Make it say nnrss is requesting a group.
12923
12924 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12927         Handle news URL with given port correctly.
12928
12929 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12932         containing special characters.
12933
12934         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12935
12936         * mml.el (mime-to-mml): Ditto.
12937
12938         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12939         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12940         (rfc2047-decode-region): Quote decoded words containing special
12941         characters when rfc2047-quote-decoded-words-containing-tspecials
12942         is non-nil.
12943
12944 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12945
12946         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12947
12948         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12949
12950 2005-02-15  Simon Josefsson  <jas@extundo.com>
12951
12952         * nnimap.el (nnimap-debug): Doc fix.
12953
12954         * imap.el (imap-debug): Doc fix.
12955
12956 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12959
12960 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12961
12962         * gnus.el (spam-contents): Improve docs for spam-contents
12963         parameter in its variable incarnation.
12964
12965 2005-02-14  Simon Josefsson  <jas@extundo.com>
12966
12967         * smime-ldap.el: Use require instead of load-library for ldap.
12968         (smime-ldap-search): Indent.
12969         (smime-ldap-search-internal): Shorten line.
12970
12971         * smime.el (smime-cert-by-dns): Add doc-string.
12972         (smime-cert-by-ldap-1): Indent.
12973
12974         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12975         mml-smime-get-dns-ldap.
12976         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12977
12978 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12979
12980         * smime.el: Require smime-ldap.
12981         (smime-ldap-host-list): New variable.
12982         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12983
12984         * mml-smime.el (mml-smime-encrypt-query): New function.
12985         (mml-smime-encrypt-query): Use it.
12986
12987         * smime-ldap.el: New file.
12988
12989 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12992
12993 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12996         argument in doc string.  Make query for type more clear.
12997
12998 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * gnus.el (gnus-group-startup-message): Search for gnus images in
13001         etc/images/gnus.
13002         * mm-util.el (mm-image-load-path): Likewise.
13003         * smiley.el (smiley-data-directory): Search for smilies in
13004         etc/images/smilies.
13005
13006 2005-02-09  Kim F. Storm  <storm@cua.dk>
13007
13008         Change Emacs release version from 21.4 to 22.1 throughout.
13009         Change Emacs development version from 21.3.50 to 22.0.50.
13010
13011 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13014
13015         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13016         non-Mule XEmacs as well.
13017         (mm-decompress-buffer): Signal an error intentionally if it does
13018         not decompress compressed data because auto-compression-mode is
13019         disabled.
13020
13021 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13024         an ID in the registry even if it has no groups.
13025
13026 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13029         merge it into mm-decompress-buffer.
13030         (gnus-mime-copy-part): Use the MIME part charset, the value which
13031         a user specified or gnus-newsgroup-charset for decoding, like
13032         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13033         save-buffer what was used.  Suggested by Kevin Ryde
13034         <user42@zip.com.au>.
13035         (gnus-mime-inline-part): Allow the name parameter as well as the
13036         filename parameter; force decompressing of compressed data; always
13037         display contents being not decoded as unibyte.
13038
13039         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13040         as well as the filename parameter.
13041
13042         * mm-util.el (mm-decompress-buffer): Merge
13043         gnus-mime-jka-compr-maybe-uncompress.
13044         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13045         of compressed data.
13046
13047 2005-02-08  Simon Josefsson  <jas@extundo.com>
13048
13049         * imap.el (imap-log): Doc fix.
13050
13051 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13054         the coding cookies; decompress compressed parts.
13055
13056         * mml.el (mml-generate-mime-1): Add the charset parameter according
13057         to the value which a user specified manually or the coding cookie.
13058
13059         * mm-util.el (mm-string-to-multibyte): New function.
13060         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13061         (mm-coding-system-to-mime-charset): New function.
13062         (mm-decompress-buffer): New function.
13063         (mm-find-buffer-file-coding-system): New function.
13064
13065         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13066         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13067         parts.
13068
13069 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13070
13071         * mm-view.el (mm-display-inline-fontify): Decode a part according
13072         to the charset parameter.
13073
13074 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13077         prefix arg is neither nil nor a number, as info specifies.
13078
13079 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13082         timestamps.
13083
13084 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13085
13086         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13087         groups error checking and notify user.
13088
13089 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13090
13091         * message.el (message-send-mail-function): Check existence of
13092         sendmail-program first before using default value
13093         `message-send-mail-with-sendmail'.  Otherwise use more generic
13094         `smtpmail-send-it'.
13095
13096 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * nntp.el (nntp-request-update-info): Always return nil.
13099
13100 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13101
13102         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13103
13104 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13105
13106         * message.el (message-beginning-of-line): Change the behavior when
13107         invoked between BOL and : so that it first moves backward.
13108
13109 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13112         article buffer when editing of the article is discarded.
13113         (gnus-article-prepare): Revert.
13114
13115 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-art.el (gnus-article-prepare):
13118         Remove message-strip-forbidden-properties from the local hook.
13119
13120 2005-01-27  Simon Josefsson  <jas@extundo.com>
13121
13122         * password.el (password-cache-add): Only start one timer per key.
13123         Reported by Derek Atkins <warlord@MIT.EDU>.
13124
13125 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13126
13127         * run-at-time.el: Removed.  It is no longer needed as
13128         timer-funcs.el in the xemacs-base package has a working version of
13129         `run-at-time'.
13130
13131         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13132
13133         * password.el: Require timer-funcs instead of run-at-time in
13134         XEmacs.
13135         Remove `password-run-at-time' macro.
13136         (password-cache-add): Use `run-at-time' instead of
13137         `password-run-at-time'.
13138
13139         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13140         Remove `nnheader-cancel-function-timers' alias,
13141         `cancel-function-timers' exists in XEmacs in timer-funcs.
13142
13143         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13144         for `run-with-idle-timer'.
13145
13146         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13147         for `run-at-time'.
13148
13149         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13150         for `with-timeout'.
13151
13152         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13153         the same as for XEmacs 21.4.
13154         No need to ignore `run-with-idle-timer', this function exists in
13155         XEmacs now in timer-funcs.el in the xemacs-base package.
13156         (dgnushack-compile): No need to delete
13157         run-at-time.el from the list of files to compile because it
13158         doesn't exist anymore.
13159
13160 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13163         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13164
13165 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13166
13167         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13168         sensitively.
13169
13170 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13171
13172         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13173
13174 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13177         which will be inserted according to the multibyteness of a buffer
13178         rather than the type of contents.  Suggested by ARISAWA Akihiro
13179         <ari@mbf.ocn.ne.jp>.
13180
13181         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13182         of string which old xml.el may return rather than a string.
13183
13184 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13187
13188 2005-01-16  Simon Josefsson  <jas@extundo.com>
13189
13190         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13191         idn/idna.el isn't available.
13192         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13193         <michael@waxrat.com>.
13194
13195         * hashcash.el: Remove non-FSF copyright header.
13196
13197         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13198         (hashcash-generate-payment): Use it.
13199         (hashcash-generate-payment-async): Use it.
13200
13201 2005-01-15  Simon Josefsson  <jas@extundo.com>
13202
13203         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13204         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13205
13206         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13207         gnus-summary-idna-message.
13208         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13209         (gnus-summary-idna-message): New function.
13210
13211 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13214         gnus-novice-user.
13215
13216 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * nnrss.el (nnrss-request-delete-group): Delete entries in
13219         nnrss-group-alist as well.
13220         (nnrss-save-server-data): Insert newline.
13221
13222 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * gnus.el (gnus-user-agent): Use list of symbols instead of
13225         symbols.  Display full version number for (S)XEmacs.  Optionally
13226         display (S)XEmacs codename.
13227
13228         * gnus-util.el (gnus-emacs-version): Update for new
13229         `gnus-user-agent'.
13230
13231         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13232         Gnus version.
13233
13234 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13237         which is unreadable in some setups.
13238
13239 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-spec.el (gnus-update-format-specifications): Flush the
13242         group format spec cache if it doesn't support decoded group names.
13243
13244 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13245
13246         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13247         Allow to apply decay on score files matching a regexp.
13248
13249 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13252         compatibility in %g and %c.
13253
13254 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13257         name for only %g and %c.
13258         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13259         of gnus-tmp-group to decoded group name.
13260         (gnus-group-make-rss-group): Exclude `/'s from group names.
13261
13262 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * nnrss.el (nnrss-get-encoding): Fix regexp.
13265
13266 2004-12-27  Simon Josefsson  <jas@extundo.com>
13267
13268         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13269         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13270         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13271
13272 2004-12-17  Kim F. Storm  <storm@cua.dk>
13273
13274         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13275
13276         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13277
13278 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13279
13280         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13281
13282 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * nnrss.el: Require rfc2047 and mml.
13285         (nnrss-file-coding-system): New variable.
13286         (nnrss-format-string): Redefine it as an inline function.
13287         (nnrss-decode-group-name): New function.
13288         (nnrss-string-as-multibyte): Remove.
13289         (nnrss-retrieve-headers): Decode group name; don't use
13290         nnrss-format-string.
13291         (nnrss-request-group): Decode group name.
13292         (nnrss-request-article): Decode group name; allow a Message-ID as
13293         well as an article number; don't use nnrss-format-string; encode a
13294         Message-ID string which may contain non-ASCII characters; use
13295         mml-to-mime to compose a MIME article.
13296         (nnrss-request-expire-articles): Decode group name.
13297         (nnrss-request-delete-group): Decode group name.
13298         (nnrss-fetch): Clarify error message.
13299         (nnrss-read-server-data): Use insert-file-contents instead of load;
13300         bind file-name-coding-system; use multibyte buffer.
13301         (nnrss-save-server-data): Bind coding-system-for-write to the
13302         value of nnrss-file-coding-system; bind file-name-coding-system;
13303         add coding cookie.
13304         (nnrss-read-group-data): Use insert-file-contents instead of load;
13305         bind file-name-coding-system; use multibyte buffer.
13306         (nnrss-save-group-data): Bind coding-system-for-write to the
13307         value of nnrss-file-coding-system; bind file-name-coding-system.
13308         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13309         make it work with non-ASCII text.
13310         (nnrss-find-el): Make it work with old xml.el as well.
13311
13312 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13313
13314         * nnrss.el (nnrss-get-encoding): New function.
13315         (nnrss-fetch): Use unibyte buffer initially; bind
13316         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13317         decode contents according to the encoding attribute.
13318         (nnrss-save-group-data): Add coding cookie.
13319         (nnrss-mime-encode-string): New function.
13320         (nnrss-check-group): Use it to encode subject and author.
13321
13322 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13323
13324         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13325         imaginary variable.
13326
13327 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13330         correctly even if there are wide characters.
13331
13332 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13333
13334         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13335         downcased symbol names; make a new cache instead of reusing
13336         bbdb-hashtable.
13337
13338 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13341         concatenating segments rather than before concatenating them.
13342         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13343
13344         * message.el (message-get-reply-headers): Bind `extra'.
13345
13346 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13347
13348         * message.el (message-extra-wide-headers): New variable.
13349         (message-get-reply-headers): Use it.
13350
13351 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13354         (gnus-agent-group-pathname): Ditto.
13355
13356         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13357
13358         * gnus-group.el (gnus-group-make-group): Decode group name.
13359         (gnus-group-make-rss-group): Register the group data after opening
13360         the nnrss group.
13361
13362 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13363
13364         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13365         by expiry now get marked as read.
13366
13367 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13370
13371 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13372
13373         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13374         unify Latin characters in XEmacs.
13375         (mm-find-mime-charset-region): Use it.
13376
13377 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-util.el (gnus-delete-directory): New function.
13380
13381         * gnus-agent.el (gnus-agent-delete-group): Use it.
13382
13383         * gnus-cache.el (gnus-cache-delete-group): Use it.
13384
13385 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13388         names.
13389
13390 2004-12-16  Simon Josefsson  <jas@extundo.com>
13391
13392         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13393
13394 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13397
13398         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13399         (gnus-group-set-current-level): Decode group name.
13400
13401 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13402
13403         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13404         failed.
13405
13406 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * gnus-group.el (gnus-group-delete-group): Decode group name.
13409         (gnus-group-make-rss-group): Encode group name.
13410         (gnus-group-catchup-current): Decode group name.
13411         (gnus-group-kill-group): Decode group name.
13412
13413 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13414
13415         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13416
13417 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * gnus-group.el (gnus-group-make-rss-group):
13420         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13421
13422         * gnus-start.el (gnus-setup-news): Honor user's setting to
13423         gnus-message-archive-method.  Suggested by Lute Kamstra
13424         <lute@gnu.org>.
13425
13426 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13427
13428         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13429         global counterparts of the buffer-local variables.
13430
13431 2004-11-16  Romain Francoise  <romain@orebokech.com>
13432
13433         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13434         counterparts of the buffer-local variables.
13435
13436 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * message.el (message-forbidden-properties): Fixed typo in doc
13439         string.
13440
13441 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * gnus-util.el (gnus-replace-in-string): Added doc string.
13444
13445         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13446         to avoid problems when splitting mails with many recipients.
13447
13448 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13449
13450         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13451         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13452
13453 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13454
13455         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13456         if there is no hashtable in memory or file modification time is
13457         newer than cached timestamp.
13458
13459 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13462         not-matching option.
13463
13464 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13467         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13468         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13469         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13470         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13471         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13472
13473 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * message.el (message-forward-make-body-mml): Remove headers
13476         according to message-forward-ignored-headers if a message is decoded.
13477
13478 2004-12-02  Romain Francoise  <romain@orebokech.com>
13479
13480         * message.el (message-forward-make-body-plain): Always remove
13481         headers according to message-forward-ignored-headers.
13482
13483 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13484
13485         * spam.el (spam-summary-prepare-exit): Remove the
13486         gnus-summary-limit pop for now, it has problems with ham marks for
13487         me.
13488
13489 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13490
13491         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13492         correctly.
13493
13494 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13495
13496         * format-spec.el (format-spec): Message the char.
13497
13498 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13499
13500         * gnus-art.el (gnus-split-methods): Reformat comments.
13501
13502         * spam.el (spam-summary-prepare-exit): Remove article limits
13503         before exiting the summary buffer.
13504
13505 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13508         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13509
13510         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13511         order to silence the byte compiler.
13512
13513         * spam.el: Fix the way to silence the byte compiler, which
13514         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13515         bbdb-search-simple, spam-BBDB-register-routine,
13516         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13517         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13518         spam-stat-buffer-is-spam, spam-stat-load,
13519         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13520         spam-stat-save and spam-stat-split-fancy.
13521
13522 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13525         which may confuse users.
13526         (canlock-password-for-verify): Ditto.
13527
13528         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13529
13530         * gnus-art.el (gnus-emphasis-alist): Ditto.
13531
13532         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13533
13534         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13535
13536         * gnus-start.el (gnus-save-killed-list): Ditto.
13537
13538         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13539         (gnus-sum-thread-tree-root): Ditto.
13540         (gnus-sum-thread-tree-false-root): Ditto.
13541         (gnus-sum-thread-tree-single-indent): Ditto.
13542
13543         * message.el (message-courtesy-message): Ditto.
13544         (message-archive-note): Ditto.
13545         (message-subscribed-address-file): Ditto.
13546         (message-user-fqdn): Ditto.
13547
13548         * spam-report.el (spam-report-gmane-regex): Ditto.
13549
13550         * spam.el (spam-blackhole-good-server-regex): Ditto.
13551
13552 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * mml.el (mml-preview): Widen the message buffer before copying
13555         the contents to the preview buffer; sort headers before previewing.
13556
13557         * message.el (message-hidden-headers): Fix the way to avoid a bug
13558         in the `repeat' widget in Emacs 21.3 or earlier.
13559
13560 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * message.el (message-hidden-headers): Default to "^References:".
13563         Improve customization type.  Suggested by Reiner Steib
13564         <Reiner.Steib@gmx.de>.
13565
13566 2004-11-25  Romain Francoise  <romain@orebokech.com>
13567
13568         * message.el (message-strip-forbidden-properties): Remove check for
13569         obsolete `message-hidden' text property, hidden headers are not
13570         accessible in the buffer anymore.
13571
13572 2004-11-22  Romain Francoise  <romain@orebokech.com>
13573
13574         * message.el (message-header-format-alist): Add `From' in list
13575         so that it can be sorted.
13576         (message-fix-before-sending): Widen and sort headers before
13577         sending.
13578         (message-hide-headers): Use narrowing to hide headers by moving
13579         them to the top of the buffer and narrowing to the region
13580         underneath.
13581
13582 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13583
13584         * message.el (message-strip-forbidden-properties): Bind
13585         buffer-read-only (etc) to nil.
13586
13587 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13590         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13591
13592 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13593
13594         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13595
13596 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13597
13598         * dns.el (query-dns): Use sit-for to time instead of
13599         accept-process-output, since that doesn't seem to work on udp
13600         sockets.
13601
13602 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13605
13606 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13607
13608         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13609         doc string.  Improve doc string.
13610
13611 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * nntp.el (nntp-request-update-info): Return nil if
13614         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13615         may not call gnus-activate-group which uselessly issues the GROUP
13616         commands for all nntp groups and wastes time.  Reported by Romain
13617         Francoise <romain@orebokech.com>.
13618
13619         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13620
13621 2004-11-15  Simon Josefsson  <jas@extundo.com>
13622
13623         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13624         headers separately.
13625         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13626         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13627
13628 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-start.el (gnus-convert-old-newsrc):
13631         Assign legacy-gnus-agent to 5.10.7.
13632
13633 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13634
13635         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13636         start of the lines.
13637
13638 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13639
13640         * hashcash.el (hashcash-default-payment): Change default to 20.
13641         (hashcash-default-accept-payment): Change default to 20.
13642         (hashcash-process-alist): New variable.
13643         (hashcash-generate-payment-async): Add.
13644         (hashcash-already-paid-p): Add.
13645         (hashcash-insert-payment): Don't generate payments twice.
13646         (hashcash-insert-payment-async): Add.
13647         (hashcash-insert-payment-async-2): Add.
13648         (hashcash-cancel-async): Add.
13649         (hashcash-wait-async): Add.
13650         (hashcash-processes-running-p): Add.
13651         (hashcash-wait-or-cancel): Add.
13652         (mail-add-payment): New optional argument.  Conditionally start
13653         asynchronous calculation.
13654         (mail-add-payment-async): Add.
13655
13656         * message.el (message-send-mail): Wait for asynchronous hashcash
13657         results.  Don't clobber existing X-Hashcash headers.
13658         (message-setup-1): Call mail-add-payment-async when
13659         message-generate-hashcash is non-nil.
13660
13661 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13662
13663         * message.el (message-use-alternative-email-as-from): Examine the
13664         From header as well; use message-make-from in order to include a
13665         user's full name.
13666
13667 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13670         default; improve customization type.
13671         (gnus-emphasis-custom-with-format): New macro.
13672         (gnus-emphasis-custom-value-to-external): New function.
13673         (gnus-emphasis-custom-value-to-internal): New function.
13674
13675 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13676
13677         * dns.el (query-dns): Resolve reverse addresses.
13678
13679 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13680
13681         * gnus-group.el (gnus-group-get-new-news): Use it.
13682
13683         * gnus-start.el (gnus-check-reasonable-setup): New function.
13684
13685 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13688         "Args out of range" error.  Reported by Arnaud Giersch
13689         <arnaud.giersch@free.fr>.
13690
13691 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13692
13693         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13694
13695 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13696
13697         * spam.el (spam group): Add :version.
13698
13699         * pgg-def.el (pgg group): Add :version.
13700
13701 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-art.el (gnus-article-edit-article): Don't associate the
13704         article buffer with a draft file.  This is a temporary measure
13705         against the 2004-08-22 change to gnus-article-edit-mode.
13706
13707 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13710         (html2text-format-tags): Remove unused variable `attr'.
13711
13712 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13715
13716         * tls.el (tls-process-connection-type, tls-success)
13717         (tls-certtool-program): Add :version.
13718
13719         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13720         (starttls-extra-arguments, starttls-process-connection-type)
13721         (starttls-connect, starttls-failure, starttls-success): Add :version.
13722
13723         * spam-stat.el (spam-stat): Add :version.
13724
13725         * sieve.el (sieve): Add :version.
13726
13727         * sha1.el (sha1): Add :version.
13728         (sha1-use-external): Remove redundant version.
13729
13730         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13731         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13732         (nnmail-split-fancy-match-partial-words)
13733         (nnmail-split-lowercase-expanded): Add :version.
13734
13735         * nndiary.el (nndiary): Add :version.
13736
13737         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13738
13739         * mml-sec.el (mml-default-sign-method)
13740         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13741         Add :version.
13742
13743         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13744
13745         * mm-url.el (mm-url-use-external, mm-url-program)
13746         (mm-url-arguments): Add :version.
13747
13748         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13749         (mm-attachment-file-modes, mm-decrypt-option)
13750         (mm-w3m-safe-url-regexp): Add :version.
13751
13752         * message.el (message-cite-prefix-regexp)
13753         (message-sendmail-envelope-from, message-minibuffer-local-map)
13754         (message-user-fqdn, message-completion-alist): Add :version.
13755
13756         * gnus-win.el (gnus-configure-windows-hook)
13757         (gnus-use-frames-on-any-display): Add :version.
13758
13759         * gnus-art.el (gnus-article-address-banner-alist)
13760         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13761         (gnus-treat-from-picon, gnus-treat-mail-picon)
13762         (gnus-treat-x-pgp-sig): Add :version.
13763
13764         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13765         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13766         (gnus-summary-article-delete-hook)
13767         (gnus-summary-display-while-building): Add :version.
13768
13769         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13770         (gnus-get-top-new-news-hook): Add :version.
13771
13772         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13773         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13774
13775         * gnus-registry.el (gnus-registry): Add :version.
13776
13777         * gnus-spec.el (gnus-use-correct-string-widths)
13778         (gnus-make-format-preserve-properties): Add :version.
13779
13780         * gnus.el (gnus-group-charter-alist)
13781         (gnus-group-fetch-control-use-browse-url)
13782         (gnus-install-group-spam-parameters): Add :version.
13783
13784         * gnus-diary.el (gnus-diary): Add :version.
13785
13786         * gnus-delay.el (gnus-delay): Add :version.
13787
13788         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13789         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13790         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13791         Add :version.
13792
13793         * gnus-agent.el (gnus-agent-max-fetch-size)
13794         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13795         (gnus-agent-prompt-send-queue): Add :version.
13796
13797         * deuglify.el (gnus-outlook-deuglify): Add :version.
13798
13799         * html2text.el: Beautify code.  Improve doc strings.  Some
13800         checkdoc cleanup.
13801         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13802
13803 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13804
13805         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13806
13807 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13808
13809         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13810         when package is loaded.
13811
13812         * spam.el (spam-summary-score-preferred-header): Add global preference
13813         for people who want to override the default SpamAssassin over
13814         Bogofilter preference (when both are set).
13815         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13816         (spam-user-format-function-S): Check
13817         spam-summary-score-preferred-header.
13818         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13819         (spam-user-format-function-S): Format the score correctly.
13820
13821 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13824         signature file.  Suggested by Manoj Srivastava
13825         <srivasta@golden-gryphon.com>.
13826
13827         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13828         iso-2022-jp even in the Japanese language environment.
13829         Suggested by Jason Rumney <jasonr@gnu.org>.
13830
13831 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13834         use the same characters as the dummy marks; make it free from
13835         getting affected by the language environment.
13836         (gnus-summary-read-group-1): Update mark positions only when the
13837         format spec is updated.
13838
13839         * gnus-spec.el (gnus-update-format-specifications): Return a list
13840         of updated types.
13841
13842 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13845         of boundp to check if display-warning is available.
13846
13847 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13848
13849         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13850
13851 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * nnspool.el (nnspool-spool-directory): Use news-path if the
13854         news-directory variable is not bound.
13855
13856         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13857         function instead of display-warning if it is not available.
13858
13859 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13862         v5-10: Use `point-at-bol'.
13863
13864 2004-10-26  Simon Josefsson  <jas@extundo.com>
13865
13866         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13867         <chenggao@gmail.com>.
13868
13869 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13872         instead.
13873
13874 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13875
13876         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13877         to remove a server from the nnimap-server-buffer-alist.
13878         (nnimap-open-connection, nnimap-close-server): Use it.
13879
13880         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13881
13882 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13885         running the major-mode function.
13886
13887 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13890         dummy marks in the right way.
13891
13892 2004-10-18  David Edmondson  <dme@dme.org>
13893
13894         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13895         excessively.
13896
13897 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13898
13899         * gnus-util.el (gnus-split-references): Accept a nil references
13900         string and go on blissfully.
13901
13902         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13903         cases where the references string is non-nil but has no references.
13904
13905         * encrypt.el: Add autoload tags.
13906
13907         * spam.el (spam-resolve-registrations-routine): Remove article
13908         from unregistration list too.  Reported by David Hanak
13909         <dhanak@isis.vanderbilt.edu>
13910
13911 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13914         nil.  Changed custom type.
13915
13916 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13919
13920         * gnus-sum.el (gnus-summary-move-article): Use it.
13921
13922 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13923
13924         * encrypt.el: Add autoload cookies.
13925
13926         * spam.el (spam-backend-article-list-property)
13927         (spam-backend-get-article-todo-list)
13928         (spam-backend-put-article-todo-list)
13929         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13930         Resolve registrations separately.
13931         (spam-register-routine): Format comments.
13932         (spam-unregister-routine, spam-register-routine): Always call with
13933         specific-articles, no default list.
13934         (spam-summary-prepare-exit): Use the spam-classifications function.
13935
13936         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13937         gnus-encrypt.el.
13938
13939         * encrypt.el: Copied from gnus-encrypt.el.
13940
13941         * gnus-encrypt.el: Commented that it's obsolete.
13942
13943 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13946         (gnus-score-save): Use it.
13947
13948         * message.el (message-bury): Use `window-dedicated-p'.
13949
13950 2004-10-15  Simon Josefsson  <jas@extundo.com>
13951
13952         * pop3.el (top-level): Don't require nnheader.
13953         (pop3-read-timeout): Add.
13954         (pop3-accept-process-output): Add.
13955         (pop3-read-response, pop3-retr): Use it.
13956
13957 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13958
13959         * spam.el (spam-register-routine): Move comment.
13960         (spam-verify-bogofilter): Use 'unknown for the initial
13961         spam-bogofilter-valid state, not 'never.
13962
13963         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13964         for netrc-machine.
13965
13966         * nnimap.el (nnimap-open-connection): Use
13967         netrc-machine-user-or-password.
13968
13969 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13970
13971         * gnus-registry.el (gnus-registry-unload-hook):
13972         Set as a variable with add-hook.
13973
13974         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13975         of news-path.
13976
13977         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13978
13979         * spam.el: Delete duplicate `provide'.
13980         (spam-unload-hook): Set as a variable with add-hook.
13981
13982 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13985         in the doc string.
13986
13987         * message.el (message-ignored-news-headers)
13988         (message-ignored-supersedes-headers)
13989         (message-ignored-resent-headers)
13990         (message-forward-ignored-headers): Improve custom type.
13991
13992 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * message.el (message-tokenize-header): Fix 2004-09-06 change
13995         which used point-min in the wrong place.
13996
13997 2004-10-12  Simon Josefsson  <jas@extundo.com>
13998
13999         * tls.el (tls-certtool-program): New variable.
14000         (tls-certificate-information): New function, based on
14001         ssl-certificate-information.
14002
14003 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * compface.el: Move the version of ELisp-based uncompface program
14006         to the contrib directory because of the copyright problem.
14007
14008 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * message.el (message-kill-buffer): Raise the current frame.
14011
14012 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14013
14014         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14015
14016         * gnus.el (message-y-or-n-p): Autoload.
14017
14018         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14019         (pop3-password-required, pop3-authentication-scheme)
14020         (pop3-leave-mail-on-server): Made customizable.
14021         (pop3): New custom group.
14022         (pop3-retr): Remove `sleep-for' statements.
14023         Suggested by Dave Love <fx@gnu.org>.
14024
14025         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14026         Windows/DOS.
14027
14028         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14029         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14030         Dave Love <fx@gnu.org>.
14031
14032         * mml.el (mml-minibuffer-read-disposition): Require match.
14033         Suggested by Dave Love <fx@gnu.org>.
14034
14035 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14038         doc string.
14039
14040 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14043
14044 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14045
14046         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14047         instead of calling `mm-insert-inline', to decode text/* parts
14048         before displaying them.
14049
14050 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * mm-uu.el (mm-uu-text-plain-type): New variable.
14053         (mm-uu-pgp-signed-extract-1): Use it.
14054         (mm-uu-pgp-encrypted-extract-1): Use it.
14055         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14056         bind mm-uu-text-plain-type with that value.
14057         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14058         mm-uu-dissect.
14059
14060 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-group.el (gnus-update-group-mark-positions):
14063         * gnus-sum.el (gnus-update-summary-mark-positions):
14064         * message.el (message-check-news-body-syntax):
14065         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14066         of string-as-multibyte.
14067
14068 2004-10-05  Juri Linkov  <juri@jurta.org>
14069
14070         * gnus-group.el (gnus-update-group-mark-positions):
14071         * gnus-sum.el (gnus-update-summary-mark-positions):
14072         * message.el (message-check-news-body-syntax):
14073         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14074         8-bit unibyte values to a multibyte string for search functions.
14075
14076 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14079         (mm-uu-dissect-text-parts): New function.
14080
14081         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14082         dissect text parts.
14083
14084         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14085         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14086
14087         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14088
14089         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14090         gnus-current-topics instead of gnus-current-topic.
14091
14092 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14093
14094         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14095
14096 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14097
14098         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14099         where approriate.
14100
14101         * nnml.el (nnml-generate-active-info): do.
14102
14103         * nndiary.el (nndiary-generate-active-info): do.
14104
14105         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14106         (gnus-topic-move): do.
14107
14108         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14109         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14110
14111         * gnus-srvr.el (gnus-server-prepare)
14112         (gnus-server-open-all-servers): do.
14113
14114         * gnus-msg.el (gnus-summary-cancel-article)
14115         (gnus-summary-resend-message)
14116         (gnus-summary-mail-crosspost-complaint): do.
14117
14118         * gnus-move.el (gnus-change-server): do.
14119
14120         * gnus-group.el (gnus-group-unmark-all-groups)
14121         (gnus-group-set-current-level): do.
14122
14123 2004-10-04  Simon Josefsson  <jas@extundo.com>
14124
14125         * message.el (message-generate-hashcash): Doc fix.
14126
14127 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14128
14129         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14130         avoid infinite recursion via gnus-get-function.
14131
14132 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14133
14134         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14135
14136         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14137
14138         * nnmail.el (nnmail-split-history): do.
14139
14140         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14141         (nnml-request-delete-group): do.
14142
14143         * nnslashdot.el (nnslashdot-read-groups): do.
14144
14145         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14146         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14147
14148         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14149         (nnspool-sift-nov-with-sed): Use last.
14150         (nnspool-retrieve-headers-with-nov): Use mapc.
14151         (nnspool-request-newgroups): Use dolist.
14152         (nnspool-request-group): Use last.
14153
14154         * nntp.el (nntp-read-server-type): Use dolist.
14155
14156         * nnvirtual.el (nnvirtual-create-mapping)
14157         (nnvirtual-update-read-and-marked): Use dolist.
14158         (nnvirtual-convert-headers): Simplify.
14159
14160 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14161
14162         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14163         support for sync'ing tick marks.
14164
14165 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14168         there's no visible header.
14169
14170 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14171
14172         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14173         necessary, pass full group name to gnus-request-set-marks.
14174
14175 2004-10-01  Simon Josefsson  <jas@extundo.com>
14176
14177         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14178         acroread.
14179
14180 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14181
14182         * spam-report.el (spam-report-gmane): Fix interactive.
14183
14184         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14185
14186         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14187         when writing file.
14188         (gnus-agent-synchronize-flags): Don't default to being
14189         interactive.
14190
14191 2004-09-30  Simon Josefsson  <jas@extundo.com>
14192
14193         * message.el (message-generate-hashcash): Add.
14194         (message-send-mail): Use it, call mail-add-payment.
14195
14196 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14197
14198         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14199
14200 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14201
14202         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14203         gnus-requst-update-info with explicit code to sync the in-memory
14204         info read flags with the marks being sync'd to the backend.
14205
14206         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14207
14208 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14209
14210         * spam.el (spam-verify-bogofilter): Add new function.
14211         (spam-check-bogofilter)
14212         (spam-bogofilter-register-with-bogofilter): Use it.
14213         (spam-verify-bogofilter): Add small fixes.
14214
14215 2004-09-28  Simon Josefsson  <jas@extundo.com>
14216
14217         * hashcash.el (hashcash-generate-payment): Revert.
14218
14219 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14220
14221         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14222         gnus-extract-references instead of gnus-split-references.
14223
14224         * gnus-util.el (gnus-extract-references): Add new function, analogous
14225         to gnus-split-references but extracts only the message-ID without
14226         anything extra.
14227
14228         * hashcash.el (hashcash-generate-payment)
14229         (hashcash-check-payment): Do the right thing if hashcash-path is
14230         nil (because the hashcash program could not be found).
14231
14232         * spam.el (spam-use-hashcash): Remove comment.
14233
14234 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14235
14236         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14237         (gnus-cache-enter-article, gnus-cache-remove-article)
14238         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14239
14240         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14241
14242         * gnus-art.el (article-hide-boring-headers)
14243         (article-translate-strings, article-display-face)
14244         (gnus-article-mime-match-handle-first)
14245         (gnus-article-highlight-headers)
14246         (gnus-article-add-buttons-to-head): do.
14247
14248 2004-09-27  Simon Josefsson  <jas@extundo.com>
14249
14250         * hashcash.el: New version, from
14251         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14252         ../contrib/.
14253
14254 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14257
14258 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14259
14260         * gnus-dup.el (gnus-dup-open): Use mapc.
14261         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14262
14263         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14264         Reported by Stefan Wiens <s.wi@gmx.net>.
14265
14266         * gnus.el (gnus-shutdown): Use dolist.
14267
14268         * gnus-undo.el (gnus-undo): Use mapc.
14269
14270         * nnrss.el (nnrss-generate-active): do.
14271
14272         * message.el (message-cite-original-without-signature)
14273         (message-cite-original): Use mapc.
14274         (message-do-actions, message-make-forward-subject): Use dolist.
14275
14276 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14277
14278         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14279         deletion to remove entire duplicate line.  Fixes merged article
14280         number bug.
14281
14282 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14283
14284         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14285         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14286         first ask if you want to open a server and then, even when you
14287         responded with no, asking if you want to synchronize the server's
14288         flags.
14289         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14290         multi-line expressions.
14291         (gnus-agent-synchronize-group-flags): New internal function.
14292         Updates marks in memory (in the info structure) AND in the
14293         backend.
14294
14295         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14296
14297         * nnagent.el (nnagent-request-set-mark): Use
14298         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14299         method, to ensure that synchronization updates marks in the
14300         backend and in the info (in memory) structure.
14301
14302 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14305         convention fully; don't miss the root article of a thread; make
14306         the X-Draft-From header with correct article numbers.
14307
14308 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14309
14310         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14311         unless plugged.  Disable the agent so that an open failure causes
14312         an error.
14313
14314         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14315         Reverted 2004-09-21 change.  The backend must be opened while
14316         synchronizing flags even when the backend stores the flags
14317         locally.
14318
14319 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14322         in `header' match.  Reported by Svend Tollak Munkejord.
14323
14324         * message.el (message-cite-original): Fix use of
14325         `message-cite-articles-with-x-no-archive'.
14326
14327 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14330         (gnus-window-to-buffer): Ditto.
14331
14332         * mml.el (mml-preview-buffer): New variable.
14333         (mml-preview): Manage window layout with gnus-buffer-configuration.
14334
14335         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14336         X-Draft-From header even if those articles aren't quoted.
14337
14338 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14339
14340         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14341         (gnus-request-set-mark, gnus-request-update-mark): Use new
14342         g-s-t-u-l-m to decide to use backend even when unplugged.
14343
14344 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14347         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14348
14349 2004-09-20  Simon Josefsson  <jas@extundo.com>
14350
14351         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14352         "utf-16-le".
14353
14354 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14355
14356         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14357
14358 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * uudecode.el (uudecode-use-external): Add :version.
14361
14362         * smime.el (smime-CA-file, smime-encrypt-cipher)
14363         (smime-dns-server): Add :version.
14364
14365         * smiley.el (gnus-smiley-file-types): Add :version.
14366
14367         * sha1.el (sha1-use-external): Add :version.
14368
14369         * pgg-def.el (pgg-query-keyserver): Add :version.
14370
14371         * nnmail.el (nnmail-fancy-expiry-targets)
14372         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14373         Add :version.
14374
14375         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14376         (nnimap-retrieve-groups-asynchronous): Add :version.
14377         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14378
14379         * mml.el (mml-content-disposition-parameters)
14380         (mml-insert-mime-headers-always): Add :version.
14381
14382         * mm-util.el (mm-coding-system-priorities): Add :version.
14383
14384         * mm-decode.el (mm-inline-text-html-with-images)
14385         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14386         (mm-verify-option): Add :version.
14387         (mm-text-html-renderer): Change :version.
14388
14389         * message.el (message-fcc-externalize-attachments)
14390         (message-required-headers, message-draft-headers)
14391         (message-subject-trailing-was-query)
14392         (message-subject-trailing-was-ask-regexp)
14393         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14394         (message-mark-insert-end, message-archive-header)
14395         (message-archive-note, message-cross-post-default)
14396         (message-cross-post-note, message-followup-to-note)
14397         (message-cross-post-note-function, message-use-mail-followup-to)
14398         (message-subscribed-address-functions)
14399         (message-subscribed-address-file, message-subscribed-addresses)
14400         (message-subscribed-regexps, message-allow-no-recipients)
14401         (message-yank-cited-prefix, message-signature-insert-empty-line)
14402         (message-hidden-headers, message-hierarchical-addresses)
14403         (message-mail-user-agent, message-use-idna)
14404         (message-valid-fqdn-regexp)
14405         (message-strip-special-text-properties, message-header-synonyms)
14406         (message-beginning-of-line, message-tab-body-function): Add :version.
14407         (message-insert-canlock, message-wide-reply-confirm-recipients):
14408         Change :version.
14409
14410         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14411         and :version.
14412         (mail-source-delete-old-incoming-confirm)
14413         (mail-source-movemail-program): Add :version.
14414
14415         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14416         (gnus-agent-cache, gnus-agent): Change :version.
14417
14418         * gnus-util.el (gnus-use-byte-compile): Change :version.
14419
14420         * gnus-sum.el (gnus-summary-make-false-root-always)
14421         (gnus-summary-default-high-score)
14422         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14423         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14424         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14425         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14426         (gnus-sum-thread-tree-single-indent)
14427         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14428         (gnus-sum-thread-tree-leaf-with-other)
14429         (gnus-sum-thread-tree-single-leaf): Add :version.
14430         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14431         (gnus-article-loose-mime): Change :version.
14432
14433         * gnus-start.el (gnus-backup-startup-file)
14434         (gnus-save-startup-file-via-temp-buffer): Add :version.
14435
14436         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14437         (gnus-server-offline-face): Add :version.
14438
14439         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14440
14441         * gnus-msg.el (gnus-gcc-externalize-attachments)
14442         (gnus-debug-files, gnus-debug-exclude-variables)
14443         (gnus-discouraged-post-methods): Change :version.
14444         (gnus-confirm-mail-reply-to-news)
14445         (gnus-confirm-treat-mail-like-news): Add :version.
14446
14447         * gnus-int.el (gnus-server-unopen-status): Add :version.
14448
14449         * gnus-group.el (gnus-group-jump-to-group-prompt)
14450         (gnus-large-ephemeral-newsgroup)
14451         (gnus-fetch-old-ephemeral-headers): Add :version.
14452
14453         * gnus-fun.el (gnus-x-face-directory)
14454         (gnus-convert-pbm-to-x-face-command)
14455         (gnus-convert-image-to-x-face-command)
14456         (gnus-convert-image-to-face-command): Add :version.
14457
14458         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14459
14460         * gnus-cite.el (gnus-cite-blank-line-after-header)
14461         (gnus-article-boring-faces): Add :version.
14462
14463         * gnus-art.el (gnus-buttonized-mime-types)
14464         (gnus-inhibit-mime-unbuttonizing)
14465         (gnus-treat-display-face)
14466         (gnus-treat-body-boundary): Change :version.
14467         (gnus-body-boundary-delimiter, gnus-picon-databases)
14468         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14469         (gnus-treat-date-english, gnus-treat-fold-headers)
14470         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14471         (gnus-treat-mail-picon, gnus-treat-wash-html)
14472         (gnus-article-encrypt-protocol)
14473         (gnus-use-idna, gnus-article-over-scroll)
14474         (gnus-mime-display-multipart-alternative-as-mixed)
14475         (gnus-mime-display-multipart-related-as-mixed)
14476         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14477         (gnus-ctan-url, gnus-button-ctan-handler)
14478         (gnus-button-handle-ctan-bogus-regexp)
14479         (gnus-button-ctan-directory-regexp)
14480         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14481         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14482         (gnus-button-man-level, gnus-button-emacs-level)
14483         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14484
14485         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14486         (gnus-agent-go-online): Change :version.
14487         (gnus-agent-expire-unagentized-dirs)
14488         (gnus-agent-auto-agentize-methods): Add :version.
14489
14490         * flow-fill.el (fill-flowed-display-column)
14491         (fill-flowed-encode-column): Add :version.
14492
14493         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14494         (gnus-outlook-deuglify-unwrap-max)
14495         (gnus-outlook-deuglify-cite-marks)
14496         (gnus-outlook-deuglify-unwrap-stop-chars)
14497         (gnus-outlook-deuglify-no-wrap-chars)
14498         (gnus-outlook-deuglify-attrib-cut-regexp)
14499         (gnus-outlook-deuglify-attrib-verb-regexp)
14500         (gnus-outlook-deuglify-attrib-end-regexp)
14501         (gnus-outlook-display-hook): Add :version.
14502
14503         * binhex.el (binhex-use-external): Add :version.
14504
14505 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14508         and `invisible'.
14509
14510 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14511
14512         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14513         in gnus-registry-trim.
14514
14515 2004-09-13  Simon Josefsson  <jas@extundo.com>
14516
14517         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14518
14519         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14520
14521         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14522         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14523         <yamaoka@jpl.org>.
14524         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14525         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14526         <yamaoka@jpl.org>.
14527
14528         * sieve.el (sieve-manage-mode): Ditto.
14529
14530 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14533
14534 2004-09-11  Simon Josefsson  <jas@extundo.com>
14535
14536         * dns-mode.el: Add.
14537
14538         * mm-view.el (mm-display-dns-inline): Add.
14539
14540         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14541         (mm-automatic-display): Ditto.
14542
14543         * mailcap.el (mailcap-mime-data): Add text/dns.
14544         (mailcap-mime-extensions): Map .soa to text/dns.
14545
14546 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14547
14548         * gnus-art.el (article-decode-mime-words, article-babel)
14549         (gnus-article-highlight-signature, gnus-article-add-buttons)
14550         (gnus-signature-toggle): Remove unnecessary bindings of
14551         `inhibit-read-only' inherited from v5.10 merge.
14552
14553 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14554
14555         * nntp.el (nntp): New customization group.
14556         (nntp-authinfo-file): Add customization group.
14557
14558         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14559
14560         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14561
14562         * gnus.el (to-address, to-list, subscribed)
14563         (large-newsgroup-initial): Ditto.
14564
14565         * flow-fill.el (fill-flowed-display-column)
14566         (fill-flowed-encode-column): Ditto.
14567
14568 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14569
14570         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14571         Use point-min rather than 1.
14572         (message-send-mail): Use buffer-size rather than point-max.
14573
14574         * gnus-sum.el (gnus-summary-search-article-forward):
14575         Signal a specific `search-failed' rather than a generic `error'.
14576
14577         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14578         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14579         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14580
14581 2004-09-10  Simon Josefsson  <jas@extundo.com>
14582
14583         * nndb.el (require): Remove tcp and duplicate cl.
14584
14585 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * gnus-agent.el (directory-files-and-attributes): Move forward.
14588
14589 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14590
14591         * gnus-agent.el (directory-files-and-attributes): Optionally
14592         defined to support XEmacs.
14593
14594 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14595
14596         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14597         to avoid run-time CL dependencies.
14598         (gnus-agent-unfetch-articles): New function.
14599         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14600         article numbers even when local .overview file is missing.
14601         (gnus-agent-read-article-number): New function.  Only accepts
14602         27-bit article numbers.
14603         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14604         gnus-agent-read-article-number.
14605         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14606         from backend while recognizing that article numbers in .overview
14607         must be valid.
14608         (gnus-agent-update-files-total-fetched-for): Use
14609         directory-files-and-attributes to improve performance.
14610         * gnus-int.el (gnus-request-move-article): Use
14611         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14612         improve performance.
14613
14614         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14615         some users confused by references to .newsrc when they only have a
14616         .newsrc.eld file.
14617         (gnus-convert-mark-converter-prompt)
14618         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14619         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14620         New function.  Used internally to only display 'gnus converting
14621         files' message when actually necessary.
14622
14623         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14624         methods now autoloaded.
14625
14626 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14629         identifiers.
14630
14631 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * gnus-picon.el: Fix indentation and closing parenthesis.
14634
14635 2004-09-01  Simon Josefsson  <jas@extundo.com>
14636
14637         * message.el (message-canlock-generate): Require sha1, not
14638         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14639         to require within a function.  Sadly, if sha1.el isn't loaded, the
14640         let binding in m-c-g will hide the defcustom definition, which is
14641         bad.)
14642
14643         * canlock.el: Require sha1, not sha1-el.
14644
14645         * message.el: Don't autoload sha1 (there is a autoload cookie in
14646         sha1.el).
14647
14648         * sha1-el.el: Renamed to sha1.el.
14649
14650 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14651
14652         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14653
14654 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14655
14656         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14657
14658 2004-08-30  Kim F. Storm  <storm@cua.dk>
14659
14660         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14661
14662         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14663         Add :group 'nnimap.
14664
14665 2004-08-30  Andreas Schwab  <schwab@suse.de>
14666
14667         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14668         ?* and ?\;.
14669
14670         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14671         and ?\' to symbol instead of whitespace.
14672
14673 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14676
14677         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14678         instead of re-search-forward.
14679
14680         * gnus-uu.el (gnus-uu-save-article): Ditto.
14681         (gnus-uu-post-encode-uuencode): Ditto.
14682
14683         * html2text.el (html2text-clean-list-items): Ditto.
14684         (html2text-clean-dtdd): Ditto.
14685         (html2text-format-tags): Ditto.
14686
14687         * message.el (message-send-mail-with-sendmail): Fix regexp.
14688         (message-fill-field-general): Use search-forward instead of
14689         re-search-forward.
14690         (unbold-region): Ditto.
14691
14692         * nnrss.el (nnrss-request-article): Ditto.
14693
14694         * nnslashdot.el (nnslashdot-request-article): Ditto.
14695
14696         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14697
14698         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14699         "Unrecognized menu descriptor" error in XEmacs.
14700
14701 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14702
14703         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14704         parent article of a sparse article in the thread hashtb.
14705
14706 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14707
14708         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14709         (nnmail-expand-newtext): Lowercase expanded entries if
14710         nnmail-split-lowercase-expanded is non-nil.
14711
14712 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14715
14716         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14717         of gnus-tmp-news-method into string under XEmacs.  It will be
14718         passed to gnus-correct-length which takes only a string argument.
14719
14720 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-util.el (gnus-bind-print-variables): New macro.
14723         (gnus-prin1): Use it.
14724         (gnus-prin1-to-string): Use it.
14725         (gnus-pp): New function.
14726         (gnus-pp-to-string): New function.
14727
14728         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14729         Replace pp-to-string with gnus-pp-to-string.
14730         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14731         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14732         * gnus-msg.el (gnus-debug): Ditto.
14733         * gnus-score.el (gnus-score-save): Ditto.
14734         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14735         gnus-pp-to-string.
14736         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14737         with gnus-pp.
14738         * score-mode.el (gnus-score-pretty-print): Ditto.
14739         * webmail.el (webmail-debug): Ditto.
14740
14741 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-art.el (article-display-face, article-display-x-face):
14744         Use buffer-read-only.
14745
14746 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-art.el (article-hide-list-identifiers):
14749         Bind inhibit-read-only as t.
14750
14751 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14752
14753         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14754
14755 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14756
14757         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14758         (gnus-narrow-to-page): Don't assume point-min == 1.
14759         (gnus-article-edit-mode): Derive from message-mode.
14760
14761         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14762         point-min == 1.
14763
14764         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14765         Disable incorrect use of `assert'.
14766
14767         * message.el (message-mode): Set comment-start-skip.
14768
14769
14770 2004-08-22  Sam Steingold  <sds@gnu.org>
14771
14772         * pop3.el (pop3-leave-mail-on-server): New user variable.
14773         (pop3-movemail): Delete mail only when it is nil.
14774
14775 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14778
14779         * mml.el (mml-preview): Use `pop-to-buffer'.
14780
14781         * message.el (message-goto-mail-followup-to): Insert after "To".
14782         (message-carefully-insert-headers): Add comment.
14783
14784         * gnus.el: Remove unused variable `gnus-article-check-size'.
14785
14786         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14787
14788         * gnus-art.el (gnus-button-alist): Improve
14789         `gnus-button-handle-library' entry.
14790
14791 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14792
14793         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14794         downcase, since XEmacs capitalizes error messages differently.
14795
14796 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14797
14798         * nntp.el: Add (require 'gnus) due to reference to
14799         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14800
14801 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14802
14803         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14804         `mm-fill-flowed'.
14805
14806         * mm-decode.el (mm-dissect-singlepart): Check it.
14807
14808 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14809
14810         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14811         'imap' for netrc parsing.
14812
14813 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * mailcap.el (mailcap-mime-data): Mark as risky.
14816
14817 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14820         may be included in the encoded word.
14821         (rfc2047-encode): Don't append a space if the encoded word
14822         includes close parenthesis.
14823
14824 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14827         of text within parentheses.
14828
14829 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14830
14831         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14832         (gnus-encrypt-write-file-contents): Make the password key the file
14833         name PLUS the cipher, not just the cipher.  Also remove failed
14834         passwords from the cache.
14835
14836 2004-08-06  Simon Josefsson  <jas@extundo.com>
14837
14838         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14839         fix.
14840
14841 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14844         LWSP.
14845
14846 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14847
14848         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14849         to append in-reply-to: data to the references: header.
14850
14851         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14852         (netrc-parse): Use gnus-encrypt.el functions.
14853
14854         * gnus-encrypt.el: Add new file for encryption support; currently
14855         does only a few GPG ciphers and an internal XOR cipher.
14856
14857         * password.el: Add comments on using password-read-and-add.
14858         (password-read-and-add): Add function to read and add the
14859         password to the cache at once.
14860
14861 2004-07-28  Simon Josefsson  <jas@extundo.com>
14862
14863         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14864         parameter (but don't use it, for now).
14865
14866         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14867         instead of hard coding to nil.
14868
14869 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14872         as mm-inline-image-xemacs does.
14873
14874 2004-07-26  Simon Josefsson  <jas@extundo.com>
14875
14876         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14877         Revert part of 2004-07-17 change below.
14878
14879 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14882         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14883
14884 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14885
14886         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14887         quotes that actually start with ">" at the beginning of the
14888         lines.
14889
14890 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * rfc2047.el (rfc2047-encode-region): Fix last change.
14893         (rfc2047-encode-parameter): Remove useless concat.
14894
14895 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14898         encode special characters; fix some kind of misconfigured headers;
14899         signal a real error if debug-on-quit or debug-on-error is non-nil.
14900         (rfc2047-encode-max-chars): New variable.
14901         (rfc2047-encode-1): Use it.
14902         (rfc2047-encode-parameter): New function.
14903
14904         * mml.el (mml-insert-parameter): Remove an excessive space.
14905
14906 2004-07-17  Simon Josefsson  <jas@extundo.com>
14907
14908         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14909         Kai Grossjohann <kai@emptydomain.de>.
14910         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14911         (gnus-group-make-menu-bar): Ditto.
14912
14913         * gnus-util.el (gnus-group-server): Add.
14914
14915 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14916
14917         * message.el (message-clone-locals): Clone sendmail and smtp
14918         variables.
14919
14920 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * rfc2047.el (rfc2047-encode-region): Fix last change.
14923
14924 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14927         characters as non-special.
14928
14929 2004-07-09  Simon Josefsson  <jas@extundo.com>
14930
14931         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14932         Users will lose all flag changes made while unplugged with
14933         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14934         good default.  See numerous reports on ding mailing list.
14935
14936 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14939         add generate-head-function and generate-article-function to the
14940         rfc822-forward entry.
14941         (nndoc-rfc822-forward-generate-article): New function.
14942         (nndoc-rfc822-forward-generate-head): New function.
14943
14944         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14945
14946 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14947
14948         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14949         respect display group parameter and gnus-summary-expunge-below.
14950         (gnus-articles-to-read): Remove unused reference to display group
14951         parameter.
14952
14953 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14954
14955         * nnheader.el (nnheader-uniquify-message-id): New experimental
14956         variable.
14957         (nnheader-nov-read-message-id): Use it.
14958
14959         * spam-report.el (spam-report-gmane): Add interactive.
14960
14961 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14964         qp-or-base64 for the application/* types.
14965
14966 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14967
14968         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14969
14970 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14971
14972         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14973         trim value.
14974
14975 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14976
14977         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14978         New macro and function.
14979         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14980
14981 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14984         after-load-alist.
14985
14986 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14987
14988         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14989         update info that isn't there.
14990
14991 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14992
14993         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14994         entry.
14995
14996 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * mm-view.el (mm-inline-render-with-function): Use multibyte
14999         buffer; decode html source by charset.
15000
15001         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15002
15003         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15004         Mule-UCS is loaded under XEmacs.
15005         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15006
15007 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15008
15009         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15010
15011 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * mm-util.el (mm-coding-system-p): Return a coding-system.
15014         (mm-mime-mule-charset-alist): Use shift_jis instead of
15015         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15016         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15017         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15018         instead of japanese-shift-jis and iso-latin-1 respectively in
15019         order to share the default value with both Emacs and XEmacs-mule.
15020         (mm-mule-charset-to-mime-charset): Make
15021         mm-coding-system-priorities effective.
15022         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15023         while predicating of candidates upon the priorities.
15024
15025 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15026
15027         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15028         gnus-uu-invert-processable.
15029
15030         * gnus.el: Autoload gnus-uu-invert-processable.
15031
15032 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * mm-util.el (mm-with-multibyte-buffer): New macro.
15035
15036         * rfc2047.el (rfc2047-encode-string): Use it.
15037         (rfc2047-encode-region): Move point to the end of the region after
15038         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15039
15040 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15043         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15044
15045 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15048         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15049         Karl Chen <quarl@nospam.quarl.org>.
15050
15051 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15052
15053         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15054         invalid addresses.
15055
15056 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * spam.el: Change section markers, revise TODO list.
15059         (spam-backends): Make new master list of all installed backends.
15060         (spam-summary-exit-behavior): Add new variable to determine how
15061         messages moves are done at summary exit.
15062         (spam-move-spam-nonspam-groups-only)
15063         (spam-process-ham-in-nonham-groups)
15064         (spam-process-ham-in-spam-groups): Remove variables, the
15065         spam-summary-exit-behavior variable should be used to manage this
15066         behavior.
15067         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15068         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15069         and spam-old-spam-articles.
15070         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15071         Add empty variables, placeholders for the backends they represent.
15072         (spam-set-difference): Move, unchanged.
15073         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15074         unless the user has a processor variable.
15075         (spam-classifications, spam-classification-valid-p)
15076         (spam-backend-properties, spam-backend-property-valid-p)
15077         (spam-backend-function-type-valid-p)
15078         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15079         (spam-report-articles-gmane, spam-report-articles-resend):
15080         Remove functions, they are not needed.
15081         (spam-install-backend-super, spam-backend-list)
15082         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15083         (spam-backend-function, spam-backend-ham-registration-function)
15084         (spam-backend-spam-registration-function)
15085         (spam-backend-ham-unregistration-function)
15086         (spam-backend-spam-unregistration-function)
15087         (spam-backend-statistical-p, spam-backend-mover-p)
15088         (spam-install-backend-alias, spam-install-checkonly-backend)
15089         (spam-install-mover-backend, spam-install-nocheck-backend)
15090         (spam-install-backend, spam-install-statistical-backend)
15091         (spam-install-statistical-checkonly-backend): Add backend installation
15092         support.
15093         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15094         (spam-group-processor-p): Use the new backend code and respect the
15095         summary exit behavior.
15096         (spam-mark-spam-as-expired-and-move-routine): Remove.
15097         (spam-summary-prepare): Change to use the new spam-old-articles
15098         variable.
15099         (spam-copy-or-move-routine, spam-copy-spam-routine)
15100         (spam-move-spam-routine, spam-copy-ham-routine)
15101         (spam-move-ham-routine): Add code to copy/move ham or spam.
15102         (spam-fetch-field-fast): Improve doc and code, plus allow the
15103         'number request.
15104         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15105         variables.
15106         (spam-split, spam-find-spam): Use the new backend code.
15107         (spam-registration-functions): Remove variable.
15108         (spam-unregister-routine): Add convenience wrapper.
15109         (spam-log-undo-registration, spam-register-routine)
15110         (spam-log-processing-to-registry)
15111         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15112         where possible.
15113         (spam-check-gmane-xref, spam-check-regex-headers)
15114         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15115         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15116         (spam-check-bogofilter-headers, spam-check-spamoracle)
15117         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15118         (spam-check-crm114-headers): Use the spam-split-group that
15119         spam-split prepares, no need to determine it every time.
15120
15121         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15122         to the nnheader-parse-naked-head call.
15123
15124         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15125
15126         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15127         the nnheader-nov-read-message-id call.
15128
15129 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15132         gnus-activate-group twice.  Suggested by Markus Peter
15133         <warp@spin.de>.
15134
15135 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * gnus-art.el (gnus-article-time-format): Exchange the order of
15138         day and month in the default value; fix customization type.
15139         (article-date-ut): Use add-text-properties.
15140         (article-make-date-line): Use message-make-date instead of
15141         current-time-string.
15142
15143         * message.el (message-fetch-field): Don't use set-text-properties.
15144         (message-make-date): Simplify.
15145
15146         * messagexmas.el (message-xmas-make-date): New function.
15147         (message-xmas-redefine): Defalias message-make-date to it.
15148
15149 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15152         (rfc2047-encode-region): Treat text within parentheses as special;
15153         show the original text when error has occurred.
15154
15155         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15156         already-computed method to gnus-activate-group.
15157
15158         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15159         same select-methods identical Lisp objects.
15160
15161         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15162         object when modifying the info.
15163
15164 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15167         gnus-opened-servers since it has never been opened with the new
15168         configuration yet.
15169
15170 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15173         arg to nnheader-generate-fake-message-id.
15174
15175 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15176
15177         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15178         number and build a fake message ID localized to a group and
15179         article number (so it's repeatable from that point on).
15180         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15181         ID format.
15182
15183         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15184         nnheader-generate-fake-message-id with the article number.
15185
15186 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15187
15188         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15189         end-of-buffer.
15190
15191 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15192
15193         * message.el (message-ignored-supersedes-headers): Add Approved.
15194
15195 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15198         goto-char.
15199         (rfc2047-encode): Fold the line before encoding.
15200
15201 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15202
15203         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15204         folding -- not all headers can be folded, and this should be done
15205         by the message composition mode.  Probably.  I think.
15206
15207 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15210         fast.
15211
15212         * gnus-ems.el (gnus-remove-image): Don't use
15213         message-text-with-property; remove only the image found first.
15214
15215         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15216         found first.
15217
15218 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15219
15220         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15221
15222 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * message.el (message-text-with-property): Make it fast and accept
15225         optional arguments.
15226         (message-strip-forbidden-properties): Use it.
15227         (message-fix-before-sending): Follow the m-t-w-p change.
15228
15229         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15230
15231 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-art.el (article-hide-headers): Don't change the buffer
15234         mistakenly when performing mml-preview even if
15235         gnus-single-article-buffer is nil.
15236
15237 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15238
15239         * message.el (message-expand-name-databases): New user option.
15240         (message-expand-name): Use it.
15241
15242 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * spam.el (spam-report-articles-resend)
15245         (spam-report-resend-register-routine): Allow ham reporting.
15246         (spam-report-resend-register-ham-routine): Add wrapper.
15247         (spam-registration-functions): Add ham resending functions.
15248         (spam-list-of-processors): Add ham resend processor.
15249
15250         * gnus.el (ham-resend-to): Add new group parameter.
15251         (spam-process): Add ham resend option.
15252
15253         * spam-report.el (spam-report-resend): Allow reporting ham.
15254         (spam-report-resend-ham): Add wrapper.
15255
15256 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15257
15258         * message.el (message-cite-articles-with-x-no-archive): New
15259         variable.
15260         (message-cite-original): Use it.
15261
15262 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15263
15264         * message.el (message-cite-original): Respect X-No-Archive.
15265
15266 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * gnus-art.el (article-hide-headers): Refer to the values for
15269         gnus-ignored-headers and gnus-visible-headers in the summary
15270         buffer since a user may have set them as group parameters.
15271
15272 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15273
15274         * assistant.el (assistant-node-name): Add convenience function.
15275         (assistant-render-text, assistant-render-node): Add error handling,
15276         plus handle multiple next nodes.
15277         (assistant-find-next-node): Comment out for now.
15278         (assistant-find-next-nodes): Add function, returns list of next
15279         nodes.
15280
15281 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * mail-source.el (mail-source-directory): Fix doc-string.
15284
15285 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * assistant.el (assistant-render-text, assistant-eval): Add :set
15288         widget type, which is different because it takes and returns a
15289         list.  Much hilarity ensues.
15290
15291 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15294
15295         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15296         doc-string.
15297
15298         * gnus-start.el (gnus-activate-group): Added doc-string.
15299
15300 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15303
15304 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15305
15306         * assistant.el (assistant-render-text): Try to add a :set
15307         widget, more to come.
15308
15309         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15310         strings.
15311         (spam-report-articles-resend)
15312         (spam-register-routine): Do registration iff any articles warrant
15313         it.
15314         (spam-summary-prepare-exit): Change log message for nil group
15315         destinations.
15316
15317 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15318
15319         * spam.el (spam-report-resend-register-routine): Allow
15320         spam-report-resend-to to be a group parameter or a global value.
15321
15322 2004-05-26  Simon Josefsson  <jas@extundo.com>
15323
15324         * starttls.el: Merge with my GNUTLS based starttls.el.
15325         (starttls-gnutls-program, starttls-use-gnutls)
15326         (starttls-extra-arguments, starttls-process-connection-type)
15327         (starttls-connect, starttls-failure, starttls-success): New
15328         variables.
15329         (starttls-program, starttls-extra-args): Doc fix.
15330         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15331         functions.
15332         (starttls-negotiate, starttls-open-stream): Check
15333         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15334         function if it is set.
15335
15336 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15339         structured fields.
15340
15341 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15344
15345 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15346
15347         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15348         variable.
15349         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15350         assigning the spam-mark to new messages.
15351
15352 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15353
15354         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15355
15356 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15359
15360         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15361         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15362         default.
15363
15364 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15365
15366         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15367         correct data.
15368
15369 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15370
15371         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15372         (spam-group-processor-p): Fix function.
15373         (spam-group-processor-multiple-p)
15374         (spam-group-spam-processor-report-gmane-p)
15375         (spam-group-spam-processor-report-resend-p)
15376         (spam-group-spam-processor-bogofilter-p)
15377         (spam-group-spam-processor-blacklist-p)
15378         (spam-group-spam-processor-ifile-p)
15379         (spam-group-ham-processor-ifile-p)
15380         (spam-group-spam-processor-spamoracle-p)
15381         (spam-group-spam-processor-crm114-p)
15382         (spam-group-ham-processor-bogofilter-p)
15383         (spam-group-spam-processor-stat-p)
15384         (spam-group-ham-processor-stat-p)
15385         (spam-group-ham-processor-whitelist-p)
15386         (spam-group-ham-processor-BBDB-p)
15387         (spam-group-ham-processor-spamoracle-p)
15388         (spam-group-ham-processor-copy-p): Remove functions with some
15389         prejudice against unneeded code.
15390         (spam-report-articles-resend)
15391         (spam-report-resend-register-routine): Allow the group/topic
15392         spam-resend-to value to override spam-report-resend-to.
15393         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15394         properly now.
15395
15396         * gnus.el (spam-resend-to): Add group/topic parameter.
15397         (spam-process): Move the OBSOLETE processors to the end of the
15398         choices.
15399
15400 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15401
15402         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15403         with resend-to set to nil, and then ask the user if necessary.
15404         (spam-report-resend): spam-report-resend takes a list of articles, not
15405         separate article numbers.
15406
15407 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15410         addition to emacs-w3m.
15411
15412 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15413
15414         * assistant.el (assistant-authinfo-data): New function.
15415         (assistant-eval): Eval for entire assistant.
15416
15417         * netrc.el (netrc-services-file): New variable.
15418         (netrc-parse-services): New function.
15419         (netrc-find-service-name): New function.
15420         (netrc-find-service-number): New function.
15421         (netrc-port-equal): New function.
15422         (netrc-machine): Use it.
15423
15424         * nnimap.el (nnimap-open-connection): Use netrc.
15425
15426         * gnus-util.el (gnus-netrc-get): Remove aliases.
15427
15428         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15429
15430         * assistant.el (wid-edit): Fix compilation.
15431
15432         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15433
15434 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15435
15436         * gnus-util.el (gnus-set-file-modes): New function.  (small
15437         patch).
15438
15439 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15440
15441         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15442
15443         * assistant.el (assistant-render-node): Fix up rendering and
15444         read-only text.
15445         (assistant-render-node): Reset.
15446         (assistant-make-read-only): Not sticky.
15447
15448 2004-05-20  Danny Siu  <dsiu@adobe.com>
15449
15450         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15451         centered even when gnus-auto-center-summary is t.
15452
15453 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * dns.el (dns-get-txt-answer): New function.
15456         (dns-read-txt): Ditto.
15457         (query-dns): Use it.
15458
15459 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15462         active for foreign groups even if the group level is higher than
15463         the specified value.
15464
15465 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15466
15467         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15468         non-active groups.
15469
15470         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15471
15472 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15473
15474         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15475
15476 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15477
15478         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15479         (spam-crm114-header, spam-crm114-spam-switch)
15480         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15481         (spam-crm114-positive-spam-header)
15482         (spam-crm114-database-directory, spam-list-of-processors)
15483         (spam-group-spam-processor-crm114-p)
15484         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15485         (spam-generic-score, spam-list-of-checks)
15486         (spam-list-of-statistical-checks, spam-registration-functions)
15487         (spam-check-crm114-headers, spam-crm114-score)
15488         (spam-check-crm114, spam-crm114-register-with-crm114)
15489         (spam-crm114-register-spam-routine)
15490         (spam-crm114-unregister-spam-routine)
15491         (spam-crm114-register-ham-routine)
15492         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15493         asjo@koldfront.dk (Adam Sjøgren).
15494
15495         * gnus.el: Add spam-use-crm114.
15496
15497         * spam.el (spam-list-of-processors, spam-registration-functions):
15498         Add spam-use-resend.
15499         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15500         (spam-report-articles-gmane): Add doc fix.
15501         (spam-report-articles-resend, spam-report-resend-register-routine):
15502         Add wrappers around spam-report-resend-to.
15503
15504         * spam-report.el (spam-report-resend-to, spam-report-resend):
15505         Add support for resending spam.
15506         (spam-report-gmane): Fix line length >80.
15507
15508         * gnus.el (spam-process): Add spam-use-resend.
15509
15510 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15511
15512         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15513         number of processed spam messages.
15514         (spam-ham-copy-or-move-routine): Return the number of processed
15515         ham messages.
15516         (spam-summary-prepare-exit): Use the above values to decide
15517         whether status messages shouled be displayed.
15518
15519 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15522         `rfc2047-encoding-function-alist' in order to avoid conflicting
15523         with the old version.
15524         (rfc2047-encode-region): Concatenate words containing non-ASCII
15525         characters in structured fields; don't encode space-delimited
15526         ASCII words even in unstructured fields; don't break words at
15527         char-category boundaries.
15528         (rfc2047-encode-1): New function.
15529         (rfc2047-encode): Use it; encode text so that it occupies the
15530         maximum width within 76-column; work correctly on Q encoding for
15531         iso-2022-* charsets.
15532         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15533         sure not to break a line just after the header name.
15534         (rfc2047-b-encode-region): Removed.
15535         (rfc2047-b-encode-string): New function.
15536         (rfc2047-q-encode-region): Removed.
15537         (rfc2047-q-encode-string): New function.
15538
15539         * mm-util.el (mm-replace-in-string): New function.
15540
15541 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15542
15543         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15544         get it right.
15545         (gnus-inews-make-draft): Really.
15546
15547 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15548
15549         * nnmh.el (nnmh-request-list-1): Don't check the link count
15550         before descending.  (small patch)
15551
15552 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15553
15554         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15555         stuff.
15556
15557         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15558         on real group name.
15559
15560         * gnus-art.el (gnus-signature-limit): Doc fix.
15561
15562         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15563
15564         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15565
15566 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15567
15568         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15569         isn't a string.
15570
15571 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15572
15573         * gnus-draft.el (gnus-draft-send): Bind
15574         rfc2047-encode-encoded-words.
15575
15576         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15577         (rfc2047-encodable-p): Say that =? needs encoding.
15578         (rfc2047-encode-encoded-words): New variable.
15579
15580         * gnus-group.el (gnus-group-select-group): Doc fix.
15581
15582         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15583
15584         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15585         to nil.
15586
15587         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15588
15589         * nnheader.el (nnheader-get-lines-and-char): New function.
15590
15591 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * gnus-msg.el (gnus-summary-followup-with-original): Document
15594         yanking of region when active.
15595
15596 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15599         groups if the group level is higher than the specified value.
15600
15601 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15604         (gnus-group-jump-to-group): Added prefix argument using
15605         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15606         non-active group.
15607
15608         * compface.el (uncompface): Be verbose when changing
15609         `uncompface-use-external'.
15610
15611         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15612         handle manual section.
15613
15614 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15615
15616         * gnus-art.el (gnus-button-alist): Revert previous change.
15617
15618 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15621
15622 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15623
15624         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15625         whether backend can accept message.
15626
15627         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15628
15629 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15630
15631         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15632         Avoid creating directory when nntp-marks-is-evil is true.
15633         Reported by Reiner Steib.
15634
15635 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * gnus-picon.el (gnus-picon-style): New variable.
15638         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15639         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15640         Jesper Harder <harder@ifa.au.dk>.
15641
15642 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643
15644         * message.el (message-fill-field): Return point.
15645         (message-generate-headers): Go to end of field.
15646
15647         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15648         stuff for non-living groups.
15649
15650 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15651
15652         * gnus-art.el (gnus-article-followup-with-original)
15653         (gnus-article-reply-with-original): gnus-mark-active-p ->
15654         gnus-region-active-p.
15655
15656 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15657
15658         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15659         only when there is spam or ham to be processed.
15660
15661 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15662
15663         * mail-source.el (mail-source-delete-crash-box): Refactor.
15664         (mail-source-fetch): Use it.
15665         (mail-source-fetch-file): Ditto.
15666         (mail-source-fetch-directory): Run postscript in loop.
15667         (mail-source-fetch-pop): Delete.
15668         (mail-source-fetch-maildir): Ditto.
15669         (mail-source-fetch-imap): Ditto.
15670
15671         * imap.el (imap-authenticators): Comment out sasl.
15672
15673         * message.el (message-skip-to-next-address): New function.
15674         (message-fill-header-address): Refactor.
15675         (message-fill-address): Use it.
15676         (message-delete-address): Use it.
15677         (message-fill-header-general): Refactor.
15678         (message-fill-field-address): Rename.
15679         (message-narrow-to-field): Find the start of the header.
15680         (message-header-format-alist): Don't pre-fill.
15681         (message-fill-header): Removed.
15682         (message-insert-header): New function.
15683         (message-shorten-references): Use it.
15684
15685         * rfc2047.el (rfc2047-field-value): Strip props.
15686
15687         * mail-parse.el (mail-header-make-address): New alias.
15688
15689         * ietf-drums.el (ietf-drums-make-address): New function.
15690
15691         * imap.el: Add compiler directives.
15692
15693         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15694
15695         * gnus-art.el (article-decode-idna-rhs): Don't use
15696         message-idna-inside-rhs-p.
15697
15698 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15699
15700         * message.el (message-idna-inside-rhs-p): Removed.
15701         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15702
15703         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15704         false positives.
15705
15706 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15707
15708         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15709
15710 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15711
15712         * nneething.el (nneething-file-name): Don't create spurious
15713         files.
15714
15715         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15716         (gnus-inews-do-gcc): Remove sleep.
15717
15718         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15719         part under point.
15720
15721         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15722         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15723
15724 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15725
15726         * spam.el (spam-summary-prepare-exit): Fixed (length).
15727
15728 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15729
15730         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15731         as expired without moving it" message when there are spam
15732         messages left.
15733
15734 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15735
15736         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15737         header is not nil.
15738
15739 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15740
15741         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15742         nntp-possibly-create-directory, not nntp-possibly-change-group.
15743         (nntp-marks-changed-p): New arg SERVER.
15744         (nntp-request-update-info): Adjust caller.
15745
15746 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15747
15748         * nntp.el (nntp-save-marks): Pass missing arg.
15749
15750 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15751
15752         * nntp.el: Support marks.
15753         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15754         (nntp-marks-modtime, nntp-marks-directory): New variables.
15755         (nntp-request-set-mark, nntp-request-update-info)
15756         (nntp-possibly-create-directory, nntp-marks-changed-p)
15757         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15758         functions.
15759
15760 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15761
15762         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15763         (gnus-xmas-redefine): Rename.
15764
15765         * gnus-score.el (gnus-score-insert-help): Use
15766         gnus-select-lowest-window.
15767
15768         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15769         appt-select-lowest-window and rename to gnus-select-lowest-window.
15770
15771         * gnus.el: do.
15772
15773 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15774
15775         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15776         encodings of MIME-encoded words, in order to improve
15777         interoperability with several broken MUAs.
15778
15779 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15780
15781         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15782         tags, only when charsets are not specified in headers.
15783         (mm-inline-text-html-render-with-w3m): Ditto.
15784
15785         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15786         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15787
15788 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15789
15790         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15791         instead of MIME-decoded from fields when checking
15792         `gnus-article-address-banner-alist'.
15793
15794 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15795
15796         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15797         description rather than subject.
15798
15799 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15800
15801         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15802
15803 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15804
15805         * gnus.el (gnus-version-number): Bump.
15806
15807 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15808
15809         * gnus.el: No Gnus v0.2 is released.
15810
15811 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15812
15813         * gnus-agent.el (gnus-agent-read-agentview): Inline
15814         gnus-uncompress-range.
15815
15816 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15817
15818         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15819         `exec-installed-p'.
15820
15821 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15822
15823         * gnus.el (spam-process, spam-autodetect-methods): Add
15824         bsfilter and bsfilter-headers.
15825
15826         * spam.el (spam-bsfilter): New customize group.
15827         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15828         (spam-bsfilter-header, spam-bsfilter-probability-header)
15829         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15830         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15831         (spam-bsfilter-database-directory): New options.
15832         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15833         (spam-list-of-statistical-checks, spam-registration-functions):
15834         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15835         (spam-bsfilter-score): New command.
15836         (spam-check-bsfilter-headers, spam-check-bsfilter)
15837         (spam-bsfilter-register-with-bsfilter)
15838         (spam-bsfilter-register-spam-routine)
15839         (spam-bsfilter-unregister-spam-routine)
15840         (spam-bsfilter-register-ham-routine)
15841         (spam-bsfilter-unregister-ham-routine): New functions.
15842         (spam-generic-score): Support bsfilter; Accept an optional argument
15843         to recalcurate spam score even if scoring header has already been
15844         added.
15845         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15846         optional argument to recalcurate spam score even if scoring header
15847         has already been added.
15848
15849 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15852         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15853         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15854         link is missing.
15855
15856 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15857
15858         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15859         (html2text-get-attr): Rewrite.
15860
15861         * message.el (message-setup-1): Remove redundant put-text-property
15862         on mail-header-separator.
15863
15864 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15865
15866         * gnus-registry.el (gnus-registry-cache-whitespace)
15867         (gnus-registry-action, gnus-registry-spool-action)
15868         (gnus-registry-split-fancy-with-parent): Change message levels
15869         from 5 to 3 or 7, as needed.
15870
15871         * spam.el (spam-summary-prepare-exit)
15872         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15873         (spam-split, spam-find-spam, spam-log-undo-registration)
15874         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15875         level from 5 to 6.
15876
15877 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15880         2004-03-04 change).
15881
15882 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15883
15884         * sieve-manage.el (sieve-manage-open):
15885         * nnweb.el (nnweb-insert-html):
15886         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15887         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15888         * nnspool.el (nnspool-request-group):
15889         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15890         * nnml.el (nnml-request-update-info):
15891         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15892         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15893         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15894         (nnimap-request-set-mark):
15895         * nnfolder.el (nnfolder-request-update-info):
15896         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15897         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15898         * gnus-uu.el (gnus-uu-find-articles-matching):
15899         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15900         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15901         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15902         * gnus-nocem.el (gnus-nocem-scan-groups):
15903         * gnus-int.el (gnus-start-news-server):
15904         * gnus-group.el (gnus-group-make-kiboze-group)
15905         (gnus-group-browse-foreign-server):
15906         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15907         Use mapc when appropriate.
15908
15909 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15910
15911         FIXME: Make separate entries for each person.
15912
15913         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15914         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15915         <shields@msrl.com>:
15916
15917         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15918         may need for spam sorting and scoring.
15919         (spam-user-format-function-S): Add user format function suitable for
15920         general use.
15921         (spam-article-sort-by-spam-status): Add sorting function for summary
15922         sorting.
15923         (spam-extra-header-to-number): Add function to get a score from a
15924         header.
15925         (spam-summary-score): Add function to get a numeric score from the
15926         headers.
15927         (spam-generic-score): Fix function doc, was in wrong place.
15928         (spam-initialize): Take symbols when it's run, and install the
15929         extra headers that spam-necessary-extra-headers thinks we need.
15930
15931 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15932
15933         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15934         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15935
15936 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15937
15938         * gnus-sum.el (gnus-set-global-variables)
15939         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15940         (gnus-article-get-xrefs, gnus-summary-best-group)
15941         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15942         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15943         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15944         Use with-current-buffer.
15945
15946 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15947
15948         * spam.el (spam-summary-prepare-exit): Simplify logic.
15949         (spam-fetch-article-header): Read the article header if it's not
15950         available.
15951         (spam-list-articles): Simplify logic.
15952         (spam-filelist-register-routine): Fix bug with unregister-list.
15953
15954         * gnus-registry.el: Fix comments at beginning.
15955
15956 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15957
15958         * message.el (message-cater-to-broken-inn): Remove.
15959         (message-shorten-references): Make sure the total folded length of
15960         References is shorter than 998 characters to cater to a bug in INN
15961         2.3.  Also, don't pretend that references aren't folded -- this
15962         hasn't worked for a while.
15963
15964 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15965
15966         * gnus-agent.el (gnus-agentize):
15967         gnus-agent-send-mail-real-function no longer set to current value
15968         of message-send-mail-function but rather a lambda that calls
15969         message-send-mail-function.  The change makes the agent real-time
15970         responsive to user changes to message-send-mail-function.
15971
15972 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15973
15974         * legacy-gnus-agent.el
15975         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15976         help from Florian Weimer <fw@deneb.enyo.de>
15977
15978 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * nnmail.el (nnmail-cache-insert): Revert last change.
15981
15982 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * nnmail.el (nnmail-cache-insert): Always check whether
15985         nnmail-cache-ignore-groups matches a group name.
15986
15987 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15990         (spam-find-spam, spam-log-processing-to-registry)
15991         (spam-log-registered-p, spam-log-unregistration-needed-p)
15992         (spam-log-undo-registration): Use gnus-message instead of
15993         gnus-error, none of these errors are fatal.
15994
15995         * gnus-registry.el (gnus-registry-clean-empty-function)
15996         (gnus-registry-clean-empty): Remove only empty entries without
15997         extra data.
15998
15999 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16000
16001         * spam-stat.el (spam-stat-buffer-change-to-spam)
16002         (spam-stat-buffer-change-to-non-spam): Change (error) to
16003         (gnus-message 8) invocation.
16004
16005 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * nntp.el (nntp-via-netcat-command): New variable.
16008         (nntp-via-netcat-switches): New variable.
16009         (nntp-open-via-rlogin-and-netcat): New function.
16010         (nntp-open-connection-function): Doc fix.
16011         (nntp-telnet-command): Doc fix.
16012         (nntp-end-of-line): Doc fix.
16013         (nntp-via-rlogin-command): Doc fix.
16014         (nntp-via-user-name): Doc fix.
16015         (nntp-via-address): Doc fix.
16016
16017 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16020         error in Emacs 21.1.
16021
16022 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16023
16024         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16025
16026 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16027
16028         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16029         (gnus-agent-with-refreshed-group): New macro.
16030         (gnus-agent-rename-group): New function.
16031         (gnus-agent-delete-group): New function.
16032         (gnus-agent-save-group-info): Use gnus-command-method when
16033         `method' parameter is nil.  Don't write nil entries into the
16034         active file.
16035         (gnus-agent-get-group-info): New function.
16036         (gnus-agent-fetch-articles): Use
16037         gnus-agent-update-files-total-fetched-for to increment disk space
16038         used.
16039         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16040         gnus-agent-update-view-total-fetched-for to increment disk space
16041         used.
16042         (gnus-agent-get-local): Added optional parameters to avoid calling
16043         gnus-group-real-name and gnus-find-method-for-group.
16044         (gnus-agent-set-local): Delete stored entry if either min, or max,
16045         are nil.
16046         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16047         quit, use gnus-agent-regenerate-group to record existance of any
16048         articles fetched to disk before the quit occurred.
16049         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16050         gnus-agent-update-view-total-fetched-for, and
16051         gnus-agent-update-files-total-fetched-for to decrement disk space
16052         used.
16053         (gnus-agent-retrieve-headers): Use
16054         gnus-agent-update-view-total-fetched-for to increment disk space
16055         used.
16056         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16057         with gnus-agent-update-files-total-fetched-for to decrement disk
16058         space and fresh group buffer.
16059         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16060         (gnus-agent-need-update-total-fetched-for): New variable.
16061         (gnus-agent-update-files-total-fetched-for): New function.
16062         (gnus-agent-update-view-total-fetched-for): New function.
16063         (gnus-agent-total-fetched-for): New function.
16064
16065         * gnus-cache.el (gnus-cache-save-buffers): Use
16066         gnus-cache-update-overview-total-fetched-for to change disk space
16067         used by this group.
16068         (gnus-cache-possibly-enter-article): Use
16069         gnus-cache-update-file-total-fetched-for to increment disk space
16070         used by this group.
16071         (gnus-cache-possibly-remove-article): Use
16072         gnus-cache-update-file-total-fetched-for to decrement disk space
16073         used by this group.
16074         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16075         (gnus-cache-rename-group): New function.
16076         (gnus-cache-delete-group): New function.
16077         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16078         (gnus-cache-need-update-total-fetched-for): New variable.
16079         (gnus-cache-with-refreshed-group): New macro.
16080         (gnus-cache-update-file-total-fetched-for): New function.
16081         (gnus-cache-update-overview-total-fetched-for): New function.
16082         (gnus-cache-rename-group-total-fetched-for): New function.
16083         (gnus-cache-delete-group-total-fetched-for): New function.
16084         (gnus-cache-total-fetched-for): New function.
16085
16086         * gnus-group.el: Require gnus-sum and autoload functions to
16087         resolve warnings when gnus-group.el compiled alone.
16088         (gnus-group-line-format): Documented new %F.
16089         (size of Fetched data) group line format; identifies disk space
16090         used by agent and cache.
16091         (gnus-group-line-format-alist): Defined new F format.
16092         (gnus-total-fetched-for): New function.
16093         (gnus-group-delete-group): No longer update
16094         gnus-cache-active-altered as gnus-request-delete-group now keeps
16095         the cache in sync.
16096         (gnus-group-list-active): Let the agent store a server's active
16097         list if currently plugged.
16098
16099         * gnus-int.el (gnus-request-delete-group):
16100         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16101         local disk in sync with the server.
16102         (gnus-request-rename-group):
16103         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16104         local disk in sync with the server.
16105
16106         * gnus-start.el (gnus-get-unread-articles):
16107         Cosmetic simplification to logic.
16108
16109         * gnus-util.el (gnus-rename-file): New function.
16110
16111 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16112
16113         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16114
16115 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16116
16117         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16118         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16119
16120 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16121
16122         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16123         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16124
16125 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16128
16129 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16130
16131         * spam.el (spam-set-difference): Add function to replace
16132         gnus-set-difference in spam.el.
16133         (spam-summary-prepare-exit): Use spam-set-difference.
16134
16135 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16136
16137         * gnus-registry.el (gnus-registry-cache-file): Update to use
16138         gnus-dribble-directory OR gnus-home-directory OR ~.
16139         (gnus-registry-split-fancy-with-parent): Fix doc.
16140
16141 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * message.el (message-exchange-point-and-mark): Use
16144         message-mark-active-p.  Suggested by Jesper Harder
16145         <harder@ifa.au.dk>.
16146
16147 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * message.el (message-exchange-point-and-mark): Don't activate
16150         region if it was inactive.  Suggested by Hiroshi Fujishima
16151         <pooh@nature.tsukuba.ac.jp>.
16152
16153 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * gnus-art.el (article-display-face): Display Faces in the same
16156         order as X-Faces.
16157
16158 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16161
16162 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16165         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16166         (gnus-article-mime-hierarchy): Remove.
16167         (gnus-article-mime-hierarchy-next): Remove.
16168         (gnus-article-mode): Revert 2004-03-19 change.
16169         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16170         (gnus-insert-mime-button): Revert 2004-03-19 change.
16171         (gnus-mime-accumulate-hierarchy): Remove.
16172         (gnus-mime-enter-multipart): Remove.
16173         (gnus-mime-leave-multipart): Remove.
16174         (gnus-mime-display-part): Revert 2004-03-19 change.
16175         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16176
16177         * mml.el (mml-preview): Revert 2004-03-19 change.
16178
16179 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16180
16181         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16182
16183 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16186         t while entering a file name using the mm-with-multibyte macro.
16187         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16188
16189         * mm-util.el (mm-with-multibyte): New macro.
16190
16191 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16192
16193         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16194         user option.
16195         (gnus-mime-multipart-functions): Doc and customization fix.
16196         (gnus-article-mime-hierarchy): New variable.
16197         (gnus-article-mime-hierarchy-next): New variable.
16198         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16199         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16200         gnus-article-mime-hierarchy-next to nil.
16201         (gnus-insert-mime-button): Show hierarchy numbers.
16202         (gnus-mime-accumulate-hierarchy): New function.
16203         (gnus-mime-enter-multipart): New function.
16204         (gnus-mime-leave-multipart): New function.
16205         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16206         (gnus-mime-display-alternative): Show hierarchy numbers.
16207
16208         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16209         gnus-article-mime-hierarchy-next to nil.
16210
16211 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16212
16213         * dns.el: Don't require gnus-xmas.
16214
16215 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16216
16217         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16218         inline PGP.
16219         (mml-menu): Disable mml-quote-region if mark is inactive.
16220
16221 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16224         when the group's active is not available.
16225
16226 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16229         error.
16230
16231 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * imap.el (imap-store-password): New variable.
16234         (imap-interactive-login): Use it.
16235         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16236
16237 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16240         window-start and hscroll to summary window.
16241
16242 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16243
16244         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16245         conversion message to newsrc-dribble when an actual conversion is
16246         performed.
16247
16248 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16249
16250         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16251
16252 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * mm-decode.el (mm-complicated-handles): New function reviving
16255         former definition of mm-multiple-handles.
16256
16257         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16258         (gnus-mime-delete-part): Use it.
16259
16260 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16261
16262         * gnus-agent.el (gnus-agent-read-local): Bind
16263         nnheader-file-coding-system to gnus-agent-file-coding-system to
16264         avoid the implicit assumption that they will always be equal.
16265         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16266         coding-system-for-write, as the with-temp-file macro first prints
16267         to a buffer then saves the buffer.
16268
16269 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * gnus-art.el (gnus-article-edit-part): New function.
16272         (gnus-mime-save-part-and-strip): Use it; do query instead of
16273         signaling an error; don't use mm-multiple-handles.
16274         (gnus-mime-delete-part): Ditto.
16275
16276 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16277
16278         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16279         old file versions.
16280         (gnus-group-prepare-hook): Removed function that converted list
16281         form of gnus-agent-expire-days to group properties.
16282
16283         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16284         (gnus-request-accept-article): Re-indented.
16285
16286         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16287         converters to handle old agent file formats.  Added logic for a
16288         "backup before upgrading warning".
16289         (gnus-convert-mark-converter-prompt): Developers can mark
16290         functions as needing (default), or not needing,
16291         gnus-convert-old-newsrc's "backup before upgrading warning".
16292         (gnus-convert-converter-needs-prompt): Tests whether the user
16293         should be protected from potentially irreversable changes by the
16294         function.
16295
16296         * legacy-gnus-agent.el: New.  Provides converters that are only
16297         loaded when gnus-convert-old-newsrc needs to call them.
16298
16299 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * mail-source.el (mail-source-touch-pop): Doc fix.
16302
16303         * message.el (message-smtpmail-send-it): Doc fix.
16304
16305 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16306
16307         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16308
16309         * nnmail.el (nnmail-split-fancy): do.
16310
16311         * gnus-kill.el (gnus-kill, gnus-execute): do.
16312
16313 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16314
16315         * gnus-sum.el (gnus-widget-reversible-match)
16316         (gnus-widget-reversible-to-internal)
16317         (gnus-widget-reversible-to-external): New functions.
16318         (gnus-widget-reversible): New widget.
16319         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16320
16321 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16322
16323         * gnus-sum.el (gnus-thread-sort-functions)
16324         (gnus-article-sort-functions): Document `(not F)' items.
16325
16326 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16327
16328         * spam.el (spam-use-gmane-xref): Add new backend.
16329         (spam-gmane-xref-spam-group): Add variable to control the name of the
16330         Gmane spam group.
16331         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16332         (spam-regex-headers-spam, spam-regex-headers-ham)
16333         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16334         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16335         backends and checks.
16336         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16337
16338         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16339         an autodetect method.
16340
16341 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16342
16343         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16344         articles are being added to a group.
16345         (gnus-request-replace-article): Inform the agent that articles
16346         need to be uncached as the cached contents are no longer valid.
16347
16348 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * binhex.el: Don't autoload executable-find.
16351
16352         * canlock.el: Don't autoload mail-fetch-field.
16353
16354         * dgnushack.el: Autoload c-mode for XEmacs.
16355
16356         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16357
16358         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16359         rmail-dont-reply-to and rmail-output.
16360
16361         * gnus-score.el: Don't autoload ffap-string-at-point.
16362
16363         * gnus-setup.el: Don't autoload sc-cite-original.
16364
16365         * imap.el: Don't autoload base64-decode-string,
16366         base64-encode-string and md5.
16367
16368         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16369         and rmail-msg-restore-non-pruned-header.
16370
16371         * mm-decode.el: Don't autoload executable-find.
16372
16373         * mm-url.el: Don't autoload executable-find.
16374
16375         * mm-view.el: Don't autoload diff-mode.
16376
16377         * nndb.el: Don't autoload news-reply-mode, news-setup,
16378         cancel-timer and telnet.
16379
16380         * password.el: Don't autoload run-at-time for Emacs.
16381
16382         * sha1-el.el: Don't autoload executable-find.
16383
16384         * sieve-mode.el: Don't autoload c-mode.
16385
16386         * uudecode.el: Don't autoload executable-find.
16387
16388 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16389
16390         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16391         (gnus-agent-possibly-alter-active): Avoid null in numeric
16392         comparison.
16393         (gnus-agent-set-local): Refuse to save null in local object table.
16394         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16395         list of articles that will be marked as unread.
16396
16397 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16400
16401 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16402
16403         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16404         language tags.
16405
16406 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16407
16408         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16409         Don't bind "obarray".
16410
16411         * gnus-sum.el (gnus-thread-sort-functions): Added
16412         `gnus-thread-sort-by-most-recent-number' and
16413         `gnus-thread-sort-by-most-recent-date'.
16414         Reported by Kai Grossjohann <kai@emptydomain.de>.
16415
16416 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16419
16420 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16421
16422         * gnus-cus.el (gnus-agent-customize-category): Removed
16423         ignore-errors macro reference that required cl to be loaded at
16424         run-time.
16425
16426         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16427         single-interval range of the form (min . max).  Previously the
16428         range had to look like ((min . max)).  Likewise, return
16429         (min . max) rather than ((min . max)).
16430         (gnus-range-map): Use gnus-range-normalize to accept
16431         single-interval range.
16432
16433         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16434         the cache, but not the agent, now appear with their usual face.
16435
16436         * dgnushack.el (loaddir): New variable that is bound to the
16437         directory containing the dgnushack.el file. Use loaddir, rather
16438         than srcdir, to update load-path. Change lets dgnushack compile
16439         code in directories other than GNUS/lisp.
16440
16441 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * lpath.el: Don't bind w3m-safe-url-regexp.
16444
16445         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16446         w3m-safe-url-regexp variable buffer-local.
16447
16448         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16449
16450 2004-02-27  Simon Josefsson  <jas@extundo.com>
16451
16452         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16453         gnus-group-real-prefix.
16454         (gnus-summary-move-article): Use it, instead of
16455         gnus-group-real-prefix.
16456
16457 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * lpath.el: Bind w3m-safe-url-regexp.
16460
16461         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16462         w3m-safe-url-regexp variable buffer-local and set it as the value
16463         of mm-w3m-safe-url-regexp.
16464
16465         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16466
16467         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16468         parsing gnus-posting-styles when the message is not for replying.
16469
16470         * dgnushack.el: Autoload sgml-mode for XEmacs.
16471
16472         * nnrss.el (nnrss-opml-export): Use
16473         mm-set-buffer-file-coding-system instead of
16474         set-buffer-file-coding-system.
16475
16476 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16477
16478         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16479         of checkdoc.el).
16480         * nnrss.el: do.
16481         * gnus-mlspl.el: do.
16482         * gnus-ml.el: do.
16483         * gnus-srvr.el: do.
16484
16485         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16486
16487 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16488
16489         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16490         Corrections to custom-manual links.
16491
16492         * gnus-art.el (gnus-article): Ditto.
16493
16494         * mm-decode.el (mime-display, mime-security): Ditto.
16495
16496 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16497
16498         * flow-fill.el: Typo.
16499
16500 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16501
16502         * spam-wash.el: New file.
16503
16504 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16505
16506         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16507
16508 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16509
16510         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16511         to be run with new-articles as LIST1, not LIST2.
16512         (spam-registration-functions): Add spam-use-ham-copy as a nil
16513         registration backend.
16514
16515 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16516
16517         * spam-stat.el (spam-stat-washing-hook): New option.
16518         (spam-stat-buffer-words): Use it.
16519         (spam-stat-process-directory, spam-stat-test-directory): Use
16520         insert-file-contents-literally.
16521         (spam-stat-coding-system): New variable.
16522         (spam-stat-load, spam-stat-save): Use it.
16523
16524 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * spam-report.el (spam-report-plug-agent): Quote
16527         spam-report-url-to-file and spam-report-url-ping-plain.
16528
16529 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16530
16531         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16532         / in mailto URLs.
16533
16534 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16535
16536         * spam-report.el (spam-report-process-queue): Fix interactive use.
16537         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16538         (spam-report-unplug-agent): Doc fixes.
16539         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16540         (spam-report-agentize, spam-report-deagentize): Autoload.
16541
16542 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16545
16546         * message.el (message-setup-fill-variables): Add mml tags to
16547         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16548         <ajk@iu.edu>.
16549         (message-mode): Don't modify paragraph-separate there.
16550
16551 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * compface.el (uncompface-use-external): Default to undecided.
16554         (uncompface-use-external-threshold): New variable.
16555         (uncompface-float-time): New macro.
16556         (uncompface): Determine whether to use the external decoder if
16557         uncompface-use-external is undecided.
16558
16559 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16560
16561         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16562         after images.
16563
16564         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16565
16566 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16567
16568         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16569
16570         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16571
16572         * gnus-sum.el (gnus-summary-limit-to-age)
16573         (gnus-summary-limit-children): do.
16574
16575         * gnus-int.el (gnus-request-scan): do.
16576
16577         * gnus-group.el (gnus-group-suspend): do.
16578
16579         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16580
16581         * gnus-cite.el (gnus-cite-parse-attributions): do.
16582
16583         * gnus-agent.el (gnus-summary-set-agent-mark)
16584         (gnus-agent-regenerate-group): do.
16585
16586         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16587
16588         * binhex.el (binhex-decode-region-internal): do.
16589
16590 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-fun.el (gnus-face-properties-alist): New user option.
16593         (gnus-display-x-face-in-from): Use it.
16594
16595         * gnus-art.el (article-display-face): Ditto.
16596
16597         * compface.el (uncompface-use-external): Default to nil.
16598
16599 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16600
16601         * nntp.el (nntp-erase-buffer): New function.
16602         (nntp-retrieve-data, nntp-send-command)
16603         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16604         (nntp-possibly-change-group): Use it.
16605
16606         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16607         with-current-buffer.
16608
16609 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16610
16611         * compface.el: Merge the ELisp-based uncompface program.
16612         (compface): New customization group.
16613         (uncompface-use-external): New user option.
16614         (uncompface): Call uncompface-internal if uncompface-use-external
16615         is nil.
16616         (uncompface-internal): New function.  Note that there are also
16617         some other functions and variables added for this function.
16618
16619 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16620
16621         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16622         if necessary.
16623
16624 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16625
16626         * spam-report.el (spam-report-unplug-agent)
16627         (spam-report-plug-agent, spam-report-deagentize)
16628         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16629         Add support for the Agent in spam-report: when unplugged, report to a
16630         file; when plugged, submit all the requests.
16631
16632         * spam.el (spam-register-routine): Fix message about
16633         registration.
16634
16635 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16636
16637         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16638         dependencies.
16639         (rfc2047-encode): Use it.
16640
16641         * gnus-art.el (gnus-button-marker-list): Move before first
16642         reference.
16643
16644         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16645         (imap-parse-body): Fix format string mismatch.
16646
16647         * gnus-score.el (gnus-summary-increase-score): do.
16648
16649         * nnrss.el (nnrss-close): New function.
16650
16651 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16652
16653         * nnrss.el (nnrss-make-filename): New function.
16654         (nnrss-request-delete-group, nnrss-read-server-data)
16655         (nnrss-save-server-data, nnrss-read-group-data)
16656         (nnrss-save-group-data): Use it.
16657         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16658         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16659         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16660
16661 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16664
16665 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16666
16667         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16668         files.
16669
16670         * message.el (message-generate-headers-first): Don't quote nil
16671         and t in docstrings.
16672
16673         * imap.el (imap-id): do.
16674
16675         * gnus-agent.el (gnus-agent-consider-all-articles)
16676         (gnus-agent-queue-mail): do.
16677
16678 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * spam-report.el (spam-report-process-queue): New function.
16681         Process requests from `spam-report-requests-file'.
16682         (spam-report-process-queue): Doc fix.
16683
16684 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16685
16686         * spam.el (spam-register-routine)
16687         (spam-log-processing-to-registry, spam-log-registered-p)
16688         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16689         Change "check" to "spam-check" for semi-clarity.
16690
16691 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16692
16693         * pop3.el: Require nnheader.
16694
16695         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16696
16697         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16698
16699         * gnus-picon.el: Require cl.
16700
16701         * gnus-fun.el: Require gnus-ems and gnus-util.
16702
16703         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16704
16705         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16706
16707         * gnus-art.el (gnus-article-edit-mode): Define before first
16708         reference.
16709
16710 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16711
16712         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16713         (gnus-uu-post-encoded): Use point-at-bol.
16714
16715         * gnus-topic.el (gnus-group-active-topic-p): do.
16716
16717         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16718
16719         * gnus-group.el (gnus-group-kill-region): do.
16720
16721         * gnus-art.el (article-date-ut): do.
16722
16723         * message.el (message-fetch-field): Remove redundant
16724         case-fold-search binding.
16725         (message-narrow-to-field): Simplify.
16726
16727 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16728
16729         * spam.el (spam-directory): Derive from `gnus-directory'.
16730
16731         * spam-report.el (spam-report-url-to-file)
16732         (spam-report-requests-file): New function and variable for offline
16733         reporting.
16734         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16735         and user defined function.
16736         (spam-report-url-ping-mm-url): Remove doubled slash.
16737
16738 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16739
16740         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16741
16742 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16743
16744         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16745         format string mismatch.
16746
16747         * sieve.el (sieve-deactivate-all): do.
16748
16749         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16750
16751         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16752
16753         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16754
16755         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16756
16757 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16758
16759         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16760         the list of checks.
16761
16762 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16763
16764         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16765         padding.
16766
16767 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16768
16769         * mm-view.el (mm-fill-flowed): New variable.
16770         (mm-inline-text): Use it.
16771
16772 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16773
16774         * spam.el (spam-spamassassin-register-ham-routine)
16775         (spam-spamassassin-register-spam-routine): Fix function names.
16776
16777 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus.el (gnus-tmp-grouplens): Remove.
16780         (gnus-summary-line-format): Remove grouplens.
16781
16782         * gnus-group.el (gnus-group-line-format): Ditto.
16783
16784         * gnus-spec.el (gnus-format-specs): Ditto.
16785         (gnus-update-format-specifications): Flush the group format spec
16786         cache if there's the grouplens stuff.
16787         (gnus-parse-simple-format): Replace %l with the empty string.
16788
16789 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16790
16791         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16792         omission.
16793
16794 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16797         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16798
16799 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16800
16801         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16802         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16803         New macros and functions.
16804         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16805         Handle > NLINK_MAX messages.
16806         * nnmaildir.el (nnmaildir-request-set-mark): Use
16807         nnmaildir--emlink-p and nnmaildir--eexist-p.
16808
16809 2004-01-25  Alex Schroeder  <alex@gnu.org>
16810
16811         * spam-stat.el (spam-stat-process-directory-age): New option.
16812         (spam-stat-process-directory): Use it.
16813
16814 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16815
16816         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16817         (spam-stat-save): Accept prefix argument.
16818
16819 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16820
16821         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16822         links" error.
16823
16824 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16827         the rest of the and/or forms.
16828
16829 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16830
16831         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16832         compatibility with old .newsrc.eld files.
16833
16834         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16835
16836         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16837
16838         * gnus-start.el (gnus-1): do.
16839
16840         * gnus-group.el (gnus-group-line-format-alist): do.
16841
16842         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16843
16844         * gnus-gl.el: Remove.
16845
16846 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16847
16848         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16849         marks consisting of a single range {for example, (3 . 5)} rather
16850         than a list of a single range { ((3 . 5)) }.
16851
16852 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16853
16854         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16855         with-current-buffer.
16856         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16857         avoid consing a string.
16858
16859         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16860         Remove obsolete entries for big5 and gb2312.
16861
16862 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16863
16864         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16865         uncompressed list.
16866
16867 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16868
16869         * spam-stat.el (spam-stat-strip-xref): New function.
16870         (spam-stat-process-directory): Use it.
16871
16872         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16873         here -- it's done in message-fetch-field.
16874
16875 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16876
16877         * gnus-agent.el (gnus-agent-queue-mail)
16878         (gnus-agent-prompt-send-queue): New variables.
16879         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16880         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16881         "nndraft:queue" along to gnus-draft-send.  Use
16882         gnus-agent-prompt-send-queue.
16883         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16884         is "nndraft:queue".  Suggested by Gaute Strokkenes
16885         <gs234@srcf.ucam.org>
16886
16887         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16888         (agent-enable-undownloaded-faces): Added.
16889         (gnus-agent-cat-groups): Use eval-and-compile, not
16890         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16891         method of gnus-agent-cat-groups even when the buffer has been
16892         evaled.
16893         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16894         delete gnus-agent-save-active-1.
16895         (gnus-agent-save-groups): Deleted.  Identical to
16896         gnus-agent-save-active.
16897         (gnus-agent-write-active): No longer adjust agent's copy of active
16898         file as agent's adjustments are now stored in their own
16899         file.  Removed optional parameter.
16900         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16901         servers.  Add use of min/max range limits from server's local
16902         file.
16903         (gnus-agent-save-alist): Removed unused optional argument.
16904         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16905         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16906         (gnus-agent-set-local): A per-server file that keeps min/max range
16907         limits for articles known to the agent.  Provides a fast mechanism
16908         for altering many active ranges.
16909         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16910         active file (local makes it unnecessary).
16911         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16912
16913         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16914         (agent-enable-undownloaded-faces): Added.
16915
16916         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16917         disable it when sending to "nndraft:queue".
16918         (gnus-group-send-queue): Add safety check to avoid sending queue
16919         when unplugged.
16920
16921         * gnus-group.el (gnus-group-catchup): Use new
16922         gnus-sequence-of-unread-articles, not
16923         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16924         numbers of articles.  Use gnus-range-map to avoid having to
16925         uncompress the unread list.
16926         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16927         Fixed invalid ange-ftp reference.
16928
16929         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16930         (gnus-sorted-range-intersection): Intersection of two ranges
16931         without requiring that they first be uncompressed.
16932
16933         * gnus-start.el (gnus-activate-group): Unless blocked by the
16934         caller, possibly expand the active range to include both cached
16935         and agentized articles.
16936         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16937         multiple version-dependent converters.
16938         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16939         gnus-agent-save-active.
16940         (gnus-save-newsrc-file): Save dirty agent range limits.
16941
16942         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16943         gnus-agent-possibly-alter-active.
16944         (gnus-adjust-marked-articles): Faster handling of simple lists.
16945
16946 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16947
16948         * spam-stat.el (spam-stat-test-directory): New optional argument
16949         displays a list of files detected.  Suggested by Andrew Cohen
16950         <cohen@andy.bu.edu>.
16951         (spam-stat-buffer-words-with-scores): Don't narrow and change
16952         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16953
16954 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16955
16956         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16957         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16958         (spam-spamassassin-arguments)
16959         (spam-spamassassin-spam-flag-header)
16960         (spam-spamassassin-positive-spam-flag-header)
16961         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16962         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16963         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16964         (spam-list-of-processors, spam-list-of-checks)
16965         (spam-list-of-statistical-checks, spam-registration-functions)
16966         (spam-check-spamassassin-headers, spam-check-spamassassin)
16967         (spam-spamassassin-score)
16968         (spam-spamassassin-register-with-sa-learn)
16969         (spam-spamassassin-register-spam-routine)
16970         (spam-spamassassin-register-ham-routine)
16971         (spam-assassin-register-spam-routine)
16972         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16973         (spam-bogofilter-score): Fix to show article before scoring.
16974
16975 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16976
16977         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16978         default scoring function.
16979         (spam-generic-score): Call spam-spamassassin-score if
16980         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16981         spam-bogofilter-score otherwise.
16982
16983         * gnus.el (spam-process, spam-autodetect-methods): Add
16984         spamassassin and spamassassin-headers.
16985
16986 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16987
16988         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16989         Suppress unnecessary messages.
16990
16991 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16992
16993         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16994         make-hash-table.
16995
16996 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * canlock.el (base64-encode-string): Don't autoload it.
16999
17000 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * run-at-time.el: Remove useless (require 'itimer),
17003         eval-and-compile and (featurep 'xemacs).
17004
17005 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17006
17007         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17008         GROUP is a virtual group.
17009
17010 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17011
17012         * gnus.el: Autoload `message-y-or-n-p'.
17013
17014 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17015
17016         * pgg-parse.el: Remove unnecessary (require 'custom).
17017
17018         * pgg-def.el: do.
17019
17020         * nnmail.el: do.
17021
17022         * gnus-undo.el: do.
17023
17024         * gnus-picon.el: do.
17025
17026         * gnus-util.el: do.
17027
17028 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17029
17030         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17031
17032 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17035         handle, as well as a list.
17036
17037         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17038         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17039         (mm-w3m-cid-retrieve): Simplify.
17040
17041 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17042
17043         * message.el (message-kill-to-signature): Allow prefix arg to
17044         specify number of lines to keep before signature.
17045
17046 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17047
17048         * message.el (message-kill-to-signature): Change docstring.
17049
17050 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * canlock.el: Always require sha1-el.
17053         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17054
17055         * message.el: Autoload sha1 only when compiling.
17056
17057         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17058         eudc-expand-inline for XEmacs.
17059
17060 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * message.el (message-canlock-generate): Require sha1-el.
17063
17064 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17065
17066         * message.el (message-expand-name): Silence the byte compiler.
17067
17068         * lpath.el: Add detect-coding-system.
17069
17070         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17071         cus-edit.
17072
17073 2004-01-13  Simon Josefsson  <jas@extundo.com>
17074
17075         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17076         Invoke gnus-score-mode.  Reported by
17077         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17078
17079         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17080         Jim Blandy <jimb@redhat.com> (tiny change).
17081
17082 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17083
17084         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17085
17086 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17087
17088         * spam.el (spam-get-article-as-string): Update to use
17089         gnus-request-article-this-buffer, much simpler.
17090         (spam-get-article-as-buffer): Remove.
17091
17092 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17093
17094         * message.el (message-expand-name): Use EUDC if the user uses that.
17095
17096 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17097
17098         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17099         character for the encoding to avoid consing a string.
17100
17101         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17102         unnecessarily.
17103
17104         * mm-util.el (mm-replace-chars-in-string): Remove.
17105
17106         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17107         of mm-replace-chars-in-string.
17108
17109 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17110
17111         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17112
17113         * mm-util.el (mm-subst-char-in-string): Support inplace.
17114
17115         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17116         a new string in every iteration.  Use shy groups.
17117
17118 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17119
17120         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17121         * gnus-soup.el (gnus-soup-group-brew):
17122         * gnus-msg.el (gnus-put-message):
17123         * gnus-move.el (gnus-group-move-group-to-server):
17124         * gnus-kill.el (gnus-batch-score):
17125         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17126         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17127         (gnus-group-update-group, gnus-group-read-group)
17128         (gnus-group-make-group, gnus-group-make-help-group)
17129         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17130         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17131         (gnus-group-sort-by-unread, gnus-group-catchup)
17132         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17133         (gnus-group-yank-group, gnus-group-set-info)
17134         (gnus-group-list-groups):
17135         * gnus.el (gnus-generate-new-group-name):
17136         * gnus-delay.el (gnus-delay-send-queue):
17137         * nnvirtual.el (nnvirtual-catchup-group):
17138         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17139         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17140         (gnus-group-prepare-topics, gnus-topic-check-topology):
17141         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17142         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17143         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17144         (gnus-group-make-articles-read):
17145         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17146         (gnus-group-change-level, gnus-kill-newsgroup)
17147         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17148         (gnus-get-unread-articles, gnus-make-articles-unread)
17149         (gnus-make-ascending-articles-unread): Use accessor
17150         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17151         to get group information for improved readability.
17152
17153
17154 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17155
17156         * gnus-art.el (article-decode-mime-words, article-babel)
17157         (gnus-article-highlight-signature, gnus-article-add-buttons)
17158         (gnus-signature-toggle): Use gnus-with-article-buffer.
17159
17160         * gnus-art.el (gnus-article-highlight-headers)
17161         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17162
17163         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17164         (gnus-article-set-globals, gnus-request-article-this-buffer)
17165         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17166         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17167         (gnus-mime-display-alternative): Use with-current-buffer.
17168
17169 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17170
17171         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17172         also under 80 char limit, and call gnus-error if needed.
17173         (spam-fetch-article-header): Fix - it was a
17174         buffer-local variable (gnus-newsgroup-data).
17175         (spam-find-spam): Use spam-generate-fake-headers, forget about
17176         spam-insert-fake-headers.
17177         (spam-insert-fake-headers): Remove.
17178
17179 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17180
17181         * deuglify.el (gnus-article-outlook-unwrap-lines)
17182         (gnus-outlook-rearrange-article)
17183         (gnus-outlook-repair-attribution-outlook)
17184         (gnus-outlook-repair-attribution-block)
17185         (gnus-outlook-repair-attribution-other): Remove redundant
17186         save-excursion.
17187
17188 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17189
17190         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17191         (spam-fetch-field-subject-fast)
17192         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17193         (spam-fetch-article-header): Add functions to deal with Gnus
17194         internals for fast retrieval of article header data.
17195         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17196
17197 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17198
17199         * pop3.el (pop3-md5): Remove.
17200         (pop3-apop): Replace pop3-md5 with md5.
17201
17202         * mm-bodies.el: base64 is always built-in.
17203
17204         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17205         with-current-buffer.
17206
17207 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * canlock.el (canlock-insert-header): Remove excessive grouping in
17210         regexp.
17211
17212         * gnus-sum.el (gnus-summary-read-document): Ditto.
17213
17214         * gnus-uu.el (gnus-uu-part-number): Ditto.
17215
17216         * html2text.el (html2text-remove-tags): Ditto.
17217         (html2text-format-tags): Ditto.
17218         (html2text-format-single-elements): Ditto.
17219
17220         * mml.el (mml-parse-1): Ditto.
17221
17222 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17223
17224         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17225
17226         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17227
17228         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17229
17230         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17231
17232 2003-11-15  Simon Josefsson  <jas@extundo.com>
17233
17234         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17235         (pgg-gpg-lookup-key): Use regexp match instead of
17236         split-string (split-string is different between emacs 21.2 and
17237         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17238
17239 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17240
17241         * gnus-art.el (gnus-mime-view-all-parts)
17242         (gnus-article-part-wrapper, gnus-article-view-part): Use
17243         with-current-buffer.
17244
17245 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17246
17247         * spam.el (spam-disable-spam-split-during-ham-respool)
17248         (spam-spamoracle-database, spam-cache-lookups)
17249         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17250         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17251         (spam-group-ham-marks, spam-group-spam-marks)
17252         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17253         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17254         also add spam-use-blackholes to the statistical checks.
17255         (spam-fetch-field-fast): Add interface to fetching fields, may
17256         become a macro.
17257         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17258         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17259         (spam-insert-fake-headers): Fake an article when needed.
17260         (spam-find-spam): Fake article when possible.
17261         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17262         (spam-check-bogofilter-headers): Use message-fetch-field instead
17263         of nnmail-fetch-field.
17264
17265 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17268
17269 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17270
17271         * spam.el (spam-split): Do not require spam-use-CHECK to be
17272         enabled if that check is passed to spam-split explicitly; also
17273         fix so 'spam doesn't get converted to spam-split-group when
17274         spam-split-symbolic-return is t.
17275         (spam-find-spam): Find registrations of the article and use those
17276         instead of re-running spam-split to find the spam/ham
17277         classification of the article.
17278         (spam-log-processing-to-registry, spam-log-registered-p)
17279         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17280         Use gnus-error instead of gnus-message.
17281         (spam-log-registration-type): Add function to determine the
17282         classification of a message based on registry entries; will
17283         return nil if both 'spam and 'ham are found.
17284         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17285         a reasonably fast local cache without the loading errors.
17286         (spam-cache-lookups): Set to t by default.
17287         (spam-find-spam): Don't try to guess spam-cache-lookups.
17288         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17289         spam-caches entry.
17290         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17291         caching of whitelist/blacklist entries.
17292         (spam-check-whitelist, spam-check-blacklist): Invoke
17293         spam-from-listed-p with a type, not a cache variable.
17294         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17295
17296 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17297
17298         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17299
17300         * nnmail.el (nnmail-split-fancy): do.
17301
17302         * mml.el (mml-parse): do.
17303
17304         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17305         (gnus-score-adaptive): do.
17306
17307 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17310         (gnus-mime-button-map): Don't set keymap parent.
17311         (gnus-button-ctan-directory-regexp): Use shy grouping.
17312         (gnus-prev-page-map): Don't set keymap parent.
17313         (gnus-prev-page-map): Remove duplicated one.
17314         (gnus-next-page-map): Don't set keymap parent.
17315         (gnus-mime-security-button-map): Ditto.
17316
17317         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17318         version number.
17319
17320         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17321
17322 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * canlock.el (canlock-sha1-function): Remove.
17325         (canlock-sha1-function-for-verify): Remove.
17326         (canlock-openssl-program): Remove.
17327         (canlock-openssl-args): Remove.
17328         (canlock-ignore-errors): Remove.
17329         (canlock-sha1-with-openssl): Remove.
17330         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17331         (canlock-verify): Don't use canlock-ignore-errors.
17332
17333         * sha1-el.el (sha1-string-external): Make it can return a string
17334         in binary form.
17335         (sha1-region-external): Ditto.
17336         (sha1-string-internal): Ditto.
17337         (sha1-region-internal): Ditto.
17338         (sha1-region): Ditto.
17339         (sha1-string): Ditto.
17340         (sha1): Ditto.
17341
17342 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17343
17344         * spam.el (spam-report-articles-gmane): New command.
17345
17346 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17349
17350         * run-at-time.el (run-at-time-saved): Remove.
17351         (run-at-time): Doc fix.
17352
17353 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17356         (gnus-summary-limit-map): Add it.
17357         (gnus-summary-make-menu-bar): do.
17358
17359 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17360
17361         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17362         Make attempt at some caching support (done for BBDB only now).
17363         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17364         addresses to be checked.
17365         (spam-clear-cache-BBDB): Add function, to be invoked by
17366         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17367         (spam-check-BBDB): Check and use the caches, if
17368         spam-cache-lookups is on, remove superfluous (provide).
17369
17370 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17371
17372         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17373
17374 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17375
17376         * run-at-time.el (run-at-time-saved): Move to after the definition
17377         of `run-at-time'.
17378
17379         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17380
17381 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17384         mm-w3m-local-map-property.
17385
17386         * mm-view.el (mm-w3m-mode-map): Remove.
17387         (mm-w3m-local-map-property): Remove.
17388         (mm-inline-text-html-render-with-w3m): Don't use
17389         mm-w3m-local-map-property.
17390
17391 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17392
17393         * run-at-time.el: New file.
17394
17395         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17396         under Emacs.
17397
17398         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17399         of gnus-set-text-properties.
17400
17401         * gnus-uu.el (gnus-uu-save-article): Ditto.
17402
17403         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17404
17405         * gnus-cite.el (gnus-cite-parse): Ditto.
17406
17407         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17408         of gnus-.
17409
17410         * gnus-xmas.el (run-at-time): Require run-at-time.
17411
17412         * gnus.el: Changed calls to nnheader-run-at-time and
17413         password-run-at-time throughout to use run-at-time directly.
17414
17415         * password.el: Removed definition of run-at-time.
17416
17417         * nnheaderxm.el: Remove definition of run-at-time.
17418
17419 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17420
17421         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17422         in prompt.
17423
17424 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17425
17426         * messagexmas.el (message-xmas-redefine): Alias
17427         `message-make-caesar-translation-table' to
17428         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17429         version.
17430
17431         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17432         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17433         `gnus-xmas-set-text-properties'.
17434         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17435         `gnus-xmas-completing-read'.
17436         (gnus-xmas-completing-read): Removed.
17437         (gnus-xmas-open-network-stream): Removed.
17438
17439         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17440         XEmacs version.
17441
17442         * dns.el (dns-make-network-process): Use `open-network-stream'
17443         instead of `gnus-xmas-open-network-stream'.
17444
17445         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17446
17447         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17448
17449 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17450
17451         * gnus-art.el (gnus-mime-display-alternative)
17452         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17453         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17454         Don't use gnus-local-map-property.
17455
17456         * gnus-util.el (gnus-local-map-property): Remove.
17457
17458         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17459         gnus-completing-read-maybe-default with completing-read.
17460
17461         * gnus-util.el (gnus-completing-read): do.
17462         (gnus-completing-read-maybe-default): Remove.
17463
17464 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17465
17466         * password.el: Only autoload `run-at-time' if not XEmacs.
17467         Only autoload the itimer functions if XEmacs.
17468
17469 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17472         XEmacsen.
17473
17474         * dgnushack.el: Autoload executable-find for XEmacs.
17475
17476 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17477
17478         * gnus-art.el (gnus-read-string): Remove.
17479         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17480         read-string.
17481
17482 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17483
17484         * netrc.el: Autoload password-read.
17485         (netrc): Add configuration group.
17486         (netrc-encoding-method, netrc-openssl-path): Add
17487         variables for encoding and decoding of files with symmetric
17488         ciphers.
17489         (netrc-encode): Add assistant function to encode a file with
17490         netrc-encoding-method.
17491         (netrc-parse): Add interactive parameter, added optional
17492         decoding if netrc-encoding-method is non-nil but otherwise
17493         behavior is standard.
17494         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17495         Do s/encode/encrypt/ everywhere.
17496
17497         * spam.el: Remove executable-find autoload.
17498
17499 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17500
17501         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17502
17503         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17504
17505 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17506
17507         * gnus-art.el (gnus-treat-ansi-sequences)
17508         (article-treat-ansi-sequences): New variable and function.
17509         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17510
17511         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17512         Use it.
17513
17514 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17515
17516         * mm-util.el (mm-quote-arg): Remove.
17517
17518         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17519         shell-quote-argument.
17520
17521         * gnus-uu.el (gnus-uu-command): do.
17522
17523         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17524
17525         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17526         with make-char.
17527
17528         * mm-util.el (mm-make-char): Remove.
17529
17530         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17531         add-minor-mode.
17532
17533         * gnus-undo.el (gnus-undo-mode): do.
17534
17535         * gnus-topic.el (gnus-topic-mode): do.
17536
17537         * gnus-sum.el (gnus-dead-summary-mode): do.
17538
17539         * gnus-start.el (gnus-slave-mode): do.
17540
17541         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17542
17543         * gnus-ml.el (gnus-mailing-list-mode): do.
17544
17545         * gnus-gl.el (gnus-grouplens-mode): do.
17546
17547         * gnus-draft.el (gnus-draft-mode): do.
17548
17549         * gnus-dired.el (gnus-dired-mode): do.
17550
17551         * gnus-ems.el (gnus-add-minor-mode): Remove.
17552
17553         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17554         Replace gnus-char-width with char-width.
17555
17556         * gnus-ems.el (gnus-char-width): Remove.
17557
17558         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17559         Replace gnus-char-width with char-width.
17560
17561         * gnus-ems.el (gnus-char-width): Remove.
17562
17563         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17564         definition.
17565         Remove Emacs 20 hash table compatibility code.
17566
17567         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17568         20 compatibility code.
17569
17570         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17571
17572         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17573
17574         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17575         with point-at-{eol,bol}.
17576
17577         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17578
17579         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17580
17581         * flow-fill.el (fill-flowed-point-at-bol)
17582         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17583
17584         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17585         Replace with point-at-{eol,bol} throughout all files.
17586
17587 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * ntlm.el (ntlm-string-as-unibyte): New macro.
17590         (ntlm-build-auth-response): Use it.
17591
17592         Remove Emacs 20 stuff:
17593         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17594         (butlast, mapc, remove): Remove the compiler macros.
17595         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17596         of delq and copy-sequence.
17597         * gnus-art.el (popup-menu): Remove the compiler macro.
17598         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17599         Emacs 20.
17600
17601 2004-01-05  Simon Josefsson  <jas@extundo.com>
17602
17603         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17604         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17605         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17606         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17607         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17608         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17609         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17610         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17611         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17612         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17613         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17614         string-xor into ntlm-string-xor.  Suggested by
17615         Jesper Harder <harder@myrealbox.com>.
17616
17617         * ntlm.el: Don't include poem.
17618
17619         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17620         Jesper Harder <harder@myrealbox.com>.
17621
17622         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17623
17624         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17625         probably breaks emacs with DL patch, but do we care? Is anyone
17626         still using the DL stuff?)
17627
17628         * sieve-manage.el: Use the password package.
17629         (sieve-manage-read-passwd): Remove.
17630         (sieve-manage-interactive-login): Use password.  Re-add
17631         condition-case around loop.
17632
17633         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17634         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17635         the password package.
17636
17637 2003-02-19  Simon Josefsson  <jas@extundo.com>
17638
17639         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17640         token.
17641
17642 2002-08-07  Simon Josefsson  <jas@extundo.com>
17643
17644         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17645         (sieve-manage-authenticators):
17646         (sieve-manage-authenticator-alist): Add some SASL mechs.
17647         (sieve-sasl-auth): New function.
17648         (sieve-manage-cram-md5-auth):
17649         (sieve-manage-plain-auth): Rewrite using SASL library.
17650         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17651         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17652         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17653         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17654
17655 2004-01-05  Simon Josefsson  <jas@extundo.com>
17656
17657         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17658         New files.
17659
17660 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17661
17662         * gnus-group.el (gnus-no-groups-message): Update.
17663
17664         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17665
17666 2003-11-09  Simon Josefsson  <jas@extundo.com>
17667
17668         * imap.el: Support for ID IMAP extension (RFC 2971).
17669         (imap-local-variables): Add imap-id.
17670         (imap-id): New variable.
17671         (imap-id): New function.
17672         (imap-parse-response): Parse untagged ID response.
17673         * nnimap.el (nnimap-id): New variable.
17674         (nnimap-open-connection): Use it.
17675
17676 2003-12-28  Simon Josefsson  <jas@extundo.com>
17677
17678         * gnus-score.el (gnus-score-edit-all-score): New.
17679         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17680
17681 2004-01-04  Simon Josefsson  <jas@extundo.com>
17682
17683         * password.el: Add.
17684
17685 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17686
17687         * dns.el (dns-query-types): Fix typo.
17688         (dns-query-types): New function.
17689         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17690         PTR and SOA replies, see RFC 1035.
17691
17692 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17693
17694         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17695
17696         * Moved to Changelog.2.
17697
17698 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17699
17700         * gnus.el (gnus-version-number): Bump version.
17701
17702 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17703
17704         * gnus.el: No Gnus v0.1 is released.
17705
17706 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17707
17708         * gnus.el: No Gnus v0.0 is released.
17709
17710 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17711
17712         * gnus.el (gnus-version-number): Bump.
17713         (gnus-version): No.
17714
17715 See ChangeLog.2 for earlier changes.
17716
17717     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17718       Free Software Foundation, Inc.
17719
17720   This file is part of GNU Emacs.
17721
17722   GNU Emacs is free software: you can redistribute it and/or modify
17723   it under the terms of the GNU General Public License as published by
17724   the Free Software Foundation, either version 3 of the License, or
17725   (at your option) any later version.
17726
17727   GNU Emacs is distributed in the hope that it will be useful,
17728   but WITHOUT ANY WARRANTY; without even the implied warranty of
17729   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17730   GNU General Public License for more details.
17731
17732   You should have received a copy of the GNU General Public License
17733   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17734
17735 ;; Local Variables:
17736 ;; coding: utf-8
17737 ;; fill-column: 79
17738 ;; add-log-time-zone-rule: t
17739 ;; End: