Add the rest of the useful interactive commands.
[gnus] / lisp / ChangeLog
1 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (browse-url): Required.
4         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5         lines.
6         (shr-show-alt-text, shr-browse-image): New commands.
7         (shr-browse-url, shr-copy-url): New commands.
8
9         * gnus-sum.el (gnus-widen-article-window): New variable.
10         (gnus-summary-select-article-buffer): Use it.
11
12         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
13         without @ signs.
14
15 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
16
17         * nnir.el (nnir-run-imap): Remove spurious space in search string.
18
19 2010-10-04  Julien Danjou  <julien@danjou.info>
20
21         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
22         for XEmacs.
23
24 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
27
28         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
29         (nnimap-close-server): Implement.
30
31         * dgnushack.el (iswitchb): Require to shut up the compiler.
32
33         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
34         (shr-insert): Tweak line breaking.
35         (shr-insert): Handle <pre> better.
36         (shr-tag-li): Get <li> indentation right.
37         (shr-tag-li): Get <li> indentation even righter.
38         (shr-tag-blockquote): Ensure paragraph start.
39         (shr-make-table): Tweak table generation.
40         (shr-make-table): Fix typo.
41
42         * shr.el: Implement table rendering.
43
44 2010-10-04  Julien Danjou  <julien@danjou.info>
45
46         * gnus-html.el (gnus-html-put-image): Fix resize image code.
47
48 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * shr.el (shr-insert): Use string anchors instead of line anchors.
51
52 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * shr.el: Add headings.
55         (shr-ensure-paragraph): Actually work.
56         (shr-tag-li): Make <ul> prettier.
57         (shr-insert): Get white space at the beginning/end of elements right.
58         (shr-tag-p): Collapse subsequent <p>s.
59         (shr-ensure-paragraph): Don't insert double line feeds after blank
60         lines.
61         (shr-insert): \t is also space.
62         (shr-tag-s): Fix "s" tag name function.
63         (shr-tag-s): Fix face prop name.
64
65 2010-10-03  Julien Danjou  <julien@danjou.info>
66
67         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
68
69         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
70         gnus-window-inside-pixel-edges.
71
72         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
73         gnus-ems.
74
75         * mm-view.el (mm-inline-image-emacs): Support image resizing.
76
77         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
78         function.
79
80         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
81         resize choice.
82
83 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
86         beginning of the buffer.
87
88         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
89         article buffer again.
90
91         * shr.el (shr-tag-p): Don't insert newlines at the start of the
92         buffer.
93
94         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
95         when it's at the start of the buffer.
96
97         * shr.el (shr-tag-blockquote): Convert name.
98         (shr-rescale-image): Use the right image-size variant.
99
100         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
101         buffer isn't shown, then select the current article first instead of
102         bugging out.
103         (gnus-summary-select-article-buffer): Show both the article and summary
104         buffers again.
105
106         * shr.el (shr-fontize-cont): Protect against regions with no text.
107         Rename tag functions to shr-tag-* for enhanced security.
108         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
109
110 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
111
112         * shr.el (shr-insert):
113         * pop3.el (pop3-movemail):
114         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
115         loaded.
116
117 2010-10-03  Glenn Morris  <rgm@gnu.org>
118
119         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
120
121         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
122
123         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
124
125         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
126
127         * gnus-util.el (gnus-make-local-hook): Simplify.
128
129 2010-10-02  Julien Danjou  <julien@danjou.info>
130
131         * gnus-util.el (gnus-iswitchb-completing-read): New function.
132         (gnus-ido-completing-read): New function.
133         (gnus-emacs-completing-read): New function.
134         (gnus-completing-read): Use gnus-completing-read-function.
135         Add gnus-completing-read-function.
136
137 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * shr.el (shr-insert-document): Autoload.
140         (shr-img): Be silent.
141         (shr-insert): Add a newline after every picture before text.
142         (shr-add-font): Use overlays for combining faces.
143         (shr-insert): Pass upwards the text start point.
144
145         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
146         possible.
147         (mm-shr): New function.
148
149 2010-10-02  Julien Danjou  <julien@danjou.info>
150
151         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
152         should go backward.
153
154 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
155
156         * shr.el (shr): Fix typo in provide call.
157
158 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * shr.el: New file.
161
162         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
163
164         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
165         completing read.
166
167 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
170         we're being queried about.  Suggested by Dan Jacobson.
171
172         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
173         by Jason Eisner.
174
175         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
176         table, too.  Suggested by Stefan Wiens.
177         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
178         the table unnecessary.  Suggested by Stefan Wiens.
179
180         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
181         longer needed, and probably doesn't work either, as pointed out by
182         Stefan Wiens.
183         (gnus-summary-exit): Remove call to the clearing function.
184         (gnus-summary-exit-no-update): Ditto.
185
186         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
187         instead of gnus-eval-in-buffer-window to avoid popping up frames.
188         Reported by Stefan Monnier.
189         (gnus-summary-save-in-rmail): Ditto.
190
191         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
192         article buffer, instead of both the article buffer and the summary
193         buffer.  Sort of suggested by Dan Jacobson.
194
195         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
196
197         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
198         Suggested by Dan Jacobson.
199
200         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
201         documentation clearer.
202
203         * message.el (message-shorten-references): Comment on the number "21".
204         Suggested by Stefan Monnier.
205
206         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
207         Suggested by Dan Jacobson.
208
209         * gnus.el (gnus-large-newsgroup): Mention
210         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
211
212         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
213         externalize attachments.  Bug reported by Steve Wen.
214
215         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
216         really message anything to the user.
217
218         * nnmail.el (nnmail-article-group): Allow using the fancy split method
219         directly.
220
221         * nnimap.el (nnimap-request-group): Low higher than high to signal no
222         messages in empty groups.
223
224 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
225
226         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
227         non-UIDNEXT group.
228
229 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
232         not the value from the collection.
233
234         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
235         values.  This sometimes happens on some groups that have no info.
236         (nnimap-request-newgroups): New function.
237
238 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
239
240         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
241         check into `gnus-registry-initialize'.
242         (gnus-registry-initialize): Ditto.
243         Fix and extend header docs.
244
245 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
248         regexp backtrace overflows.
249
250         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
251         for starttls that tls.el implements; i.e. openssl.
252
253         * tls.el (tls-starttls-switches): Give up on using starttls with
254         gnutls-cli.
255         (tls-program): Add --insecure to be consistent with the defaults from
256         openssl s_client.  Now all three commands are insecure.
257
258 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * lpath.el: Bind completion-styles-alist for XEmacs.
261
262         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
263         (gravatar-create-image): New function that's an alias to
264         gnus-xmas-create-image, gnus-create-image, or create-image.
265         (gravatar-data->image): Use it.
266
267 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
268
269         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
270         install the nnregistry refer method.
271         (gnus-registry-install-hooks): Use it.
272         (gnus-registry-unfollowed-groups): Add nnmairix to the default
273         unfollowed groups.
274
275 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
276
277         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
278         expanding threads.
279
280 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * nnir.el: Use the server names without suffixes (bug #7009).
283
284         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
285         unencrypted to STARTTLS, if possible.
286
287 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
288
289         * message.el (message-ignored-supersedes-headers): Strip Injection-*
290         headers before superseding.
291
292 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * nnrss.el (nnrss-use-local): Add documentation.
295
296         * nnimap.el (nnimap-extend-tls-programs): New function.
297         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
298         (nnimap-wait-for-connection): Accept the greeting from the stupid
299         output from openssl s_client -starttls, too.
300
301         * tls.el (tls-starttls-switches): New variable.
302         (tls-find-starttls-argument): Use it.
303         (open-tls-stream): Ditto.
304
305         * netrc.el (netrc-credentials): Return the value of the "default"
306         entry.
307         (netrc-machine): Ditto.
308
309         * nnimap.el (nnimap-find-article-by-message-id): Really return the
310         article number.
311         (nnimap-split-fancy): New variable.
312         (nnimap-split-incoming-mail): Use it.
313
314         * nntp.el (nntp-server-list-active-group): Document.
315
316         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
317         SELECT to get the message-id.
318
319         * mail-source.el (mail-sources): Removed webmail support.
320         (defvar): Ditto.
321         (mail-source-fetcher-alist): Ditto.
322         (mail-source-fetch-webmail): Removed.
323
324         * webmail.el: Removed -- doesn't seem relevant any more.
325
326         * gnus.el: Fix up make-obsolete-variable declarations throughout.
327
328         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
329         the \r.
330
331 2010-09-30  Julien Danjou  <julien@danjou.info>
332
333         * gnus-agent.el (gnus-agent-add-group): Fix call to
334         gnus-completing-read.
335
336 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * nndoc.el (nndoc-retrieve-groups): New function.
339
340         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
341         `default', use nnmail-split-methods.
342         (nnimap-request-article): Downcase the NILs so that they are nil.
343
344         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
345         symbol.
346
347         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
348         code, since if the user has requested network, that's what they ought
349         to get.
350         (nnimap-request-set-mark): Erase the buffer before issuing commands.
351         (nnimap-split-rule): Mark as obsolete.
352
353         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
354         variable.
355
356         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
357         correct slot, too.
358
359 2010-09-29  Julien Danjou  <julien@danjou.info>
360
361         * gnus.el (gnus-local-domain): Declare variable obsolete.
362
363         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
364         computing.
365         (gnus-ido-completing-read): Require ido.
366
367 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-registry.el: Don't prompt on load, which makes it impossible to
370         build Gnus.
371
372         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
373         when interpreting the structures.
374         (nnimap-request-accept-article): Add \r\n to the lines to make this
375         work with Cyrus.
376
377         * nndraft.el (nndraft-request-expire-articles): Use the group name
378         instead if "nndraft".  Fix found by Nils Ackermann.
379
380 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
381
382         * nnregistry.el: Added.
383
384 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
385
386         * nnmail.el (group, group-art-list, group-art):
387         Remove unneeded directives.
388
389 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
392         (mm-mime-charset)
393         * rfc2047.el (rfc2047-syntax-table)
394         * utf7.el (utf7-utf-16-coding-system): Comment fix.
395
396         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
397         rather than `insert-file-contents' and `eval-region'.
398
399         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
400         construction.
401
402         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
403
404         * time-date.el: No need to require cl for Emacs 21.
405
406 2010-09-29  Julien Danjou  <julien@danjou.info>
407
408         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
409         replacement of `gnus-gravatar-relief' to mimic
410         `gnus-faces-properties-alist'.
411         Add :version property.
412
413 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * mail-source.el (mail-source-report-new-mail)
416         * message.el (message-default-mail-headers)
417         * mm-decode.el (mm-valid-image-format-p): Comment fix.
418
419         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
420
421 2010-09-28  Julien Danjou  <julien@danjou.info>
422
423         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
424         mail-address contains the same string as real-name.
425
426         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
427         non-blank in header, otherwise it'll get stripped.
428
429         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
430         real-name, and then for mail address rather than doing : or , search.
431
432 2010-09-27  Julien Danjou  <julien@danjou.info>
433
434         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
435         (gnus-server-goto-server): Use gnus-completing-read.
436
437         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
438
439         * mm-util.el (defalias): Use gnus-completing-read.
440         (mm-codepage-setup): Use gnus-completing-read.
441
442         * smime.el (smime-sign-buffer): Use gnus-completing-read.
443         (smime-decrypt-buffer): Use gnus-completing-read.
444
445         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
446
447         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
448         (mml-minibuffer-read-disposition): Use gnus-completing-read.
449         (mml-insert-multipart): Use gnus-completing-read.
450
451         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
452
453         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
454
455         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
456
457         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
458
459         * gnus.el (gnus-read-method): Use gnus-completing-read.
460
461         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
462
463         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
464         (gnus-mime-action-on-part): Use gnus-completing-read.
465         (gnus-article-encrypt-body): Use gnus-completing-read.
466
467         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
468         (gnus-topic-move-matching): Use gnus-completing-read.
469         (gnus-topic-copy-matching): Use gnus-completing-read.
470         (gnus-topic-sort-topics): Use gnus-completing-read.
471         (gnus-topic-move): Use gnus-completing-read.
472
473         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
474         (gnus-agent-add-group): Use gnus-completing-read.
475
476         * nnmairix.el (nnmairix-create-server-and-default-group): Use
477         gnus-completing-read.
478         (nnmairix-update-groups): Use gnus-completing-read.
479         (nnmairix-get-server): Use gnus-completing-read.
480         (nnmairix-backend-to-server): Use gnus-completing-read.
481         (nnmairix-goto-original-article): Use gnus-completing-read.
482         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
483
484         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
485
486         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
487         (gnus-group-make-useful-group): Use gnus-completing-read.
488         (gnus-group-make-web-group): Use gnus-completing-read.
489         (gnus-group-add-to-virtual): Use gnus-completing-read.
490         (gnus-group-browse-foreign-server): Use gnus-completing-read.
491
492         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
493         (gnus-summary-limit-to-extra): Use gnus-completing-read.
494         (gnus-summary-execute-command): Use gnus-completing-read.
495         (gnus-summary-respool-article): Use gnus-completing-read.
496         (gnus-read-move-group-name): Use gnus-completing-read.
497
498         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
499         (gnus-summary-score-effect): Use gnus-completing-read.
500
501         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
502
503         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
504         right completing-read function.
505         (gnus-use-ido): New variable
506         (gnus-completing-read-with-default): Remove.
507
508 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
511         x-focus-frame.
512
513         * nnimap.el (auth-source-forget-user-or-password)
514         (auth-source-user-or-password): Autoload.
515
516         * message.el (message-from-style, message-interactive)
517         (message-cite-prefix-regexp, message-sendmail-envelope-from)
518         (message-yank-prefix, message-indentation-spaces, message-signature)
519         (message-signature-file): Add comment.
520
521 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
524         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
525         new articles.
526
527         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
528         parts.
529         (nnimap-request-article): Work with the t setting, too.
530
531         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
532         that you don't get flashes of other buffers.
533         (gnus-summary-show-complete-article): Intern before setting.
534
535 2010-09-27  David Engster  <dengste@eml.cc>
536
537         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
538         well as HEADERS.
539         (nnmairix-retrieve-headers): Provide new argument for the above.
540
541 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * gnus-sum.el (gnus-summary-move-article): Don't alter
544         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
545         group.
546
547         * nnimap.el (nnimap-update-info): Don't destructively alter active.
548
549         * message.el (message-cite-prefix-regexp): Revert my last edit.
550
551         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
552         variable instead of the Gnus variable.
553
554         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
555
556         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
557         again.
558
559         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
560         since some servers don't like it.
561         (nnimap-open-connection): Forget credentials if the server says the
562         password was wrong.
563         (nnimap-parse-line): Protect against invalid data.
564
565         * gnus-sum.el (gnus-summary-move-article): Add comment.
566         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
567         nothing alters it while scanning for new messages.
568
569         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
570         which may or may not help.
571         (nnimap-open-connection): If we're doing a stream connection, and then
572         discover we're on a STARTTLS-capable server, then open a STARTTLS
573         connection instead.
574
575 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * nnimap.el (utf7): Required.
578
579         * message.el (message-cite-prefix-regexp): Remove "}" from citation
580         prefix.
581
582 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
583
584         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
585
586 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * nnimap.el (nnimap-request-accept-article): Message the error on
589         error.
590
591 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
594
595 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * nndoc.el (nndoc-request-list): Return success always.
598
599         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
600         `fetch-old' -- we only want to fetch the articles we've requested.  The
601         rest are in the agent, probably.
602         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
603         disappeared server" to something low.  It's not important.
604
605         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
606         arrived before the FETCH data.
607
608         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
609         target here, because we don't know the Gnus name of the group.
610
611         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
612         for the correct group.
613
614         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
615
616         * gnus.el (gnus): Give a final warning after startup.
617
618         * gnus-util.el (gnus-action-message-log): New variable.
619         (gnus-message): Use it.
620         (gnus-final-warning): New function.
621
622         * nnimap.el (nnimap-open-connection): Record the greeting.
623         (nnimap): Add greeting.
624
625 2010-09-26  Julien Danjou  <julien@danjou.info>
626
627         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
628         arguments.
629         (gnus-html-wash-images): Fix spec computing to include start/end.
630
631         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
632
633 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
636         deletion.
637         (nnimap-retrieve-headers): Don't select the group, because that's
638         already done by nnimap-possibly-change-group.
639
640         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
641         (gnus-picon-transform-address): Use it.
642
643         * mail-source.el (mail-source-value): Revert previous patch.
644
645         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
646         on failure.
647         (nnimap-open-connection): Look up both virtual and physical server name
648         credentials.
649
650         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
651
652 2009-02-07  Dave Love  <fx@gnu.org>
653
654         * tls.el (open-tls-stream): Don't query killing process.
655
656 2009-02-08  Dave Love  <fx@gnu.org>
657
658         * gnus-win.el (gnus-window-to-buffer-helper,
659         gnus-all-windows-visible-p): Function needn't be a symbol.
660
661         * mail-source.el (mail-source-value): Function needn't be a symbol.
662
663 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * message.el (message-cite-prefix-regexp): Remove } from the cite
666         prefix.
667
668         * gnus-art.el (gnus-treatment-function-alist): Do picons before
669         highlight again, so that the highlight is correct.
670
671         * gnus-picon.el (gnus-picon): Remove again.
672         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
673
674         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
675         doing the header highlightling, so that the background colour of the
676         picon is correct.
677
678         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
679         (gnus-picon): Ditto.
680         (gnus-picon): Reinstate.  The background colour for picons is white.
681         (gnus-picon-insert-glyph): Make the background white.
682
683         * nnml.el (nnml-open-nov): Don't return dead buffers.
684
685         * auth-source.el (auth-source-create): Query the user for whether to
686         store the credentials.
687
688         * netrc.el (netrc-store-data): New function.
689
690         * auth-source.el (auth-source-user-or-password): Use the existing auth
691         sources, if any, for creation.
692
693         * gnus.el (gnus-group-fast-parameter): Return the last matching
694         parameter instead of the first matching parameter.
695
696 2010-09-26  Julien Danjou  <julien@danjou.info>
697
698         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
699
700 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * mml2015.el (mml2015-use): Remove gpg support.
703
704         * mml1991.el (mml1991-function-alist): Remove gpg function.
705         (mml1991-gpg-sign): Removed.
706
707 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
708
709         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
710         (gnus-browse-unsubscribe-current-group): Document it.
711         (gnus-browse-unsubscribe-group): Use it.
712
713 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
716         address to the To list for easier response.
717
718         * gnus.el (gnus-play-startup-jingle): Removed.
719         (gnus-splash): Don't play jingle.
720         (gnus): Silence gnus-load message.
721
722         * gnus-art.el (gnus-treat-play-sounds): Removed.
723
724         * gnus.el (gnus-play-jingle): Remove audio support.
725
726         * gnus-cus.el (gnus-score-customize): Remove audio reference.
727
728         * earcon.el: Removed -- no users.
729
730         * gnus-audio.el: Removed -- no users of this package.
731
732         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
733
734         * gnus-start.el (gnus-setup-news): Remove nocem support.
735
736         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
737
738         * gnus.el (gnus-use-nocem): Removed.
739
740         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
741         Removed.
742
743         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
744         uses NoCeM any more.
745
746         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
747         (gnus-button-ctan-handler): Ditto.
748         (gnus-button-handle-ctan-bogus-regexp): Ditto.
749         (gnus-button-ctan-directory-regexp): Ditto.
750         (gnus-button-handle-ctan): Ditto.
751         (gnus-button-tex-level): Ditto.
752         (gnus-button-alist): Removed CTAN stuff.
753
754 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
757         nnimap-streaming test.
758
759         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
760         servers twice.
761
762         * nnimap.el (nnimap-open-connection): Add more error reporting when
763         nnimap fails early.
764
765         * nnheader.el (nnheader-get-report-string): New function.
766         (nnheader-get-report): Use it.
767
768         * gnus-int.el (gnus-check-server): Say what the error was when opening
769         failed.
770
771         * nnimap.el (nnimap-wait-for-response): Search further when we're not
772         using streaming.
773
774 2010-09-25  Julien Danjou  <julien@danjou.info>
775
776         * gnus-html.el (gnus-html-rescale-image): Use our defalias
777         gnus-window-inside-pixel-edges.
778
779 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
782
783         * mm-decode.el (mm-save-part): Allow saving to other directories the
784         normal Emacs way.
785
786         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
787         by Jay Berkenbilt.
788
789         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
790         there isn't a single byte.
791
792         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
793         just do it.  It doesn't really seem to matter what the user responds
794         here, I think, so it's just a confusing question.
795
796         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
797         non-streaming case.
798
799         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
800         (gnus-article-encrypt-body): Use it.
801
802         * gnus-sum.el (gnus-summary-show-complete-article): New command and
803         keystroke.
804
805         * nnimap.el (nnimap-find-wanted-parts-1): Use
806         gnus-fetch-partial-articles.
807
808         * gnus-art.el (gnus-fetch-partial-articles): New variable.
809
810         * nnimap.el (nnimap-insert-partial-structure): New function.
811         (nnimap-get-partial-article): New function.
812         (nnimap-request-article): Use it.
813         (nnimap-wait-for-response): Return whether the wait was successful.
814         (nnimap-finish-retrieve-group-infos): Don't do anything if the
815         retrieval wasn't successful.
816         (nnimap-retrieve-group-data-early): Allow throttling servers.
817         (nnimap-streaming): New variable.
818         (nnimap-fetch-partial-articles): Removed.
819
820         * mm-decode.el (mm-with-part): Protect against killed buffers.
821
822         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
823         for prettier summary display.
824
825 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
826
827         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
828         directly.
829
830 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
833         apparently third-party libraries depend on it.
834
835         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
836         before starting negotiation.
837
838         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
839         privacy reasons.
840         (gnus-treat-mail-gravatar): Ditto.
841
842         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
843         buffer when inserting images.  Inserting text into the headers, for
844         instance, can make them invalid.
845
846 2010-09-25  Julien Danjou  <julien@danjou.info>
847
848         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
849         variables.
850
851         * nnheader.el: Remove useless variables news-reply-yank-from and
852         news-reply-yank-message-id.
853
854         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
855         variables.
856
857         * mml1991.el: Remove useless mml1991-verbose.
858
859         * gnus.el: Remove useless variable gnus-use-generic-from.
860         Remove obsolete variable gnus-topic-indentation.
861
862         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
863
864         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
865
866         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
867
868         * gnus-group.el: Remove useless gnus-group-icon-cache.
869         Remove useless gnus-ephemeral-group-server.
870
871         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
872
873         * mml2015.el: Remove useless mml2015-verbose.
874
875         * mml-smime.el: Remove useless mml-smime-verbose.
876
877         * gnus.el: Remove useless gnus-local-domain.
878
879         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
880         gnus-gravatar-size.
881
882         * gnus-art.el: Remove useless gnus-treat-translate.
883
884 2010-09-24  Julien Danjou  <julien@danjou.info>
885
886         * gnus-sum.el: Add support for Gravatars.
887
888         * gnus-art.el: Add support for Gravatars.
889
890         * gnus-gravatar.el: Add this file.
891
892         * gravatar.el: Add this file.
893
894 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
897
898         * gnus-group.el (gnus-group-fetch-faq): Removed.
899
900         * gnus.el (gnus-group-faq-directory): Removed.
901
902         * gnus-group.el (gnus-group-fetch-charter): Removed.
903
904         * gnus.el (gnus-group-charter-alist): Removed.
905
906         * gnus-group.el (gnus-group-archive-directory): Removed.
907         (gnus-group-recent-archive-directory): Ditto.
908         (gnus-group-make-archive-group): Removed.
909
910         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
911
912         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
913         use the same article number for all the cached articles.
914
915         * nnimap.el (nnimap-command): Register the last command time so
916         that we can use it for idling NOOPs.
917         (nnimap-open-connection): Start the keeplive timer.
918         (nnimap-make-process-buffer): Store all the process buffers.
919         (nnimap-keepalive): New function.
920
921         * starttls.el: (starttls-open-stream): Add autoload cookie.
922
923 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
924
925         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
926         handling.
927
928 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
931         its data structures.
932
933         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
934         instead of the cl.el copy-list.
935         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
936         equalp.
937
938 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
941         and tool-bar-local-item-from-menu.
942
943         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
944         mode-line-highlight face for Emacs.
945
946         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
947         loading gnus-sum.elc; fix comment for canlock-verify.
948         (gnus-article-jump-to-part): Use read-number.
949         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
950         Emacs pre-21 compatible code for help-echo.
951         (gnus-article-next-page-1): No need to adjust the number of lines.
952         (gnus-article-describe-bindings): Always use help-buffer.
953
954         * gnus-audio.el (gnus-audio-inline-sound)
955         * gnus-cus.el (gnus-custom-mode)
956         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
957
958         * gnus-sum.el (gnus-remove-overlays): Doc fix.
959
960         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
961         compatible code.
962
963 2010-09-24  Glenn Morris  <rgm@gnu.org>
964
965         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
966         visiting the fcc file in rmail-mode.
967
968         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
969
970 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * nnir.el: Silence the byte compiler.
973
974         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
975         alias to browse-url-url-encode-chars if any.
976         (gnus-html-encode-url): Use it.
977
978 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * gnus-start.el (gnus-use-backend-marks): New variable.
981         (gnus-get-unread-articles-in-group): Use it.
982
983         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
984         makeover.
985
986 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
987
988         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
989
990 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
993         Removed.
994         (gnus-setup-news-hook): Removed
995         gnus-fixup-nnimap-unread-after-getting-new-news.
996
997         * gnus-int.el (gnus-request-update-info): Protect against backends not
998         having the function.
999
1000         * nnimap.el (nnimap-stream): Mention starttls.
1001         (nnimap-open-connection): Add starttls support.
1002
1003 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1004
1005         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1006
1007 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1010         BODYSTRUCTUREs.
1011         (nnimap-transform-headers): Unfold quoted {42} headers.
1012
1013         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1014         the info.
1015         (gnus-get-unread-articles): Only call updatep on backends that support
1016         it.
1017
1018         * nnweb.el (nnweb-request-update-info): NOOP.
1019
1020         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1021
1022         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1023         since it only deals with marks.
1024
1025         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1026         gnus-request-marks, and make a new gnus-request-update-info.
1027
1028         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1029         the active instead of the high number, which is usually too low.
1030
1031 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1032
1033         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1034         * encrypt.el: Removed.
1035
1036 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1039         server in symbolic form.
1040
1041         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1042         0.9.
1043
1044 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1047         (nnimap-update-info): Fix up code slightly.
1048
1049         * gnus-int.el (gnus-open-server): Add tracing for performance
1050         debugging.
1051
1052         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1053         (gnus-group-insert-group-line): Pass the real group name so that it
1054         gets the right data.
1055
1056         * gnus-start.el (gnus-get-unread-articles): Don't have
1057         `gnus-get-unread-articles-in-group' update info, since that can be
1058         really slow and doesn't seem to be needed?
1059
1060 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1061
1062         * time-date.el (date-to-time): Try using parse-time-string first before
1063         using the slower timezone-make-date-arpa-standard.
1064
1065 2010-09-22  Julien Danjou  <julien@danjou.info>
1066
1067         * gnus-group.el (gnus-group-insert-group-line): Call
1068         gnus-group-highlight-line.
1069         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1070         default hook list.
1071         (gnus-group-update-eval-form): Add new function.
1072         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1073         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1074
1075 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1078         immediate, then expire all articles.
1079         (nnimap-update-info): Fix off-by-one errors.
1080         (nnimap-flags-to-marks): Would return no marks lists for group with no
1081         flags.  Instead return the other data.
1082
1083 2010-09-22  Julien Danjou  <julien@danjou.info>
1084
1085         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1086         Only return an icon.
1087         (gnus-group-insert-group-line): Compute icon to return.
1088
1089         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1090         variable.
1091         (gnus-html-image-fetched): Only cache if
1092         gnus-html-image-automatic-caching is set.
1093         (gnus-html-image-fetched): Check for errors.
1094
1095 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1098         once per method on `g'.  This ensures that backends like nnfolder don't
1099         open all their folders.
1100
1101         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1102         (nnimap-request-list): Nix out group in the correct buffer.
1103         (nnimap-parse-flags): Implement by using `read' instead of
1104         hand-parsing.
1105         (nnimap-flags-to-marks): Pass on permanent-flags.
1106         (nnimap-make-process-buffer): Record the server name.
1107         (nnimap-parse-flags): Fix typo.
1108         (nnimap-request-scan): Run split on the server in general, not just a
1109         single group.
1110
1111         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1112         parameter, and propagate this downwards.
1113
1114         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1115         since EXAMINE changes it on the server.
1116
1117         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1118         this command might take a while.
1119
1120 2010-09-22  Julien Danjou  <julien@danjou.info>
1121
1122         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1123         harmful if you have 2 images side-by-side, they can't be properly
1124         update on text deletion.  Using text-property is safer here.
1125         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1126         data.
1127
1128 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * nnimap.el (nnimap-expunge-inbox): Removed.
1131         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1132         (nnimap-expunge): Flip default to t.
1133
1134         * gnus.el (gnus-method-to-server): Don't push things to the cache
1135         unless it's unique.
1136         (gnus-server-to-method): Ditto.
1137
1138 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1139
1140         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1141
1142 2010-09-22  Julien Danjou  <julien@danjou.info>
1143
1144         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1145         get the start of data.
1146         (gnus-html-encode-url): Add this function to encode special chars in
1147         URL.
1148         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1149         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1150
1151         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1152         default.
1153         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1154
1155         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1156         images alt-text.
1157         (gnus-html-put-image): Put alt-text as help-echo.
1158
1159 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1162         * mm-util.el (mm-decompress-buffer)
1163         * nnir.el (nnir-run-find-grep)
1164         * pop3.el (pop3-list): Use 3rd arg of split-string.
1165
1166         * time-date.el (format-seconds): Comment fix.
1167
1168         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1169         and byte-optimize-form-code-walker.
1170         (dgnushack-make-auto-load): Don't advise make-autoload.
1171
1172         * lpath.el: Remove Emacs 21 stuff.
1173
1174 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1177         outside the active range.  Suggested by Dan Christensen.
1178
1179         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1180         slightly later to avoid double-getting it.
1181
1182         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1183         previous patch.
1184
1185         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1186
1187 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1188
1189         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1190
1191 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * gnus-int.el (gnus-open-server): Give a better error message in the
1194         "go offline" case.
1195
1196         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1197         marks for nnimap, which is seldom the right thing to do.
1198
1199         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1200         (gnus-same-method-different-name): New function.
1201
1202         * nnimap.el (parse-time): Require.
1203
1204         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1205         method in the presence of many similar methods.
1206
1207         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1208
1209         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1210         nnml-inhibit-expiry.
1211
1212         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1213         find out whether methods are equal.
1214
1215         * nnimap.el (nnimap-find-expired-articles): New function.
1216         (nnimap-process-expiry-targets): New function.
1217         (nnimap-request-move-article): Request the article before looking at
1218         what the Message-ID is.  Fix found by Andrew Cohen.
1219         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1220
1221         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1222         for oldness in addition to being a predicate.
1223
1224         * nnimap.el (nnimap-request-group): When we have zero articles, return
1225         the right data to Gnus.
1226         (nnimap-request-expire-articles): Only delete articles immediately if
1227         the target is 'delete.
1228
1229         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1230         method, this would bug out.
1231
1232         * gnus-group.el (gnus-group-expunge-group): Renamed from
1233         gnus-group-nnimap-expunge, and implemented as a normal interface
1234         function.
1235
1236         * gnus-int.el (gnus-request-expunge-group): New function.
1237
1238         * nnimap.el (nnimap-request-create-group): Implement.
1239         (nnimap-request-expunge-group): New function.
1240
1241 2010-09-21  Julien Danjou  <julien@danjou.info>
1242
1243         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1244         (gnus-html-cache-expired): Add new function.
1245         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1246         wethever we should display image for fetch it.
1247         Compute alt-text earlier to pass it to the fetching function too.
1248         (gnus-html-schedule-image-fetching): Change function argument to only
1249         get one image at a time, not a list.
1250         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1251         cache.
1252         (gnus-html-get-image-data): New function to retrieve image data from
1253         cache.
1254         (gnus-html-put-image): Change buffer argument to use image data rather
1255         than file, and place image above region rather than inserting a new
1256         one. Do not take alt-text as argument, since it's useless now: we place
1257         the image above alt-text.
1258         (gnus-html-prune-cache): Remove.
1259         (gnus-html-show-images): Start to fetch image when we find one, do not
1260         push into a temporary list.
1261         (gnus-html-prefetch-images): Only fetch image if they have expired.
1262         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1263         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1264
1265 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1268
1269 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1272         spec inser "*" if the group isn't active instead of 0.
1273
1274         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1275         opening the server.
1276         (nnimap-request-delete-group): Implement group deletion.
1277         (nnimap-transform-headers): Return the size of the entire message in
1278         the Bytes header, not just the size of the first part.
1279         (nnimap-request-move-article): When moving an article from nnimap,
1280         request the article first so the accepting form has an article to
1281         accept.  Reported by Dan Christensen.
1282         (nnimap-command): Make sure that the error message doesn't error out.
1283
1284 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1285
1286         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1287         we haven't requested anything.
1288
1289 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1292         "".  Fix found by Andrew Cohen.
1293
1294         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1295         instead of -encode-string.
1296
1297 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1300
1301         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1302         by mm-subst-char-in-string.
1303
1304 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1307         waiting for the connection string.
1308
1309         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1310         arriving.
1311
1312         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1313         bogus characters.  This allows selecting certain Gmail groups.
1314
1315         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1316         (nnimap-fetch-partial-articles): New variable.
1317         (nnimap-open-connection): When looking for credentials, also use the
1318         nnimap-server-port.
1319         (nnimap-request-article): Return the group/article number, so that Gnus
1320         `^' works as expected.
1321         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1322         them.
1323
1324         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1325         comments.
1326         (gnus-methods-sloppily-equal): New function.
1327         (gnus): When using the development version of Gnus, load the gnus-load
1328         file.
1329
1330         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1331         `gnus-open-server' on each method before trying to scan them etc.  This
1332         ensures that all the backend parameters are set correctly.
1333
1334         * nnimap.el (nnimap-authenticator): New variable.
1335         (nnimap-open-connection): Allow anonymous login.
1336         (nnimap-transform-headers): The chars header is called Chars not
1337         Bytes.
1338         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1339         drops.
1340
1341         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1342         patch, found by Knut Anders Hatlen.
1343
1344 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1345
1346         * gnus-agent.el (gnus-agent-batch-confirmation)
1347         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1348         to gnus-message.
1349         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1350         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1351         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1352         * gnus-int.el (gnus-open-server): Likewise.
1353         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1354         (gnus-score-check-syntax): Likewise.
1355         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1356         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1357         Likewise.
1358         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1359
1360 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1363         calling conventions so that prefetch doesn't bug out.
1364
1365 2010-09-19  Julien Danjou  <julien@danjou.info>
1366
1367         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1368         rather than `subst-char-in-region' in order to be able to replace ASCII
1369         char by UTF-8 ones.
1370
1371         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1372         than curl.
1373         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1374         the right URL and ALT text on images.
1375         (gnus-html-wash-tags): Fix tag case.
1376         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1377         (gnus-article-html): Add -o display_ins_del=2 option.
1378         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1379
1380 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1383         the extra mail headers, which sometimes seem to happen for unknown
1384         reasons.
1385
1386         * mail-parse.el (mail-header-encode-parameter): Define as
1387         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1388         (or most, perhaps?) mail readers don't understand the latter, but do
1389         understand the former.
1390
1391         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1392         to nil, so that no methods are automatically agentized.  I think this
1393         is probably what most users want.
1394
1395         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1396         from url-retrieve, for instance about invalid URLs.
1397
1398         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1399         groups that have no articles.
1400         (nnimap-request-article): Check that we really got an article when we
1401         requested one.
1402
1403         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1404         doesn't exist.
1405
1406         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1407         nntp buffer so the agent can save it.
1408         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1409         that CRLF doesn't get translated to \n.
1410         (nnimap-open-connection): Don't make 'shell commands only send \n.
1411
1412 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1413
1414         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1415         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1416         Update var name.
1417         (nnml-generate-nov-file): Use dolist.
1418         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1419         Use with-current-buffer.
1420
1421 2010-09-18  Julien Danjou  <julien@danjou.info>
1422
1423         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1424         parallel.
1425
1426 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1429         the range update right.
1430         (nnimap-request-group): Don't make `M-g' bug out on group with no
1431         marks.
1432         (nnoo): Required, so that other packages can require nnimap.
1433         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1434         command we're looking for.  This helps when the server sends more
1435         responses after we've gotten everything we expected.
1436         (nnimap): Add a `newlinep' field to keep track of end-of-line
1437         conventions.
1438         Don't send CRLF to things that don't want it.
1439         (nnimap-request-accept-article): Ditto.
1440
1441 2010-09-18  Julien Danjou  <julien@danjou.info>
1442
1443         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1444         than curl to retrieve images.
1445
1446 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1449         the marks.
1450         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1451         (nnimap-wait-for-connection): New function.
1452         (nnimap-open-connection): If we have PREAUTH, don't query for login
1453         credentials.
1454         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1455         when doing a partial update.
1456
1457 2010-09-18  Julien Danjou  <julien@danjou.info>
1458
1459         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1460         tags.
1461
1462 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * nnimap.el (nnimap-credentials): New function.
1465         (nnimap-open-connection): Use the new function to look for credentials
1466         also on the numeric equivalents of "imap" and "imaps".
1467
1468         * gnus-start.el (gnus-activate-group): Send the info to
1469         gnus-request-group.
1470
1471         * nnimap.el (nnimap-request-group): Have the "check" version of the
1472         function parse flags and update the info, so that a `M-g' get a total
1473         resync of all flags from the group.
1474
1475         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1476         to allow backends to alter the info on group selection.  Also alter all
1477         the backend -request-group functions to take the parameter.
1478
1479         * nnimap.el (nnimap-store-info): New function.
1480         (nnimap-update-info): Store the info for later usage.
1481         (nnimap-request-group): Use the stored info for the dont-check case, so
1482         that we don't retrieve all marks when we enter a group.
1483
1484         * nnimap.el: Use deffoo instead of defun for interface functions.
1485
1486         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1487         update the group info.  This makes the nndraft groups, for instance, go
1488         back to their old behaviour.
1489
1490         * gnus-sum.el (gnus-select-newsgroup): Indent.
1491
1492         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1493         in.
1494         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1495         nothing.
1496
1497         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1498         from methods that are denied.
1499
1500         * gnus-int.el (gnus-method-denied-p): New function.
1501
1502         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1503         store the password instead of netrc.
1504         (nnimap-open-connection): Don't error out when we can't make a
1505         connections.
1506
1507         * auth-source.el (auth-source-create): In the password prompt, say what
1508         we're querying for.  Also prompt for user name if that hasn't been
1509         given.
1510
1511         * nnimap.el (nnimap-with-process-buffer): Removed.
1512
1513 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1516         method when we're reading from the agent.
1517
1518         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1519
1520         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1521         that's probably most useful for users.
1522
1523         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1524         "failed" all the time.
1525
1526         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1527         ...)) with (with-current-buffer ... ).
1528
1529         * nntp.el (nntp-open-server): Return whether the open was successful or
1530         not.
1531
1532         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1533         select an unread unseen article first.
1534
1535         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1536         /etc/services, supply some sensible port defaults.
1537
1538         * dgnushack.el: Define netrc-credentials.
1539
1540 2010-09-17  Julien Danjou  <julien@danjou.info>
1541
1542         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1543
1544 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1545
1546         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1547         doesn't have any parameters.
1548
1549 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1552         only upcased checks.
1553
1554         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1555
1556         * nnimap.el (nnimap-open-shell-stream): New function.
1557         (nnimap-open-connection): Use it.
1558         (nnimap-transform-headers): Get the number of lines in each message.
1559         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1560         number of lines.
1561         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1562         problem.
1563
1564         * utf7.el (utf7-encode): Autoload.
1565
1566         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1567         to allow the mail splitting to not return a default group.  This is
1568         useful for nnimap, which will leave unmatched mail in the inbox.
1569
1570         * nnimap.el: Rewritten.
1571
1572         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1573         nnimap usage.
1574
1575         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1576         if the move is internal, so that nnimap can do fast internal moves.
1577
1578         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1579         data.
1580         (gnus-read-active-for-groups): Support finishing the early retrieval of
1581         data.
1582
1583         * gnus-range.el (gnus-range-nconcat): New function.
1584
1585         * gnus-int.el (gnus-finish-retrieve-group-infos)
1586         (gnus-retrieve-group-data-early): New functions.
1587
1588 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1589
1590         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1591         (nnrss-retrieve-groups):
1592         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1593         (pop3-quit): Use with-current-buffer.
1594
1595 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1598         instead of nnheader-accept-process-output.
1599
1600         * dgnushack.el (dgnushack-compile): Add comment.
1601
1602         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1603
1604         * gnus-html.el (gnus-html-schedule-image-fetching)
1605         (gnus-html-prefetch-images): Replace process-kill-without-query by
1606         gnus-set-process-query-on-exit-flag.
1607
1608 2010-09-16  Romain Francoise  <romain@orebokech.com>
1609
1610         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1611
1612 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1615         parameter to unintern is mandatory-ish in Emacs 24.
1616
1617         * gnus-html.el (gnus-html-schedule-image-fetching)
1618         (gnus-html-prefetch-images): Check for curl before using it.
1619
1620         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1621         depend on curl, which isn't essential.
1622
1623         * imap.el: Revert back to version
1624         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1625         seem problematic.
1626
1627 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1628
1629         * gnus-registry.el (gnus-registry-install-shortcuts):
1630         Explicitly pass `obarray' to `unintern' to avoid a warning.
1631
1632 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1635         change.
1636
1637         * nnrss.el (nnrss-request-list): Removed this function and related
1638         functions, including the moreover stuff.
1639
1640 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * nnrss.el (nnrss-retrieve-groups): New function.
1643
1644 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1645
1646         * .dir-locals.el: Add no-byte-compile cookie.
1647
1648 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * time-date.el (format-seconds): Comment fix.
1651
1652         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1653         for back end that doesn't support request-scan.
1654
1655 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1658         then do request scans from the backends.
1659
1660         * netrc.el (netrc-credentials): New conveniency function.
1661
1662         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1663         avoid running a hook per line, since this takes a lot of time,
1664         profiling shows.
1665         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1666         directly if gnus-visual-p is true.
1667
1668 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1671         groups; replace mapcar with dolist which is a bit faster; pass groups
1672         info to gnus-read-active-file-1.
1673         (gnus-read-active-file-1): Scan only specified groups if the new
1674         optional arg `infos' is given.
1675
1676 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1679
1680         * pop3.el (pop3-movemail): Removed.
1681         (pop3-streaming-movemail): Renamed to pop3-movemail.
1682
1683         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1684         don't restrict end-tag searches to the end of the line.
1685
1686 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1689         articles of every unchecked group to t, which means unknown since the
1690         server has never been opened.
1691
1692 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * gnus-html.el (gnus-html-show-alt-text): New command.
1695         (gnus-html-browse-image): Ditto.
1696         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1697         to browse the image directly.
1698         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1699         better.
1700
1701         * gnus-async.el (gnus-async-article-callback): Call
1702         `gnus-html-prefetch-images' unconditionally.
1703
1704         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1705         before feeding URLs to curl.
1706
1707 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1710         internal images as deletable by `W D D'.
1711
1712         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1713         (gnus-async-article-callback): Fix typo.
1714
1715 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1718         current line to work around bugs in the output from w3m.
1719
1720         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1721         for groups that want that.
1722
1723         * nntp.el (nntp-wait-for-string): Supply a timeout for
1724         accept-process-output to ensure progress.
1725
1726         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1727         level to get unread articles from, then use that for foreign groups,
1728         too.
1729
1730         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1731         confuses the rest of the function.
1732
1733         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1734         for the methods that support -retrieve-groups, too.
1735
1736         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1737
1738 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1741         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1742
1743         * pop3.el: Require cl when compiling.
1744         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1745
1746 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1749         that aren't going to be activated.
1750         (gnus-get-unread-articles): Fix up the last commit.
1751
1752         * gnus-html.el (gnus-article-html): Allow calling without specifying
1753         the handle.  In that case, dissect the buffer first.
1754
1755         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1756
1757         * nnimap.el (nnimap-open-connection): Revert the change that would look
1758         into authinfo for imaps instead of imap.
1759
1760         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1761         say that you don't want to call gnus-request-group with don-check, but
1762         do check the reponse.  This is for virtual groups only.
1763         (gnus-get-unread-articles): Count the archive groups as secondary, so
1764         that they're activated the same way as before.
1765
1766         * imap.el (imap-message-map): Removed optional buffer parameter, since
1767         no callers use it.
1768         (imap-message-get): Ditto.
1769         (imap-message-put): Ditto.
1770         (imap-mailbox-map): Ditto.
1771         (imap-mailbox-put): Ditto.
1772         (imap-mailbox-get): Ditto.
1773         (imap-mailbox-get): Revert last change for this function.
1774
1775         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1776         case-insensitively.
1777         (nnimap-debug): Removed.
1778
1779         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1780         to use `imap-fetch' instead.  According to the comments, this should be
1781         safe, since all other IMAP clients use the 1:* syntax.
1782         (imap-enable-exchange-bug-workaround): Removed.
1783         (imap-debug): Removed -- doesn't seem very useful.
1784
1785         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1786         mail from a file, and the file doesn't exist.
1787
1788         * imap.el (imap-log): New convenience function used throughout instead
1789         of repeating the same code all over the place.
1790
1791         * pop3.el (pop3-streaming-movemail): Return t for success.
1792
1793         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1794         .authinfo if we're using ssl connection.
1795
1796         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1797         already have if we're in a main Gnus `g' run.
1798
1799         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1800
1801 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1804
1805         * nnmh.el (nnmh-request-list-1): Bind `file'.
1806
1807         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1808         alias to set-process-query-on-exit-flag or process-kill-without-query.
1809         (pop3-open-server): Use it.
1810
1811 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1814         box to the Incoming file.  Fixes mistake in previous checkin.
1815
1816         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1817         request loop (for debugging purposes) removed.
1818
1819         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1820         culprit is more visible.
1821         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1822         (nnml-add-incremental-nov): New functions to do "incremental" nov
1823         updates, where we just append to the end of the existing nov files
1824         without reading/writing them in full.
1825
1826         * mail-source.el (mail-source-delete-crash-box): Really only check the
1827         incoming files once in a while.
1828
1829         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1830
1831         * mail-source.el (mail-source-delete-crash-box): Only check the
1832         incoming files for deletion once per day to save a lot of file
1833         accesses.
1834
1835         * pop3.el (pop3-logon): Fix up unbound variable typo.
1836
1837         * mail-source.el (pop3-streaming-movemail): Autoload.
1838
1839         * pop3.el (pop3-streaming-movemail): Respect
1840         pop3-leave-mail-on-server.
1841
1842         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1843         retrieval.
1844
1845         * pop3.el (pop3-process-filter): Removed unused function.
1846         (pop3-streaming-movemail, pop3-send-streaming-command)
1847         (pop3-wait-for-messages, pop3-write-to-file)
1848         (pop3-number-of-responses): New functions for streaming pop3
1849         retrieval.
1850
1851         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1852         come from no known methods.
1853         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1854         list.
1855
1856         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1857         message sizes.
1858         (pop3-movemail): Use erase-buffer instead of looping and deleting
1859         regions, which seems rather odd.
1860
1861         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1862         file once per `g' run.
1863
1864         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1865         directories.  This makes the draft queue directory work.
1866
1867         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1868         data from the backends, so that we only request the list of groups from
1869         each method once.  This should speed things up considerably.
1870
1871         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1872         detect that it's not implemented.
1873
1874         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1875         we actually do recurse down into the tree, but don't stat all leaf
1876         nodes.
1877
1878         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1879         then say so instead of bugging out.
1880
1881         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1882         files exist before trying to read them.
1883
1884         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1885         around <pre_int>.
1886
1887         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1888
1889         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1890
1891 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * mm-util.el (mm-image-load-path): Just return the image directories,
1894         not all directories in the path in addition to the image directories.
1895         (mm-image-load-path): Maintain a cache of the image directories so that
1896         the `g' command in Gnus doesn't have to stat dozens of directories each
1897         time.
1898
1899         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1900         (gnus-html-wash-tags): Add a new `i' command to insert images.
1901         (gnus-html-insert-image): New command and keystroke.
1902         (gnus-html-redisplay-with-images): New command and keystroke.
1903         (gnus-html-show-images): Renamed command.
1904         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1905         spacers.
1906         (gnus-html-wash-tags): Decode entities at the end, so that entities
1907         inside the tags don't mess up the rest of the "parsing".
1908
1909         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1910         so that nnimap methods aren't agentized by default.  There's apparently
1911         many problems related to agent/imap behaviour.
1912
1913         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1914
1915         * gnus-html.el: Doc fix.
1916
1917 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1920         specifier-spec-list for Emacs 21.
1921
1922         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1923         glyph-width and glyph-height instead of display-graphic-p and
1924         image-size; make avoidance of displaying small images work for XEmacs.
1925
1926         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1927         for XEmacs.
1928
1929         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1930         of symbol that holds plist data.
1931         (gnus-process-plist): Remove plist of process after getting it.
1932
1933 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * message.el (message-generate-hashcash): Change default to
1936         'opportunistic if hashcash is installed.
1937
1938         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1939         (gnus-html-put-image): Only call image-size once, since it's somewhat
1940         time-consuming on remote X servers.
1941
1942 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1945         type on data, not a file name.
1946
1947         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1948         window-pixel-edges for Emacs 21.
1949
1950         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1951         decoded contents.
1952         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1953
1954 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1957         group line format, since it isn't very interesting.
1958
1959         * gnus-agent.el (gnus-agent-short-article),
1960         (gnus-agent-long-article): Increase values for these two variables,
1961         since most people are likely to have more network connection and
1962         storage than before.
1963
1964         * gnus.el (gnus-refer-article-method): Change default to 'current.
1965         When referring an article, the common behaviour is to refer it from the
1966         current select method, not the native select method.  The chances of
1967         the native select method having the message in question is rather slim
1968         these days.
1969
1970         * gnus-sum.el (gnus-auto-select-subject): Change default to
1971         `unseen-or-unread'.  I think it's likely that most people want to
1972         select an unseen article over a previously seen, but unread one.
1973
1974         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1975         means that in the article buffer none of the minor mode elements will
1976         be shown, usually, and this is not desirable in most cases.
1977
1978         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1979         that commands like `d' (and the like) go to the next line in the
1980         buffer, instead of the next unread article.  I think this is the
1981         behaviour that is most natural for most users.
1982         (gnus-single-article-buffer): Change default to nil, so that people can
1983         have as many article buffers open as they have summary buffer.  I think
1984         this is the most natural way for the groups to behave.
1985
1986         * message.el (message-generate-new-buffers): Change default to
1987         `unsent', so that all new message buffers start their names with the
1988         string "*unsent", and it's easier to find the buffers if you move from
1989         them.
1990
1991 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1994         small.  They're probably tracking images.
1995         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1996         (gnus-html-rescale-image): Yet another try at getting the image sizing
1997         right.
1998
1999         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2000         nntp-marks-file-name is nil.
2001
2002 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * gnus-html.el (gnus-html-wash-tags)
2005         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2006         Better logging.
2007
2008 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2011
2012         * gnus-html.el (gnus-html-wash-tags): Check the value of
2013         gnus-blocked-images in the summary buffer.
2014
2015 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2016
2017         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2018
2019 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2022         like "a", it seems like.
2023         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2024         since it needs to be picked from the correct buffer.
2025
2026         * nnwfm.el: Removed.
2027
2028         * nnlistserv.el: Removed.
2029
2030 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2031
2032         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2033         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2034
2035 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * nnkiboze.el: Removed.
2038
2039         * nndb.el: Removed.
2040
2041         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2042         alt text.
2043         (gnus-html-rescale-image): Try to get the rescaling logic right for
2044         images that are just wide and not tall.
2045
2046         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2047         overshadow variable bindings.
2048
2049 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2050
2051         * gnus-html.el (gnus-html-wash-tags)
2052         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2053         extra logging.
2054
2055 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2058         (gnus-max-image-proportion): New variable.
2059         (gnus-html-rescale-image): New function.
2060         (gnus-html-put-image): Rescale images.
2061
2062 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2063
2064         Fix up some byte-compiler warnings.
2065         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2066         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2067         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2068         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2069         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2070         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2071         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2072
2073 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-html.el (gnus-article-html): Decode contents by charset.
2076
2077 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2080         (gnus-html-frame-width, gnus-blocked-images)
2081         * message.el (message-prune-recipient-rules): Add custom version.
2082         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2083
2084         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2085         functions.
2086
2087         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2088         gnus-process-get.
2089
2090 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2091
2092         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2093         instead of lsub directly.
2094
2095 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * nnwarchive.el: Removed.
2098
2099         * gnus-soup.el: Removed.
2100
2101         * nnsoup.el: Removed.
2102
2103         * nnultimate.el: Removed.
2104
2105         * gnus-html.el (gnus-blocked-images): New variable.
2106
2107         * message.el (message-prune-recipients): New function.
2108         (message-prune-recipient-rules): New variable.
2109
2110         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2111         guess whether a long line is natural text or not.
2112
2113         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2114         gnus-process-plist and friends for compatibility.
2115
2116 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2117
2118         * gnus-html.el: Require packages that define macros used in this file.
2119         (gnus-article-mouse-face): Declare to silence byte-compiler.
2120         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2121         process-get.
2122         (gnus-html-put-image): Use plist-get to avoid getf.
2123         (gnus-html-prefetch-images): Use with-current-buffer.
2124
2125 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-ems.el: Provide compatibility functions for
2128         gnus-set-process-plist.
2129
2130         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2131         header-line-format for XEmacs 21.4.
2132
2133         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2134         * gnus.el (gnus-valid-select-methods)
2135         * message.el (message-send-mail-partially-limit)
2136         * mm-decode.el (mm-text-html-renderer)
2137         * mml.el (mml-insert-mime-headers-always)
2138         * smiley.el (smiley-regexp-alist): Bump custom version.
2139
2140 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus-html.el: require mm-url.
2143         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2144         with the url to `url'.
2145         (gnus-html-wash-tags): Support cid: URLs/images.
2146
2147 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2150         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2151         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2152
2153         * gnus-move.el: Removed file, since it doesn't really work.
2154
2155         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2156         UTF-8.  This seems to fix problems with some German web feeds.
2157
2158         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2159         at the top so that the proper colours are applied.
2160
2161         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2162         don't have dots in their names.
2163
2164         * gnus-art.el (gnus-article-view-part): Doc fix.
2165
2166         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2167         XEmacs-compatible.
2168         (gnus-html-put-image): Don't do images on non-graphic displays.
2169
2170         * nnslashdot.el: Removed this unused backend.
2171
2172         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2173         actions.
2174         (gnus-undo-register-1): Revert last change.
2175
2176         * gnus-group.el (gnus-group-completing-read): Protect against not
2177         having completion-styles bound.
2178
2179         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2180         make broken recipients happier.
2181
2182         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2183
2184         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2185         point parameter.
2186
2187         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2188
2189         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2190         completion-styles for group selection.
2191
2192 2009-02-04  Andreas Schwab  <schwab@suse.de>
2193
2194         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2195         headers and regexp-quote the match if necessary.
2196
2197 2009-03-24  Miles Bader  <miles@gnu.org>
2198
2199         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2200         the blinking smiley.
2201
2202 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2203
2204         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2205         blink smiley.
2206
2207 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2210         where the dribbel file lives exists.
2211
2212         * message.el (message-send-mail-partially-limit): Change the default to
2213         nil, since most people don't want this.
2214
2215         * mm-url.el (mm-url-decode-entities): Also decode entities like
2216         &#x3212.
2217
2218 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2219
2220         * gnus-sum.el (gnus-summary-idna-message):
2221         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2222         Hyperlink urls in docstrings with URL `...'.
2223
2224 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2225
2226         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2227         functions.
2228
2229 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2232         say what the mouseover text should be.
2233
2234         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2235         version of the mm-w3m-safe-url-regexp variable to only download images
2236         in the groups where we want that to happen.
2237
2238         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2239
2240         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2241         easier debugging.
2242         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2243         big pictures in the article buffer.
2244
2245         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2246         gnus-article-html.
2247         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2248         w3m.
2249
2250         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2251
2252 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2255         which doesn't exist.
2256
2257         * message.el (message-inhibit-ecomplete): New variable to allow some
2258         function to inhibit ecomplete address storage.
2259         (message-resend): Disable ecomplete message storage when resending
2260         messages.
2261
2262         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2263
2264 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2267         Save excursion while copying, moving, and deleting articles in order to
2268         prevent the cursor from jumping to unforeseen place.
2269
2270 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * lpath.el: No need to bind bookmark-current-buffer,
2273         bookmark-yank-point and bookmark-make-record-function.
2274
2275 2010-08-17  Glenn Morris  <rgm@gnu.org>
2276
2277         * gnus-sync.el: Require gnus components whose functions are used.
2278
2279         * gnus-art.el (bookmark-make-record-function):
2280         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2281         Declare for compiler.
2282
2283         * mm-url.el (mml-compute-boundary): Autoload.
2284
2285 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2288
2289 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2290
2291         Typo fix "hoo4a" -> "hook".
2292
2293         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2294
2295 2010-08-14  Glenn Morris  <rgm@gnu.org>
2296
2297         * gnus-sync.el (gnus-sync): Fix defgroup version.
2298
2299 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2300
2301         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2302
2303         * gnus-sync.el: Fix docs.
2304         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2305         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2306
2307 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         Optimizations for gnus-sync.el.
2310
2311         * gnus-sync.el: Add docs about gnus-sync-backend
2312         possibilities.
2313         (gnus-sync-save): Remove unnecessary message.
2314         (gnus-sync-read): Optimize and show what groups were skipped.
2315
2316 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2317
2318         Minor bug fixes for gnus-sync.el.
2319
2320         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2321         read the sync on get-new-news.
2322
2323         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2324         quiet.
2325
2326         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2327
2328 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2329
2330         Make saving and restoring of hidden threads work with overlays.
2331         Patch applied by Ted Zlatanov.
2332
2333         * gnus-sum.el (gnus-hidden-threads-configuration)
2334         (gnus-restore-hidden-threads-configuration): Update to deal with text
2335         properties, rather than searching for a magic character.
2336
2337 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2338
2339         New gnus-sync.el library for synchronization of marks.
2340
2341         * gnus-sync.el: New library for synchronization of marks.
2342
2343         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2344         renamed from `gnus-registry-grep-in-list'.
2345
2346         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2347
2348         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2349
2350 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2353         determining charset of text fails.
2354
2355 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * nnmail.el (nnmail-get-new-mail-1): Revert.
2358
2359         * nnml.el (nnml-active-number): Make sure names of newly created groups
2360         in nnml-group-alist are encoded.
2361
2362 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2365         containing non-ASCII characters in active file for nnml back end.
2366
2367 2010-07-24  David Engster  <dengste@eml.cc>
2368
2369         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2370         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2371
2372 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2373
2374         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2375         tag (Bug#6654).
2376
2377 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2380         the article buffer, not the summary buffer.
2381
2382 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2385         Emacs 23 as well.
2386
2387 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2390         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2391
2392 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2393
2394         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2395         Patch applied by Karl Fogel.
2396
2397         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2398         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2399
2400 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2401
2402         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2403         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2404         C-w still not working correctly from Article buffers; Thierry's
2405         patch to fix that will be applied after this.
2406
2407         * gnus-art.el (bookmark-make-record-function): New local variable.
2408
2409         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2410         article buffer.
2411         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2412
2413 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2414
2415         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2416         on changes in bookmark.el.
2417
2418 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2421         `no-log' instead of message not to log prompt string.
2422
2423 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2424
2425         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2426         the *other* type of HTML form submission.
2427
2428 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2429
2430         * auth-source.el (auth-source-pick): If choice does not contain a
2431         questioned keyword, set the check to t.
2432
2433 2010-06-12  Romain Francoise  <romain@orebokech.com>
2434
2435         * gnus-util.el (gnus-date-get-time): Move up before first use.
2436
2437 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2440         (gnus-article-edit-part): Bind it to make last part that is substituted
2441         or deleted visible.
2442         (gnus-mime-display-single): Buttonize part of which id equals to
2443         gnus-mime-buttonized-part-id.
2444
2445 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2446
2447         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2448         (gnus-dd-mmm): Use gnus-date-get-time.
2449         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2450         simplify logic.
2451         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2452         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2453
2454 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2455
2456         * auth-source.el (top): Autoload `secrets-list-collections',
2457         `secrets-create-item', `secrets-delete-item'.
2458         (auth-sources): Fix tag string.
2459         (auth-get-source, auth-source-retrieve, auth-source-create)
2460         (auth-source-delete): New defuns.
2461         (auth-source-pick): Rewrite in order to avoid 2 passes.
2462         (auth-source-forget-user-or-password): New parameter USERNAME.
2463         (auth-source-user-or-password): New parameters CREATE-MISSING and
2464         DELETE-EXISTING.  Retrieve password interactively, if needed.
2465
2466 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2467
2468         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2469         deleting unused directories when gnus-expert-user is t.
2470
2471 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2474         for each temp file when gnus-article-browse-delete-temp is ask.
2475
2476 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2477
2478         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2479         Lisp calls to delete-backward-char by calls to delete-char.
2480
2481 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2482
2483         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2484
2485 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2486
2487         * password-cache.el (password-cache-remove): Fix docstring.
2488
2489 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2492         article unless decoding article to be saved.
2493
2494 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2497         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2498         generated within the mm-with-unibyte-current-buffer macro.
2499
2500 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2503         to nil when we're in a mml-preview buffer and no group is selected.
2504
2505 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2506
2507         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2508         when catching the `C-g'.  Reported by "Leo".
2509
2510 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * message.el (message-forward-make-body-plain)
2513         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2514         multibyte-string-p.
2515
2516         * lpath.el: Revert.
2517
2518 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * message.el (message-forward-make-body-mml): Assume original message
2521         is multibyte string; error on unibyte.
2522         (message-forward-make-body-plain): Ditto; don't add excessive newline
2523         in body end.
2524
2525         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2526
2527 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2528
2529         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2530         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2531
2532 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * mm-extern.el (mm-extern-url): Don't use
2535         mm-with-unibyte-current-buffer.
2536         (mm-extern-cache-contents): Use with-current-buffer instead of
2537         save-excursion + set-buffer.
2538
2539 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * mm-util.el (mm-emacs-mule): Remove.
2542
2543 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2544
2545         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2546         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2547         change.
2548
2549 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2552         bind the default value of enable-multibyte-characters to nil.
2553
2554 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * message.el (message-forward-make-body-plain)
2557         (message-forward-make-body-mml):
2558         Don't use mm-with-unibyte-current-buffer.
2559
2560 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2561
2562         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2563
2564 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2565
2566         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2567         (Bug#5592).
2568
2569 2010-05-07  Julien Danjou  <julien@danjou.info>
2570
2571         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2572         it to mm-pipe-part.
2573
2574         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2575         it is given.
2576
2577 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * binhex.el (binhex-decode-region-internal)
2580         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2581         (dns-query)
2582         * nnweb.el (nnweb-gmane-search)
2583         * pgg-parse.el (pgg-parse-armor)
2584         * pgg.el (pgg-verify-region)
2585         * sha1.el (sha1-string-external)
2586         * uudecode.el (uudecode-decode-region-internal)
2587         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2588         XEmacs.
2589
2590         * gnus-art.el (gnus-article-browse-html-parts)
2591         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2592         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2593         make-temp-file.
2594
2595         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2596         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2597         compiling.
2598
2599         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2600         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2601         XEmacs when compiling.
2602
2603         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2604         gnus-pick-mode-off-hook for XEmacs when compiling.
2605         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2606         gnus-binary-mode-off-hook for XEmacs when compiling.
2607
2608         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2609         nil if char-charset is not available.
2610
2611         * imap.el (imap-disable-multibyte)
2612         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2613         macros.
2614
2615         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2616         instead of encode-coding-string.
2617
2618         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2619         'xemacs) instead of mm-emacs-mule to switch function definitions.
2620         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2621
2622         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2623         bind temporary-file-directory for XEmacs;
2624         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2625         timer-set-function for XEmacs 21.4 and SXEmacs;
2626         bind timer-list for XEmacs 21.4 and SXEmacs;
2627         fbind char-charset and find-charset-region for non-Mule XEmacs;
2628         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2629         encode-coding-region and encode-coding-string for XEmacs having no
2630         file-coding feature.
2631
2632 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2633
2634         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2635
2636 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2639         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2640
2641 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2642
2643         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2644         alias `jka-compr-delete-temp-file' no longer exists.
2645
2646 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2647
2648         Use define-minor-mode in Gnus where applicable.
2649         * mml.el (mml-mode): Use define-minor-mode.
2650         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2651         (gnus-undo-mode): Use define-minor-mode.
2652         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2653         (gnus-dead-summary-mode): Use define-minor-mode.
2654         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2655         Initialize in declaration.
2656         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2657         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2658         (gnus-mailing-list-mode): Use define-minor-mode.
2659         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2660         (gnus-draft-mode): Use define-minor-mode.
2661         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2662         (gnus-dired-mode): Use define-minor-mode.
2663
2664 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2665
2666         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2667         handles on recursive mml-to-mime translation and check them for
2668         boundary delimiter collisions.  Reported by Greg Troxel.
2669
2670 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2673
2674 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2675
2676         * mm-util.el (mm-find-buffer-file-coding-system):
2677         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2678
2679 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2680
2681         * message.el (message-generate-headers): Record insertion of optional
2682         headers as well.  Otherwise the check to prevent repeated insertion of
2683         optional headers is a no-op.
2684
2685 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2686
2687         * smime.el: Don't mention CVS.
2688
2689         * nnrss.el (nnrss-fetch): Don't mention CVS.
2690
2691         * nnir.el: Don't mention CVS.
2692
2693 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2696
2697 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * lpath.el: Fbind bookmark-default-handler,
2700         bookmark-get-bookmark-record, bookmark-make-record-default,
2701         bookmark-prop-get for Emacs <23 and XEmacs.
2702
2703 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2704
2705         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2706         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2707         Use with-current-buffer to silence the byte-compiler.
2708         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2709         bother to require `gnus'.
2710         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2711
2712 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2713
2714         * gnus-sum.el (gnus-summary-bookmark-make-record)
2715         (gnus-summary-bookmark-jump): New functions.
2716         (gnus-summary-mode): Setup bookmark support.
2717
2718 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2719
2720         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2721         if set.
2722
2723 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2726         gnus-article-browse-html-save-cid-image; make it work recursively for
2727         forwarded messages as well.
2728         (gnus-article-browse-html-parts): Work when prefix arg is given.
2729         (gnus-article-browse-html-article): Doc fix.
2730
2731 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2732
2733         * message.el (message-default-mail-headers):
2734         (message-default-headers): Carry the value mail-default-headers over
2735         into message-default-mail-headers, rather than message-default-headers.
2736
2737 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2738
2739         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2740         charset.
2741
2742         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2743         charset into the <meta> tag when the article is encoded to utf-8.
2744
2745 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2748         directories as well.
2749         (gnus-article-browse-html-parts): Work for images that do not specify
2750         file names; delete temp directory when quitting; insert header at the
2751         right place; use file: scheme for image files.
2752
2753 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2754
2755         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2756         (gnus-article-browse-html-parts): Use it to make temporary cid image
2757         files in addition to html file so that browser may display them.
2758
2759 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2762
2763 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2764
2765         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2766
2767 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2768
2769         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2770         about Secret Service API sources.  Improve Customize options.
2771         (auth-source-pick): Change to accept any number of search parameters.
2772         Implement fallbacks iteratively, not recursively.  Add scoring on the
2773         second pass and sort by score.  Call Secret Service API when needed.
2774         (auth-source-user-or-password): Use it.  Call Secret Service API
2775         directly when needed to get the user name and the password.
2776
2777 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2778
2779         * message.el (message-interactive): Doc fix.
2780         (message-qmail-inject-args): Reflow.
2781         (message-kill-to-signature): Fix typo in docstring.
2782
2783         * smiley.el (smiley-buffer): Fix typo in docstring.
2784
2785 2010-03-24  Glenn Morris  <rgm@gnu.org>
2786
2787         * mail-source.el (gnus-message): Declare.
2788         (mail-source-delete-old-incoming): Require gnus-util.
2789
2790 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2793
2794         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2795
2796         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2797         password-cache's default if it is not bound.
2798         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2799         password-cache-expiry's default if it is not bound.
2800
2801         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2802         available in Emacs 21.
2803
2804         * lpath.el: Suppress compiler warnings for:
2805         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2806         XEmacs;
2807         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2808         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2809         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2810
2811 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2812
2813         * auth-source.el (auth-sources): Fix up definition so extra parameters
2814         are always inline.
2815
2816 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2817
2818         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2819         wasn't updated after mismatch.  Clear cached mailbox info correctly
2820         when uidvalidity changes.
2821         (nnimap-group-prefixed-name): New function to avoid some code
2822         duplication.
2823         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2824         (nnimap-request-group): Use it.
2825         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2826         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2827         with many imap folders.  This is done by caching the group status from
2828         the imap server persistently in a group parameter `imap-status'.  (This
2829         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2830         but not persistently, so every Gnus startup was still very slow.)
2831
2832 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2833
2834         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2835         delete the extra newline.  Otherwise editing of :string and :number
2836         types don't work.
2837
2838 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2841         secrets.el dependency.
2842         (auth-sources): Add optional user name.  Add secrets.el configuration
2843         choice (unused right now).
2844
2845 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2846
2847         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2848         `gnus-registry-install-shortcuts' fill in the functions.
2849
2850         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2851         warnings.
2852         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2853         (gnus-registry-install-shortcuts): Populate and use it in a
2854         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2855
2856 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2857
2858         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2859         In-place substitutions for the group name encoding/decoding.
2860         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2861         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2862         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2863         (nnimap-update-unseen, nnimap-request-list)
2864         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2865         (nnimap-request-set-mark, nnimap-split-to-groups)
2866         (nnimap-split-articles, nnimap-request-newgroups)
2867         (nnimap-request-create-group, nnimap-request-accept-article)
2868         (nnimap-request-delete-group, nnimap-request-rename-group)
2869         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2870         `encoded-mbx' for consistency.
2871         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2872         variable `imap-current-mailbox'.
2873
2874         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2875         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2876
2877 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2878
2879         * pop3.el (pop3-display-message-size-flag): Display message size byte
2880         counts during POP3 download.
2881         (pop3-movemail): Use it.
2882         (pop3-list): Implement listing of available messages.
2883
2884 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2885
2886         * nnir.el (nnir-get-article-nov-override-function): New function to
2887         override the normal NOV retrieval.
2888         (nnir-retrieve-headers): Use it.
2889
2890 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2891
2892         * auth-source.el (netrc-machine-user-or-password): Autoload.
2893
2894 2010-03-19  Glenn Morris  <rgm@gnu.org>
2895
2896         Stop message.el from loading about 40 libraries it doesn't always need.
2897         The general approach is to autoload rather than require, and to
2898         require in the specific functions rather than the file.  (Bug#5642)
2899
2900         * gmm-utils.el: Don't require wid-edit.
2901         (widget-create-child-value, widget-convert, widget-default-get):
2902         Autoload.
2903
2904         * gnus-util.el: Don't require time-date, netrc.
2905         (message-fetch-field, gnus-group-name-decode): Declare rather than
2906         autoloading.
2907         (gnus-fetch-field): Require message.
2908         (gnus-decode-newsgroups): Require gnus-group.
2909
2910         * ietf-drums.el: Don't require time-date.
2911
2912         * message.el: Don't require hashcash, canlock, ecomplete.
2913         Do require mail-utils.  Require nnheader only when compiling.
2914         (smtpmail-default-smtp-server): Remove declaration.
2915         (message-send-mail-function): Check smtpmail-default-smtp-server
2916         is bound rather than requiring smtpmail.
2917         (message-auto-save-directory, message-insert-signature): Use
2918         expand-file-name rather than nnheader-concat.
2919         (nnheader-insert-file-contents): Autoload.
2920         (hashcash-wait-async): Declare.
2921         (message-send-mail): Only call gnus-setup-posting-charset if
2922         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2923         (message-send-mail-with-sendmail): Require sendmail.
2924         (canlock-password, canlock-password-for-verify): Declare.
2925         (message-canlock-password): Require canlock.
2926         (nnheader-get-report): Autoload.
2927         (gnus-setup-posting-charset): Declare.
2928         (message-send-news): Require gnus-msg.
2929         (message-make-references, message-make-in-reply-to): Use mail-header-id
2930         rather than the alias mail-header-message-id.
2931         (ecomplete-add-item, ecomplete-save): Declare.
2932         (message-put-addresses-in-ecomplete): Require ecomplete.
2933         (ecomplete-display-matches): Autoload.
2934
2935         * mm-decode.el: Don't require mailcap, gnus-util.
2936         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2937         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2938         Autoload.
2939         (mailcap-mime-extensions): Declare.
2940
2941         * mm-encode.el: Don't require mailcap.
2942         (mailcap-extension-to-mime): Autoload.
2943
2944         * mml-sec.el: Don't require password-cache.
2945
2946         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2947         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2948         (mml-minibuffer-read-type): Require mailcap.
2949         (mml-preview): Require gnus-msg.
2950
2951         * mml1991.el: Require password-cache.
2952         (password-cache-expiry): Remove declaration.
2953
2954         * mml2015.el: Require password-cache.
2955         (password-cache-expiry): Remove declaration.
2956
2957         * nneething.el (mailcap): Require mailcap.
2958
2959         * nnheader.el (declare-function): Add compatibility stub.
2960         (message-remove-header): Declare rather than autoload.
2961         (nnheader-replace-header): Require message.
2962
2963         * nnimap.el (declare-function): Add compatibility stub.
2964         (netrc-parse, netrc-machine-user-or-password): Declare.
2965         (nnimap-open-connection): Require netrc.
2966
2967         * nntp.el (declare-function): Add compatibility stub.
2968         (netrc-parse, netrc-machine, netrc-get): Declare.
2969         (nntp-send-authinfo): Require netrc.
2970
2971         * rfc2047.el: Don't require qp.
2972         (quoted-printable-encode-region, quoted-printable-decode-string):
2973         Autoload.
2974
2975         * sieve-mode.el: Don't require easymenu.
2976         (easy-menu-add-item): Autoload it.
2977
2978         * spam-stat.el (time-to-number-of-days): Autoload it.
2979
2980 2010-03-19  Glenn Morris  <rgm@gnu.org>
2981
2982         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2983
2984 2010-03-18  Glenn Morris  <rgm@gnu.org>
2985
2986         * hashcash.el (declare-function): Remove duplicate definition.
2987
2988 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2989
2990         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2991         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2992         value if any backslash escapes).
2993
2994 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2997         if it is available.  (bug#5647)
2998
2999         * lpath.el: Suppress compiler warning for coding-system-from-name for
3000         Emacs 21 and XEmacs.
3001
3002 2010-03-14  Juri Linkov  <juri@jurta.org>
3003
3004         * hmac-def.el:
3005         * hmac-md5.el:
3006         * netrc.el: Fix keywords.
3007
3008 2010-02-26  Glenn Morris  <rgm@gnu.org>
3009
3010         * message.el (message-send-mail-function): Change the default, so that
3011         it inherits from a customized send-mail-function.  (Bug#5643)
3012
3013 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3014
3015         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3016         shell-command-to-string signals an error (bug#5299).
3017
3018 2010-02-24  Glenn Morris  <rgm@gnu.org>
3019
3020         * message.el (message-smtpmail-send-it)
3021         (message-send-mail-with-mailclient): Doc fixes.
3022
3023 2010-02-16  Glenn Morris  <rgm@gnu.org>
3024
3025         * message.el (message-default-mail-headers): Change the default value
3026         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3027
3028 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3031         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3032
3033 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3034
3035         * time-date.el (date-to-time): Doc fix (Bug#5408).
3036
3037 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3038
3039         * message.el (message-mail): Just pass yank-action on to message-setup.
3040         (message-setup): Handle (FUN . ARGS) form of yank-action.
3041         (message-with-reply-buffer, message-widen-reply)
3042         (message-yank-original): Handle non-buffer values of
3043         message-reply-buffer (Bug#4080).
3044         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3045
3046 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3047
3048         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3049         Fix typo in docstring.
3050
3051 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3052
3053         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3054         response.
3055
3056 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3059
3060         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3061
3062         * message.el (message-check-news-header-syntax): Protect against a
3063         string that `rfc822-addresses' returns when parsing fails.
3064
3065 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3068         (gnus-previous-char-property-change): New functions.
3069
3070         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3071
3072 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3073
3074         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3075         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3076
3077 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3078
3079         * message.el (message-exchange-point-and-mark): Rework last change to
3080         avoid using optional arg of exchange-point-and-mark, for backward
3081         compatibility.
3082
3083 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3084
3085         * message.el (message-exchange-point-and-mark): Call
3086         exchange-point-and-mark with an argument rather than setting
3087         mark-active by hand (Bug#5175).
3088
3089 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * nntp.el (nntp-service-to-port): Work for service expressed with
3092         numeric string; replace [:digit:] with [0-9] for XEmacs.
3093
3094 2009-12-17  Glenn Morris  <rgm@gnu.org>
3095
3096         * gnus-group.el (gnus-bug-group-download-format-alist):
3097         Change emacs entry to debbugs.gnu.org.  Bump :version.
3098
3099 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3100
3101         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3102
3103 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * message.el (message-info): Explain why we use `Info-goto-node'.
3106
3107 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3110
3111 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3112
3113         * message.el (message-completion-in-region): New compatibility function.
3114         (message-expand-group): Use it.
3115
3116 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3119         with no unread article should be listed if the 2nd arg `predicate' is
3120         given.
3121
3122 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3125
3126 2009-11-29  Juri Linkov  <juri@jurta.org>
3127
3128         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3129         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3130         on `gnus-recenter'. (Bug#4698, Bug#4981)
3131
3132 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3133
3134         * sha1.el (sha1-string-external): default-directory "/" in case
3135         otherwise non-existent.  process-connection-type pipe for touch of
3136         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3137
3138 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3139
3140         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3141         it's comms related and sgml-mode.el has "comm" on that basis too.
3142
3143 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3146         containing tspecial characters if they have been already quoted.
3147
3148 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3149
3150         * dns-mode.el (auto-mode-alist): Purecopy string.
3151
3152 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3153
3154         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3155
3156 2009-10-24  Glenn Morris  <rgm@gnu.org>
3157
3158         * gnus-art.el (help-xref-stack-item): Define for compiler.
3159
3160 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3161
3162         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3163
3164 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3167
3168 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3171         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3172
3173 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3176         (gnus-overlays-in): New alias to overlays-in.
3177
3178         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3179         gnus-overlay-get, and gnus-delete-overlay.
3180         (gnus-summary-show-thread): Make it work as well for systems in which
3181         next-single-char-property-change is not available.
3182         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3183
3184         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3185         (gnus-overlay-get): New alias to extent-property.
3186         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3187
3188         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3189         SXEmacs.
3190
3191         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3192         SXEmacs.
3193
3194 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3195
3196         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3197
3198 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3199
3200         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3201         and XEmacs that don't have `remove-overlays'.
3202
3203 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3204
3205         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3206         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3207         selective display.  Use overlays instead.
3208
3209 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3210
3211         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3212
3213 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3214
3215         * spam-stat.el (spam-stat-load): Fix typo in message.
3216
3217 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3218
3219         * dig.el (dig-invoke): Fix typo in docstring.
3220         (query-dig): Reflow docstring.
3221
3222 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3223
3224         * gnus-art.el (gnus-article-encrypt-body):
3225         * message.el (message-check-recipients):
3226         * mm-util.el (mm-codepage-setup):
3227         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3228         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3229
3230 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3231
3232         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3233         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3234         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3235         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3236         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3237
3238 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3239
3240         * dig.el: Add "Keywords: comm", as per net-utils.el.
3241
3242 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3243
3244         * dig.el (dig-mode): Use define-derived-mode.
3245
3246 2009-09-19  Glenn Morris  <rgm@gnu.org>
3247
3248         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3249
3250 2009-09-18  Glenn Morris  <rgm@gnu.org>
3251
3252         * gnus-diary.el (gnus-diary-check-message):
3253         * message.el (message-insert-formatted-citation-line):
3254         * nnbabyl.el (top-level):
3255         * nndiary.el (nndiary-schedule):
3256         Fix typos in condition-case handlers.
3257
3258 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3261         configuration that provides the sole article window in a frame;
3262         position point correctly after deleting a part.
3263
3264 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3265
3266         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3267         (spam-resolve-registrations-routine): Use it to unregister articles
3268         that change status.
3269
3270 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3273         with XEmacs.
3274         (parse-time-string-chars): Use it.
3275
3276 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * imap.el (imap-interactive-login): Better messages.
3279         (imap-open): Fix bug with renamed buffer on reconnect.
3280         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3281         for easier debugging and cleaner code.  On successful (guessed based on
3282         server capabilities) secondary authentication, set imap-state
3283         correctly.
3284         (imap-last-authenticator): Define imap-last-authenticator as a variable
3285         to avoid warnings.
3286
3287 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * nnrss.el (nnrss-request-article): Remove binding of
3290         default-enable-multibyte-characters that has gotten needless by
3291         the 2007-07-13 change in rfc2047-encode-message-header.
3292
3293         * mml.el (mml-insert-multipart): Error on the message header.
3294         (mml-insert-part): Error on the message header; position point at
3295         the end of a MIME tag.
3296
3297 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * time-date.el (autoload): Expand define-obsolete-function-alias into
3300         defalias and make-obsolete for old Emacsen that Gnus supports.
3301         (with-no-warnings): Define it for old Emacsen.
3302         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3303         is available.
3304         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3305         float-time is available; suppress compile warning for time-to-seconds.
3306
3307         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3308         (gnus-float-time): Alias to float-time if it exists.
3309
3310         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3311         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3312         float-time is available; suppress compile warning for time-to-seconds.
3313
3314         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3315         XEmacs.
3316
3317 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3318
3319         * imap.el (imap-message-map): Docstring fix.
3320
3321 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3324         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3325         Add the optional argument `encoding' that overrides the default.
3326
3327         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3328         mm-encode-buffer.
3329
3330 2009-09-04  Glenn Morris  <rgm@gnu.org>
3331
3332         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3333         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3334         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3335         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3336         * mm-util.el (mm-with-unibyte-current-buffer)
3337         (mm-find-buffer-file-coding-system):
3338         * yenc.el (yenc-decode-region): Use default-value rather than
3339         default-enable-multibyte-characters.
3340
3341 2009-09-03  Glenn Morris  <rgm@gnu.org>
3342
3343         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3344         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3345         than default-enable-multibyte-characters.
3346
3347 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3348
3349         * gnus-art.el (gnus-article-read-summary-keys):
3350         Fix gnus-buffer-configuration's value temporarily used.
3351
3352 2009-09-02  Glenn Morris  <rgm@gnu.org>
3353
3354         * gnus-util.el (gnus-float-time): New function.
3355         * gnus-delay.el (gnus-delay-article):
3356         * gnus-sum.el (gnus-thread-latest-date):
3357         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3358         * nnspool.el (nnspool-request-newgroups):
3359         Use gnus-float-time rather than time-to-seconds.
3360         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3361
3362         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3363         (gnus-header-subject-face, gnus-header-newsgroups-face)
3364         (gnus-header-name-face, gnus-header-content-face):
3365         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3366         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3367         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3368         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3369         (gnus-cite-face-11):
3370         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3371         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3372         (gnus-server-closed-face, gnus-server-denied-face)
3373         (gnus-server-offline-face):
3374         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3375         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3376         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3377         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3378         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3379         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3380         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3381         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3382         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3383         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3384         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3385         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3386         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3387         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3388         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3389         (gnus-summary-high-undownloaded-face)
3390         (gnus-summary-low-undownloaded-face)
3391         (gnus-summary-normal-undownloaded-face)
3392         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3393         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3394         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3395         (gnus-splash-face):
3396         * message.el (message-header-to-face, message-header-cc-face)
3397         (message-header-subject-face, message-header-newsgroups-face)
3398         (message-header-other-face, message-header-name-face)
3399         (message-header-xheader-face, message-separator-face)
3400         (message-cited-text-face, message-mml-face):
3401         * sieve-mode.el (sieve-control-commands-face)
3402         (sieve-action-commands-face, sieve-test-commands-face)
3403         (sieve-tagged-arguments-face):
3404         * spam.el (spam-face):
3405         Mark face aliases with "-face" in the name as obsolete.
3406
3407 2009-09-01  Glenn Morris  <rgm@gnu.org>
3408
3409         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3410         than goto-line.
3411
3412 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3415         Don't move point if the command is invoked inside the message header.
3416
3417 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3418
3419         * imap.el (imap-send-command): Simplify.
3420         (imap-wait-for-tag): point-max -> buffer-size.
3421
3422 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3423
3424         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3425         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3426         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3427         * nnir.el (nnir-swish-e-index-file):
3428         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3429         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3430         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3431         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3432         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3433         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3434
3435 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3438         Don't save excursion.
3439
3440 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3441
3442         * nnheader.el (nnheader-find-file-noselect):
3443         * mm-util.el (mm-insert-file-contents):
3444         Use (default-value 'major-mode) instead of default-major-mode.
3445
3446 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3447
3448         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3449
3450 2009-08-26  Glenn Morris  <rgm@gnu.org>
3451
3452         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3453         than placing in files.el.
3454
3455 2009-08-25  Glenn Morris  <rgm@gnu.org>
3456
3457         * nnir.el (top-level): Don't require cl at run-time.
3458         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3459         Replace cl-function substitute with gnus-replace-in-string.
3460         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3461         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3462         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3463         simplified expansions.
3464
3465 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3466
3467         * dig.el (dig): Add autoload cookie.
3468
3469 2009-08-22  Glenn Morris  <rgm@gnu.org>
3470
3471         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3472         goto-line.
3473
3474 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3475
3476         * parse-time.el (parse-time-string-chars): Save match data.
3477
3478 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3479
3480         * parse-time.el (parse-time-string-chars): Compute using character
3481         classes, to handle non-ascii characters (Bug#3190).
3482
3483 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3486
3487         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3488         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3489         (gnus-mm-display-part, gnus-mime-display-single)
3490         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3491         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3492
3493         * gnus-sum.el
3494         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3495         (gnus-summary-move-article): Add expirable mark to articles copied or
3496         moved to group that has auto-expire turned on if the option is non-nil.
3497
3498 2009-07-24  Glenn Morris  <rgm@gnu.org>
3499
3500         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3501         Fix typo.  (Bug#3903)
3502
3503 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3506         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3507         that should not be used for draft articles.
3508         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3509         that has no concern in minor mode keys.
3510         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3511         Abolish.
3512
3513 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3516         article without making inquiry to a user for unknown encoding.
3517
3518         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3519         (nnmaildir--scan): Assume i-node and device number that file-attributes
3520         returns might be cons-cell.
3521
3522         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3523
3524         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3525
3526 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * auth-source.el: Remove docs now in auth.texi.  Don't use
3529         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3530         `auth-source-hide-passwords' and use them.
3531
3532 2009-07-15  Glenn Morris  <rgm@gnu.org>
3533
3534         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3535
3536 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3539         excessive whitespace from the default values of title and description.
3540
3541 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3544         mail-fetch-field to fetch Content-Description header in order to
3545         exclude newlines.
3546
3547 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3548
3549         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3550         format used by GnuPG 2.0.11.
3551
3552 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3555         to deleted part.
3556
3557 2009-05-30  David Engster  <dengste@eml.cc>
3558
3559         * nnmairix.el: Remove old documentation in the commentary block.
3560         (nnmairix-request-group): Do not update active file for nnml back ends.
3561         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3562         end so that overview files are ignored.
3563         (nnmairix-update-groups): Make updating the groups more robust by using
3564         marks.
3565         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3566         with dollar characters in message-id.
3567
3568 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3571         2008-12-25 in dns.el.
3572
3573 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3574
3575         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3576         could happen if the text is only composed of spaces and/or tabs.
3577
3578 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3579
3580         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3581         when sending a queued message to avoid extra mml tags.
3582
3583 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3586
3587 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3590         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3591         rmail-toggle-header for XEmacs;
3592         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3593
3594 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * gnus-dired.el: Remove autoload for gnus-setup-message.
3597         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3598         displaying Gnus logo; always use compose-mail.
3599
3600 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3603
3604 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3607         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3608         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3609         available.
3610         (gnus-nocem-epg-verify): New function.
3611
3612 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3615
3616 2009-02-15  Glenn Morris  <rgm@gnu.org>
3617
3618         * gnus-util.el (rmail-insert-rmail-file-header)
3619         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3620         autoloads.
3621         (rmail-default-rmail-file): Remove unnecessary declaration.
3622         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3623
3624 2009-02-14  Glenn Morris  <rgm@gnu.org>
3625
3626         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3627         variable (only used in gnus-util, which declares it anyway).
3628         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3629         which was only needed by gnus-art (changed to not use it any more).
3630         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3631         only used in gnus-util, which autoloads it itself.
3632         (rmail-update-summary): Fix autoload.
3633
3634         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3635         rather than rmail-output-to-rmail-file.
3636
3637 2009-02-07  Glenn Morris  <rgm@gnu.org>
3638
3639         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3640         autoload of function that no longer exists.
3641         (rmail-toggle-header): Declare.
3642         (message-forward-rmail-make-body): Handle mbox Rmail.
3643
3644 2009-01-31  Glenn Morris  <rgm@gnu.org>
3645
3646         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3647         2009-01-09 change.
3648
3649 2009-01-31  Dave Love  <fx@gnu.org>
3650
3651         * imap.el (imap-fetch-safe): Bind debug-on-error.
3652         (imap-debug): Add imap-fetch-safe.
3653
3654 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3655
3656         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3657         (auth-source-forget-all-cached): New convenience function.
3658         (auth-source-user-or-password): Accept list of modes or a single mode.
3659
3660         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3661         auth-source modes.
3662
3663         * netrc.el (netrc-machine-user-or-password): Use list of
3664         auth-source modes.
3665
3666         * nnimap.el (nnimap-open-connection): Use list of
3667         auth-source modes.
3668
3669         * nntp.el (nntp-send-authinfo): Use list of
3670         auth-source modes.
3671
3672 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3675         now.
3676
3677 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3680         coding system in XEmacs; add a workaround for XEmacs.
3681
3682         * lpath.el: Fbind coding-system-aliasee.
3683
3684 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3687         of current-language-environment.
3688
3689 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3690
3691         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3692         available at runtime.
3693
3694 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3697
3698 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3699
3700         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3701         the greatest positive fixnum value doesn't work under an XEmacs with
3702         bignum support; use the most-positive-fixnum constant instead,
3703         available since Emacs 21.1 with cl and XEmacs 21.1.
3704
3705 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3708         XEmacs gets not to work.
3709
3710 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * mm-util.el (mm-coding-system-priorities): Allow the value like
3713         "Japanese (UTF-8)" of current-language-environment.
3714
3715 2009-01-09  Glenn Morris  <rgm@gnu.org>
3716
3717         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3718         with last-command-event.
3719
3720 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3721
3722         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3723         in the doc string.
3724
3725         * message.el (message-fix-before-sending): Amend comment.
3726
3727 2009-01-08  Dave Love  <fx@gnu.org>
3728
3729         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3730
3731 2009-01-07  David Engster  <dengste@eml.cc>
3732
3733         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3734         simplified server definitions by converting it via
3735         gnus-server-to-method.
3736
3737 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3740         parameter's operands.
3741
3742 2009-01-06  David Engster  <dengste@eml.cc>
3743
3744         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3745         primary select method (for gnus-group-mark-article-as-read).
3746
3747 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3748
3749         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3750         `(gnus)Face', not `(gnus)X-Face'.
3751
3752 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * mm-util.el (mm-ucs-to-char): New function.
3755
3756         * mm-url.el (mm-url-decode-entities): Use it.
3757
3758         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3759         unicode-to-char.
3760
3761 2009-01-05  Dave Love  <fx@gnu.org>
3762
3763         * time-date.el: Require cl for `declare'.
3764
3765 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3766
3767         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3768         Dave Love.
3769
3770 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3771
3772         * message.el (message-fix-before-sending): Add `eight-bit' to
3773         illegible-text check.
3774
3775 2009-01-03  Michael Olson  <mwolson@gnu.org>
3776
3777         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3778         `headers' is nil.  This can occur if the IMAP server does not have
3779         permissions to read messages from a folder, but can write new messages
3780         to the folder.
3781         (nnimap-request-article-part): Do not insert `data' if it is nil.
3782
3783         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3784         characters which will confuse `read', so skip past them.
3785
3786 2009-01-01  Dave Love  <fx@gnu.org>
3787
3788         * imap.el (imap-string-to-integer): Fix typo.
3789         (imap-fetch-safe): New function.
3790         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3791
3792         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3793
3794         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3795         (imap-parse-greeting): Fix doc strings.
3796         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3797         (imap-parse-flag-list): Make messages unique.
3798         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3799
3800         * nnimap.el: Fix author email.
3801         (nnimap-split-rule): Add FIXME comment.
3802         (nnimap-debug): Fix doc string.
3803
3804 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3805
3806         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3807
3808 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3809
3810         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3811         nslookup if resolv.conf isn't available.
3812         (dns-query): Rename from query-dns.
3813         (dns-query-cached): Rename from query-dns-cached.
3814
3815 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3818         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3819         to check if those variables exist (first appeared in Emacs 18.50).
3820
3821 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * mm-util.el (mm-line-number-at-pos): New function.
3824
3825         * spam-report.el (spam-report-process-queue): Use it.
3826
3827 2008-12-24  David Engster  <dengste@eml.cc>
3828
3829         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3830         parameters that haven't existed as variables as buffer-local variables.
3831
3832 2008-12-23  Dave Love  <fx@gnu.org>
3833
3834         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3835         cadar.
3836
3837         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3838         imap-starttls-p.
3839         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3840
3841 2008-12-22  Dave Love  <fx@gnu.org>
3842
3843         * imap.el: Fix author email.  Doc fixes.
3844         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3845         reply.
3846
3847 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3848
3849         * spam-report.el (spam-report-gmane-max-requests): New constant.
3850         (spam-report-gmane-wait): New variable.
3851         (spam-report-gmane-ham, spam-report-gmane-spam)
3852         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3853         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3854         the server.
3855
3856         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3857         Add explanations.
3858
3859         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3860         nnheader-accept-process-output and nnheader-read-timeout if available.
3861         (pop3-movemail): Use it.
3862
3863         * message.el (message-check-news-body-syntax): Fix signature check if
3864         there's an attachment.
3865
3866 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * mm-util.el: Add comments to the mm- emulating functions.
3869
3870 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3873         by Stephen Berman <stephen.berman@gmx.net>.
3874
3875 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * mm-util.el (mm-substring-no-properties): New function.
3878         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3879         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3880         (mm-string-to-multibyte): Doc fix.
3881
3882         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3883
3884 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3885
3886         * mml.el (mml-attach-file): Strip text properties from file name.
3887         (Bug#1574)
3888
3889 2008-12-16  Glenn Morris  <rgm@gnu.org>
3890
3891         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3892
3893 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3896         knows since the charset specified might be a bogus alias that
3897         mm-charset-synonym-alist provides.
3898
3899 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3900
3901         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3902         "ISO_8859-1".
3903
3904         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3905
3906 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * mm-util.el (mm-charset-eval-alist):
3909         Define it before mm-charset-to-coding-system.
3910         (mm-charset-to-coding-system): Add optional argument `silent';
3911         define it before mm-charset-override-alist.
3912         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3913         default value if it can be used in Emacs currently running;
3914         silence mm-charset-to-coding-system.
3915
3916 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3919         `allow-override' which says whether to use `mm-charset-override-alist'.
3920         (rfc2047-decode-encoded-words): Use it.
3921
3922         * mm-util.el (mm-charset-override-alist): Fix custom type;
3923         add `(gb2312 . gbk)' to choices.
3924
3925 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3928         fast.
3929
3930         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3931
3932         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3933
3934 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3935
3936         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3937         on links.
3938
3939         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3940
3941 2008-12-03  Lute Kamstra  <lute@gnu.org>
3942
3943         * sha1.el: Remove leading * from docstrings of defcustoms,
3944         deffaces, defconsts and defuns.
3945
3946 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3949         users' addresses that don't have domain parts.
3950         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3951         rather than message-narrow-to-head since there will be the message
3952         header separator.
3953
3954 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3955
3956         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3957         since the result is inserted in a unibyte buffer anyway.
3958         (nnimap-demule-use-string-to-multibyte): Remove.
3959         (nnimap-demule): Alias it to mm-string-to-multibyte.
3960
3961 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3962
3963         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3964         variable for debugging bug#464 and bug#1174.
3965         (nnimap-demule): Use it.
3966
3967 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3968
3969         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3970         score calculation correctly.
3971
3972 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3973
3974         * message.el (message-send-mail): Just set the buffer to unibyte
3975         rather than use mm-with-unibyte-current-buffer which does a lot more.
3976         (message-send-mail-partially): Don't bother with
3977         mm-with-unibyte-current-buffer since it's already been made unibyte by
3978         message-send-mail.
3979
3980 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3981
3982         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3983
3984 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3987
3988 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3991         require itself and to remove `with-no-warnings'.
3992
3993 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3994
3995         * starttls.el (starttls-any-program-available): Get the name of the
3996         available TLS layer program.
3997         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3998         well as the host name in the "opening" message.
3999
4000         * auth-source.el (auth-source-cache, auth-source-do-cache)
4001         (auth-source-user-or-password): Cache passwords and logins by default,
4002         allow override with `auth-source-do-cache'.
4003         (auth-source-forget-user-or-password): Allow users to remove cache
4004         entries if needed.
4005
4006 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4007
4008         * md4.el (md4-buffer): Fix typo in docstring.
4009         (md4, md4-64): Doc fixes.
4010         (md4-pack-int32): Reflow docstring.
4011
4012 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4013
4014         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4015         condition-case to only the forward-sexp call.
4016
4017 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4018
4019         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4020         quotes contained.  Make it more robust regardless by an extra
4021         condition-case wrapper.
4022
4023 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4026
4027 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * nnml.el (nnml-request-expire-articles): Check if the function set to
4030         `nnmail-expiry-target' returns the symbol `delete'.
4031
4032         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4033
4034         * nnmail.el (nnmail-expiry-target): Fix custom type.
4035
4036 2008-10-02  Glenn Morris  <rgm@gnu.org>
4037
4038         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4039         Silence compiler warning.
4040
4041 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4042
4043         * tls.el (open-tls-stream): Show the actual command being
4044         executed, instead of the format string.
4045
4046 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * lpath.el: Fbind codepage-setup for Emacs 23.
4049
4050 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4051
4052         * mml.el (mml-menu): Don't assume mml2015 is bound.
4053
4054 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4057         exists.
4058
4059 2008-09-27  Glenn Morris  <rgm@gnu.org>
4060
4061         * gnus-util.el (mail-header-remove-comments): Autoload it.
4062
4063 2008-09-27  Andreas Schwab  <schwab@suse.de>
4064
4065         * gnus-util.el (gnus-split-references): Strip comments.
4066         (gnus-parent-id): Likewise.
4067
4068 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4069
4070         * message.el (message-confirm-send): Fix version.
4071
4072 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * message.el (message-idna-to-ascii-rhs-1): Use
4075         mail-extract-address-components rather than mail-header-parse-addresses
4076         that is an alias by default to ietf-drums-parse-addresses that does not
4077         support non-ASCII names in headers' contents.
4078
4079 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4080
4081         * message.el (message-confirm-send): Fixed variable documentation to
4082         avoid the "y/n" wording.
4083
4084 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4085
4086         * message.el (message-set-auto-save-file-name): Save to a different
4087         filename so multiple messages (especially drafts) can be recovered.
4088
4089 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4090
4091         * message.el (message-confirm-send): Add appropriate version.
4092
4093 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4094
4095         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4096         defvar.
4097
4098 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4099
4100         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4101         (mm-pkcs7-enveloped-magic): Ditto.
4102
4103 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4104
4105         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4106         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4107
4108 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4109
4110         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4111         default, it's better.
4112
4113 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4116         summary line gnus-number property and ignore them (with a warning
4117         message).
4118
4119 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4122         macro caddr in the interactive form since it won't be expanded.
4123
4124 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4127         `charset'; fix name of function called recursively.
4128         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4129
4130 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4133         (gnus-mime-set-charset-parameters): New function.
4134         (gnus-mime-view-part-as-charset): Use it to correctly display part
4135         specifying wrong charset.
4136
4137 2008-09-08  David Engster  <dengste@eml.cc>
4138
4139         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4140         in completing-read for back end server.
4141
4142 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4143
4144         * message.el (message-confirm-send): New variable to confirm sending a
4145         message.
4146         (message-send): Use it.
4147
4148 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4149
4150         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4151
4152 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4155
4156 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4157
4158         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4159         prevent tracking too many groups.
4160         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4161         Use it.
4162
4163 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4164
4165         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4166         moving point to the bottom of the window in order to avoid recentering.
4167
4168 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4171
4172         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4173         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4174         (gnus-article-beginning-of-window): Fix calculation.
4175
4176 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * gnus-msg.el (gnus-summary-supersede-article)
4179         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4180         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4181         message header.
4182
4183 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4184
4185         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4186         pending output coming after the status change.
4187
4188 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4189
4190         * message.el:
4191         * gnus-start.el:
4192         * gnus-registry.el: Remove VMS support.
4193
4194 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4197         macro.
4198         (rfc2104-hash): Use it.
4199
4200 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4203         (gnus-summary-sort-by-most-recent-date): New commands.
4204         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4205         and menu entries.
4206
4207 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4210         don't redisplay article for raw contents; remove plural articles stuff.
4211
4212         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4213         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4214         on gnus-summary-save-article; display results properly.
4215
4216 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * lpath.el: No need to fbind ns-focus-frame.
4219
4220 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4223
4224 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4227         gnus-save-all-headers.
4228
4229 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4230
4231         * gnus-util.el (ns-focus-frame): Remove declaration.
4232         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4233         like x.
4234
4235 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4236
4237         * rfc2104.el (rfc2104-zero): Delete defconst.
4238         (rfc2104-hex-alist): Likewise.
4239         (rfc2104-hex-to-int): Delete func.
4240         (rfc2104-hexstring-to-bitstring): Likewise.
4241         (rfc2104-nybbles): New defconst.
4242         (rfc2104-hash): Rewrite for speed.
4243
4244 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * tls.el (open-tls-stream): Make it work with the 2nd argument
4247         BUFFER that is a string but does not exist as a buffer object, as
4248         mentioned in the doc-string.
4249
4250 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4253         SXEmacs.
4254
4255 2008-07-16  Glenn Morris  <rgm@gnu.org>
4256
4257         * gnus-util.el (ns-focus-frame): Declare for compiler.
4258
4259 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4262         set as a group parameter.
4263         (gnus-summary-save-in-pipe): Work when it is called independently.
4264         (gnus-summary-pipe-to-muttprint): Don't modify
4265         gnus-summary-pipe-output-default-command.
4266
4267 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4268
4269         * message.el (message-send-mail-with-sendmail):
4270         Display the error message.
4271
4272 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-art.el (gnus-default-article-saver):
4275         Add gnus-summary-save-in-pipe to choices.
4276         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4277         gnus-summary-pipe-output-default-command as the default command.
4278         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4279         instead of gnus-last-shell-command.
4280
4281         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4282         New user option.
4283         (gnus-summary-muttprint-program): Mention the value will be changed.
4284         (gnus-summary-save-article): Force showing of all headers.
4285         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4286
4287 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4288
4289         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4290
4291 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4292
4293         * nnimap.el (nnimap-id):
4294         * sieve-manage.el (sieve-manage-open): Doc fixes.
4295
4296 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4297
4298         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4299         if available.
4300
4301 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4302
4303         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4304
4305         * nnkiboze.el (nnkiboze-generate-group):
4306         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4307
4308         * nnmairix.el: Require CL.
4309
4310 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * dgnushack.el: Autoload get-display-table and put-display-table for
4313         XEmacs 21.5.
4314
4315         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4316         21.4 and SXEmacs.
4317
4318 2008-06-15  David Engster  <dengste@eml.cc>
4319
4320         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4321
4322 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4323
4324         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4325         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4326         runtime choice under XEmacs.
4327
4328         * gnus-sum.el (gnus-summary-set-display-table):
4329         Use `gnus-put-display-table', `gnus-get-display-table',
4330         `gnus-set-display-table' for the display table, instead of `aset'.
4331
4332         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4333         Use `gnus-put-display-table', `gnus-get-display-table',
4334         `gnus-set-display-table' for the display table.
4335
4336 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * nnmairix.el: Add autoloads.
4339
4340 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4341
4342         * nnmairix.el (nnmairix-delete-recreate-group)
4343         (nnmairix-update-and-clear-marks): Fix error messages.
4344
4345 2008-06-14  David Engster  <dengste@eml.cc>
4346
4347         * nnmairix.el: Upgrade to version 0.6.
4348         (nnmairix-group-toggle-propmarks-this-group)
4349         (nnmairix-group-toggle-readmarks-this-group)
4350         (nnmairix-group-delete-recreate-this-group)
4351         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4352         (nnmairix-remove-tick-mark-original-article): New commands.
4353         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4354         (nnmairix-propagate-marks-to-nnmairix-groups)
4355         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4356         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4357         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4358         functions needed for marks propagation and manipulation of read marks.
4359         (nnmairix-update-groups): New function.
4360         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4361         (nnmairix-determine-original-group-from-registry)
4362         (nnmairix-determine-original-group-from-path)
4363         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4364         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4365         New helper functions.
4366         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4367         keystrokes for new commands.
4368         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4369         (nnmairix-request-group): Check allow-fast group parameter.
4370         (nnmairix-request-create-group): Set allow-fast group parameter if
4371         nnmairix-allowfast-default is set.
4372         (nnmairix-close-group): Propagate marks upon closing if needed.
4373         (nnmairix-group-toggle-threads-this-group): Use new.
4374         nnmairix-group-toggle-parameter helper function.
4375         (nnmairix-search): Better check for empty search result.
4376         (nnmairix-goto-original-article): Use new helper functions for
4377         determining original article.
4378         (nnmairix-show-original-article): Make sure message-id is in brackets.
4379         (nnmairix-call-mairix-binary): Change variable name.
4380         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4381         helper function.
4382         (nnmairix-widget-toggle-activate): Fix doc string.
4383
4384 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * nnir.el: Require edmacro when compiling with XEmacs.
4387         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4388         available in Emacs 21.
4389
4390 2008-06-11  Glenn Morris  <rgm@gnu.org>
4391
4392         * gnus-util.el (x-focus-frame):
4393         * gnus.el (image-size):
4394         * mm-decode.el (image-size): Declare.
4395
4396         * gnus-picon.el (declare-function): Add compat definition.
4397         (image-size): Declare.
4398
4399         * gnus-group.el (tool-bar-map):
4400         * gnus-sum.el (tool-bar-map): Define for compiler.
4401
4402         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4403
4404         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4405
4406         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4407         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4408         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4409         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4410         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4411         * sieve-manage.el, spam-report.el, spam.el:
4412         Remove unnecessary eval-and-compile of autoloads.
4413
4414 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4415
4416         * auth-source.el: Precise Tramp doc.
4417
4418 2008-06-07  Glenn Morris  <rgm@gnu.org>
4419
4420         * nnmairix.el: Remove unnecessary eval-when-compile.
4421
4422 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * lpath.el: Fbind propertize for XEmacs 21.4.
4425
4426 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * nnir.el: Move here from ../contrib.
4429
4430 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4431
4432         * gnus-util.el (gnus-read-shell-command): New function.
4433         * mm-decode.el (mm-pipe-part):
4434         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4435
4436 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4439
4440 2008-06-03  Glenn Morris  <rgm@gnu.org>
4441
4442         * pop3.el (nnheader-accept-process-output): Autoload it.
4443
4444 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4447         are not 2-digit hexadecimal characters that follow `%'s.
4448
4449 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * message.el (message-bogus-recipient-p): Fix type in doc string.
4452         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4453         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4454         Improve custom options.
4455         (message-bogus-recipient-p): Adjust accordingly.
4456
4457 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4458
4459         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4460         long-form month and day names.
4461
4462 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * dgnushack.el: Autoload debug, eudc-expand-inline and
4465         pgg-snarf-keys-region for XEmacs.
4466
4467         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4468
4469         * nnmairix.el: Require edmacro when compiling with XEmacs.
4470
4471 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4474         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4475
4476 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * auth-source.el: Add more docs.
4479
4480         * netrc.el (netrc-machine): Always match if the port is not given.
4481
4482 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4485         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4486         retrieval faster in some cases, but might make CPU usage larger.  If
4487         this has any bad side effects, we might revert this change.
4488
4489         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4490         seems to make mail retrieval much, much faster.
4491         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4492         unconditionally.
4493
4494         * gnus-draft.el (gnus-group-send-queue): Bind
4495         message-send-mail-partially-limit to nil to avoid being prompted.
4496
4497 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4500
4501         * message.el (message-bogus-address-regexp): Fix and improve custom
4502         type.
4503         (message-setup-hook): Add message-check-recipients as custom option.
4504
4505 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4506
4507         * message.el (message-cite-function): Remove bogus autoload which crept
4508         in during merge from v5-10.
4509
4510 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4513
4514         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4515
4516         * auth-source.el: Preliminary Tramp docs.
4517         (auth-sources): Change the default auth-sources to use
4518         EPA .gpg files.
4519
4520 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * nntp.el: Autoload `auth-source-user-or-password'.
4523         (nntp-send-authinfo): Use it.
4524
4525         * nnimap.el: Autoload `auth-source-user-or-password'.
4526         (nnimap-open-connection): Use it.
4527
4528         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4529         for the gnus-message function.
4530         (auth-source-user-or-password): Use it.
4531
4532 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4533
4534         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4535         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4536         (rfc2104-hash): Use it.
4537
4538 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4539
4540         * gnus-art.el (gnus-article-toggle-truncate-lines):
4541         Don't use `iff' in docstring.
4542
4543 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4544
4545         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4546
4547         * gnus-util.el (gnus-extract-address-component-name)
4548         (gnus-extract-address-component-email): Convenience functions around
4549         `gnus-extract-address-components'.
4550
4551         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4552         Use `gnus-extract-address-component-email' to fix bug of comparing full
4553         sender name to `user-mail-address'.
4554
4555 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4558         catch/throw to optimize.
4559         (gnus-registry-find-keywords): Just use member to find a keyword.
4560
4561 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4562
4563         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4564         is current before calling gnus-server-prepare.
4565         (gnus-server-setup-buffer, gnus-server-update-server)
4566         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4567
4568 2008-05-04  Juri Linkov  <juri@jurta.org>
4569
4570         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4571         (mailcap-file-default-commands): Use mailcap-replace-in-string
4572         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4573         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4574
4575 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4576
4577         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4578
4579 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4580
4581         * gnus.el: Bump version to 0.11.
4582
4583 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4584
4585         * gnus.el: No Gnus v0.10 is released.
4586
4587 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4590         hooks.
4591         (gnus-update-read-articles): Speed up non-marks-using users.
4592         (gnus-use-marks): Define gnus-use-marks.
4593         (gnus-propagate-marks): Rename variable to something more sensible.
4594
4595 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4596
4597         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4598         (gmm-image-load-path-for-library): Fix typos in docstrings.
4599         (gmm-message): Reflow docstring.
4600
4601 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4602
4603         * mail-source.el (mail-source-set-1, mail-source-bind):
4604         Move auth-source code out of the macro to clean it up and fix bugs.
4605
4606 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4609         by sender if it's equal to user-mail-address, it's likely to be
4610         useless.
4611
4612         * mail-source.el (mail-source-bind): Don't use user or password if they
4613         are not bound.  Unintern them if they are nil.  Don't use server unless
4614         it's bound, and default it to empty string otherwise.
4615
4616 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * mail-source.el: Load auth-source.el.
4619         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4620         get user name or password, if auth-sources is set up.
4621
4622         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4623         strategy of splitting with parent.
4624         (gnus-registry-split-fancy-with-parent)
4625         (gnus-registry-post-process-groups): Use it and fix prior
4626         bug (returning a list as the split result).
4627
4628         * auth-source.el (auth-sources): Remove server parameter.
4629         (auth-source-pick, auth-source-user-or-password)
4630         (auth-source-user-or-password-imap)
4631         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4632         (auth-source-user-or-password-sftp)
4633         (auth-source-user-or-password-smtp): Remove server parameter.
4634
4635 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4636
4637         * smime.el (smime-sign-region, smime-encrypt-region)
4638         (smime-decrypt-region):
4639         Remove redundant calls to `generate-new-buffer-name'.
4640
4641 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4642
4643         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4644         Don't use QP for message/rfc822.
4645         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4646
4647 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4648
4649         * sieve-manage.el (sieve-string-bytes): Remove.
4650         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4651         correct byte-length only if the process's coding-system is the same as
4652         the one used internally by Emacs to represent strings.
4653
4654 2008-04-22  Juri Linkov  <juri@jurta.org>
4655
4656         * mailcap.el (mailcap-file-default-commands): New function.
4657
4658 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * message.el (message-signature-separator, message-cite-function):
4661         Change custom version.
4662
4663 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4664
4665         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4666         commands.
4667         (tls-checktrust): Ditto.
4668
4669 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * mm-decode.el (mm-display-external): Make temp file read-only.
4672
4673 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4676         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4677         `C-c C-f d'.
4678
4679 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4680
4681         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4682
4683 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * gnus.el: Bump version to 0.9.
4686
4687 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         * gnus.el: No Gnus v0.8 is released.
4690
4691 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4692
4693         * mail-source.el (mail-source-value):
4694         Prefer fboundp to functionp so it works with macros as well.
4695
4696 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4697
4698         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4699         Fix last change in case the element is not even a symbol.
4700
4701 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4702
4703         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4704         Prefer fboundp to functionp so it works with macros as well.
4705
4706 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * auth-source.el: Added docs.
4709         (auth-sources): Modify format to support server.
4710         (auth-source-pick, auth-source-user-or-password)
4711         (auth-source-user-or-password-imap)
4712         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4713         (auth-source-user-or-password-sftp)
4714         (auth-source-user-or-password-smtp): Add server parameter.
4715
4716 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * gnus-registry.el: Initialize the registry when gnus-registry-install
4719         is t.
4720
4721 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * compface.el (uncompface): Make buffer unibyte.
4724
4725 2008-04-05  Glenn Morris  <rgm@gnu.org>
4726
4727         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4728
4729 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4730
4731         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4732         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4733
4734         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4735         multibyteness after rather than before erasing it.
4736
4737         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4738         mm-with-multibyte.
4739         (gnus-request-article-this-buffer): Make sure the proper decoding is
4740         used if gnus-original-article-buffer happens to be unibyte.
4741
4742         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4743         default-enable-multibyte-characters.
4744
4745         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4746         default-enable-multibyte-characters.
4747
4748         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4749
4750         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4751
4752 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4753
4754         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4755         (imap-message-copyuid-1): Use it.
4756         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4757         J. Williams in
4758         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4759
4760         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4761         imap-enable-exchange-bug-workaround.
4762         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4763
4764 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4765
4766         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4767         a 100 byte status-checks into a 2-3MB transfer for each group.
4768         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4769         to enable bug workaround or not.
4770         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4771
4772 2008-03-31  Glenn Morris  <rgm@gnu.org>
4773
4774         * message.el (mml2015-use): Declare for compiler.
4775         (message-info): Require mml2015 when appropriate.
4776
4777 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4780         whitespace.
4781
4782 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4783
4784         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4785         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4786         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4787         (nntp-service-to-port): New function.
4788         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4789         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4790         (nntp-open-netcat-stream): New function.
4791         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4792
4793 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4794
4795         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4796
4797 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4798
4799         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4800
4801 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4802
4803         * dns.el (dns-write): Use set-buffer-multibyte.
4804
4805 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4806
4807         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4808
4809 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4810
4811         * message.el (message-signature-separator): Change default.
4812         Improve custom type.
4813         (message-cite-function): Change default to
4814         message-cite-original-without-signature.
4815
4816         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4817         toggle.
4818
4819         * message.el (message-check-news-body-syntax): Fix signature check.
4820         (message-setup-1): Mark buffer as unmodified _after_ running
4821         message-setup-hook and handling message-alternative-emails.
4822         (message-shorten-references): Be more strict when building list of
4823         valid references to comply with GNKSA.
4824
4825         * gnus-group.el (gnus-read-ephemeral-bug-group)
4826         (gnus-read-ephemeral-debian-bug-group)
4827         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4828
4829         * message.el (message-info): Don't use booleanp which isn't supported
4830         in Emacs 21 and XEmacs.
4831
4832 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4833
4834         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4835         gnus-group-gmane-group-download-format.
4836         (gnus-group-read-ephemeral-gmane-group): Rename from
4837         gnus-group-read-ephemeral-gmane-group.
4838         (gnus-read-ephemeral-gmane-group-url): Rename from
4839         gnus-group-read-ephemeral-gmane-group-url.
4840         (gnus-bug-group-download-format-alist): New variable.
4841         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4842         (gnus-read-ephemeral-emacs-bug-group): New commands.
4843
4844 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4847         (gnus-visible-headers): Improve custom type.
4848
4849 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * mml.el (mml-menu): Add workarounds for XEmacs.
4852
4853         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4854         X-Boundary header.
4855
4856         * message.el (message-simplify-recipients): Fix previous commit.
4857
4858 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4859
4860         * mm-util.el (mm-set-buffer-multibyte): New function.
4861         * mm-decode.el (mm-copy-to-buffer): Use it.
4862
4863 2008-03-19  Glenn Morris  <rgm@gnu.org>
4864
4865         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4866         Accidentally removed in the sync process with Emacs.
4867
4868 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4869
4870         * message.el (message-alter-recipients-discard-bogus-full-name):
4871         New function.
4872         (message-alter-recipients-function): New variable.
4873         (message-get-reply-headers): Use it.
4874         (message-replace-header): New helper function.
4875         (message-recipients-without-full-name): New variable.
4876         (message-simplify-recipients): New command.
4877
4878         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4879
4880         * message.el (message-info): Handle EasyPG manual.
4881
4882         * mml.el (mml-menu): Add entry for EasyPG.
4883
4884 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4885
4886         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4887         parameter.
4888
4889         * message.el (message-disassociate-draft): Specify drafts group name
4890         fully.
4891
4892 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4893
4894         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4895         unnecessary duplicates from the match list.
4896
4897 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4900
4901         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4902
4903         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4904         args of `how-many' of which the XEmacs version doesn't take; declare
4905         Info-index-next as function.
4906
4907 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4908
4909         * gnus-score.el (gnus-score-headers): Fix handling of
4910         gnus-inhibit-slow-scoring.
4911
4912         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4913         string.
4914         (gnus-button-url-regexp): Improve handling of parenthesis.
4915         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4916         (gnus-button-handle-info-keystrokes): Handle index entries.
4917
4918 2008-03-15  Glenn Morris  <rgm@gnu.org>
4919
4920         * parse-time.el (parse-time-string): Simplify.
4921
4922 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4925         Incoming* files.
4926
4927 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4928
4929         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4930         (auth-source-pick): Use it.
4931
4932 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4933
4934         * binhex.el (binhex-decode-region-internal):
4935         * uudecode.el (uudecode-decode-region-internal):
4936         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4937         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4938         setting default-enable-multibyte-characters.
4939
4940 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         * auth-source.el (auth-source-protocols)
4943         (auth-source-protocols-customize, auth-source-choices): Added and
4944         modified variable customizations and defaults.
4945         (auth-source-pick, auth-source-user-or-password)
4946         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4947         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4948         (auth-source-user-or-password-sftp)
4949         (auth-source-user-or-password-smtp): Use new variables and provide an
4950         interface to netrc.el.
4951
4952 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4955         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4956         Make sure the nntp port to specify is a string.
4957
4958 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4959
4960         * nntp.el: Use with-current-buffer.
4961         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4962         dubious mm-with-unibyte-current-buffer.
4963         (nntp-with-open-group-function): New function extracted from
4964         nntp-with-open-group macro.
4965         (nntp-with-open-group): Use the function, so it's easier to debug.
4966         Add indentation and debugging info.
4967         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4968         the use of the netcat alternatives.
4969
4970         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4971         Avoid mm-string-as-multibyte as well.
4972
4973         * nnweb.el (nnweb-insert-html):
4974         Remove use of nnheader-string-as-multibyte.
4975
4976         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4977         (nnheader-string-as-multibyte): Remove.
4978
4979         * mm-view.el: Use inhibit-read-only.
4980         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4981         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4982         or unibyte-string.
4983
4984         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4985         (mm-uu-yenc-extract): Use with-current-buffer.
4986
4987         * gnus-soup.el (gnus-soup-send-packet): Don't use
4988         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4989
4990         * nnmh.el: Use with-current-buffer.
4991         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4992         mm-string-as-multibyte on the output of mm-encode-coding-string.
4993
4994         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4995         (nnimap-request-move-article): Use with-current-buffer.
4996
4997         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4998         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4999         conversion uses string-make-unibyte rather than string-as-unibyte.
5000
5001         * gnus-msg.el: Use with-current-buffer.
5002
5003         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5004
5005 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5006
5007         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5008         string for caching if it is 'PIN.
5009
5010 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * lpath.el: Consider the case without Emacs/W3.
5013
5014 2008-03-08  Glenn Morris  <rgm@gnu.org>
5015
5016         * time-date.el (date-to-time, time-subtract, time-add)
5017         (safe-date-to-time): Doc fixes.
5018
5019 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5020
5021         * mail-source.el (mail-source-delete-old-incoming-confirm):
5022         Change default to nil.
5023         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5024
5025 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * lpath.el: Rearrange.
5028
5029         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5030         (gnus-article-goto-prev-page): Work for articles having ^L's.
5031
5032         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5033
5034         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5035
5036 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5037
5038         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5039         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5040         (gnus-bookmark-jump): Adjust some variable names.
5041
5042 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5043
5044         * auth-source.el: New package.
5045         (auth-source-choices): Add customization entry point variable.
5046
5047         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5048         bug.
5049
5050 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5051
5052         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5053         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5054         (gnus-registry-install-shortcuts): Rename from
5055         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5056         the `gnus-registry-mark-map' keymap dynamically from
5057         `gnus-registry-marks'.  The generated functions update the summary line
5058         when a registry mark is added or deleted, and will call
5059         `gnus-registry-install-p' (see the comments in the code).
5060         (gnus-registry-user-format-function-M): Use concat intelligently.
5061
5062         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5063         the registry mark functions.
5064
5065 2008-03-05  Glenn Morris  <rgm@gnu.org>
5066
5067         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5068         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5069         gnus-art.
5070         (top-level): No need to load own source when compiling.
5071
5072 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5075         Suggested by <chris.anderton@zetnet.co.uk>.
5076
5077 2008-03-04  Glenn Morris  <rgm@gnu.org>
5078
5079         * gnus-sum.el (top-level): No need to require gnus when compiling,
5080         since unconditionally required near start of file.
5081         (gnus-summary-display-while-building): Move definition before use.
5082
5083 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5084
5085         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5086         formatting function.
5087
5088 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5089
5090         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5091         with plists.
5092         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5093         Use new format.
5094
5095 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5098         `where-is-internal' that returns a range of key sequences.
5099
5100 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5101
5102         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5103
5104         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5105         (gnus-summary-jump-to-group): Consider windows on other displayed
5106         frames as well.  Similar changes might be needed elsewhere, but that's
5107         the one I've bumped into during my use.
5108
5109         * nndoc.el (nndoc-oe-dbx-type-p):
5110         * gnus-msg.el (gnus-debug):
5111         * gnus-group.el (gnus-update-group-mark-positions):
5112         Use mm-string-to-multibyte.
5113
5114 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5117         doesn't handle NotDashEscaped.
5118
5119         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5120         (mml-dnd-attach-options): Fix typo in custom choice.
5121
5122         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5123         nndoc-article-type to mbox.
5124         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5125
5126         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5127         to nil, instead of html2text.
5128
5129         * imap.el (imap-debug): Add `imap-ping-server'.
5130
5131         * gnus-bookmark.el: Add FIXMEs.
5132
5133         * message.el (message-form-letter-separator)
5134         (message-send-form-letter-delay): New variables.
5135         (message-send-form-letter): Use them.  New command to send form
5136         letters.  Requested by Uwe Siart.
5137         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5138
5139 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5140
5141         * Update copyright years.
5142
5143 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         Sync from EMACS_22_BASE.
5146
5147         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5148
5149 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5150
5151         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5152         empty author.
5153
5154 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * gnus-registry.el (gnus-registry-marks): Add variable for
5157         customization of marks and their appearance.
5158         (gnus-registry-read-mark): Use it.
5159         (gnus-registry-do-marks): Add utility function to loop through
5160         `gnus-registry-marks'.
5161         (gnus-registry-install-shortcuts-and-menus): Add function to install
5162         shortcuts and menus.
5163         (gnus-registry-initialize): Use it.
5164         (gnus-registry-default-mark): Clarify documentation.
5165
5166 2008-02-29  Glenn Morris  <rgm@gnu.org>
5167
5168         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5169         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5170         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5171         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5172         Change defcustom :version from 23.0 to 23.1.
5173
5174 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5175
5176         * gnus-registry.el (gnus-registry-follow-group-p)
5177         (gnus-registry-post-process-groups): Add functions to aid registry
5178         splitting and improve logging.  Clarify behavior in function
5179         documentation.
5180         (gnus-registry-split-fancy-with-parent): Use them.
5181
5182 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5183
5184         * gnus-art.el: Use with-current-buffer.
5185
5186 2008-02-27  David Engster  <dengste@eml.cc>
5187
5188         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5189         Express real group name in the response.
5190
5191 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5194         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5195         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5196         autoload gnus-registry-fetch-group when compiling.
5197         (nnmairix-request-group-with-article-number-correction): Remove
5198         unreferenced argument passed to nnmairix-call-backend.
5199
5200 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5203         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5204         Wilde.
5205
5206 2008-02-27  Glenn Morris  <rgm@gnu.org>
5207
5208         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5209         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5210         variables to defconsts.  Convert comments to doc-strings.
5211         (nnmairix-last-server, nnmairix-current-server): Convert from free
5212         variables to defvars.  Convert comments to doc-strings.
5213         (gnus-registry-fetch-group): Autoload.
5214         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5215         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5216         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5217         caddr.
5218         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5219         nnmairix-request-group-with-article-number-correction call.
5220         (nnmairix-fast, nnmairix-group): New, less general names, for free
5221         variables passed from nnmairix-request-group to
5222         nnmairix-request-group-with-article-number-correction.  Declare.
5223         (nnmairix-request-group-with-article-number-correction):
5224         Use nnmairix-fast, nnmairix-group rather than fast, group.
5225
5226 2008-02-26  David Engster  <dengste@eml.cc>
5227
5228         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5229         version 0.5.
5230
5231 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5234         instead of making an extra function call.  Don't add the current group
5235         to articles only when they have the group.  Use
5236         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5237         Reported by David <de_bb@arcor.de>.
5238
5239 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5242         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5243
5244 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * mail-source.el (mail-source-delete-incoming): Change default.
5247         Supplement doc string.
5248
5249         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5250
5251 2008-02-14  Glenn Morris  <rgm@gnu.org>
5252
5253         * time-date.el (format-seconds): New function.
5254
5255 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * nnmail.el (nnmail-message-id-cache-file): Derive from
5258         `gnus-home-directory'.
5259
5260 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5263         Document negative prefix.
5264
5265         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5266
5267 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * message.el (message-unsent-separator): Add the Exim bounce
5270         separator.
5271
5272 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5273
5274         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5275         list.
5276         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5277         recipient/signer list.
5278
5279 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * Makefile.in (datarootdir): Define.
5282         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5283         name that might contain whitespace.
5284
5285 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5288         fbound (Emacs 23 unicode), signal an error.
5289
5290 2008-02-08  Glenn Morris  <rgm@gnu.org>
5291
5292         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5293
5294 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5295
5296         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5297         ports to the calls to `netrc-machine-user-or-password' in addition to
5298         "imap" and "imaps".
5299
5300 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5301
5302         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5303
5304         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5305
5306 2008-02-01  Kenichi Handa  <handa@m17n.org>
5307
5308         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5309         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5310         (rfc2104-hash): Convert the result of concat to unibyte string.
5311
5312 2008-02-01  Dave Love  <fx@gnu.org>
5313
5314         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5315         coding-system-for-read.
5316         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5317
5318 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5319
5320         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5321         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5322         <hanche@math.ntnu.no>.
5323
5324 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5327
5328         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5329
5330 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5331
5332         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5333         * message.el (message-beginning-of-line): Use featurep instead of bound
5334         tests in order to resolve conditionals at compile time.
5335
5336 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5337
5338         * mail-source.el (mail-sources): Add `group' choice.
5339
5340         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5341         parameter `in-group' to control into which group the articles go.
5342         Add treatment of `group' mail-source.
5343
5344 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5347
5348         * mm-decode.el (mm-dissect-buffer): Decode description.
5349
5350         * mml.el (mml-to-mime): Encode message header first.
5351
5352 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5355         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5356
5357         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5358         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5359
5360 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5361
5362         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5363
5364 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5367         prefix keys.
5368         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5369         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5370         gnus-xmas.el.
5371
5372         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5373         (gnus-xmas-article-describe-bindings): New function.
5374         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5375         gnus-xmas-article-describe-bindings.
5376
5377         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5378
5379 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5382         Add new variables for article mark management.
5383         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5384         list of extra data entries which, when present, will indicate that the
5385         article ID should not be trimmed from the registry.
5386         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5387         functions.
5388         (gnus-registry-read-mark): New function to read a mark name from the
5389         user.
5390         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5391         (gnus-registry-set-article-mark-internal): New functions to add and
5392         remove marks.
5393         (gnus-registry-get-article-marks): New function to show the marks for
5394         an article, or retrieve them for further use.
5395
5396 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5399         keys when no argument is given.
5400
5401 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * imap.el (imap-ping-server): New variable.
5404         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5405         (imap-ping-server): Minor doc string fixes.
5406
5407 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5408
5409         * imap.el (imap-ping-server): New function.
5410         (imap-opened): Call imap-ping-server.
5411
5412 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * gnus-sum.el (gnus-article-sort-by-random)
5415         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5416         jidanni@jidanni.org.
5417
5418 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * gnus-art.el (gnus-article-describe-bindings): New function.
5421         (gnus-article-read-summary-keys): Use it.
5422         (gnus-article-mode-map): Bind `C-h b' to it.
5423
5424 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5427         XEmacs.
5428         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5429         against non-character events.
5430
5431         * lpath.el: Fbind map-keymap for Emacs 21.
5432
5433 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5436         command.
5437         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5438         instead of END.  Change name of the temp file.
5439         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5440         customizable.
5441
5442 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5445         bind `S W' to gnus-article-wide-reply-with-original; set default
5446         binding to gnus-article-read-summary-send-keys.
5447         (gnus-article-read-summary-keys): Fix the order of keys; display
5448         continuation keys correctly in the echo area; describe bindings
5449         correctly when keys end with `C-h'.
5450         (gnus-article-read-summary-send-keys): New function.
5451         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5452         for gnus-article-read-summary-send-keys; display continuation keys
5453         correctly in the echo area.
5454         (gnus-article-reply-with-original): Ignore prefix argument.
5455         (gnus-article-wide-reply-with-original): New function.
5456
5457         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5458         Emacs 21.
5459
5460 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5463         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5464
5465 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5466
5467         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5468         (gnus-group-read-ephemeral-gmane-group): New command.
5469
5470 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5471
5472         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5473
5474 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * message.el (message-send-mail-function): Increase custom version.
5477
5478         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5479         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5480
5481 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5482
5483         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5484         for the cases where imap-authenticate is called with a nil buffer
5485         parameter.
5486
5487 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5490         html parts correctly; support forwarded messages.
5491         (gnus-article-browse-html-article): Remove work buffers.
5492
5493         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5494         compiling.
5495         (netrc-bound-and-true-p): New macro.
5496         (netrc-parse): Use it instead of bound-and-true-p that is not available
5497         in XEmacs 21.4.
5498
5499 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * gnus-registry.el (gnus-registry-mark-article)
5502         (gnus-registry-article-marks): Add functionality to mark articles
5503         through the Gnus registry.
5504
5505         * encrypt.el: Clarify documentation for the new pgg method.
5506         (encrypt-file-alist): Add PGG option.
5507         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5508         functionality.  Abstract password key and messaging to external
5509         functions.
5510         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5511         (encrypt-message-method-and-cipher): Add new convenience external
5512         functions.
5513         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5514         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5515
5516         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5517         (netrc-parse): Use encrypt-file-alist to determine if
5518         encrypt-find-model or encrypt-insert-file-contents should be used.
5519
5520         * encrypt.el: Clarify documentation.  Load password-cache or
5521         password, whichever one is found first, instead of autoloading.
5522
5523 2007-12-19  Glenn Morris  <rgm@gnu.org>
5524
5525         * mml.el (message-options-set, message-narrow-to-head)
5526         (message-in-body-p, message-mail-p, message-encode-message-body):
5527         Autoload.
5528         (message-remove-header, message-narrow-to-headers-or-head)
5529         (message-subscribed-p, message-make-mail-followup-to)
5530         (message-position-on-field, message-news-p)
5531         (message-options-set-recipient, message-generate-headers)
5532         (message-sort-headers): Declare as functions.
5533
5534 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5535
5536         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5537         convention in doc string.
5538
5539 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5542         title to html parts.
5543         (gnus-article-browse-html-article): Pass message header to it.
5544
5545         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5546
5547 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5550         or password compatible with XEmacs.
5551
5552 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5555         format document.
5556         (gnus-mime-delete-part): Don't write description line if empty.
5557         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5558
5559 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5560
5561         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5562         (gnus-summary-mark-read-and-unread-as-read)
5563         (gnus-summary-mark-current-read-and-unread-as-read)
5564         (gnus-summary-mark-unread-as-ticked): Doc fix.
5565         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5566
5567 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5568
5569         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5570         Christoph Conrad <christoph.conrad@gmx.de>.
5571
5572 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5575         yes-or-no-p.
5576
5577 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * mm-decode.el (mm-add-meta-html-tag): New function.
5580         (mm-save-part-to-file, mm-pipe-part): Use it.
5581
5582         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5583         gnus-y-or-n-p instead of y-or-n-p.
5584         (gnus-article-browse-html-parts): Work with message/external-body; use
5585         mm-add-meta-html-tag.
5586
5587 2007-12-11  Glenn Morris  <rgm@gnu.org>
5588
5589         * gnus-cache.el: Require gnus-sum not just when compiling.
5590
5591         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5592
5593         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5594         definitions before use.
5595
5596         * mm-decode.el: Require gnus-util.
5597         (mm-remove-part): Only call delete-annotation on XEmacs.
5598
5599         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5600
5601         * nnmail.el: Require gnus-int.
5602
5603         * spam.el: Move `require's before `eval-when-compile's.
5604
5605         * gnus-ems.el (gnus-alive-p):
5606         * gnus-fun.el (message-goto-eoh):
5607         * gnus-util.el (gnus-group-name-decode):
5608         * mail-source.el (gnus-compress-sequence):
5609         * message.el (Info-goto-node, format-spec):
5610         * mm-bodies.el (message-options-get):
5611         * mm-decode.el (mm-view-pkcs7):
5612         * mm-util.el (gmm-write-region):
5613         * mml-smime.el (mml-compute-boundary)
5614         (gnus-completing-read-with-default):
5615         * mml.el (widget-button-press, gnus-make-hashtable):
5616         * mml1991.el (mm-decode-content-transfer-encoding)
5617         (mm-encode-content-transfer-encoding)
5618         (message-options-get, message-options-set):
5619         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5620         * nnfolder.el (gnus-request-group):
5621         * nnheader.el (ietf-drums-unfold-fws):
5622         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5623         * smime.el (gnus-run-mode-hooks):
5624         * spam-stat.el (gnus-message): Autoload.
5625
5626         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5627         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5628         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5629         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5630         Add declare-function compatibility definition.
5631
5632         * gnus-cache.el (nnvirtual-find-group-art):
5633         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5634         (gnus-add-image, gnus-add-wash-type):
5635         * gnus-group.el (nnkiboze-score-file):
5636         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5637         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5638         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5639         (message-tokenize-header, gnus-get-buffer-create)
5640         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5641         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5642         * gnus.el (gnus-group-decoded-name):
5643         * mail-source.el (imap-capability):
5644         * mm-bodies.el (message-options-set):
5645         * mm-decode.el (gnus-configure-windows):
5646         * mm-extern.el (message-goto-body):
5647         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5648         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5649         (epg-sub-key-validity, message-options-set):
5650         * mml.el (widget-event-point, gnus-configure-windows):
5651         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5652         * mml2015.el (epg-check-configuration, epg-configuration)
5653         (message-options-set):
5654         * nndb.el (nndb-request-article):
5655         * nnfolder.el (gnus-request-create-group):
5656         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5657         * nnmaildir.el (gnus-group-mark-article-read):
5658         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5659         * rfc1843.el (message-fetch-field):
5660         * spam.el (gnus-extract-address-components):
5661         Declare as functions.
5662
5663 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5666
5667         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5668
5669         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5670         bind show-trailing-whitespace for XEmacs.
5671
5672 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5675         new no-op macro for backward compatibility.
5676
5677         * imap.el (imap-string-to-integer): New function.
5678
5679 2007-12-09  Glenn Morris  <rgm@gnu.org>
5680
5681         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5682
5683         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5684         * message.el, mm-view.el, sieve-manage.el, smime.el:
5685         Add declare-function compatibility definition.
5686
5687         * gnus-art.el (w3-region, w3m-region, Info-menu):
5688         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5689         * gnus-sum.el (gnus-get-predicate):
5690         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5691         * message.el (mail-abbrev-in-expansion-header-p):
5692         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5693         (w3m-detect-meta-charset, w3m-region):
5694         * sieve-manage.el (password-read, password-cache-add)
5695         (password-cache-remove):
5696         * smime.el (password-read-and-add): Declare as functions.
5697
5698 2007-12-08  David Kastrup  <dak@gnu.org>
5699
5700         * gnus-sum.el (gnus-summary-simplify-subject-query):
5701         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5702         `message'.
5703
5704 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5707         it to bind idna-program, installation-directory, defined-colors, and
5708         face-attribute for XEmacs of the version that compiles defcustom forms.
5709
5710 2007-12-07  Glenn Morris  <rgm@gnu.org>
5711
5712         * gnus-art.el (article-make-date-line): Revert previous change.
5713
5714 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5717
5718 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5719
5720         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5721         Call gnus-add-to-range ranges only once with a prepared article-list.
5722
5723 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5724
5725         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5726         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5727         group names with backslashes.  Reported by Tassilo Horn
5728         <tassilo@member.fsf.org>.
5729
5730 2007-12-06  Deepak Goel  <deego3@gmail.com>
5731
5732         * gnus-art.el (article-make-date-line):
5733         * gnus-start.el (gnus-load):
5734         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5735
5736 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-art.el (gnus-use-idna)
5739         * gnus-start.el (gnus-site-init-file)
5740         * message.el (message-use-idna)
5741         * mm-uu.el (mm-uu-hide-markers)
5742         * smiley.el (smiley-style): Revert changes that suppress warnings.
5743
5744 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5747         specify charset to html source.  Reported by Christoph Conrad
5748         <christoph.conrad@gmx.de>.
5749
5750 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5753         idna-program in order to suppress byte compile warning issued by XEmacs
5754         that came to byte compile the default value section of defcustom forms
5755         recently.
5756
5757         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5758         value of installation-directory.
5759
5760         * message.el (message-use-idna): Don't directly refer to the value of
5761         idna-program.
5762
5763         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5764
5765         * smiley.el (smiley-style): Don't directly call face-attribute.
5766
5767 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5770
5771         * gnus-dired.el: Reduce Gnus dependencies.
5772         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5773         require.  Use autoloads instead.
5774         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5775         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5776         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5777         (gnus-dired-mode): Adjust doc string.
5778         (gnus-dired-mail-mode): New variable.
5779         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5780         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5781         (gnus-dired-mail-buffers): New function.  Return mail or message
5782         composition buffers.
5783         (gnus-dired-attach): Use it.
5784         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5785         NO-DECODE.
5786         (gnus-dired-print): Use `gnus-print-buffer' depending on
5787         `gnus-dired-mail-mode'.
5788
5789 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * rfc2047.el (rfc2047-encoded-word-regexp)
5792         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5793         explaining what regexp patterns are for.
5794
5795 2007-12-04  Glenn Morris  <rgm@gnu.org>
5796
5797         * password.el: Move to password-cache.el.
5798
5799         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5800         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5801         * mml-smime.el (password-read, password-cache-add)
5802         (password-cache-remove):
5803         No need to autoload, since mml-sec requires password.
5804
5805         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5806         * message.el (gnus-extract-address-components):
5807         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5808
5809         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5810         password.
5811
5812 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * mailcap.el: Reduce dependencies.
5815         (mail-header-parse-content-type): Autoload.
5816         (mailcap-delete-duplicates): New alias.
5817         (mailcap-mime-info): Add optional argument NO-DECODE.
5818         (mailcap-mime-types): Use mailcap-delete-duplicates.
5819
5820         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5821
5822 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5823
5824         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5825         (imap-parse-status): Upcase status-att for servers that sends them
5826         lower-case (e.g., MS Exchange 2007).
5827
5828 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5831         function.
5832
5833         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5834         (gnus-uu-yenc-article): New function.
5835
5836         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5837
5838         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5839         buffer.
5840
5841 2007-12-02  Glenn Morris  <rgm@gnu.org>
5842
5843         * binhex.el (binhex): New custom group.
5844         (binhex-decoder-program, binhex-decoder-switches)
5845         (binhex-use-external): Move to the binhex custom group.
5846
5847         * uudecode.el (uudecode): New custom group.
5848         (uudecode-decoder-program, uudecode-decoder-switches)
5849         (uudecode-use-external): Move to the uudecode custom group.
5850
5851         * netrc.el (top-level): Don't load `encrypt' features.
5852         (netrc-parse): Don't use encrypt.
5853         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5854
5855         * encrypt.el: Remove file.
5856
5857 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5860         matches on patches.
5861
5862         * gnus-art.el (gnus-article-browse-html-article): Mention
5863         `mm-text-html-renderer' in the doc string.
5864
5865         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5866         string.  Add comments.
5867
5868         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5869         if rhs is ASCII.
5870
5871 2007-12-01  Glenn Morris  <rgm@gnu.org>
5872
5873         * mail-source.el (top-level): Require format-spec before
5874         eval-when-compile.
5875
5876 2007-11-30  Glenn Morris  <rgm@gnu.org>
5877
5878         * encrypt.el: Require password, rather than autoloading password-read.
5879
5880 2007-11-29  Glenn Morris  <rgm@gnu.org>
5881
5882         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5883         (sasl-make-client, sasl-next-step, sasl-step-data)
5884         (sasl-step-set-data): Declare as functions.
5885
5886 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5889
5890 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5891
5892         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5893         certs should be verified and what is to be done in the event of a
5894         verification failure.
5895
5896         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5897         caller can indicate whether the cache should be disregarded for this
5898         call.  This way the result of the call is reproducible at all times and
5899         can be considered a canonical server name for the supplied method.
5900         (gnus-agent-method-p): Canonicalize server names by pushing their
5901         method through `gnus-method-to-server' using the no-cache argument.
5902
5903         * gnus-srvr.el (gnus-server-insert-server-line): Call
5904         `gnus-method-to-server' with `no-cache' argument.
5905
5906         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5907         gnus-agent-possibly-synchronize-flags as this should be called when the
5908         server is actually being opened.
5909         (gnus-agent-possibly-synchronize-flags)
5910         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5911         flags file of an agentized server to the latter function.
5912
5913         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5914         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5915         after a connection has been established successfully.
5916
5917 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-art.el (article-display-face): Force to display face if called
5920         interactively; check if gnus-article-x-face-too-ugly matches author.
5921         (article-display-x-face): Display face even if From header is missing
5922         as article-display-face does.
5923
5924 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5925
5926         * hashcash.el (message-narrow-to-headers-or-head)
5927         (message-fetch-field, message-goto-eoh)
5928         (message-narrow-to-headers): Declare as functions.
5929
5930 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * mail-source.el (mail-sources): Default to fetch from file for
5933         compatibility with default of nnmail-spool-file.
5934
5935 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5938         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5939         to look for encoded word that should be encoded again.
5940         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5941         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5942         encoding pattern.
5943         (rfc2047-decode-region): Switch strict regexp and loose one according
5944         to rfc2047-allow-irregular-q-encoded-words.
5945
5946 2007-11-25  Romain Francoise  <romain@orebokech.com>
5947
5948         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5949
5950 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * tls.el (tls-program): Provide more custom choices from
5953         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5954         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5955
5956 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5957
5958         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5959         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5960
5961         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5962         `nnmail-spool-file'.
5963
5964         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5965         `nnmail-spool-file'.
5966
5967         * gnus-move.el (gnus-change-server): Ditto.
5968
5969         * gnus-kill.el (gnus-batch-score): Ditto.
5970
5971         * gnus-cache.el (gnus-jog-cache): Ditto.
5972
5973         * gnus-msg.el (gnus-summary-reply):
5974         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5975
5976 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5979         version.  Minor improvement to doc strings.
5980         (tls-program): Add comment.
5981
5982 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5983
5984         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5985         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5986         mismatch between the hostname provided in the certificate and the name
5987         of the host connnecting to.
5988         (open-tls-stream): Use them.  Check certificates against trusted root
5989         certificates.
5990
5991 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5992
5993         * gnus-cache.el (gnus-cache-generate-nov-databases):
5994         Use nnml-generate-nov-databases-directory instead of
5995         nnml-generate-nov-databases-1.
5996
5997 2007-11-24  Glenn Morris  <rgm@gnu.org>
5998
5999         * message.el (message-tool-bar-retro): Update for rename
6000         mail_send.xpm->mail-send.xpm.
6001
6002 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6003
6004         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6005         `smime-ldap-search' for Emacs 22 and up.
6006
6007 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6008
6009         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6010
6011         * message.el (message-send-mail-function): Fix error convention.
6012         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6013         (message-widen-reply, message-send-mail, message-talkative-question)
6014         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6015         (message-clone-locals, message-send-news): Use with-current-buffer.
6016         (message-insert-or-toggle-importance): Remove unused var `valid'.
6017         (message-make-references): Remove unused var `new-references'.
6018         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6019
6020 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6021
6022         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6023         (spam-split-symbolic-return-positive): Reflow docstring.
6024         (spam-backends, spam-summary-exit-behavior)
6025         (spam-mark-ham-unread-before-move-from-spam-group)
6026         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6027         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6028         (spam-clear-cache, spam-backend-check, spam-install-backend)
6029         (spam-install-statistical-backend, spam-list-of-processors)
6030         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6031         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6032         (spam-check-crm114, spam-initialize, spam-unload-hook):
6033         Fix typos in docstrings.
6034
6035 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6038         been checked if they have never been read and those group levels are
6039         higher than the one that a user specified.
6040
6041 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6044         foreign groups unless a group level is specified by a user.
6045         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6046
6047 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * message.el (message-send-mail-function): Require sendmail.
6050
6051 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * message.el (message-send-mail-function): Check for smtpmail too.
6054
6055         * utf7.el (utf7-encode, utf7-decode): Use coding system
6056         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6057
6058         * message.el (message-send-mail-function): New function.
6059         (message-send-mail-function): Set default using
6060         message-send-mail-function.  Adjust doc string.
6061         (message-send-mail-with-mailclient): New function.
6062
6063 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6064
6065         * smime.el (from):
6066         * rfc2047.el (message-posting-charset):
6067         * qp.el (mm-use-ultra-safe-encoding):
6068         * pop3.el (parse-time-months):
6069         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6070         * nnml.el (files):
6071         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6072         (jka-compr-compression-info-list, ange-ftp-path-format)
6073         (efs-path-regexp):
6074         * nndiary.el (files):
6075         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6076         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6077         (epg-digest-algorithm-alist, inhibit-redisplay)
6078         (password-cache-expiry):
6079         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6080         (pgg-output-buffer, password-cache-expiry):
6081         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6082         (efs-path-regexp):
6083         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6084         (inhibit-redisplay):
6085         * mm-uu.el (file-name, start-point, end-point, entry)
6086         (gnus-newsgroup-name, gnus-newsgroup-charset):
6087         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6088         (latin-unity-ucs-list):
6089         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6090         (mm-uu-binhex-decode-function):
6091         * message.el (gnus-message-group-art, gnus-list-identifiers)
6092         (rmail-enable-mime-composing, gnus-local-organization)
6093         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6094         (gnus-read-active-file, facemenu-add-face-function)
6095         (facemenu-remove-face-function, gnus-article-decoded-p)
6096         (tool-bar-mode):
6097         * mail-source.el (display-time-mail-function):
6098         * gnus-util.el (nnmail-pathname-coding-system)
6099         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6100         (gnus-original-article-buffer, gnus-user-agent)
6101         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6102         (xemacs-codename, sxemacs-codename, emacs-program-version):
6103         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6104         * gnus-start.el (gnus-agent-covered-methods)
6105         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6106         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6107         (gnus-newsgroup-headers, gnus-group-list-mode)
6108         (gnus-group-mark-positions, gnus-newsgroup-data)
6109         (gnus-newsgroup-unreads, nnoo-state-alist)
6110         (gnus-current-select-method, mail-sources)
6111         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6112         (nnmail-spool-file, gnus-cache-active-hashtb):
6113         * gnus-mh.el (mh-lib-progs):
6114         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6115         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6116         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6117         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6118         (gnus-group-buffer):
6119         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6120         (font-lock-set-defaults):
6121         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6122         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6123         (gnus-summary-post-menu, total-parts, type, condition, length):
6124         * gnus-agent.el (gnus-agent-read-agentview):
6125         * flow-fill.el (show-trailing-whitespace):
6126         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6127         eval-and-compile wrappers for byte compiler pacifiers.
6128
6129         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6130         (mm-display-inline-fontify): Check for featurep 'xemacs not
6131         extent-list.
6132
6133         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6134         itimer-list.
6135         (mm-create-image-xemacs): Only do something for XEmacs.
6136         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6137
6138         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6139
6140         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6141         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6142
6143 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6144
6145         * nnimap.el (nnimap-split-download-body):
6146         * gnus-demon.el (gnus-demon):
6147         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6148
6149 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6152         macros.
6153         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6154         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6155         copy data from unibyte buffer to multibyte current buffer.
6156         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6157         to copy data from unibyte current buffer to multibyte buffer.
6158         (nntp-make-process-buffer): Make process buffer unibyte.
6159
6160         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6161
6162 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6163
6164         * pop3.el (pop3-open-server): Accept and process data more robustly at
6165         connexion start to avoid spurious "POP SSL connexion failed" errors.
6166
6167 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6170         read group names.
6171
6172 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6173
6174         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6175
6176 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6179         (nnmail-save-active): Use a unibyte buffer when saving active file,
6180         which may contain non-ASCII group names.
6181
6182         * nnml.el (nnml-request-group): Decode group names in messages.
6183
6184 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * message.el (message-citation-line-function)
6187         (message-insert-formatted-citation-line): Fix spelling of
6188         `message-insert-formated-citation-line'.
6189
6190 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6193
6194 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6197         nnmail-pathname-coding-system.
6198
6199         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6200         that a user enters; decode group names in messages.
6201
6202         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6203
6204 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6207
6208         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6209
6210         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6211         risky local variable.
6212
6213         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6214
6215 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * encrypt.el: Improve documentation to fix function name typo.
6218         Reported by Daiki Ueno <ueno@unixuser.org>.
6219
6220 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6223         even if the point is not in the last page of an article.
6224         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6225         back to the previous page.
6226
6227 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6230
6231 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6234
6235 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6236
6237         * message.el (message-check-news-body-syntax): Avoid
6238         mm-string-as-multibyte.
6239         (message-hide-headers): Don't assume (point-min)==1.
6240
6241 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * message.el (message-remove-blank-cited-lines): Fix if remove is
6244         given.
6245         (message-bogus-address-regexp): New variable.
6246         (message-bogus-recipient-p): New function.
6247         (message-check-recipients): New command.
6248         (message-syntax-checks): Add `bogus-recipient'.
6249         (message-fix-before-sending): Add `bogus-recipient'.
6250
6251         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6252         (gnus-treat-body-boundary): Don't test window-system.
6253
6254 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6255
6256         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6257
6258 2007-10-28  Miles Bader  <miles@gnu.org>
6259
6260         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6261         at compile-time too.
6262
6263 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * gnus-msg.el (gnus-message-setup-hook): Add
6266         `message-remove-blank-cited-lines' to options.
6267
6268 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * message.el (message-remove-blank-cited-lines): New function.
6271         Suggested by Karl Plästerer.
6272
6273 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6276         mapc.
6277
6278         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6279         (top-level): Use mapc to set functions to be traced for debugging.
6280
6281         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6282         called for effect with while loop.
6283
6284         * message.el (message-talkative-question): Replace mapcar called for
6285         effect with mapc.
6286
6287         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6288         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6289         called for effect with dolist.
6290
6291         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6292
6293         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6294         gnus-extra-headers and nnmail-extra-headers.
6295
6296         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6297         called for effect with dolist.
6298         (top-level): Use mapc to set functions to be traced for debugging.
6299
6300         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6301         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6302         dolist.
6303
6304         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6305         Replace mapcar called for effect with mapc.
6306         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6307         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6308         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6309         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6310
6311         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6312         remove-if that's a cl function.
6313
6314         * webmail.el (webmail-debug): Replace mapcar called for effect with
6315         dolist.
6316
6317         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6318         with mapc.
6319
6320 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6323         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6324         with while loop.
6325
6326         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6327         functions from article-* functions.
6328         (gnus-multi-decode-header): Replace mapcar called for effect with
6329         dolist.
6330
6331         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6332         (gnus-bookmark-show-details): Replace mapcar called for effect with
6333         while loop.
6334
6335         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6336         called for effect with while loop.
6337
6338         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6339         with dolist.
6340
6341         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6342         mapcar called for effect with dolist.
6343
6344         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6345
6346         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6347         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6348         Replace mapcar called for effect with dolist.
6349         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6350         mapc.
6351
6352         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6353         Replace mapcar called for effect with dolist.
6354         (gnus-topic-list): Replace mapcar called for effect with mapc.
6355
6356         * gnus.el: Use mapc instead of mapcar to add autoloads.
6357
6358 2007-10-23  Richard Stallman  <rms@gnu.org>
6359
6360         * gnus-group.el (gnus-group-highlight): Mark as risky.
6361
6362 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus.el (gnus-server-to-method): Return method found first in
6365         gnus-newsrc-alist.
6366
6367         * gnus-art.el (gnus-article-highlight-signature)
6368         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6369         button overlay without the front stickiness.
6370
6371 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6372
6373         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6374         overview buffer needed a catch to receive its throw.
6375         (gnus-agent-flush-cache): Declared as interactive to make this function
6376         easier to use.
6377
6378 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6381         `next-line'.
6382
6383 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6386         exclude address matching message-dont-reply-to-names.
6387
6388 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-util.el (gnus-string<): New function.
6391
6392         * gnus-sum.el (gnus-article-sort-by-author)
6393         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6394
6395 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6398         the frame-focus tag is set in gnus-buffer-configuration.
6399
6400 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6403         the front stickiness.
6404
6405 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6408         url pattern; remove duplicate one.
6409         (gnus-article-extend-url-button): New function.
6410         (gnus-article-add-buttons): Use it.
6411         (gnus-button-push): Use concatenated url that it makes.
6412
6413 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6414
6415         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6416
6417 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6418
6419         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6420         Don't hardcode point-min==1.
6421
6422 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6425         Fix comment about "iso8859-1".
6426
6427 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6428
6429         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6430         ones returned from the verify-function.
6431
6432         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6433         mml2015-extract-cleartext-signature if extraction failed.
6434
6435 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6436
6437         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6438         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6439         failed.
6440
6441 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6444
6445 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6448         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6449         recommends to use EasyPG instead of PGG.
6450
6451         * pgg.el: Revert to revision 6.23.2.16.
6452
6453         * pgg-def.el: Revert to revision 6.6.2.14.
6454
6455         * pgg-gpg.el: Revert to revision 6.23.2.34.
6456
6457 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6458
6459         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6460         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6461         thread for both the null and zero (kill/expire thread) universal prefix
6462         cases.
6463         (gnus-summary-expire-thread): Add new function to expire a thread,
6464         using gnus-summary-kill-thread.
6465         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6466         shortcuts for gnus-summary-expire-thread.
6467         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6468         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6469
6470 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6471
6472         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6473         extras value, so an extras entry can be deleted.
6474         (gnus-registry-delete-extra-entry): Use it.
6475         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6476         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6477         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6478         storage through the gnus-registry, and provide an appropriate API for
6479         it.
6480
6481 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6484         Suggested by Leo <sdl.web@gmail.com>.
6485
6486         * gnus.el: Do.
6487
6488 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6491         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6492
6493         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6494
6495         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6496         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6497
6498 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6501         newline.
6502         (nnmbox-request-accept-article): Don't change article in source buffer;
6503         narrow to header to use message-fetch-field rather than
6504         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6505         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6506         as delimiters; make sure article ends with newline.
6507         (nnmbox-delete-mail): Correct last position of article to be deleted;
6508         ignore X-Gnus-Newsgroup header in article body.
6509         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6510         positions; make sure article ends with newline.
6511
6512         * message.el (message-display-abbrev): Don't infloop when a user
6513         inserts SPC in the beginning of header.
6514
6515         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6516         coding-system-for-read and coding-system-for-write for XEmacs having no
6517         file-coding feature.
6518
6519         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6520
6521 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6522
6523         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6524         list of groups not followed by default.  Fix type to be regexp.
6525         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6526
6527 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6528
6529         * hmac-def.el (define-hmac-function): Switch from old-style to
6530         new-style backquotes.
6531
6532         * md4.el (md4-make-step): Likewise.
6533
6534 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6537         raw-text coding system when saving .newsrc file, which may contain
6538         non-ASCII group names.
6539
6540 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-cus.el (gnus-score-extra): New widget.
6543         (gnus-score-extra-convert): New function.
6544         (gnus-score-customize): Use it for Extra.
6545
6546 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6547
6548         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6549         (mml2015-mailcrypt-clear-verify): Use it.
6550         (mml2015-gpg-clear-verify): Use it.
6551         (mml2015-pgg-clear-verify): Use it.
6552         (mml2015-epg-clear-verify): Replace the current part with the output
6553         from GnuPG; don't extract the plaintext by itself.
6554
6555         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6556         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6557         mml2015-clear-verify-function; don't touch the armor headers or
6558         dash-escaped text here.
6559
6560 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6563         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6564         parts, or application/octet-stream as a last resort.
6565         (gnus-mime-view-part-as-type): Don't toggle display.
6566         (gnus-mime-view-part-as-charset): Don't turn off display before
6567         querying charset.
6568
6569         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6570         stuff to undisplayer function in Emacs.
6571         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6572
6573         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6574         text/calendar parts.
6575
6576 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6579         decoding text/calendar parts.
6580
6581         * message.el (message-forward-make-body-mime): Always mark body as
6582         having no illegible text; remove signed-or-encrypted argument.
6583         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6584
6585         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6586         (mml-generate-mime-1): Don't encode body if it is specified to be in
6587         raw form; don't make buffer be unibyte when inserting multibyte string.
6588
6589 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * sha1.el: Fix up comment style.
6592         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6593         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6594
6595         * hex-util.el: Fix up comment style.
6596         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6597
6598         * gnus-salt.el: Use with-current-buffer.
6599         (gnus-pick-setup-message): Fix long-standing typo.
6600
6601 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * imap.el (imap-logout-timeout): New variable.
6604         (imap-logout, imap-logout-wait): New functions.
6605         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6606
6607         * nnimap.el (nnimap-logout-timeout): New server variable.
6608         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6609         nnimap-logout-timeout.
6610
6611         * gnus-art.el (gnus-article-summary-command-nosave)
6612         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6613
6614 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus.el (gnus-maximum-newsgroup): New variable.
6617
6618         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6619         according to gnus-maximum-newsgroup.
6620
6621         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6622         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6623         Limit the range of articles according to gnus-maximum-newsgroup.
6624
6625 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6626
6627         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6628         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6629         Don't perform gnus-configure-windows here; reuse existing sticky
6630         article buffer.
6631
6632         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6633         it doesn't exist in gnus-article-mode.
6634
6635 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6638         (gnus-agent-decoded-group-name): New function.
6639         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6640         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6641
6642 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6643
6644         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6645         Add binding for gnus-sticky-article.
6646         (gnus-summary-exit): Don't kill sticky article buffers.
6647
6648         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6649         article buffer.
6650         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6651         (gnus-kill-sticky-article-buffers): New commands.
6652
6653 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * nntp.el (nntp-xref-number-is-evil): New server variable.
6656         (nntp-find-group-and-number): If it is non-nil, don't trust article
6657         numbers in the Xref header.
6658
6659 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * gnus-agent.el (gnus-agent-read-group): New function.
6662         (gnus-agent-flush-group, gnus-agent-expire-group)
6663         (gnus-agent-regenerate-group): Use it.
6664         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6665         nnmail-pathname-coding-system.
6666
6667 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6670
6671         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6672         that are unread as unread, and also as selected so that information of
6673         marks having been changed by a user may be updated when exiting group.
6674
6675 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6678         calculated ignoring signature parts to gnus-treat-article.
6679
6680 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6683         a point here in order to keep the window start.
6684         (gnus-insert-mime-security-button): Make a button overlay without the
6685         front stickiness.
6686         (gnus-mime-display-security): Goto the end of a button.
6687
6688         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6689
6690 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6693         group-name-at-point.
6694         (gnus-group-completing-read): New function that offers decoded
6695         non-ASCII group names for completion.
6696         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6697         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6698         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6699         (gnus-group-fetch-control): Use it.
6700         (gnus-fetch-group): Use group-name-at-point for the initial value
6701         rather than the default value; use gnus-alive-p.
6702
6703         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6704         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6705         (gnus-summary-post-news): Use gnus-group-completing-read.
6706
6707         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6708         (gnus-read-move-group-name): Decode group name for completion.
6709
6710 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6713         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6714         Yamaoka slightly modified the code).
6715
6716 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6719         (nnmail-split-incoming): Bind it.
6720
6721         * nnml.el (nnml-group-name-charset): New function.
6722         (nnml-decoded-group-name): Use it; don't decode group name if
6723         nnmail-group-names-not-encoded-p is non-nil.
6724         (nnml-encoded-group-name): New function.
6725         (nnml-group-pathname): Inline nnml-decoded-group-name.
6726         (nnml-request-expire-articles): Decode group name in message.
6727         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6728         nnmail-pathname-coding-system.
6729         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6730         not decoded ones according to nnmail-group-names-not-encoded-p.
6731         (nnml-generate-active-info): Use nnml-encoded-group-name.
6732
6733 2007-08-08  Glenn Morris  <rgm@gnu.org>
6734
6735         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6736         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6737         doc-strings and comments.
6738
6739 2007-07-25  Glenn Morris  <rgm@gnu.org>
6740
6741         * Relicense all FSF files to GPLv3 or later.
6742
6743 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-sum.el (gnus-summary-move-article): Make
6746         gnus-summary-respool-article work.
6747
6748 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6751         string.
6752
6753 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6754
6755         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6756         that should be ignored when comparing distant RSS articles with local
6757         ones.
6758         (nnrss-make-hash-index): New function.  Create a hash index according
6759         to the ignored fields.
6760         (nnrss-check-group): Use it.
6761
6762 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6765
6766         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6767
6768         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6769         the new optional argument ENCODED is non-nil.
6770         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6771         coding system for encoding group name.
6772         (gnus-group-make-rss-group): Pass un-encoded group name to
6773         gnus-group-make-group.
6774         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6775         encoded.
6776
6777         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6778         Encode group name to which articles are moved or copied.
6779         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6780         coding system for encoding Newsgroup, Followup-To and Xref headers.
6781
6782         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6783         marks; use nnheader-file-coding-system to write a file.
6784         (nnagent-retrieve-headers): Bind file-name-coding-system to
6785         nnmail-pathname-coding-system.
6786
6787         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6788
6789         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6790         (nnml-request-article, nnml-request-create-group)
6791         (nnml-request-rename-group, nnml-find-id)
6792         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6793         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6794         (nnml-save-marks): Use nnml-group-pathname instead of
6795         nnmail-group-pathname.
6796
6797         (nnml-request-create-group, nnml-request-expire-articles)
6798         (nnml-request-move-article, nnml-request-delete-group)
6799         (nnml-deletable-article-p, nnml-possibly-create-directory)
6800         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6801         (nnml-open-marks): Bind file-name-coding-system to
6802         nnmail-pathname-coding-system.
6803
6804         (nnml-request-article): Pass server argument to nnml-find-group-number.
6805         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6806         server argument to nnml-possibly-create-directory.
6807         (nnml-request-accept-article): Pass server argument to
6808         nnml-active-number and nnml-save-mail.
6809         (nnml-find-group-number): Pass server argument to nnml-find-id.
6810         (nnml-request-update-info): Pass server argument to
6811         nnml-marks-changed-p.
6812
6813         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6814         (nnml-save-mail, nnml-active-number): Add server argument.
6815
6816         (nnml-request-delete-group): Warn if group is missing.
6817         (nnml-get-nov-buffer): Decode group name.
6818         (nnml-generate-active-info): Encode group name.
6819         (nnml-open-marks): Decode group name in messages.
6820
6821 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6824         if it is not specified.
6825         (gnus-article-pipe-part, gnus-article-save-part)
6826         (gnus-article-interactively-view-part, gnus-article-copy-part)
6827         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6828         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6829         (gnus-article-replace-part, gnus-article-delete-part)
6830         (gnus-article-view-part-as-type): Pass raw prefix argument to
6831         gnus-article-part-wrapper.
6832
6833 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-agent.el (gnus-agent-save-active): Bind
6836         nnheader-file-coding-system to gnus-agent-file-coding-system.
6837
6838         * gnus-cache.el (gnus-cache-save-buffers)
6839         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6840         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6841         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6842         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6843         (gnus-cache-generate-active, gnus-cache-rename-group)
6844         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6845         (gnus-cache-update-overview-total-fetched-for): Bind
6846         file-name-coding-system to nnmail-pathname-coding-system.
6847         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6848         variables.
6849         (gnus-cache-decoded-group-name): New function.
6850         (gnus-cache-file-name): Use it.
6851         (gnus-cache-generate-active): Use non-decoded group name for active.
6852
6853         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6854         right place.
6855         (gnus-write-active-file): Don't break non-ASCII group names.
6856
6857         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6858         nnmail-pathname-coding-system.
6859
6860         * lpath.el: Bind default-file-name-coding-system,
6861         file-name-coding-system and language-info-alist for XEmacs.
6862
6863         * gnus-uu.el (gnus-uu-decode-save): Typo.
6864
6865 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6868
6869 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6872         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6873         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6874         (gnus-agent-flush-group, gnus-agent-flush-cache)
6875         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6876         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6877         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6878         (gnus-agent-regenerate-group)
6879         (gnus-agent-update-files-total-fetched-for)
6880         (gnus-agent-update-view-total-fetched-for): Bind
6881         file-name-coding-system to nnmail-pathname-coding-system.
6882         (gnus-agent-group-pathname): Don't encode file names by
6883         nnmail-pathname-coding-system.
6884         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6885         coding-system-for-write instead of buffer-file-coding-system to
6886         gnus-agent-file-coding-system.
6887
6888         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6889         Decode group name.
6890
6891         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6892
6893         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6894         (gnus-read-newsrc-el-file): Make group names unibyte.
6895
6896         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6897         nnmail-pathname-coding-system.
6898
6899         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6900         (nnrss-request-delete-group): Bind file-name-coding-system to
6901         nnmail-pathname-coding-system.
6902         (nnrss-read-server-data, nnrss-read-group-data): Bind
6903         file-name-coding-system correctly.
6904         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6905
6906         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6907         (nntp-server-to-method-cache): New variable.
6908         (nntp-group-pathname): New function that decodes non-ASCII group names.
6909         (nntp-possibly-create-directory, nntp-marks-changed-p)
6910         (nntp-save-marks, nntp-open-marks): Use it.
6911         (nntp-possibly-create-directory, nntp-open-marks):
6912         Bind file-name-coding-system to nnmail-pathname-coding-system.
6913         (nntp-open-marks): Decode group names when bootstrapping marks.
6914
6915         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6916         Newsgroups and Folowup-To headers.
6917
6918 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6921         (gnus-server-closed-face, gnus-server-denied-face)
6922         (gnus-server-offline-face): Remove variable.
6923         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6924
6925         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6926         of modifying message-stack directly for XEmacs.
6927
6928         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6929         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6930         if the coding-system argument is nil for XEmacs.
6931
6932         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6933         mm-charset-override-alist.
6934
6935         * rfc2047.el: Don't require base64; require rfc2045 for the function
6936         rfc2045-encode-string.
6937         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6938         to quote the parameter value.
6939
6940 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6943         form in gnus-group-name-charset-method-alist.
6944
6945         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6946         overrides the default layout edit-form.
6947
6948         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6949
6950         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6951
6952 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6955         as unfetched articles.
6956
6957 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6960
6961 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6964         original back end that keeps marks in the local system.
6965
6966 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6969         arg of pop-to-buffer for XEmacs.
6970         (gnus-article-read-summary-keys): Ditto; don't restore window
6971         configuration if summary command ends up with neither article buffer
6972         nor summary buffer; describe bindings if summary keys end with C-h.
6973
6974 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * message.el (message-fix-before-sending): Skip raw message part to be
6977         forwarded while checking illegible text.
6978         (message-forward-make-body-mime, message-forward-make-body): Mark
6979         signed or encrypted raw message as having no illegible text.
6980
6981 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6984         (gnus-message-with-timestamp-1): New macro.
6985         (gnus-message-with-timestamp): New function.
6986         (gnus-message): Use them.
6987
6988         * nnheader.el (nnheader-message): Use them.
6989
6990 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6993         .newsrc.eld file.
6994
6995 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-agent.el (gnus-agent-fetch-headers)
6998         (gnus-agent-retrieve-headers): Bind
6999         gnus-decode-encoded-address-function to identity.
7000
7001         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7002         available also when the server returns simply a dot.
7003
7004         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7005
7006 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7009
7010 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-ems.el (gnus-x-splash): Make it work.
7013
7014         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7015         from being used.
7016
7017         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7018
7019 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7022         4th and the 5th arguments.
7023
7024         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7025         the front stickiness.
7026         (gnus-article-summary-command-nosave): Correct the order of the
7027         arguments passed to pop-to-buffer.
7028         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7029         summary command ends up with the article buffer.
7030
7031         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7032         the same faces.
7033
7034 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7035
7036         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7037
7038 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7039
7040         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7041         * gnus-sum.el (gnus-summary-highlight):
7042         * pgg.el (pgg-sign-region, pgg-sign):
7043         * mail-source.el (mail-source-delete-old-incoming-confirm):
7044         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7045
7046 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * gnus-art.el (gnus-mime-view-part-externally)
7049         (gnus-mime-view-part-internally): Fix predicate function passed to
7050         completing-read.
7051
7052         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7053
7054         * gnus.el (gnus-update-message-archive-method): Add :version.
7055
7056 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus.el (gnus-update-message-archive-method): New variable.
7059
7060         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7061         according to gnus-message-archive-method if
7062         gnus-update-message-archive-method is non-nil.
7063
7064 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7067         by Loic Dachary <loic@dachary.org>.
7068         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7069
7070 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * message.el (message-pop-to-buffer): Add switch-function argument.
7073         (message-mail): Pass switch-function argument to it.
7074
7075 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7078         Improve doc string.
7079
7080 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7083         (gnus-header-content)
7084         * gnus-cite.el (gnus-cite-10)
7085         * gnus-srvr.el (gnus-server-closed)
7086         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7087         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7088         (gnus-group-mail-3-empty, gnus-group-mail-low)
7089         (gnus-group-mail-low-empty, gnus-splash)
7090         * message.el (message-header-to, message-header-cc)
7091         (message-header-subject, message-header-other, message-header-name)
7092         (message-header-xheader, message-separator, message-cited-text)
7093         (message-mml): Lighten colors of faces used for dark background.
7094
7095 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7096
7097         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7098         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7099
7100 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * message.el (message-narrow-to-headers-or-head):
7103         Ignore mail-header-separator in the body.
7104
7105 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7108         same as window size.
7109
7110 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7111
7112         * message.el (message-font-lock-keywords): Use message-header-xheader
7113         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7114         ahead of the anything pattern, to get it recognised.
7115
7116 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7119         spam.el loads uses it in the compiled defadvice form.
7120
7121 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7122
7123         * gnus-sum.el (gnus-articles-to-read)
7124         (gnus-summary-insert-old-articles): Don't truncate group name for
7125         `read-string'.
7126
7127         * gnus-util.el (gnus-limit-string): Delete this function.
7128
7129         * gnus-sum.el (gnus-simplify-subject-fully): Use
7130         `truncate-string-to-width' instead.
7131
7132 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7133
7134         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7135         if, on summary exit, the next group has to be selected.
7136         (gnus-summary-exit): Use it.
7137
7138 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7141         non-break space.
7142
7143 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7146         Check if group is not a directory.
7147         (nnfolder-request-expire-articles): Don't delete articles if the target
7148         group is not available.
7149
7150         * nnml.el (nnml-request-create-group): Properly check if group is not a
7151         file.
7152         (nnml-request-expire-articles): Don't delete articles if the target
7153         group is not available.
7154
7155         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7156         Don't quote characters that are within parentheses.
7157
7158 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7161         (gnus-handle-ephemeral-exit): Select article according to it.
7162
7163 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * message.el (message-insert-formated-citation-line): Remove newline.
7166         (message-citation-line-format): Add final \n here so that the user can
7167         avoid a blank line.
7168
7169 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7170
7171         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7172         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7173         Update lanl/arXiv support.
7174
7175 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * gnus.el: Bump version number.
7178
7179 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * gnus.el (gnus-version-number): Bump version.
7182
7183 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7184
7185         * gnus.el: No Gnus v0.6 is released.
7186
7187 2007-04-27  Didier Verna  <didier@xemacs.org>
7188
7189         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7190         * gmm-utils.el (gmm-regexp-concat): here.
7191         * message.el: Don't require 'gnus-util.
7192         (message-dont-reply-to-names): Handle name change above.
7193         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7194
7195 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7198         since the initial value varies according to the system.
7199
7200 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7203
7204 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7205
7206         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7207
7208 2007-04-24  Didier Verna  <didier@xemacs.org>
7209
7210         Improve the type of gnus-ignored-from-addresses.
7211         * gnus-util.el (gnus-orify-regexp): New function.
7212         * message.el (gnus-util): Require it.
7213         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7214         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7215         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7216
7217 2007-04-24  Didier Verna  <didier@xemacs.org>
7218
7219         * gnus-sum.el:
7220         * gnus-utils.el: Fix some trailing whitespaces.
7221
7222 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7225         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7226         article's Message-ID; refer parent article in summary buffer.
7227
7228         * message.el (message-bounce): Call mime-to-mml.
7229
7230         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7231         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7232         optimize and/or forms properly.
7233
7234 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7237         URL.
7238
7239 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7242
7243 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7246         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7247         displayed of multipart/alternative part if it is invoked from summary
7248         buffer.
7249
7250         * mm-view.el (mm-inline-text-html-render-with-w3m)
7251         (mm-inline-text-html-render-with-w3m-standalone)
7252         (mm-inline-render-with-function): Use mail-parse-charset by default.
7253
7254 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7255
7256         * parse-time.el (parse-time-string-chars): Check if CHAR
7257         is less than the length of parse-time-syntax.
7258
7259 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7262         from gnus-newsgroup-processable.
7263
7264 2007-04-16  Didier Verna  <didier@xemacs.org>
7265
7266         * gnus-msg.el (gnus-configure-posting-styles): Handle
7267         message-signature-directory properly with :file syntax.  Reported by
7268         "Leo".
7269
7270 2007-04-11  Didier Verna  <didier@xemacs.org>
7271
7272         New user option: message-signature-directory.
7273         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7274         * message.el (message-insert-signature): Ditto.
7275         * message.el (message-signature-file): Doc update.
7276         * message.el (message-signature-directory): New.
7277
7278 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-msg.el (gnus-inews-yank-articles): Use
7281         message-exchange-point-and-mark instead of exchange-point-and-mark.
7282
7283 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * message.el (message-yank-original): Make sure cited text ends with
7286         newline; don't exchange point and mark.
7287
7288 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7289
7290         * tls.el (open-tls-stream): Properly handle case where there
7291         is no associated buffer.
7292
7293 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7294
7295         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7296         message-yank-original, make sure (< mark TEXT point).
7297
7298 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * message.el (message-fill-column): New variable.
7301         (message-mode): Use it.  Add comment on a possible new hook.
7302
7303         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7304         (nnmail-get-new-mail): Reformat.
7305
7306         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7307
7308         * gmm-utils.el: Fix Commentary.
7309         (gmm-tool-bar-from-list): Fix typo in doc string.
7310
7311 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7312
7313         * message.el (message-yank-original): Don't switch point and mark
7314         unnecessarily to put point and mark as documented.
7315
7316 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7319         from the message heads.
7320
7321 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7322
7323         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7324         article buffer does not have a window.  This may not be the best
7325         solution but is certainly better than setting the start of the null,
7326         that is the current, window.
7327
7328 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7331         (gnus-draft-setup): Run it.
7332
7333         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7334         gnus-score-fast-scoring.  Allow regexp.
7335         (gnus-score-headers): Use it.
7336
7337         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7338         XEmacs.
7339
7340         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7341         string.
7342         (gnus-button-alist): Also catch `<f1> k ...'.
7343         (gnus-treat-display-x-face): Fix doc string.
7344
7345 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7346
7347         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7348         evaluation of gnus-extended-version to ensure correct generation of the
7349         User-Agent header when message-generate-headers-first is used.
7350
7351 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7352
7353         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7354         hashcash-path is nil.  Don't call callback with incorrect number of
7355         parameters if val is 0.
7356
7357 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7358
7359         * message.el (message-required-news-headers):
7360         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7361
7362 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7363
7364         * tls.el (open-tls-stream): In handshake-waiting loop,
7365         don't wait more if there is output available to process.
7366
7367 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7368
7369         * tls.el (tls-program): Doc fix.
7370
7371 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * message.el (message-generate-new-buffers): Change the meaning of the
7374         nil value; add `standard' to the choices; treat t as `unique'; improve
7375         doc string.
7376         (gnus-select-frame-set-input-focus): Autoload.
7377         (message-buffer-name): Search for the existing message buffer if
7378         message-generate-new-buffers is nil or `standard'; treat the value t of
7379         message-generate-new-buffers as `unique'.
7380         (message-pop-to-buffer): Raise the frame already displaying the message
7381         buffer; clear the echo area after querying.
7382         (message-setup): Pass the `continue' argument to compose-mail.
7383         (message-mail): Prefer `switch-function' if it is given; search for the
7384         existing message buffer if the `continue' argument is non-nil; pass
7385         continue and switch-function arguments to compose-mail by way of
7386         message-setup.
7387         (message-mail-other-window): Adjust argument of message-setup.
7388         (message-mail-other-frame): Ditto.
7389
7390 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7393         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7394         to turn font-lock on when turning gnus-message-citation-mode on.
7395
7396 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7397
7398         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7399         (mml-smime-function-alist): New variable; add epg as the backend.
7400         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7401         mml-smime- functions instead.
7402         * mm-view.el: Require smime.
7403
7404 2007-03-05  Didier Verna  <didier@xemacs.org>
7405
7406         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7407         instead of just inheritance for posting styles.
7408         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7409
7410 2007-02-24  Chris Moore  <dooglus@gmail.com>
7411
7412         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7413         * pgg-pgp.el (pgg-pgp-encrypt-region):
7414         * pgg-gpg.el (pgg-gpg-encrypt-region):
7415         Check pgg-encrypt-for-me if no other recipients.
7416
7417 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7418
7419         * tls.el (tls-certtool-program): Fix custom type.
7420
7421 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7424         and point-at-eol instead of line-(beginning|end)-position.
7425
7426         * assistant.el (assistant-parse-buffer): Ditto.
7427
7428         * netrc.el (netrc-parse-services): Ditto.
7429
7430 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7431
7432         * mml2015.el (mml2015-epg-find-usable-key): New function.
7433         (mml2015-epg-sign): Use it.
7434         (mml2015-epg-encrypt): Use it.
7435
7436 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * message.el (message-make-in-reply-to): Quote name containing
7439         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7440         if there are special characters.  Reported by NAKAJI Hiroyuki
7441         <nakaji@jp.freebsd.org>.
7442
7443 2007-02-27  Didier Verna  <didier@xemacs.org>
7444
7445         Include the group parameters as well as the topic ones in the
7446         inheritance filter process.
7447         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7448         argument GROUP-PARAMS-LIST.
7449         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7450
7451 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * nntp.el (nntp-never-echoes-commands)
7454         (nntp-open-connection-functions-never-echo-commands): New variables.
7455         (nntp-send-command): Use them.
7456
7457 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7458
7459         * mml2015.el (mml2015-epg-verify): Simplified.
7460
7461 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * mml.el (mml-content-disposition-alist): New user option.
7464         (mml-content-disposition): New function.
7465         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7466         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7467
7468 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7469
7470         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7471         verification.
7472
7473 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7474
7475         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7476         articles posted in the last 24 hours.
7477
7478 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7479
7480         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7481
7482 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7483
7484         * nntp.el (nntp-send-command): Don't wait for echoes when
7485         nntp-open-ssl-stream is used.
7486
7487 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7490         (gnus-message-add-citation-keywords)
7491         (gnus-message-remove-citation-keywords): Remove.
7492         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7493         directly, make the variables in font-lock-defaults buffer-local, add
7494         gnus-message-citation-keywords to them and then update the value of
7495         font-lock-keywords.
7496
7497 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * message.el (message-cite-original-1): Don't call
7500         gnus-article-highlight-citation.
7501
7502         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7503         citations; fix line count.
7504
7505 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7508         (gnus-message-add-citation-keywords)
7509         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7510         versions of font-lock-add-keywords and font-lock-remove-keywords to
7511         work with XEmacs correctly.
7512
7513 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-cite.el (gnus-cite-face-list): Set the values of
7516         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7517         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7518         (gnus-message-cite-prefix-regexp): New variable.
7519         (gnus-message-search-citation-line): Use it; protect against long
7520         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7521         the 0th match data for Emacs.
7522         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7523         (gnus-message-add-citation-keywords): Append keywords rather than
7524         prepending; emulate font-lock-add-keywords if it is not available.
7525         (gnus-message-remove-citation-keywords): Emulate
7526         font-lock-remove-keywords if it is not available.
7527
7528         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7529
7530         * message.el (message-cite-prefix-regexp): Set the value of
7531         gnus-message-cite-prefix-regexp.
7532
7533 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7534
7535         * nnweb.el (nnweb-google-parse-1): Update parser.
7536
7537 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7538
7539         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7540
7541 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7542
7543         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7544         regexp.
7545
7546 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7549         string-to-multibyte.
7550         (uudecode-decode-region-internal): Use it.
7551
7552         * lpath.el: Fbind string-as-multibyte for XEmacs.
7553
7554 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7557         custom choice.
7558
7559         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7560
7561 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7562
7563         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7564
7565         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7566         `write-region' to respect `mm-inhibit-file-name-handlers'.
7567
7568 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7571         Use gnus-home-directory instead of "~/" or "$HOME".
7572
7573 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7574
7575         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7576         to mention filename.
7577         Add comments at beginning regarding usage.
7578         (encrypt-write-file-contents): Change interactive so a string is
7579         acceptable.  If the file has no associated model, show an error instead
7580         of a nonsense prompt.
7581
7582 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7583
7584         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7585         Thanks to Yoshihiko Yamada for kind notification of this typo.
7586
7587 2007-01-12  Kenichi Handa  <handa@m17n.org>
7588
7589         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7590         multibyte buffer.
7591
7592 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * gnus-score.el (gnus-score-fast-scoring): New variable.
7595         (gnus-score-headers): Use it.
7596
7597         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7598
7599         * message.el (message-cite-original-1): Call
7600         gnus-article-highlight-citation if requested.
7601         (message-make-from): Allow name and address as optional arguments.
7602
7603         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7604
7605         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7606         bugs to doc string.
7607         (gnus-button-alist): Add mid\\|message-id.
7608         (gnus-button-fetch-group): Extend for use in
7609         `browse-url-browser-function'.
7610         (gnus-button-url-regexp): Try to catch paired parentheses like in
7611         Wikipedia URLs.
7612
7613         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7614         Suggested by Simon Krahnke <overlord@gmx.li>.
7615
7616 2007-01-13  Romain Francoise  <romain@orebokech.com>
7617
7618         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7619         Update copyright.
7620
7621 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7622
7623         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7624
7625 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7626
7627         * gnus-registry.el (gnus-registry-unfollowed-groups)
7628         (gnus-registry-split-fancy-with-parent): Fix documentation.
7629
7630 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7633         from nnweb groups.
7634
7635 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7638         Xref urls.  Erase buffer before requesting head.
7639
7640 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7643         customizable.
7644
7645 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7646
7647         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7648         no signing key is found.
7649         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7650         no encrypting and/or signing key is found.
7651
7652 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7655
7656 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7657
7658         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7659         headers read from disk with the ones newly found in the current search.
7660         This should no longer cause problems, because the article numbers in
7661         Gmane's `nov.php' output are ignored since the previous change.
7662
7663 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7664
7665         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7666
7667 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7670         replace-regexp-in-string; bind url-version; fbind display-images-p and
7671         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7672         find-face and set-itimer-function for Emacs; bind itimer-list for
7673         Emacs.
7674
7675         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7676
7677 2007-01-01  Romain Francoise  <romain@orebokech.com>
7678
7679         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7680
7681 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7682
7683         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7684         `define-minor-mode' macro definition expanded properly.
7685         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7686         exclude it there.
7687
7688         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7689         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7690         `fboundp' test.
7691         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7692         This is OK to autoload in (S)XEmacs now.
7693
7694 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7695
7696         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7697         keystroke.
7698         (gnus-summary-limit-to-singletons): Fix typo.
7699
7700         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7701         else fails.
7702
7703 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7704
7705         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7706         docstring.
7707
7708         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7709         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7710         (gnus-summary-insert-dormant-articles): Fix typo in message.
7711
7712 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7715         nil for XEmacs.
7716         (gnus-message-citation-mode): Don't autoload in XEmacs.
7717
7718         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7719
7720 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7721
7722         * nnimap.el (nnimap-expunge-search-string): Mention
7723         nnimap-search-uids-not-since-is-evil in docstring.
7724
7725 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * spam.el: Revert to make-obsolete-variable because
7728         define-obsolete-variable-alias is not supported in Emacs 21.
7729
7730         * spam.el (spam-ifile-path, spam-ifile-database-path)
7731         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7732         make-obsolete-variable.
7733         (spam-bsfilter-path, spam-bsfilter-program)
7734         (spam-spamassassin-path, spam-spamassassin-program)
7735         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7736         use "path" inappropriately.
7737         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7738         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7739         variable names.
7740
7741 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7742
7743         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7744         summary buffer.
7745
7746         * password.el (password-cache-remove): Use clear-string to burn
7747         password, if available.
7748
7749 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7752
7753         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7754
7755         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7756         (gnus-message-highlight-citation): Move defcustom here from
7757         gnus-cite.el.
7758         (gnus-message-citation-mode): Autoload.
7759
7760         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7761         checks to make it compile with XEmacs.
7762         (gnus-message-citation-mode): New minor mode.
7763         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7764         (gnus-message-highlight-citation): New variables.
7765         (gnus-message-search-citation-line)
7766         (gnus-message-add-citation-keywords)
7767         (gnus-message-remove-citation-keywords)
7768         (turn-on-gnus-message-citation-mode)
7769         (turn-off-gnus-message-citation-mode): New functions.
7770
7771 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7772
7773         * gnus-cite.el: Enable highlighting of different citation levels in
7774         message-mode.
7775
7776 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * message.el (message-make-fqdn): Fix comment.
7779         (message-bogus-system-names): Add ".local".
7780
7781         * spam.el (spam-ifile-path, spam-ifile-program)
7782         (spam-ifile-database-path, spam-ifile-database)
7783         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7784         Don't use "path" inappropriately.
7785         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7786         strings.
7787         (spam-check-ifile, spam-ifile-register-with-ifile)
7788         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7789         new variable names.
7790
7791         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7792         (gnus-treat-display-smileys): Simplify using
7793         gnus-image-type-available-p.
7794
7795         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7796         available.
7797
7798         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7799         `display-images-p' if available.
7800
7801 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7804         one after turning on the buffer's multibyteness instead of decoding
7805         them directly in the unibyte buffer that causes unexpected conversion
7806         in Emacs 23 (unicode).
7807
7808 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7809
7810         * message.el (message-generate-hashcash): Fix custom type.
7811
7812 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7815
7816 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7819         disconnect icons.  Add help text.
7820
7821 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7824         negated to be consistent with the others we handle.
7825
7826 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7829         version of gnus-summary-buffer to something, so that we can use two
7830         article buffers at the same time.
7831
7832 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7833
7834         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7835         trigger all the extra headers.
7836         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7837         sorting.
7838
7839 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7840
7841         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7842         solid groups.
7843
7844 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7845
7846         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7847
7848 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * legacy-gnus-agent.el: Add Copyright notice.
7851
7852 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7853
7854         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7855
7856 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857
7858         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7859
7860         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7861         to make it work reliably in CVS Emacs.
7862         (gnus-summary-limit-strange-charsets-predicate)
7863         (gnus-summary-limit-to-predicate): New functions.
7864
7865 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7866
7867         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7868         specifying array size.
7869         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7870         array if it is too small.
7871         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7872         (gnus-sort-threads-loop): New function.
7873
7874 2006-12-06  Chris Moore  <dooglus@gmail.com>
7875
7876         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7877         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7878
7879 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7880
7881         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7882         options.
7883
7884 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7885
7886         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7887         DOS-ing the recipient.
7888
7889         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7890         the headers when creating the mapping to avoid mismappings.
7891         (nnweb-gmane-create-mapping): Always nix out old mapping.
7892
7893 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7896         and mm-verify-option to never.
7897
7898 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * message.el (message-signed-or-encrypted-p): New function.
7901         (message-forward-make-body): Use it.
7902
7903         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7904         Replace encode-coding-string with mm-encode-coding-string.
7905
7906 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * nneething.el (nneething-decode-file-name): Replace
7909         decode-coding-string with mm-decode-coding-string.
7910
7911         * gnus-int.el (gnus-open-server): Say failed server's name.
7912
7913 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7914
7915         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7916         strings to a single string.  Quote `errors-file-name'.
7917         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7918         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7919         Adjust calls.  Use `shell-quote-argument'.
7920
7921 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7922
7923         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7924         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7925
7926         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7927         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7928         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7929         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7930         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7931         (gnus-subscribe-newsgroup, gnus-1):
7932         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7933         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7934         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7935         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7936
7937 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7940         keystroke.
7941         (gnus-summary-limit-to-bodies): Implement headersp.
7942
7943 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7946
7947 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7950
7951 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * message.el (message-generate-hashcash): Expand range of values to
7954         include `opportunistic'.
7955         (message-send-mail): Use it.
7956
7957 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7958
7959         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7960         and comment it.
7961
7962         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7963
7964 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * gnus-util.el (gnus-extract-address-components): Improve comment.
7967
7968 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * gnus-util.el (gnus-extract-address-components): Work with address in
7971         which the name portion contains @.
7972
7973         * lpath.el: Fbind custom-autoload.
7974
7975 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * gnus.el (gnus-start): Move custom group up.
7978         (gnus-select-method): Don't autoload, but make it available for
7979         `customize-variable'.
7980         (gnus-getenv-nntpserver): Don't autoload.
7981
7982 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7983
7984         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7985
7986 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * message.el (message-sendmail-extra-arguments): New variable.
7989         (message-send-mail-with-sendmail): Use it.
7990
7991 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7994         mm-with-unibyte-current-buffer to make string unibyte.
7995
7996         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7997         mm-string-as-multibyte.
7998
7999 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8000
8001         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8002         Reported by Werner Koch <wk@gnupg.org>.
8003
8004 2006-11-14  Daiki Ueno  <ueno@p360>
8005
8006         * mml2015.el: Autoload epa-select-keys when compiling.
8007
8008 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8009
8010         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8011         message-options.
8012         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8013
8014 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8015
8016         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8017         EasyPG (< 0.0.6).
8018         (mml2015-always-trust): New user option.
8019         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8020         prompt.
8021
8022 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * nntp.el (nntp-authinfo-force): New variable.
8025         (nntp-send-authinfo): Use it.
8026
8027 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8030         decode encoded words.  Improve prompt.  Add comment about forwarding.
8031         (message-replacement-char): Move up.
8032
8033 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8034
8035         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8036         instead of gnus-intersection because arguments of gnus-sorted-nunion
8037         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8038
8039 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8042         (message-simplify-subject-functions): Enable
8043         message-strip-subject-encoded-words by default.
8044
8045 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * message.el (message-strip-subject-encoded-words): New function.
8048         (message-simplify-subject-functions): New variable.
8049         (message-simplify-subject): Use it.  Fix typo in doc string.
8050         Support message-strip-subject-encoded-words.
8051
8052 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8053
8054         * gnus-diary.el (gnus-diary-delay-format-function):
8055         * nndiary.el (nndiary-reminders):
8056         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8057
8058 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * gnus-art.el (article-hide-boring-headers): Fetch date from
8061         gnus-original-article-buffer to avoid problems with localized date
8062         strings.
8063
8064 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8067
8068 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8071         New variables.
8072         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8073         (mm-charset-synonym-alist): Move some entries to
8074         mm-codepage-iso-8859-list.
8075         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8076         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8077
8078 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8081
8082 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8085         with Emacs 21 and XEmacs.
8086
8087 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8088
8089         * spam.el (spam-parse-address): New function for better parsing,
8090         catching errors, etc.
8091         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8092
8093 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * mm-view.el: Add interactive arg to html2text autoload.
8096
8097 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8100
8101 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8104         variables.
8105         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8106         (mm-charset-synonym-alist): Move some entries to
8107         mm-codepage-iso-8859-list.
8108
8109         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8110
8111 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * message.el (message-citation-line-format)
8114         (message-insert-formated-citation-line): Fix implementation of %E, %N
8115         and %n according to the doc string.
8116
8117 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8118
8119         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8120         car-safe to avoid bad parses.
8121
8122 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8125         names.
8126
8127         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8128
8129 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8132         header.
8133
8134         * message.el (message-draft-headers): Add Date.
8135         (message-headers-to-generate): Fix typo in docstring.
8136
8137         * nndraft.el (nndraft-required-headers): New variable.
8138         (nndraft-generate-headers): Use it.
8139
8140         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8141
8142 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8143
8144         * gnus-registry.el (gnus-registry-wash-for-keywords)
8145         (gnus-registry-find-keywords): New functions to allow easy searching of
8146         articles that are in the registry.
8147
8148 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8149
8150         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8151         ietf-drums-parse-address instead of gnus-extract-address-components.
8152         Reported by Damien Elmes <damien@repose.cx>.
8153
8154 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * gnus.el (gnus-mime): Remove unused custom group.
8157
8158 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8159
8160         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8161         "blank line" when searching for end of armor headers.
8162
8163 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gmm-utils.el (gmm-write-region): Fix variable name.
8166
8167 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gmm-utils.el (gmm-write-region): New function based on compatibility
8170         code from `mm-make-temp-file'.
8171
8172         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8173
8174         * nnmaildir.el (nnmaildir--update-nov)
8175         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8176         Use `gmm-write-region'.
8177
8178 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8181         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8182
8183         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8184
8185         * message.el (message-replacement-char): New variable.
8186         (message-fix-before-sending): Use it.
8187         (message-simplify-subject): New function to remove duplicate code.
8188         (message-reply, message-followup): Use it.
8189
8190         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8191         gnus-summary-limit-to-articles.
8192
8193 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-util.el (gnus-with-local-quit): New macro.
8196
8197         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8198
8199 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8202         ignore non-string data.
8203
8204 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8207         non-string data (needs to be done in the registry too).
8208
8209 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8210
8211         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8212         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8213         (gnus-registry-split-fancy-with-parent)
8214         (gnus-registry-fetch-simplified-message-subject-fast)
8215         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8216         Remove text properties on ingress into the registry and when it's saved.
8217         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8218         registry from entries with no groups.
8219
8220 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8221
8222         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8223         function to remove string properties.
8224
8225 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * gmm-utils.el (gmm): Adjust custom version.
8228
8229         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8230         custom version.
8231
8232         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8233
8234 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * gnus-art.el (gnus-insert-prev-page-button)
8237         (gnus-insert-next-page-button): Simplify.  Reformat.
8238
8239 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8240
8241         * gnus-art.el (gnus-insert-prev-page-button)
8242         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8243
8244 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8245
8246         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8247
8248 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8249
8250         * gnus-art.el (gnus-insert-mime-button)
8251         (gnus-insert-mime-security-button):
8252         Apply gnus-article-button-face to MIME and security buttons.
8253
8254 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8257         readable.
8258
8259 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8262
8263 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8264
8265         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8266         `browse-url-of-file' instead of `browse-url'.
8267
8268 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8269
8270         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8271         regexp.  Articles containing quotation were cut prematurely.
8272
8273 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * message.el (message-cite-original-1): Use nobody by default for the
8276         value of From header.
8277         (message-reply): Ditto.
8278
8279 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8280
8281         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8282         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8283         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8284
8285 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8288         mails in the doc string.  Add some URLs in comment.
8289         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8290
8291 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8294         backslashes handling and the way to find boundaries of quoted strings.
8295
8296 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8297
8298         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8299         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8300         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8301         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8302
8303 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8306         doc string.
8307         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8308
8309 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * lpath.el: Fbind epg-check-configuration.
8312
8313 2006-09-06  Simon Josefsson  <jas@extundo.com>
8314
8315         * mml2015.el (mml2015-use): Doc fix, mention epg.
8316
8317 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8318
8319         * mml2015.el (mml2015-use): Default to epg, if available.
8320
8321 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8322
8323         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8324         message-sender.
8325         (mml1991-epg-encrypt): Ditto.
8326         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8327         message-sender.
8328         (mml2015-epg-encrypt): Ditto.
8329
8330 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8331
8332         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8333         several common directories.
8334
8335 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8336
8337         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8338         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8339
8340 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-art.el (article-decode-encoded-words): Make it fast.
8343
8344 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8347
8348         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8349         in quoted string into `\'.
8350
8351 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8354         Use standard-syntax-table.
8355
8356 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-art.el (gnus-decode-address-function): New variable.
8359         (article-decode-encoded-words): Use it to decode headers which are
8360         assumed to contain addresses.
8361         (gnus-mime-delete-part): Remove useless `or'.
8362
8363         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8364         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8365         (gnus-nov-parse-line): Use it to decode From header.
8366         (gnus-get-newsgroup-headers): Ditto.
8367         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8368
8369         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8370         (mail-decode-encoded-address-string): New alias.
8371
8372         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8373         New function.
8374         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8375         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8376         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8377         (rfc2047-decode-string): Ditto.
8378         (rfc2047-decode-address-region): New function.
8379         (rfc2047-decode-address-string): New function.
8380
8381 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * message.el (message-caesar-buffer-body): Allow rotating headers.
8384
8385         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8386
8387         * message.el (message-insert-formated-citation-line): Fix %f.
8388         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8389
8390 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8393         (gnus-bookmark-mouse-available-p): New macro.
8394         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8395         (gnus-bookmark-bmenu-show-infos): Use it.
8396         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8397         (gnus-bookmark-bmenu-hide-infos): Ditto.
8398         (gnus-bookmark-remove-properties): New function.
8399         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8400         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8401         (gnus-bookmark-write-file): Bind coding-system-for-write.
8402         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8403         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8404         group before selecting it.
8405         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8406         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8407         quit-window if it is not available; use gnus-mouse-2 and bind it to
8408         gnus-bookmark-bmenu-select-by-mouse.
8409         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8410         (gnus-bookmark-bmenu-select-by-mouse): New function.
8411
8412 2006-08-13  Romain Francoise  <romain@orebokech.com>
8413
8414         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8415         space.
8416
8417 2006-08-10  Romain Francoise  <romain@orebokech.com>
8418
8419         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8420         (dns-mode-soa-auto-increment-serial): New user option.
8421         (dns-mode-soa-maybe-increment-serial): New function.
8422         (dns-mode): Add the latter to `write-contents-functions'.
8423
8424 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * compface.el (uncompface): Use binary rather than raw-text-unix.
8427
8428 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * compface.el (uncompface): Make sure the eol conversion doesn't take
8431         place when communicating with the external programs.  Reported by
8432         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8433
8434 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8437
8438 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8439
8440         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8441         Make it more robust by parsing author and date independently.
8442
8443 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8446
8447 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8448
8449         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8450         first matching secret key.
8451         (mml2015-epg-encrypt): Ditto.
8452
8453         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8454         first matching secret key.
8455         (mml1991-epg-encrypt): Ditto.
8456
8457         * mml2015.el (mml2015-encrypt-to-self): New user option.
8458         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8459         mml2015-epg-encrypt-to-self is set.
8460
8461         * mml1991.el (mml1991-encrypt-to-self): New variable.
8462         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8463         mml1991-epg-encrypt-to-self is set.
8464
8465         * mml2015.el (mml2015-signers): New user option.
8466         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8467         (mml2015-epg-encrypt): Allow to select signing keys.
8468
8469         * mml1991.el (mml1991-signers): New variable.
8470         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8471         (mml1991-epg-encrypt): Allow to select signing keys.
8472
8473 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * nnheader.el (nnheader-insert-head): Make it work even if the file
8476         uses CRLF for the line-break code.
8477
8478 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8479
8480         * mml2015.el: Require mml-sec instead of password.
8481         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8482         (mml2015-cache-passphrase): Inherit the default value from
8483         mml-secure-cache-passphrase.
8484         (mml2015-passphrase-cache-expiry): Inherit the default value from
8485         mml-secure-passphrase-cache-expiry.
8486
8487         * mml1991.el: Require mml-sec instead of password.
8488         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8489         (mml1991-cache-passphrase): Inherit the default value from
8490         mml-secure-cache-passphrase.
8491         (mml1991-passphrase-cache-expiry): Inherit the default value from
8492         mml-secure-passphrase-cache-expiry.
8493
8494         * mml-sec.el: Require password.
8495         (mml-secure-verbose): New user option.
8496         (mml-secure-cache-passphrase): New user option.
8497         (mml-secure-passphrase-cache-expiry): New user option.
8498
8499 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8500
8501         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8502         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8503         andreas@altroot.de (Andreas Vögele).
8504
8505         FIXME: Use `tiny change'?
8506
8507 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8508
8509         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8510         workaround for the url package included with Emacs.
8511
8512         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8513
8514 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8517         correctly.  This fixes a bug caused by the 2006-05-12 change.
8518
8519 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8520
8521         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8522         some information about the error when saying that the `bogus' mail
8523         group will be used.
8524
8525 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8528         string.
8529
8530 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8531
8532         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8533
8534 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8535
8536         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8537
8538 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8539
8540         * mml1991.el (mml1991-function-alist): Add epg.
8541         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8542         (mml1991-epg-encrypt): New functions.
8543
8544 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8545
8546         * mml2015.el (mml2015-verbose): New variable.
8547         (mml2015-cache-passphrase): Ditto.
8548         (mml2015-passphrase-cache-expiry): Ditto.
8549         (mml2015-function-alist): Add epg.
8550         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8551         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8552         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8553         functions.
8554
8555 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8556
8557         * message.el (message-cite-original-1): Preserve region when removing
8558         quoted text due to X-No-Archive in order to avoid bogus attribution
8559         when citing multiple messages.
8560
8561 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8562
8563         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8564         Kenneth Jacker <khj@be.cs.appstate.edu>.
8565
8566 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * gnus-diary.el (gnus-user-format-function-d)
8569         (gnus-user-format-function-D): Autoload.
8570
8571         * imap.el (Commentary): Fix typo.
8572
8573         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8574         2006-04-22 contribution.
8575
8576 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8577
8578         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8579         It didn't really fix the bogosity I'm seeing with solid web groups.
8580
8581 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8582
8583         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8584         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8585         created using server names.  If we use the feature without declaring
8586         it, Gnus does not properly manage server and group state.
8587
8588         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8589         bound.
8590
8591 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8592
8593         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8594         looking up the method using GROUP's prefix before inventing a new one.
8595         It is used on killed/unknown groups in various places where returning
8596         an all-new method isn't expected by the caller.
8597
8598         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8599         and match semantics of gnus-group-real-prefix.
8600
8601 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * nnmail.el (nnmail-broken-references-mailers): New variable.
8604         (nnmail-ignore-broken-references): New function generalizing
8605         nnmail-fix-eudora-headers.
8606         (nnmail-fix-eudora-headers): Now obsolete.
8607
8608         * gnus-art.el (gnus-button-handle-custom): Support
8609         `customize-apropos*'.
8610
8611 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8614
8615         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8616         articles.
8617
8618 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * message.el (message-cite-reply-above): New variable.
8621         (message-yank-original): Use it.
8622
8623 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8626
8627 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8630         as read.
8631
8632         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8633
8634 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8637         (gnus-bookmark-default-file): Use gnus-directory.
8638         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8639         Remove "*" in doc string.
8640         (gnus-bookmark-write-file): Simplify.
8641         (gnus-bookmark-maybe-sort-alist): Use `when'.
8642         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8643         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8644         FIXME about Emacs 21 and XEmacs compatibility.
8645         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8646         compatibility.
8647         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8648         compatibility.
8649         (gnus-bookmark-menu-heading): Fix version.
8650
8651 2006-06-19  Bastien Guerry  <bzg@altern.org>
8652
8653         * gnus-bookmark.el: New file.
8654
8655 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * message.el (message-syntax-checks): Doc fix.
8658
8659 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8660
8661         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8662         unsubscribed groups as if they were killed ones.  It causes duplicate
8663         entries in gnus-newsrc-alist.
8664
8665 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * message.el (message-syntax-checks): Doc fix.
8668         (message-send-mail): Add check for continuation headers.
8669         (message-check-news-header-syntax): Fix regexp used to check for
8670         continuation headers.
8671
8672 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8675
8676 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8679
8680 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8683         default-truncate-lines.
8684
8685 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8688         to fill the utf-8 entry.
8689
8690         * lpath.el: Fbind unicode-precedence-list.
8691
8692 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8693
8694         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8695
8696 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8697
8698         * gnus-agent.el (directory-files-and-attributes): Move all the way
8699         forward (the third and final move).
8700         (gnus-agent-read-agentview): Trap reconstruction errors due to
8701         nonexistant directory.  Handle by returning nil.
8702
8703 2006-05-30  Didier Verna  <didier@xemacs.org>
8704
8705         * message.el (message-dont-reply-to-names): Update the custom type.
8706         * message.el (message-dont-reply-to-names): New defsubst: potentially
8707         convert a list of regexps into a single one.
8708         * message.el (message-get-reply-headers): Use it.
8709         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8710
8711 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-agent.el (directory-files-and-attributes): Move forward.
8714
8715 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * gnus-ml.el (gnus-mailing-list-subscribe)
8718         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8719         (gnus-mailing-list-message): Fix doc strings.
8720
8721 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8722
8723         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8724         of doing it manually.
8725
8726 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8729         comment.
8730
8731 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8732
8733         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8734         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8735         (gnus-agent-read-local): All symbols allocated in my-obarray.
8736         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8737         (gnus-agent-regenerate-group): Check numeric names to see if they are
8738         messages or groups.
8739         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8740         better way of do this...)
8741
8742         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8743         'dummy.group' (there should be a better way of do this...)
8744
8745 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8748         (gnus-saved-headers): Ditto.
8749         (gnus-default-article-saver): Mention functions may have properties.
8750         (gnus-article-save): Override gnus-save-all-headers and
8751         gnus-saved-headers by :headers property which saver function may have.
8752         (gnus-summary-save-in-file): Add :headers property.
8753         (gnus-summary-write-to-file): Ditto.
8754
8755         * gnus-sum.el (gnus-summary-save-article): Bind
8756         gnus-prompt-before-saving to t when saving many articles in a file;
8757         always show all headers.
8758
8759         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8760
8761 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8764         marks.
8765
8766         * message.el (message-indent-citation): Add optional arguments to allow
8767         using it outside of message buffers.
8768
8769         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8770         (gnus-article-treat-unfold-headers): Use it.
8771         (gnus-article-truncate-lines): New variable.
8772         (gnus-article-mode): Use it.
8773         (gnus-article-toggle-truncate-lines): New function.
8774
8775         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8776         gnus-article-toggle-truncate-lines.
8777
8778         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8779         coding system in XEmacs, use binary.
8780
8781 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8784         after-load-alist.
8785
8786         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8787         this function should save decoded articles.
8788         (gnus-summary-write-to-file): Use property to specify this function
8789         should save decoded articles and specify gnus-summary-save-in-file
8790         should be used to save articles other than the first one when saving
8791         many articles.
8792         (gnus-summary-save-body-in-file): Use property to specify this
8793         function should save decoded articles.
8794         (gnus-summary-write-body-to-file): Use property to specify this
8795         function should save decoded articles and specify
8796         gnus-summary-save-body-in-file should be used to save articles other
8797         than the first one when saving many articles.
8798
8799         * gnus-sum.el (gnus-summary-save-article): Simplify.
8800
8801 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-art.el (gnus-default-article-saver): Add
8804         gnus-summary-write-body-to-file.
8805         (gnus-article-save-coding-system): Don't use coding system object
8806         in XEmacs.
8807         (gnus-read-save-file-name): Add optional `dir-var' argument which
8808         specifies directory in which files are saved; work even if optional
8809         `variable' argument is not specified.
8810         (gnus-summary-write-to-file): Read file name.
8811         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8812         (gnus-summary-write-body-to-file): New function.
8813
8814         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8815         (gnus-summary-local-variables): Add it.
8816         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8817         (gnus-summary-save-article): Remove optional `decode' argument;
8818         determine whether to decode articles by the value of
8819         gnus-default-article-saver; when saving many files using
8820         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8821         it first and use gnus-summary-save-in-file or
8822         gnus-summary-save-body-in-file thereafter unless
8823         gnus-prompt-before-saving is always; move point to article which
8824         will be saved.
8825         (gnus-summary-save-article-file): Revert.
8826         (gnus-summary-write-article-file): Revert.
8827         (gnus-summary-save-article-body-file): Revert.
8828         (gnus-summary-write-article-body-file): New function.
8829
8830 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-art.el (gnus-default-article-saver): Doc fix.
8833         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8834         from gnus-summary-save-article-coding-system, and default to a
8835         certain coding system.
8836         (gnus-output-to-file): Add coding cookie and encode text according
8837         to gnus-article-save-coding-system; don't use mm-append-to-file.
8838
8839         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8840         gnus-art.el and rename to gnus-article-save-coding-system.
8841         (gnus-summary-save-article): Require gnus-art; don't show all
8842         headers if it decodes articles; don't add coding cookie here;
8843         don't bind mm-text-coding-system-for-write.
8844         (gnus-summary-save-article-file): Save decoded articles.
8845         (gnus-summary-write-article-file): When saving many files, use
8846         gnus-summary-write-to-file first and gnus-summary-save-in-file
8847         thereafter unless gnus-prompt-before-saving is always.
8848         (gnus-summary-save-article-body-file): Save decoded articles.
8849
8850         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8851
8852 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8853
8854         * nnrss.el (nnrss-check-group): Bind hash-index.
8855
8856 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8857
8858         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8859         its hash index.  Store this hash in `nnrss-group-data'.
8860         (nnrss-read-group-data): Update accordingly.
8861
8862 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8865         entry.
8866
8867         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8868         gnus-article-browse-html-article.
8869
8870 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8871
8872         * gnus-sum.el (gnus-summary-mime-map): Add
8873         gnus-article-browse-html-article.
8874
8875         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8876
8877 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8880         suitable coding systems in customize.
8881
8882 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * mail-source.el (mail-sources): Fix custom type.
8885
8886 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8889         (gnus-summary-expire-articles-now): Shorten prompt.
8890
8891         * gmm-utils.el (wid-edit): Require.
8892         (defun-gmm): Renamed from `gmm-defun-compat'.
8893         (gmm-image-search-load-path): Use it.
8894         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8895
8896 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8899         variable.
8900         (gnus-summary-save-article): Add optional `decode' argument.  If
8901         it is set and gnus-summary-save-article-coding-system is non-nil,
8902         save decoded article.
8903         (gnus-summary-write-article-file): Save decoded article if
8904         gnus-summary-save-article-coding-system is non-nil.
8905
8906         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8907         type.
8908
8909 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8912
8913 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8916         first to test gnus-single-article-buffer which may be buffer-local.
8917
8918         * gnus-sum.el (gnus-summary-setup-buffer): Make
8919         gnus-single-article-buffer buffer-local and nil in ephemeral
8920         group; make gnus-article-buffer, gnus-article-current, and
8921         gnus-original-article-buffer always buffer-local.
8922         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8923         group.
8924         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8925
8926 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8927
8928         * nnml.el (nnml-request-compact-group): Compressed files might not
8929         have .gz extension.
8930
8931 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8932
8933         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8934         (mm-copy-to-buffer): Use with-current-buffer.
8935         (mm-display-part): Simplify.
8936         (mm-inlinable-p): Add optional arg `type'.
8937
8938 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8939
8940         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8941         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8942         Try harder to show the attachment internally or externally using
8943         gnus-mime-view-part-as-type.
8944
8945 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * message.el (message-from-style, message-signature-separator)
8948         (message-user-organization-file, message-send-mail-function)
8949         (message-citation-line-function, message-yank-prefix)
8950         (message-indent-citation-function, message-signature)
8951         (message-signature-file, message-signature-insert-empty-line):
8952         Remove autoloads.
8953
8954         * gnus-art.el (gnus-buttonized-mime-types): Remove
8955         "multipart/signed".  Revert 2006-04-26 change.
8956
8957 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * gnus.el (gnus-version-number): Bump version.
8960
8961 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8962
8963         * gnus.el: No Gnus v0.5 is released.
8964
8965 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8966
8967         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8968         fetching articles by message-id.
8969
8970 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * message.el (hashcash): Require hashcash as normal.
8973
8974         * ecomplete.el (ecomplete-highlight-match-line): Use
8975         point-at-eol.
8976         (ecomplete-highlight-match-line): Use `highlight', because that
8977         face exists in both Emacs and XEmacs.
8978
8979         * message.el (message-display-abbrev): Use point-at-bol.
8980
8981         * mail-source.el: Don't require timer/timer-funcs.
8982
8983         * gnus-async.el: Ditto.
8984
8985         * password.el: Ditto.
8986
8987         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8988
8989         * mm-url.el: Ditto.
8990
8991         * gnus-xmas.el: Don't require timer-funcs.
8992
8993         * mm-util.el: Require timer/timer-funcs.
8994
8995 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8996
8997         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8998         Close.
8999
9000 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9003         unibyte after clear-decrypt function runs.
9004
9005         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9006         returns as a unibyte string.
9007
9008 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * lpath.el: Revert.
9011
9012         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9013         (pgg-gpg-process-sentinel): Revert.
9014
9015         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9016         (pgg-pgp-lookup-key): Revert.
9017
9018         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9019         (pgg-pgp5-lookup-key): Revert.
9020
9021         * pgg.el (pgg-fetch-key): Revert.
9022
9023 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * lpath.el: Fbind string-as-multibyte for XEmacs.
9026
9027         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9028         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9029         (mml1991-pgg-encrypt): Ditto.
9030
9031         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9032         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9033         a multibyte buffer.
9034
9035         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9036         (pgg-pgp-lookup-key): Ditto.
9037
9038         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9039         (pgg-pgp5-lookup-key): Ditto.
9040
9041         * pgg.el (pgg-fetch-key): Ditto.
9042
9043 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * message.el (message-user-organization-file): Check several
9046         locations of the organization file.
9047
9048         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9049         Add gnus-article-view-part-as-type.
9050
9051         * gnus-art.el (gnus-article-view-part-as-type): New function.
9052
9053         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9054         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9055
9056         * mml.el: Simplify autoload.
9057         (mml-mode): defvar dnd-protocol-alist instead of using
9058         symbol-value.
9059         (mml-default-directory): New variable.
9060         (mml-minibuffer-read-file): Use it.
9061         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9062
9063         * message.el (message-citation-line-format): New variable.
9064         (message-insert-formated-citation-line): New function.
9065         (message-citation-line-function): Add
9066         `message-insert-formated-citation-line' to custom type.
9067
9068         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9069         to doc string.
9070
9071         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9072         depending on mm-verify-option.
9073
9074 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9077         binding pgg-* variables; reimplement the section which prevents
9078         MIME header from being signed.
9079         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9080         pgg-text-mode; remove a blank line at the top of body.
9081
9082         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9083         lines at the top of body; use gnus-newsgroup-charset if there's no
9084         Charset header.
9085
9086 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * message.el (message-self-insert-commands): Doc fix.
9089
9090         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9091         (mm-uu-pgp-encrypted-test): Ditto.
9092         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9093         between header and body; return application/pgp-encrypted handle
9094         if decryption failed; decode decrypted body by charset.
9095
9096         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9097         element match to application/pgp-*.
9098
9099 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9100
9101         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9102         HTML.
9103
9104 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * mail-source.el (mail-source-call-script): Message the error
9107         string.
9108
9109 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * gnus-util.el (gnus-byte-compile): Use it.
9112
9113 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9114
9115         * gnus-util.el (kill-empty-logs): New function.
9116
9117 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * message.el (message-mail-alias-type): Doc fix.
9120         (message-mail-alias-type-p): New function.
9121         (message-send): Use it.
9122         (message-mode): Ditto.
9123         (message-strip-forbidden-properties): Ditto.
9124
9125         * ecomplete.el (ecomplete-database-file-coding-system): New
9126         variable.
9127         (ecomplete-save): Use it.
9128         (ecomplete-setup): Use it.
9129
9130 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * message.el (message-self-insert-commands): New variable.
9133         (message-strip-forbidden-properties): Use it.
9134
9135 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9138         that doesn't make XEmacs choke.
9139
9140 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * gnus-util.el (gnus-replace-in-string):
9143         Prefer replace-regexp-in-string over of replace-in-string.
9144
9145 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-util.el (gnus-select-frame-set-input-focus):
9148         Use select-frame-set-input-focus if it is available in XEmacs; use
9149         definition defined in Emacs 22 for old Emacsen.
9150
9151         * dgnushack.el: Autoload unmorse-region for XEmacs.
9152
9153         * lpath.el: Bind cursor-in-non-selected-windows and
9154         select-frame-set-input-focus for XEmacs.
9155
9156 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9159
9160 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9161
9162         * gnus-registry.el (gnus-registry-cache-save): Remove text
9163         properties when saving via the temp buffer.
9164
9165 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * message.el (message-generate-hashcash): Honor custom type.
9168
9169 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * message.el (message-generate-hashcash): Default to non-nil when
9172         hashcash is found.
9173
9174         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9175         (gnus-refer-thread-limit): Increase default to 500.
9176
9177         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9178
9179         * flow-fill.el (fill-flowed): Allow delete-space.
9180
9181 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9184         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9185         Remove autoloads.
9186
9187 2006-04-18  Simon Josefsson  <jas@extundo.com>
9188
9189         * message.el (message-generate-hashcash): Default to.
9190
9191 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9194         concatenating segments rather than before concatenating them.
9195
9196 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9199
9200 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9203
9204         * message.el (message-forward-make-body-plain): Allow
9205         message-forward-ignored-headers to be a list.
9206         (message-remove-ignored-headers): Factor out into function.
9207         (message-forward-make-body-mml): Use it.
9208
9209         * imap.el (imap-quote-specials): New function.
9210         (imap-login-auth): Quote specials.
9211
9212         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9213         (rfc2231-parse-string): Allow concatanation of parameters that
9214         aren't contiguous.  The test case is
9215           (mail-header-parse-content-type "message/external-body;
9216             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9217             access-type=LOCAL-FILE;
9218             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9219
9220 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9221
9222         * nntp.el (nntp-accept-process-output): Return the value of
9223         `nnheader-accept-process-output'.
9224
9225 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9228         (gnus-button-alist): Recognize more diff formats.
9229         (gnus-button-patch): Strip directory.
9230
9231 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9234         Emacs 22 when setting focus.
9235
9236 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * gnus-art.el (gnus-article-treat-types): Do treatment of
9239         text/x-verbatim parts.
9240         (gnus-button-patch): New command.
9241
9242         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9243         addresses that contain invalid characters.
9244
9245 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9246
9247         * message.el (message-put-addresses-in-ecomplete): Use
9248         gnus-replace-in-string.
9249         (message-is-yours-p): Use the more correct
9250         mail-header-parse-address instead of
9251         mail-extract-address-components.
9252         (message-put-addresses-in-ecomplete): Fix typo.
9253
9254         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9255         keystroke.
9256
9257         * gnus-art.el (gnus-treatment-function-alist): Change order of
9258         newsgroups/generic header folding to avoid double-folding.
9259
9260         * message.el (message-hidden-headers): Add X-Draft-From.
9261
9262         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9263         command.
9264         (gnus-summary-repeat-search-article-backward): New command.
9265
9266         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9267         groups in the parent topic.
9268
9269 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9270
9271         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9272         (spam-extra-header-to-number): Return the CRM114 number as a
9273         number instead of a string.
9274
9275 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * gnus-art.el (gnus-face-properties-alist): Moved here from
9278         gnus-fun.
9279
9280         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9281
9282 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * message.el (message-strip-forbidden-properties): Only display on
9285         self-insert-command.
9286
9287         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9288         reindent.
9289         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9290
9291 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9292
9293         * smiley.el (smiley-style): Fix typo.
9294
9295 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * hashcash.el (hashcash-insert-payment-async-2): Use
9298         message-goto-eoh instead of doing it manually.
9299         (mail-add-payment): Use message-narrow-to-header instead of trying
9300         to do the same itself.
9301
9302         * message.el (message-hidden-headers): Add Face.
9303
9304         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9305         reparenting code.
9306         (gnus-summary-reparent-children): Refactored out code.
9307         (gnus-summary-thread-map): New keystroke.
9308         (gnus-summary-reparent-children): Make into command.
9309
9310         * smiley.el (smiley-style): Default to `medium' if using a large
9311         font.
9312
9313         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9314         does it itself.
9315
9316         * message.el (message-point-in-header-p): Simplify definition.
9317
9318 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * nnagent.el (nnagent-request-set-mark): Silence log file
9321         writing.
9322         (nnagent-request-set-mark): Use write-region instead of
9323         append-to-file.
9324
9325         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9326         strange select method.
9327
9328         * ecomplete.el (ecomplete-display-matches): Get highlightling
9329         right.
9330         (ecomplete-display-matches): Use literals.
9331         (ecomplete-display-matches): Disable message logging.
9332
9333         * message.el (message-display-abbrev): Small optimization.
9334
9335         * ecomplete.el (ecomplete-display-matches): Allow automatic
9336         display.
9337
9338         * message.el (message-strip-forbidden-properties): Display
9339         abbrevs.
9340         (message-display-abbrev): Get automatic display right.
9341
9342         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9343         keystrokes.
9344
9345 2006-04-13  Romain Francoise  <romain@orebokech.com>
9346
9347         TODO: Backport to v5-10!
9348
9349         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9350         Moved here (and renamed) from gnus-registry.el.
9351
9352         * gnus-registry.el: Require gnus-util.
9353         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9354
9355 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * gnus-group.el (gnus-group-catchup-current): Change
9358         if-then-else-if-then-else into cond.
9359         (gnus-group-catchup): Indent.
9360         (group-name-at-point): New function.
9361         (gnus-fetch-group): Provide default from thing at point.
9362
9363 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364
9365         * message.el (message-display-abbrev): Fix regexp.
9366
9367         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9368         choosing.
9369         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9370         dead variables.
9371
9372         * message.el (message-newline-and-indent): Remove debugging.
9373         (message-display-abbrev): Use new implementation.
9374
9375 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * gnus-art.el (gnus-article-mode): Set
9378         cursor-in-non-selected-windows to nil.
9379
9380         * smiley.el: Revert previous change.
9381         (smiley-data-directory): defvar it before using it in the
9382         defcustom of `smiley-style'.
9383
9384 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * message.el (message-newline-and-indent): New function.
9387
9388         * ecomplete.el: Implement more bits.
9389
9390         * message.el (message-put-addresses-in-ecomplete): Clean up the
9391         string.
9392
9393         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9394
9395         * gnus-sum.el (gnus-summary-save-parts): Bind
9396         gnus-summary-save-parts-counter and use it to make unique file
9397         names.
9398
9399         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9400
9401         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9402         parameter to say whether to actually parse the individual
9403         addresses.
9404
9405         * message.el (message-put-addresses-in-ecomplete): New function.
9406         (ecomplete): Require.
9407         (message-mail-alias-type): Add ecomplete as an option.
9408
9409 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9410
9411         * flow-fill.el (fill-flowed): Remove trailing space from blank
9412         quoted lines.
9413
9414 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * smiley.el (smiley-style): Move definition later to avoid a
9417         compilation warning.
9418
9419 2006-04-12  Kenichi Handa  <handa@m17n.org>
9420
9421         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9422         buffer and then decode the buffer text if necessary.
9423         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9424         first, and after mm-encode-body, change the buffer to unibyte.
9425         Use mm-disable-multibyte instead of set-buffer-multibyte.
9426
9427 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9430         Content-Type header instead of Content-Disposition header.
9431         (gnus-mime-inline-part): Ditto.
9432         (gnus-mime-view-part-as-charset): Ignore charset that the part
9433         specifies.
9434
9435         * mm-decode.el (mm-display-part): Work with external parts and
9436         usual parts similarly.
9437
9438         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9439         instead of gnus-display-mime.
9440
9441         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9442         instead of with-temp-buffer.
9443
9444         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9445         tag to summarized topics part in order to encode non-ASCII text.
9446
9447 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * smiley.el (smiley-style): New variable.
9450         (smiley-directory): New function.
9451         (smiley-data-directory): Derive from `smiley-style' using
9452         `smiley-directory'.
9453         (smiley-regexp-alist): Add new entries.
9454
9455         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9456         (gnus-article-browse-delete-temp): Add :version.
9457
9458 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9459
9460         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9461         the sieve region.
9462
9463 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * gnus.el (gnus-version-number): Bump version.
9466
9467 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * gnus.el: No Gnus v0.4 is released.
9470
9471 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9474         layout.
9475
9476         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9477         unknown charset.
9478
9479         * message.el (message-header-synonyms): Add Original-To to the
9480         default.
9481
9482         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9483         optional parameter.
9484
9485 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus-fun.el (gnus): Require it for gnus-directory.
9488
9489 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9492
9493 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9494
9495         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9496
9497 2006-04-05  Simon Josefsson  <jas@extundo.com>
9498
9499         * password.el (password-reset): New function.
9500
9501 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9502
9503         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9504         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9505
9506 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9507
9508         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9509         Some whitespace was matched into the url, which broke browsing hits
9510         > 100 when mm-url-use-external was nil.
9511
9512 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9515         gnus-extra-headers for 'Newsgroups.
9516
9517         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9518         bound.
9519
9520 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9521
9522         * pgg-gpg.el: Clean up process buffers every time gpg processes
9523         complete.
9524
9525 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9528         doc string.
9529
9530 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9531
9532         * pgg-gpg.el (pgg-gpg-process-filter)
9533         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9534
9535         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9536         lines, temporary fix.
9537
9538 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9541
9542 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9543
9544         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9545         default-enable-multibyte-characters.  This reverts the change from
9546         revision 6.17 which is no longer necessary because the passphrase
9547         is sent separately now.  GnuPG messages are unreadable under
9548         multibyte locales with default-enable-multibyte-characters set to
9549         nil.
9550
9551 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * message.el (message-tool-bar-gnome): Move "spell".
9554
9555 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9558         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9559         instead.
9560
9561 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9562
9563         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9564         newsgroups handling for NNTP overviews which don't include
9565         Newsgroups.
9566
9567 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9568
9569         * message.el (message-resend): Bind message-generate-hashcash to nil.
9570
9571 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9572
9573         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9574         when searching for already-paid recipients.
9575
9576 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9577
9578         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9579         passphrases when it is not needed.
9580         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9581         passphrase stuff from gpg, should only be necessary when you use
9582         gpg with a smartcard.
9583
9584 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * mml.el (mml-insert-mime): Ignore cached contents of
9587         message/external-body part.
9588
9589         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9590         (mm-insert-part): Ditto.
9591
9592 2006-03-23  Simon Josefsson  <jas@extundo.com>
9593
9594         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9595         Reiner.
9596         (pgg-gpg-use-agent-p): Use it again.
9597
9598 2006-03-23  Simon Josefsson  <jas@extundo.com>
9599
9600         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9601         older emacsen.
9602         (pgg-gpg-use-agent-p): Don't use it.
9603
9604 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9607         if we can.
9608
9609 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9610
9611         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9612         (pgg-gpg-update-agent): New function.
9613         (pgg-gpg-use-agent-p): New function.
9614         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9615         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9616         (pgg-gpg-sign-region): Use it.
9617
9618 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9621         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9622
9623 2006-03-21  Simon Josefsson  <jas@extundo.com>
9624
9625         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9626         <wilde@sha-bang.de>.
9627         (pgg-gpg-use-agent): New variable.
9628         (pgg-gpg-process-region): Use it.
9629         (pgg-gpg-encrypt-region): Likewise.
9630         (pgg-gpg-encrypt-symmetric-region): Likewise.
9631         (pgg-gpg-decrypt-region): Likewise.
9632         (pgg-gpg-sign-region): Likewise.
9633         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9634
9635 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9638
9639         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9640         Add comment on version.
9641
9642 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * smiley.el: Add missing test smiley.
9645
9646 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * mm-decode.el (mm-with-part): New macro.
9649         (mm-get-part): Use it; work with message/external-body as well.
9650         (mm-save-part): Treat name and filename equally.
9651
9652         * mm-extern.el (mm-extern-cache-contents): New function.
9653         (mm-inline-external-body): Use it; force the part to be displayed;
9654         move undisplayer added to the cached handle to the parent.
9655
9656         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9657         (gnus-mime-view-part-as-type): Work with message/external-body.
9658
9659         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9660
9661 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9664         images in image-load-path.  [Sync with image.el, revision 1.60, in
9665         Emacs.]
9666
9667 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9670         path rather than symbol.  Always return list of directories.
9671         Guarantee that image directory comes first.  [Sync with image.el,
9672         revision 1.59, in Emacs.]
9673
9674         * message.el (message-make-tool-bar): Adjust to new API of
9675         `gmm-image-load-path-for-library'.
9676
9677         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9678
9679         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9680
9681 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9682
9683         * gnus-art.el (gnus-article-only-boring-p):
9684         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9685         intangible text.
9686         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9687
9688 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9689
9690         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9691         `defun' instead of `gmm-defun-compat'.
9692
9693 2006-03-14  Simon Josefsson  <jas@extundo.com>
9694
9695         * message.el (message-unique-id): Don't use message-number-base36
9696         if (user-uid) is a float.
9697         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9698
9699 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9702
9703         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9704         empty line between a part and a message part.
9705
9706 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * smiley.el: Add more test smileys.
9709         (smiley-data-directory, smiley-regexp-alist)
9710         (gnus-smiley-file-types): Fix doc strings.
9711         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9712         adding new elements.
9713         (smiley-mouse-map): Unused code.  Make it a comment.
9714
9715 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9718         scan latest NoCeM messages instead of old ones.
9719         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9720         delimiters that are recently used.
9721         (gnus-nocem-load-cache): Add autoload cookie.
9722
9723         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9724
9725         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9726         level which is larger than gnus-use-nocem is specified.
9727
9728         * gnus-group.el (gnus-group-get-new-news): Ditto.
9729
9730 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * gnus-util.el (gnus-tool-bar-update): New function.
9733
9734         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9735         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9736
9737         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9738
9739         * gnus-group.el (gnus-group-redraw-when-idle)
9740         (gnus-group-redraw-check): Remove.
9741         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9742
9743 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9746         if optional last element is specified in splits (FIELD VALUE...).
9747
9748 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9751         to gmm-image-load-path-for-library.  Call with no-error argument.
9752         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9753
9754         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9755
9756         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9757
9758         * gmm-utils.el (gmm-image-load-path): Remove alias.
9759
9760 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * gmm-utils.el (gmm-image-load-path): Add alias.
9763
9764         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9765         nnml-generate-nov-databases-1.
9766         (nnml-generate-nov-databases): Use it.
9767         (nnml-generate-nov-databases-directory): Document no-active
9768         argument.
9769
9770         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9771         directory if path is t.  Add no-error.
9772
9773         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9774         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9775
9776         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9777         resetting gnus-article-browse-html-temp-list.
9778
9779         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9780         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9781         Add example to docstring.  Rename local variables.  Move error
9782         checks to default case in cond and simplify.
9783
9784 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9787         handle is multipart when calling it recursively.
9788         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9789
9790 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9791
9792         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9793         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9794
9795 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9798         is loaded.
9799
9800         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9801         loaded.
9802
9803 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9806         to "Emacs 23 (unicode)" in doc string.
9807
9808         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9809         "Emacs 23 (unicode)" in comment.
9810
9811 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9814
9815         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9816         characters 160 through 255 in Emacs 23.
9817
9818 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9821         gnus-article-browse-html-temp.
9822         (gnus-article-browse-delete-temp): Make it customizable.  Add
9823         `file'.  Adjust doc string.
9824         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9825         query for each file.  Adjust doc string.
9826         (gnus-article-browse-html-parts): Add
9827         `gnus-article-browse-delete-temp-files' to
9828         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9829
9830 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9831
9832         * gnus-art.el (gnus-article-browse-html-temp)
9833         (gnus-article-browse-delete-temp): New variables.
9834         (gnus-article-browse-delete-temp-files): New function.
9835         (gnus-article-browse-html-parts): Use it.
9836
9837 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9840
9841         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9842         string.
9843
9844         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9845         gnus-summary-insert-new-articles when unplugged.  Remove
9846         gnus-summary-search-article-forward.
9847
9848         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9849         display-visual-class instead of display-color-cells.
9850
9851 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * dgnushack.el: Autoload customize-group for XEmacs.
9854
9855         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9856         message/* containing non-ASCII text properly.
9857
9858 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * message.el: Require gmm-utils, remove autoloads.
9861         (message-tool-bar): Set default based on
9862         gmm-tool-bar-style.
9863         (message-tool-bar-gnome): Add gmm-customize-mode.
9864
9865         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9866         gmm-tool-bar-style.
9867         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9868
9869         * gnus-group.el (gnus-group-tool-bar): Set default based on
9870         gmm-tool-bar-style.
9871         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9872
9873         * gmm-utils.el (gmm-image-directory): Rename variable from
9874         gmm-image-load-path.
9875         (gmm-image-load-path): Use gmm-image-directory.
9876         (gmm-customize-mode): New function.
9877         (gmm-tool-bar-style): New variable.
9878
9879         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9880         gnus-group-redraw-line-number.
9881         (gnus-group-redraw-check): Simplify.
9882         (gnus-group-tool-bar-update): Remove redraw check.
9883         (gnus-group-make-tool-bar): Add redraw check.
9884
9885 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9886
9887         * gnus-art.el (gnus-button): Add missing parentheses.
9888
9889 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * lpath.el: Fbind line-number-at-pos.
9892
9893 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9896
9897 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * gnus-art.el (gnus-button): New face.
9900         (gnus-article-button-face): Use it.
9901
9902         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9903         gnus-summary-next-page.  Re-order.
9904
9905         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9906         next-node are now included.
9907         (gnus-group-redraw-line-number): New internal variable.
9908         (gnus-group-redraw-check): Helper function for updating the tool
9909         bar.
9910         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9911
9912         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9913
9914         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9915         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9916         Use it to match format of Spamassassin 3.0 and later.  Reported by
9917         IRIE Tetsuya <irie@t.email.ne.jp>.
9918         (spam-check-bogofilter)
9919         (spam-bogofilter-register-with-bogofilter): Fix args of
9920         `gnus-error' calls.
9921
9922 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9925         unnecessary interaction when sending queued mails.  Reported by
9926         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9927
9928 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9931         first or last are nil.
9932
9933 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9934
9935         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9936
9937 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9938
9939         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9940
9941 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * dns.el (query-dns): Protect more against buggy tcp output.
9944
9945 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9948         nov.php.
9949
9950 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9951
9952         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9953         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9954         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9955         output on the server side.
9956         (nnweb-google-create-mapping): Update regexps and add some
9957         progress indication.
9958
9959 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9962         gnus-agent-toggle-plugged.  Re-order icons.
9963         (gnus-group-tool-bar-gnome): Add
9964         gnus-group-{prev,next}-unread-group.
9965         (gnus-group-tool-bar-gnome): Re-order icons.
9966
9967         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9968         gnus-summary-insert-new-articles.
9969
9970         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9971         comments.
9972
9973         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9974         also available in Emacs 21.3.
9975
9976         * message.el (message-fix-before-sending): Change "Emacs 22" to
9977         "Emacs 23 (unicode)" in comment.
9978
9979         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9980         "Emacs 23 (unicode)" in comment.
9981
9982         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9983         comment.
9984         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9985
9986         * mm-view.el (mm-fill-flowed): Add :version.
9987
9988 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9991         and load-path.
9992
9993 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * message.el: Autoload gmm-image-load-path.
9996         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9997         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9998         consitency.
9999
10000         * gmm-utils.el (gmm-image-load-path): Also search in
10001         "../etc/images".  Don't set gmm-image-load-path if we don't find
10002         the image.
10003
10004 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gmm-utils.el (gmm-image-load-path): Don't make
10007         `gmm-image-load-path' include subdirectories which the second arg
10008         `image' might specify.
10009
10010         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10011         subdirectory to icon file names.
10012
10013         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10014
10015 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10018         gmm-image-load-path calls.
10019
10020         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10021
10022         * message.el (message-make-tool-bar): Ditto.
10023
10024         * mml.el (mml-preview): Added comment concerning tool bar icons.
10025
10026         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10027         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10028
10029         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10030         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10031
10032         * message.el (message-tool-bar-gnome): Use new icon names.
10033         (message-make-tool-bar): Use `gmm-image-load-path'.
10034
10035         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10036         functions from MH-E.
10037         (gmm-image-load-path): New variable from MH-E.
10038         (gmm-image-load-path): New function from MH-E.  Added arguments
10039         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10040         *-image-load-path-called-flag.
10041
10042 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10043
10044         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10045
10046 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10047
10048         * nnimap.el (nnimap-request-move-article): Change folder back to
10049         source group before deleting.
10050
10051 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10054
10055         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10056         mm-url.
10057
10058         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10059
10060 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10063         coding system which mm-charset-to-coding-system returns for a
10064         given charset is valid.
10065
10066 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10067
10068         * html2text.el (html2text-remove-tag-list):
10069         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10070
10071 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10072
10073         * gnus-cus.el: Revert 2005-10-17 change.
10074
10075 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-art.el (article-strip-banner): Call
10078         article-really-strip-banner only when the regexp match is made.
10079
10080 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-art.el (article-strip-banner): Use
10083         gnus-extract-address-components instead of
10084         mail-header-parse-addresses to make it work with non-ASCII text;
10085         remove mail-encode-encoded-word-string.
10086
10087         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10088         values which are surrounded with \"...\"; make it never cause a
10089         Lisp error; give up parsing of parameters if it failed in
10090         extracting type.
10091
10092 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10093
10094         * smime.el (smime-cert-by-ldap-1): Fix bug where
10095         `smime-ldap-search' returns results without userCertificates.
10096
10097 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10100
10101 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * spam.el (spam-check-spamassassin-headers): Adapt format for
10104         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10105         <ari@mbf.ocn.ne.jp>.
10106         (spam-list-of-processors): Add spam-use-gmane.
10107
10108 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10111         make-temp-file; make it work with XEmacs as well.
10112
10113         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10114         mm-make-temp-file.
10115
10116         * mm-decode.el (mm-display-external): Use the 3rd arg of
10117         mm-make-temp-file.
10118         (mm-create-image-xemacs): Ditto.
10119
10120 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10123         with message-narrow-to-headers.
10124         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10125         (gnus-draft-check-draft-articles): New function.
10126         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10127
10128 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gnus-art.el (gnus-article-browse-html-parts):
10131         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10132         Don't use suffix argument for mm-make-temp-file for Emacs 21
10133         compatibility.  Remove useless `format'.
10134
10135 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10136
10137         * nnweb.el (nnweb-google-wash-article): Update regexps.
10138         (nnweb-group-alist): Use defvoo instead of defvar.
10139
10140 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10143         re-loading nn* modules.
10144
10145 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10148         for `tool-bar-mode' and don't check it's default-value.
10149
10150         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10151
10152         * message.el (message-make-tool-bar): Ditto.
10153
10154         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10155         `substring'.  Shorten tmp-file name.
10156
10157         * gnus.el: Remove bogus comment.
10158
10159 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10160
10161         * gnus-art.el (gnus-article-browse-html-parts): New function.
10162         (gnus-article-browse-html-article): New function for viewing html
10163         articles with a browser.
10164
10165 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10166
10167         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10168         in elisp.
10169         (pgg-gpg-encrypt-symmetric-region): Ditto.
10170         (pgg-gpg-sign-region): Ditto.
10171
10172         * pgg-def.el (pgg-text-mode): New variable.
10173
10174         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10175         (mml2015-pgg-encrypt): Ditto.
10176
10177         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10178         (mml1991-pgg-encrypt): Ditto.
10179
10180 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10183         message-make-date instead of current-time-string.
10184
10185         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10186         to gnus-decoded which mm-uu might set.
10187
10188 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10191         don't decode quoted parameters; remove misimported Emacs code.
10192         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10193         (rfc2231-decode-encoded-string): Don't use split-string which
10194         behaves differently according to Emacs version; use
10195         mm-decode-coding-region to convert charset to coding-system.
10196         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10197         (rfc2231-encode-string): Remove misimported Emacs code.
10198
10199 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10202         when calling mail-header-parse-content-type.
10203         (article-de-quoted-unreadable): Ditto.
10204         (article-de-base64-unreadable): Ditto.
10205         (article-wash-html): Ditto.
10206
10207         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10208         calling mail-header-parse-content-type and
10209         mail-header-parse-content-disposition.
10210         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10211         mail-header-parse-content-type.
10212
10213         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10214         insert charset and format parameters; encode description after
10215         inserting it to buffer.
10216         (mml-insert-parameter): Fold lines properly even if a parameter is
10217         segmented into two or more lines; change the max column to 76.
10218
10219         * rfc1843.el (rfc1843-decode-article-body): Don't use
10220         ignore-errors when calling mail-header-parse-content-type.
10221
10222         * rfc2231.el (rfc2231-parse-string): Return at least type if
10223         possible; don't cause an error even if it fails in parsing of
10224         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10225         (rfc2231-encode-string): Don't break lines at the beginning, leave
10226         it to mml-insert-parameter.
10227
10228         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10229         calling mail-header-parse-content-type.
10230
10231 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * spam-report.el (spam-report-gmane-use-article-number):
10234         Improve doc string.
10235         (spam-report-gmane-internal): Check if a suitable header was found
10236         in the article.
10237
10238 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10241         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10242
10243 2006-02-05  Romain Francoise  <romain@orebokech.com>
10244
10245         Update copyright notices of all files in the gnus directory.
10246
10247 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10248
10249         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10250
10251 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10254         segmented lines of parameter value to cope with Thunderbird 1.5
10255         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10256         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10257         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10258
10259 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10260
10261         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10262         parts.
10263
10264 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10265
10266         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10267         there's only one active file for all servers.
10268         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10269         solid groups.  Gnus might have used a FAST request to select the group.
10270         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10271         and nnweb-search redundantly in the active file.
10272         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10273         (nnweb-request-create-group): Don't use ARGS.
10274         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10275         initialisations.  Let nnoo do the work.
10276
10277 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10280         Say the part has been decoded.
10281
10282         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10283
10284 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10285
10286         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10287         mailcap-viewer-test-cache when there's no 'test clause, since that
10288         will invert the meaning of a "nil" test previously determined by
10289         mailcap-mailcap-entry-passes-test.
10290
10291 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10294         compiling.
10295
10296         * gnus-sum.el: Ditto.
10297
10298         * message.el: Don't bind tool-bar-map when compiling.
10299
10300 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10303
10304 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10305
10306         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10307         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10308         current Google Groups.
10309
10310 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10313         and tool-bar-mode.
10314
10315         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10316         and tool-bar-mode.
10317
10318         * message.el (message-tool-bar-update): Simplify.
10319         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10320
10321         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10322         gnus-summary-buffer.
10323         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10324         gnus-summary-reply.
10325
10326         * gmm-utils.el (gmm): Add :version.
10327
10328 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * Makefile.in (clean): New rule.
10331         (distclean): Use it.
10332
10333 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10334
10335         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10336         autoload.
10337
10338 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gmm-utils.el (gmm-verbose): Add :group.
10341
10342 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * message.el: Change some comments WRT tool-bars.
10345
10346         * gnus-sum.el (gnus-summary-tool-bar)
10347         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10348         (gnus-summary-tool-bar-zap-list): New variables.
10349         (gnus-summary-make-tool-bar): Complete rewrite using
10350         `gmm-tool-bar-from-list'.
10351
10352         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10353         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10354         variables.
10355         (gnus-group-make-tool-bar): Complete rewrite using
10356         `gmm-tool-bar-from-list'.
10357         (gnus-group-tool-bar-update): New function.
10358
10359         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10360
10361 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10364         is dissected into a single part of which the type is the same as
10365         the given one; decode charset.
10366
10367 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10368
10369         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10370         into alists as symbol not string, since that's what
10371         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10372         look for.
10373
10374 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10377         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10378
10379         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10380
10381 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10384         (gnus-xmas-mime-security-button-menu): New function.
10385
10386         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10387         (gnus-mime-security-button-menu): New definition.
10388         (gnus-mime-security-button-map): Use them.
10389         (gnus-mime-security-button-menu): New function.
10390         (gnus-insert-mime-security-button): Addition to help echo.
10391         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10392         (gnus-mime-security-pipe-part): New functions.
10393
10394         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10395         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10396
10397         * mm-decode.el (mm-handle-set-disposition): Remove.
10398         (mm-handle-set-description): Remove.
10399
10400 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10403         (mm-w3m-standalone-supports-m17n-p): New function.
10404         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10405         w3m usage.
10406
10407         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10408         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10409
10410 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * message.el (message-tool-bar-zap-list): Use
10413         gmm-tool-bar-zap-list as custom type.
10414         (message-tool-bar-update): New function.
10415         (message-tool-bar, message-tool-bar-gnome)
10416         (message-tool-bar-retro): Add message-tool-bar-update.
10417         (message-tool-bar-gnome): Add flyspell-buffer.
10418
10419         * gnus-util.el (gnus-error): Describe `args'.
10420
10421         * gmm-utils.el (gmm-error): Describe `args'.
10422         (gmm-tool-bar-zap-list): New widget.
10423         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10424
10425 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10428         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10429         the number of recursive calls.
10430
10431         * mm-decode.el (mm-handle-set-disposition): New macro.
10432         (mm-handle-set-description): New macro.
10433
10434 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10437         encoding.
10438
10439 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * message.el (message-tool-bar-zap-list, message-tool-bar)
10442         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10443         (message-tool-bar-local-item-from-menu): Remove.
10444         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10445         (message-make-tool-bar): New function.
10446         (message-mode): Use `message-make-tool-bar'.
10447
10448         * gmm-utils.el: New file.
10449         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10450         (gmm-lazy): New widget copied from `nnmail.el'.
10451         (gmm-tool-bar-from-list): New function for creating customizable
10452         tool bars.
10453         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10454         output.
10455         (gmm): Add :prefix to defgroup.
10456
10457 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10458
10459         * gmm-utils.el (gmm-widget-p): New function.
10460
10461 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * mml.el (mml-attach-file): Describe `description' in doc string.
10464         (mml-menu): Add Emacs MIME manual and PGG manual.
10465
10466 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10467
10468         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10469
10470 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10471
10472         * nntp.el (nntp-end-of-line): Doc fix.
10473
10474 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10475
10476         * imap.el (imap-open): Handle case where buffer is a buffer
10477         object.
10478
10479 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10480
10481         * gnus-delay.el (gnus-delay): Don't autoload.
10482         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10483         to be re-loaded when customizing the `gnus-delay' group.
10484
10485 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10486
10487         * message.el (message-insert-citation-line): Use newlines.
10488
10489 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10490
10491         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10492         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10493         these routines, so the passphrase can be managed externally and
10494         passed in to the system.
10495         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10496         pgg-add-passphrase-to-cache function.
10497
10498         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10499         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10500         these routines, so the passphrase can be managed externally and
10501         passed in to the system.
10502         (pgg-pgp5-sign-region): Use new name of
10503         pgg-add-passphrase-to-cache function.
10504
10505 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10506
10507         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10508         part of the decoded armor to find the key-identifier.
10509         (pgg-gpg-lookup-key-owner): New function to return the
10510         human-readable identifier of a key owner.
10511         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10512         itself.
10513         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10514         the key value) if we have a key and can match it against a secret
10515         key.  Also, added a note pointing out fact that the prompt only
10516         indicates the first matching key.
10517
10518         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10519         pgg-decrypt-region.
10520         (pgg-add-passphrase-to-cache): Rename from
10521         `pgg-add-passphrase-cache' to reduce confusion (all callers
10522         changed).
10523         (pgg-remove-passphrase-from-cache): Rename from
10524         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10525         changed).
10526         (pgg-read-passphrase, pgg-add-passphrase-cache)
10527         (pgg-remove-passphrase-cache): Add informative docstrings.
10528         (pgg-decrypt): Convey provided passphrase in subordinate call to
10529         pgg-decrypt-region.
10530
10531 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10532
10533         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10534         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10535         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10536         'passphrase' argument, so the passphrase can be managed externally
10537         and then passed in to the system.
10538
10539         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10540         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10541         so the passphrase cache can be used reliably with identifiers
10542         besides a pgp packet's key id.
10543
10544         * pgg-gpg.el (pgg-gpg-encrypt-region)
10545         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10546         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10547         these routines, so the passphrase can be managed externally and
10548         passed in to the system.
10549
10550         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10551         'notruncate' argument, so the passphrase cache can be used
10552         reliably with identifiers besides a pgp packet's key id.
10553
10554 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10555
10556         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10557         symmetric encryption.
10558         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10559         encrypted session key.
10560         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10561         message ask for the passphrase in a proper way.
10562
10563         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10564         New user commands for symmetric encryption.
10565
10566 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10569
10570         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10571
10572 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10573
10574         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10575
10576 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * mm-decode.el (mm-inlined-types): Add application/pgp.
10579         (mm-automatic-display): Ditto.
10580
10581         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10582         part as text.
10583
10584 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * nnrss.el: Update copyright.
10587         (nnrss-opml-import): Query whether to subscribe to each entry.
10588
10589         * gnus-art.el:
10590         * gnus-sum.el:
10591         * gnus-xmas.el:
10592         * messagexmas.el:
10593         * mm-uu.el:
10594         * mm-view.el: Update copyright.
10595
10596 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * message.el (message-info): New function.
10599         (message-mode-menu): Add it.
10600         Update copyright.
10601
10602         * ChangeLog: Fix and update copyright.
10603
10604 2006-01-13  Romain Francoise  <romain@orebokech.com>
10605
10606         * message.el (message-forward-subject-name-subject): Prefer the
10607         address to 'nowhere' if the sender has no name.
10608         Fix typo.  Update copyright year.
10609
10610 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * gnus-art.el (article-wash-html): Use
10613         gnus-summary-show-article-charset-alist if a numeric arg is given.
10614         (gnus-article-wash-html-with-w3m-standalone): New function.
10615
10616         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10617         mm-inline-text-html-render-with-w3m-standalone.
10618         (mm-text-html-washer-alist): Map w3m-standalone to
10619         gnus-article-wash-html-with-w3m-standalone.
10620         (mm-inline-text-html-render-with-w3m-standalone): New function.
10621
10622 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10625         Improve LaTeX.
10626
10627 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10630         (nnrss-request-article): Render text/plain parts as HTML.
10631
10632         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10633         the buffer.
10634
10635 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10638         custom definition of `gnus-posting-styles'.
10639
10640         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10641         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10642
10643 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10646         Use nntp for bug archive.
10647
10648 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10651         parts.
10652         (nnrss-normalize-date): New function converts ISO 8601 date into
10653         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10654         (nnrss-check-group): Use it.
10655
10656 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10659
10660         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10661         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10662         (nnrss-insert-w3): Ditto.
10663
10664 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10667         the articles to be forwarded including the case where neither a
10668         number of articles nor a region is specified.
10669
10670 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * nnrss.el (nnrss-request-article): Fix last change; fill
10673         text/plain parts.
10674
10675 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10678         in text/plain part.
10679         (nnrss-check-group): Don't add excessive newline to dc:subject.
10680
10681 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10682
10683         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10684         article.
10685
10686 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10689         (nnml-use-compressed-files, nnml-save-mail): Support other
10690         comression programs such as bzip2.
10691
10692 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * dns.el (query-dns): Make sure we check the buffer size before
10695         removing tcp headers.
10696
10697 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10700         remove MIME buttons associated with multipart/alternative parts.
10701         (gnus-mime-display-alternative): Tag buttons using `article-type'
10702         text property.
10703
10704         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10705         associated with multipart/alternative parts.
10706
10707         * gnus-art.el (gnus-signature-separator): Fix custom type.
10708
10709         * mm-decode.el (mm-inlined-types): Fix custom type.
10710         (mm-keep-viewer-alive-types): Ditto.
10711         (mm-automatic-display): Ditto.
10712         (mm-attachment-override-types): Ditto.
10713         (mm-inline-override-types): Ditto.
10714         (mm-automatic-external-display): Ditto.
10715
10716 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * spam-report.el (spam-report-user-mail-address)
10719         (spam-report-user-agent): New variables.
10720         (spam-report-url-ping-plain): Use spam-report-user-agent.
10721
10722 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10723
10724         * gnus-art.el (gnus-button-handle-custom): Do not just use
10725         `customize-apropos' for any "M-x customize-*" button but the
10726         function called for.  Accept both the function name and its
10727         argument in order to achieve this.
10728         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10729         function name to `gnus-button-handle-custom' in case of "M-x
10730         customize-*" buttons.
10731
10732 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10735         multipart/alternative and add xref to mm-discouraged-alternatives
10736         in doc string.
10737
10738         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10739         gnus-buttonized-mime-types in doc string.
10740
10741 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10744         Suggest image/.* in the doc string.
10745
10746 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10749         message-marks (Debian bug #342521).
10750
10751 2005-12-12  Simon Josefsson  <jas@extundo.com>
10752
10753         * password.el (password-read-from-cache): Add.
10754         (password-read): Use it.
10755
10756 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10759         us-ascii as a MIME charset.
10760
10761         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10762         against the case where the 2nd arg TYPE is nil.
10763
10764 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * pop3.el (pop3-stream-type): Fix custom version.
10767
10768         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10769
10770 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10771
10772         * mm-decode.el (mm-display-external): Add missing cdr.
10773
10774 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10777         RFC1524) if it is in mailcap or add a suffix according to
10778         mailcap-mime-extensions when generating a temp filename; postpone
10779         deleting a temp file for 2 seconds for some wrappers, shell
10780         scripts, and so on, which might exit right after having started a
10781         viewer command as a background job.
10782
10783 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * nntp.el (nntp-marks-directory): Fix custom group.
10786
10787         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10788         steps when < 10.
10789
10790         * gnus-start.el (gnus-no-server-1): Mention
10791         `gnus-level-default-subscribed' in doc string.
10792
10793 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10794
10795         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10796         parens.
10797
10798 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-xmas.el (gnus-use-toolbar): Revert.
10801         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10802         gnus-use-toolbar is default.
10803
10804         * messagexmas.el (message-use-toolbar): Revert.
10805         (message-setup-toolbar): Use global default-toolbar if
10806         message-use-toolbar is default.
10807
10808 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10811         according to default-toolbar-visible-p.
10812
10813         * messagexmas.el (message-use-toolbar): Ditto.
10814
10815 2005-11-26  Dave Love  <fx@gnu.org>
10816
10817         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10818         (tls-program, tls-success): Provide openssl alternative.
10819
10820         * starttls.el: Doc fixes.
10821         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10822         SERVICE to PORT.
10823
10824         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10825         port null or service name.
10826         (starttls-negotiate): Autoload.
10827
10828 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * message.el (message-kill-to-signature): Fix interactive spec.
10831
10832 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * pop3.el (pop3-open-server): Recognize a string as a service name.
10835
10836 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10837
10838         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10839
10840 2005-11-23  Dave Love  <fx@gnu.org>
10841
10842         Add pop3s, pop3/starttls.
10843
10844         * pop3.el (pop3-authentication-scheme): Clarify doc.
10845         (open-tls-stream, starttls-open-stream): Autoload.
10846         (pop3-stream-type): New.
10847         (pop3-open-server): Use it.
10848
10849         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10850         for POP.
10851         (mail-source-keyword-map): Add :stream for POP.
10852         (mail-source-fetch-pop): Use pop3-stream-type.
10853
10854 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10857         of current-time-string.
10858
10859 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10860
10861         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10862         date header.
10863
10864 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10865
10866         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10867         it can seriously impact performance as it bypasses the agent's
10868         local caches.
10869
10870 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10871
10872         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10873         must be explicitly online rather than "not explicitly offline" for
10874         its flags to be synchronized.
10875
10876         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10877         that gnus-uu-unmark-thread will function correctly.
10878
10879         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10880         1024K is instead displayed as 1M.
10881
10882 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10885
10886 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10887
10888         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10889
10890 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10891
10892         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10893         error message to display actual error condition.
10894         (gnus-agent-save-local): Avoid saving symbols that are bound to
10895         nil as they simply result in a warning message in
10896         gnus-agent-read-local.
10897
10898 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10901         rather than make-variable-buffer-local for file-precious-flag.
10902
10903 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10904
10905         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10906         for duplicates which are removed.  The invalid sort check then
10907         triggers a rescan after the sort as sorting may have moved
10908         duplicate entries such that they can be cheaply detected.
10909
10910 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10913
10914 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10915
10916         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10917         internal variable to a custom variable.  Changed default value
10918         from compressed(2) to uncompressed(1).
10919         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10920         support for uncompressed agentview files.  Taken together, reading
10921         the agentview file should now be 6-7 times faster.
10922
10923 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10924
10925         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10926         as a buffer-local variable.  This avoids creating truncated
10927         dribble files as a result of a hang up, eg.
10928
10929 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10930
10931         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10932         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10933         XEmacs.
10934
10935 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * gnus-start.el (gnus-start-draft-setup): Enforce
10938         `gnus-draft-mode' for nndraft:drafts at startup.
10939
10940         * gnus.el (gnus-splash): Change custom group.
10941         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10942         allow-list argument.
10943
10944         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10945         string.
10946
10947 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * gnus-art.el (gnus-default-article-saver): Add user-defined
10950         `function' to custom type.
10951
10952 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10953
10954         * imap.el (imap-open): Handle case where buffer is a buffer
10955         object.
10956
10957 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10960         long lines.
10961         (gnus-cache-delete-group): Wrap doc strings.
10962
10963         * gnus-agent.el (gnus-agent-rename-group)
10964         (gnus-agent-delete-group): Wrap doc strings.
10965
10966 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * messagexmas.el (message-use-toolbar): Change the valid values
10969         into default, top, bottom, left, and right.
10970         (message-toolbar-thickness): New variable.
10971         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10972         well.
10973         (message-setup-toolbar): Make it work.
10974
10975         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10976         (gnus-use-toolbar): Change the valid values into default, top,
10977         bottom, left, and right.
10978         (gnus-toolbar-thickness): New variable.
10979         (gnus-xmas-setup-toolbar): New function.
10980         (gnus-xmas-setup-group-toolbar): Use it.
10981         (gnus-xmas-setup-summary-toolbar): Use it.
10982
10983 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * gnus-start.el (gnus-1): Add "native" to
10986         gnus-predefined-server-alist.
10987
10988         * gnus.el (gnus-method-to-server): Don't add "native" to the
10989         lists here, because that leads to problems when
10990         gnus-select-method is bound.
10991
10992 2005-11-09  Simon Josefsson  <jas@extundo.com>
10993
10994         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10995         use (not sort-by-date) instead.
10996
10997 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10998
10999         * gnus-delay.el (gnus-delay-group): Don't autoload.
11000         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11001         to be re-loaded when customizing the `gnus-delay' group.
11002
11003 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11004
11005         * message.el: Revert last changes.
11006         (message-insert-citation-line): Use newlines.
11007
11008 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11009
11010         * message.el (message-courtesy-message)
11011         (message-mark-insert-begin, message-mark-insert-end)
11012         (message-elide-ellipsis, message-cancel-message)
11013         (message-add-header, message-change-subject)
11014         (message-cross-post-followup-to-header)
11015         (message-cross-post-insert-note, message-reduce-to-to-cc)
11016         (message-widen-reply, message-delete-not-region)
11017         (message-kill-to-signature, message-insert-signature)
11018         (message-insert-importance-high, message-insert-importance-low)
11019         (message-insert-or-toggle-importance)
11020         (message-insert-disposition-notification-to)
11021         (message-indent-citation, message-yank-original)
11022         (message-cite-original-without-signature, message-cite-original)
11023         (message-insert-citation-line, message-position-on-field)
11024         (message-fix-before-sending, message-send-mail-partially)
11025         (message-send-mail, message-send-mail-with-sendmail)
11026         (message-send-mail-with-qmail, message-send-news)
11027         (message-check-news-header-syntax, message-generate-headers)
11028         (message-insert-courtesy-copy, message-fill-address)
11029         (message-fill-header, message-shorten-references)
11030         (message-setup-1, message-cancel-news)
11031         (message-forward-make-body-plain, message-forward-make-body-mime)
11032         (message-forward-make-body-mml, message-encode-message-body)
11033         (message-forward-make-body-digest-plain)
11034         (message-forward-make-body-digest-mime)
11035         (message-use-alternative-email-as-from): Insert `hard-newline'
11036         instead of ordinary newlines.
11037
11038 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * message.el (message-generate-headers): Downcase the argument
11041         given to message-check-element.
11042
11043 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11044
11045         * nntp.el (nntp-authinfo-rejected): New error condition.
11046         (nntp-wait-for): Use new error condition to signal authentication
11047         error.
11048         (nntp-retrieve-data): Rethrow new error condition to break out of
11049         recursive call to nntp-send-authinfo.
11050
11051 2005-11-08  Romain Francoise  <romain@orebokech.com>
11052
11053         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11054         (gnus-summary-exit-map): Bind to `Z p'.
11055         (gnus-summary-make-menu-bar): Add menu item.
11056
11057 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11058
11059         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11060         (gnus-treat-*): Add `first' in all doc strings.
11061
11062         * gnus-group.el (gnus-group-compact-group): Fix typo.
11063
11064 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus.el (gnus-parameters-case-fold-search): New variable.
11067         (gnus-parameters-get-parameter): Use it.
11068
11069         * gnus-score.el (gnus-home-score-file): Doc fix.
11070
11071 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11072
11073         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11074
11075 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * mm-util.el (mm-special-display-p): New function.
11078
11079         * mml.el (mml-preview): Use it; doc fix.
11080
11081 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11082
11083         * imap.el (imap-open): Handle case where buffer is a buffer object.
11084
11085 2005-10-29  Romain Francoise  <romain@orebokech.com>
11086
11087         * message.el (message-fix-before-sending): Fix comment.
11088
11089 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11090
11091         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11092
11093 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11094
11095         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11096         Used in gnus-score.el.
11097
11098 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11101
11102 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11105         whitespace removed in revision 7.8.  Use concatenated string to
11106         protect trailing whitespace.
11107
11108 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11109
11110         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11111         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11112         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11113         Courier IMAP ("some version from 2004").  Mostly based on similar
11114         code in the same function.
11115
11116 2005-10-26  Didier Verna  <didier@xemacs.org>
11117
11118         * gnus-group.el (gnus-group-compact-group): Invalidate original
11119         article buffer.
11120         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11121         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11122         NOV database and in article itself.
11123         Invalidate article backlog.
11124
11125 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11128
11129 2005-10-26  Simon Josefsson  <jas@extundo.com>
11130
11131         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11132         part of 2004-07-25 change.
11133
11134 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * message.el (message-display-completion-list): New function.
11137         (message-expand-group): Use it; make sure the Completions buffer
11138         is modifiable.
11139 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11140
11141         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11142         user-mail-name is an empty string.
11143
11144 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11147         depending on gnus-score-decay-constant.
11148
11149         * encrypt.el (encrypt-insert-file-contents)
11150         (encrypt-write-file-contents): Don't use `gnus-message'.
11151
11152         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11153         arguments.
11154         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11155         arguments to mm-uu-verbatim-marks-extract.
11156         (mm-uu-hide-markers): New variable.
11157         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11158
11159         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11160         (gnus-convert-image-to-face-command): Use "convert" by default to
11161         allow other input image formats.
11162         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11163         accordingly.
11164
11165 2005-10-23  Simon Josefsson  <jas@extundo.com>
11166
11167         * imap.el (imap-gssapi-program): Align command line parameters
11168         with latest GNU SASL.
11169         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11170
11171 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11172
11173         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11174         HTML.
11175         (nnslashdot-request-article): Ditto.
11176
11177         * lpath.el (featurep): Add nobreak-char-display.
11178
11179 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11180
11181         * mail-source.el (mail-source-fetch-pop): Require pop3.
11182         (mail-source-check-pop): Ditto.
11183
11184 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11187         errors.
11188
11189 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11192         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11193
11194         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11195
11196         * mm-bodies.el (mm-decode-string): Call
11197         `mm-charset-to-coding-system' with allow-override argument.
11198
11199 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11202         (rfc2047-charset-to-coding-system): New function.
11203         (rfc2047-decode-encoded-words): New function.
11204         (rfc2047-decode-region): Use them.
11205         (rfc2047-decode-cte): Remove.
11206         (rfc2047-parse-and-decode): Remove.
11207         (rfc2047-decode): Remove.
11208
11209 2005-10-15  Kenichi Handa  <handa@m17n.org>
11210
11211         * rfc2047.el (rfc2047-decode-cte): New function.
11212         (rfc2047-decode-region): Change the way to decode successive
11213         encoded-words: decode B- or Q-encoding in each encoded-word,
11214         concatenate them, and decode it as charset.
11215
11216 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * lpath.el: Fbind codepage-setup for XEmacs.
11219
11220 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11221
11222         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11223         widget-move-and-invoke.
11224         (gnus-custom-mode): Use gnus-custom-map.
11225
11226 2005-10-15  Bill Wohler  <wohler@newt.com>
11227
11228         * message.el (message-tool-bar-map): Renamed image file from
11229         mail_send to mail/send.
11230
11231 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11232
11233         * message.el (message-expand-group): Pass the common
11234         prefix substring of completion to `display-completion-list'.
11235
11236 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * mml-sec.el (mml-secure-method): New internal variable.
11239         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11240         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11241         functions using mml-secure-method.
11242
11243         * mml.el (mml-mode-map): Add key bindings for those functions.
11244         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11245         Harder <harder@myrealbox.com>.
11246         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11247         end of message if point is the headers of the message.
11248
11249         * message.el (message-in-body-p): New function.
11250
11251         * assistant.el: Autoload gnus-util and netrc.
11252
11253         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11254         Use `mm-charset-override-alist' only when decoding.
11255
11256         * mm-bodies.el (mm-decode-body): Call
11257         `mm-charset-to-coding-system' with allow-override argument.
11258
11259         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11260         `filename' from Content-Disposition if Content-Type doesn't
11261         provide `name'.
11262         (gnus-mime-view-part-as-type): Set default instead of
11263         initial-input.
11264
11265 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11266
11267         * format-spec.el (format-spec): Propagate text properties of % spec.
11268
11269 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * gnus-art.el (gnus-treat-predicate): Add `first'.
11272
11273 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11276         (mm-charset-override-alist): New variable.
11277         (mm-charset-to-coding-system): Use it.
11278         (mm-codepage-setup): New helper function.
11279         (mm-charset-eval-alist): New variable.
11280         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11281         about unknown charsets.
11282
11283         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11284
11285 2005-10-04  David Hansen  <david.hansen@gmx.net>
11286
11287         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11288         (nnrss-check-group): Ditto.
11289
11290 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11293         Rename x-gnus-verbatim to x-verbatim.
11294         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11295
11296         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11297         x-verbatim.
11298
11299         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11300
11301         * gnus-util.el (gnus-remove-duplicates): Remove.
11302
11303         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11304         instead of gnus-remove-duplicates.
11305
11306         * message.el (message-remove-duplicates): Remove.
11307         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11308         message-remove-duplicates.
11309
11310         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11311         available, else use implementation from `delete-dups'.
11312
11313         * message.el (message-insert-expires): New function.
11314         (message-mode-map): Add key binding.
11315         (message-mode-field-menu): Add menu entry.
11316         (message-mode): Document it.
11317         (message-make-expires-date): Use `message-make-date'.
11318
11319 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11320
11321         * message.el (message-make-expires-date): New function.
11322
11323 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * Makefile.in (list-installed-shadows): New entry.
11326         (install): Use it.
11327         (remove-installed-shadows): New entry.
11328
11329         * dgnushack.el (dgnushack-default-load-path): New variable.
11330         (dgnushack-find-lisp-shadows): New function.
11331         (dgnushack-remove-lisp-shadows): New function.
11332
11333 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * Makefile.in (install-el-elc): New entry.
11336         (install): Use it so that .el files are necessarily installed.
11337
11338 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11341
11342 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11343
11344         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11345         function rather than the diff-mode.el package.
11346         (mm-display-external): Use with-current-buffer.
11347         (mm-viewer-completion-map, mm-viewer-completion-map):
11348         Move initialization inside declaration.
11349
11350 2005-09-29  Simon Josefsson  <jas@extundo.com>
11351
11352         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11353         autoload mail-check-payment.
11354         (spam-check-hashcash): Define unconditionally, since hashcash.el
11355         is part of Gnus now.  Ignore errors from payment checking.
11356
11357 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * message.el (message-bold-region, message-unbold-region): Rename
11360         from `bold-region' and `unbold-region'.
11361
11362         * message.el: Remove useless autoloads.
11363
11364 2005-09-28  Simon Josefsson  <jas@extundo.com>
11365
11366         * message.el (message-use-idna): Default to t.
11367         (message-use-idna): Test whether encoding works too.  Doc fix.
11368
11369 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * nntp.el (nntp-warn-about-losing-connection): Remove.
11372
11373 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11376         customizable.  Change default value.
11377         (mm-uu-diff-groups-regexp): Change default value.
11378         (mm-uu-type-alist): Add doc string.
11379         (mm-uu-configure): Add doc string.  Make it interactive.
11380         (mm-uu-tex-groups-regexp): New variable.
11381         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11382         (mm-uu-type-alist): Add LaTeX documents.
11383         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11384         of "text/verbatim".
11385         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11386
11387         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11388         instead of "text/verbatim".
11389
11390         * message.el (message-mark-inserted-region)
11391         (message-mark-insert-file): Use slrn style marks when called with
11392         prefix argument.
11393
11394 2005-09-27  Simon Josefsson  <jas@extundo.com>
11395
11396         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11397
11398 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11399
11400         * message.el (message-remove-duplicates): New function.
11401         Implementation borrowed from `gnus-remove-duplicates'.
11402         (message-idna-to-ascii-rhs): Also encode idna addresses in
11403         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11404         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11405         only ask about the same idna domain once per header and also tell
11406         in what header to replace the idna domain.
11407
11408         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11409         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11410         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11411         a header is decoded and not just the last one.
11412
11413 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11416         has been decoded.
11417
11418         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11419         (mm-insert-part): Don't modify text if it has been decoded.
11420
11421         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11422         decoded.
11423
11424         * mm-view.el (mm-inline-text): Don't strip text props unless
11425         decoding enriched or richtext parts.
11426
11427 2005-09-25  Romain Francoise  <romain@orebokech.com>
11428
11429         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11430         * gnus-start.el (gnus-subscribe-interactively):
11431         * gnus-uu.el (gnus-uu-grab-articles):
11432         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11433         space.
11434
11435 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11436
11437         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11438         * mm-view.el (mm-view-pkcs7-decrypt):
11439         * gnus-sum.el (gnus-summary-limit-to-extra)
11440         (gnus-summary-respool-article, gnus-read-move-group-name):
11441         * gnus-score.el (gnus-summary-increase-score):
11442         * gnus-util.el (gnus-completing-read-with-default):
11443         * gnus-art.el (gnus-read-save-file-name)
11444         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11445         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11446         * message.el (message-check-news-header-syntax):
11447         Follow convention for reading with the minibuffer.
11448
11449 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * spam-report.el (spam-report-url-ping-plain):
11452         Use gnus-extended-version as User-Agent.
11453
11454         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11455         default value is nil.
11456
11457         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11458         (mm-uu-verbatim-marks-extract): New function.
11459         (mm-uu-extract): New face.
11460         (mm-uu-copy-to-buffer): Use it.
11461
11462         * spam-report.el (spam-report-gmane-ham): Renamed from
11463         `spam-report-gmane-unspam'.
11464         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11465         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11466
11467         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11468         Autoload.
11469         (spam-report-gmane-unregister-routine): Renamed
11470         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11471
11472 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11475         (spam-report-gmane-unregister-routine): Add support for gmane
11476         unregistration.
11477
11478         * spam-report.el (spam-report-gmane-unspam)
11479         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11480         (spam-report-gmane): Change to take a single article and do unspam
11481         registration.
11482
11483 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * mm-url.el (mm-url-decode-entities): Fix regexp.
11486
11487 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11488
11489         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11490         default to nil, to be able to use Gnus at all.  If the default
11491         switches to something else, then the function should be fixed not
11492         be exceedingly slow.
11493
11494 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11495
11496         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11497         fail hard.
11498
11499         * spam-report.el: Add better Keywords line.
11500
11501         * spam.el: Add Maintainer and better Keywords line.
11502
11503 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * gnus-art.el (gnus-article-replace-part)
11506         (gnus-mime-replace-part): New functions.
11507         (gnus-mime-action-alist, gnus-mime-button-commands)
11508         (gnus-mime-save-part-and-strip): Added file argument.
11509         (gnus-article-part-wrapper): Added interactive argument.
11510
11511         * gnus-sum.el (gnus-summary-mime-map): Add
11512         `gnus-article-replace-part'.
11513
11514 2005-09-19  Didier Verna  <didier@xemacs.org>
11515
11516         The nnml compaction feature:
11517         * nnml.el (nnml-request-compact-group): New function.
11518         * nnml.el (nnml-request-compact): New function.
11519         * gnus-int.el (gnus-request-compact-group): New function.
11520         * gnus-int.el (gnus-request-compact): New function.
11521         * gnus-group.el (gnus-group-compact-group): New function.
11522         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11523         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11524         * gnus-srvr.el (gnus-server-compact-server): New function.
11525         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11526         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11527
11528 2005-09-18  Deepak Goel  <deego@gnufans.org>
11529
11530         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11531         format spec.
11532
11533 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11536
11537 2005-09-15  Romain Francoise  <romain@orebokech.com>
11538
11539         * message.el (message-fill-paragraph): Clarify docstring.
11540
11541 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * gnus-art.el (gnus-mime-display-part): Protect against broken
11544         MIME messages.
11545
11546 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11549         before parsing header.
11550
11551 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11552
11553         * html2text.el (html2text-replace-list): Add new entities.
11554
11555 2005-09-11  Romain Francoise  <romain@orebokech.com>
11556
11557         * message.el (message-alternative-emails): Improve docstring.
11558         (message-setup-1): Call `message-use-alternative-email-as-from'
11559         after `message-setup-hook' to give it precedence over posting
11560         styles, etc.
11561         (message-use-alternative-email-as-from): Add docstring.  Remove
11562         the original From header if present.
11563
11564         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11565         (nnml-save-mail): Use it.
11566
11567         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11568         articles.  Add new argument `silent'.
11569         (gnus-uu-mark-all): Report the total number of marked articles.
11570
11571 2005-09-10  Romain Francoise  <romain@orebokech.com>
11572
11573         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11574         (gnus-uu-mark-series): Likewise.
11575
11576 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * spam-report.el (spam-report-gmane): Fix generation of spam
11579         report URL.
11580
11581 2005-09-10  Simon Josefsson  <jas@extundo.com>
11582
11583         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11584         t, based on discussion on the ding list with Robert Epprecht
11585         <epprecht@solnet.ch>.
11586
11587 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * spam-report.el (spam-report-gmane): Make it work without
11590         X-Report-Spam header.  Gmane now only provides Archived-At.
11591         This is only used if `spam-report-gmane-use-article-number' is nil.
11592         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11593
11594         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11595         make `gnus-summary-sort-by-recipient' work with threading.
11596
11597         * nnweb.el (nnweb-google-wash-article): Print a message if article
11598         is not available.
11599
11600 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11601
11602         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11603         change.  Decode text/* parts content before displaying.
11604
11605 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11608
11609 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11612
11613         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11614         url-package-name, url-package-version,
11615         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11616         w3m-display-inline-images, and w3m-minor-mode-map.
11617
11618 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * message.el (message-tab-body-function): Fix mismatched custom type.
11621
11622         * gnus.el (gnus-group-change-level-function): Ditto.
11623
11624         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11625
11626         * gnus-art.el (gnus-signature-limit)
11627         (gnus-article-mime-part-function): Ditto.
11628
11629 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * mml.el (mml-mode): Silence the byte compiler.
11632
11633         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11634         using `(sit-for 0)' before moving the point to the specified part;
11635         skip unbuttonized parts.
11636         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11637         return to the summary window if gnus-auto-select-part is non-nil.
11638
11639 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11642         variables.
11643         (mml-dnd-attach-file, mml-mode): Use them.
11644
11645         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11646         Make fetching article by MID work again for Google Groups.  Added
11647         FIXME concerning gnus-group-make-web-group.
11648
11649         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11650         Don't depend on Gnus by using mail-extract-address-components if
11651         gnus-extract-address-components is not bound.
11652
11653 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * gnus-art.el (gnus-mime-display-security): Don't display the
11656         signature, but only the signed part.
11657
11658 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11661
11662         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11663         list, not listp.
11664
11665 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11666
11667         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11668         when encoding.
11669
11670         * mm-bodies.el (mm-decode-content-transfer-encoding):
11671         De-canonicalize CRLF for all text content types, not just
11672         text/plain.
11673
11674 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11677         valid article; point arrow and cursor at the MIME button.
11678
11679 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11682         Suggested by Dan Christensen <jdc@uwo.ca>.
11683
11684         * mm-decode.el (mm-save-part): Enable change of prompt.
11685
11686 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11687
11688         * gnus-msg.el (gnus-inews-add-send-actions): Made
11689         `message-post-method' lambda parameter ARG `&optional'.
11690
11691 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus-sum.el (gnus-summary-mime-map): Added
11694         gnus-article-save-part-and-strip, gnus-article-delete-part and
11695         gnus-article-jump-to-part.
11696
11697         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11698         (gnus-article-edit-part): Use it.
11699         (gnus-article-part-wrapper): Added no-handle argument.
11700         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11701         functions.
11702
11703 2005-08-29  Romain Francoise  <romain@orebokech.com>
11704
11705         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11706         docstring.
11707         (gnus-face-from-file): Likewise.
11708
11709 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11712         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11713         non-nil.
11714         (gnus-auto-select-part): New variable.
11715         (gnus-article-jump-to-part): New function.
11716         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11717         (gnus-mime-delete-part): Allow selecting specified part after
11718         deleting or stripping parts.
11719         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11720         part if argument is bogus.
11721
11722 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11723
11724         * gnus-art.el (w3m-minor-mode-map):
11725         * gnus-spec.el (gnus-newsrc-file-version):
11726         * gnus-util.el (nnmail-active-file-coding-system)
11727         (gnus-original-article-buffer, gnus-user-agent):
11728         * gnus.el (gnus-ham-process-destinations)
11729         (gnus-parameter-ham-marks-alist)
11730         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11731         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11732         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11733         * mm-decode.el (gnus-current-window-configuration):
11734         * mm-extern.el (gnus-article-mime-handles):
11735         * mm-url.el (url-current-object, url-package-name)
11736         (url-package-version):
11737         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11738         (smime-keys, w3m-cid-retrieve-function-alist)
11739         (w3m-current-buffer, w3m-display-inline-images)
11740         (w3m-minor-mode-map):
11741         * mml-smime.el (gnus-extract-address-components):
11742         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11743         (gnus-newsrc-hashtb, message-default-charset)
11744         (message-deletable-headers, message-options)
11745         (message-posting-charset, message-required-mail-headers)
11746         (message-required-news-headers):
11747         * mml1991.el (mc-pgp-always-sign):
11748         * mml2015.el (mc-pgp-always-sign):
11749         * nnheader.el (nnmail-extra-headers):
11750         * rfc1843.el (gnus-decode-encoded-word-function)
11751         (gnus-decode-header-function, gnus-newsgroup-name):
11752         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11753
11754 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11755
11756         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11757         the end of the date treatments.
11758
11759 2005-08-15  Simon Josefsson  <jas@extundo.com>
11760
11761         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11762         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11763         Capello and Romain Francoise.
11764         (pgg-fetch-key-function): Removed, not used?
11765         (pgg-insert-url-with-w3): Require url, to get
11766         url-insert-file-contents regardless of where it is defined.
11767
11768 2005-08-13  Romain Francoise  <romain@orebokech.com>
11769
11770         * message.el (message-cite-original-1): New function.
11771         (message-cite-original): Use it.
11772         (message-cite-original-without-signature): Ditto.
11773
11774 2005-08-08  Romain Francoise  <romain@orebokech.com>
11775
11776         * message.el (message-yank-empty-prefix): New variable.
11777         (message-indent-citation): Use it.
11778         (message-cite-original-without-signature): Respect X-No-Archive.
11779
11780 2005-08-08  Simon Josefsson  <jas@extundo.com>
11781
11782         * pgg.el: Autoload url-insert-file-contents instead of loading
11783         w3/url.
11784         (pgg-insert-url-with-w3): Don't load url here.
11785
11786 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11787
11788         * message.el (message-kill-to-signature): Don't insert newline at
11789         bol.
11790         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11791
11792 2005-08-06  Romain Francoise  <romain@orebokech.com>
11793
11794         * message.el (message-user-fqdn): Fix typo in docstring.
11795
11796 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11797
11798         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11799
11800         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11801
11802 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * mm-bodies.el (mm-encode-body): Use coding system rather than
11805         charset to encode text.
11806
11807         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11808         number of charsets if utf-8 is available (XEmacs).
11809
11810 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11813         taken from `gnus-button-mid-or-mail-regexp'.
11814         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11815         (gnus-button-alist): Improve regexp for domain part of the MIDs
11816         for news:localpart@domain buttons.
11817         (gnus-button-ctan-directory-regexp): Update.
11818
11819 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * sieve-manage.el (sieve-manage-interactive-login): Use
11822         make-local-variable rather than make-variable-buffer-local.
11823         (sieve-manage-open): Ditto.
11824         (sieve-manage-authenticate): Ditto.
11825
11826         * mml.el (mml-generate-mime-1): Make the content type default to
11827         text/plain if the filename is not specified.
11828
11829 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11832         instead of insert-buffer.
11833
11834         * message.el (message-yank-original): Ditto; set the mark at the
11835         end of the yanked message.
11836
11837 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11840         lines to scroll rather than to stop it.
11841
11842         * mml.el (mml-generate-default-type): Add doc string.
11843         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11844         default to application/octet-stream when determining the content
11845         type if it is not specified for the part or the mml contents; add
11846         a comment about mml-generate-default-type.
11847
11848 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11851         make it default to application/octet-stream when determining the
11852         content type if it is not specified for the external contents.
11853
11854 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11857         segmented parameter but also other parameters might be there.
11858
11859 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * mm-decode.el (mm-display-external): Delete temp file, directory
11862         and buffer immediately if the external process is exited.
11863
11864 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11867         fewer lines than that of scroll-margin.
11868         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11869
11870 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-art.el (gnus-article-next-page): Revert.
11873         (gnus-article-beginning-of-window): New macro.
11874         (gnus-article-next-page-1): Use it.
11875         (gnus-article-prev-page): Ditto.
11876         (gnus-article-edit-part): Use insert-buffer-substring instead of
11877         insert-buffer.
11878         (gnus-article-edit-exit): Ditto.
11879
11880         * gnus-util.el (gnus-beginning-of-window): Remove.
11881         (gnus-end-of-window): Remove.
11882
11883         * lpath.el: Don't bind header-line-format and scroll-margin.
11884
11885 2005-07-25  Simon Josefsson  <jas@extundo.com>
11886
11887         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11888         to have the url package without w3.  Reported by Daiki Ueno
11889         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11890
11891 2005-07-20  Didier Verna  <didier@xemacs.org>
11892
11893         * gnus-diary.el: Remove the description comment (nndiary is now
11894         properly documented in the Gnus manual).
11895         Fix the spelling of "Back End".
11896         * nndiary.el: Ditto.
11897         Fix the copyright notice.
11898
11899 2005-07-18  Romain Francoise  <romain@orebokech.com>
11900
11901         * gnus-sum.el (gnus-summary-to-prefix)
11902         (gnus-summary-newsgroup-prefix): New variables.
11903         (gnus-summary-from-or-to-or-newsgroups): Use them.
11904
11905 2005-07-17  Romain Francoise  <romain@orebokech.com>
11906
11907         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11908         space as it's generally not especially interesting to the user.
11909
11910 2005-07-16  Romain Francoise  <romain@orebokech.com>
11911
11912         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11913         nil to avoid prompting and file modification if one of the
11914         messages at the top of the nnfolder file contains a copyright
11915         notice.
11916         Update copyright notice.
11917
11918         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11919         instead of `current-time-string' as the latter creates a time
11920         string that is not RFC 2822 compliant (it lacks the zone).
11921         Update copyright notice.
11922
11923 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11924
11925         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11926         for text/rtf.  Display default in prompt.  Pass default for M-n.
11927
11928         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11929
11930 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11931
11932         * gnus-msg.el (gnus-button-mailto): Remove
11933         save-selected-window-window hackery because it relies on
11934         save-selected-window internals.
11935
11936 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11939         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11940         (gnus-article-prev-page): Ditto.
11941
11942         * gnus-util.el (gnus-beginning-of-window): New function.
11943         (gnus-end-of-window): New function.
11944
11945         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11946
11947 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11948
11949         * gnus-score.el (gnus-score-edit-all-score): Set
11950         gnus-score-edit-exit-function to gnus-score-edit-done and call
11951         gnus-message.
11952
11953 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * gnus-msg.el (gnus-button-mailto): Remove
11956         save-selected-window-window hackery because it relies on
11957         save-selected-window internals.
11958
11959 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11962         add-minor-mode.
11963         (gnus-binary-mode): Ditto.
11964
11965         * gnus-topic.el (gnus-topic-mode): Ditto.
11966
11967 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11968
11969         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11970         (gnus-article-prev-page): Take scroll-margin into consideration.
11971
11972 2005-07-04  Lute Kamstra  <lute@gnu.org>
11973
11974         Update FSF's address in GPL notices.
11975
11976 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11977
11978         * gnus.el (gnus-exit):
11979         * gnus-group.el (gnus-group-icons):
11980         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11981
11982         * gnus-nocem.el (gnus-nocem):
11983         * message.el (message-various, message-buffers, message-sending)
11984         (message-interface, message-forwarding, message-insertion)
11985         (message-headers, message-news, message-mail):
11986         * pgg-gpg.el (pgg-gpg):
11987         * pgg-parse.el (pgg-parse):
11988         * pgg-pgp.el (pgg-pgp):
11989         * pgg-pgp5.el (pgg-pgp5):
11990         * pop3.el (pop3): Finish `defgroup' description with period.
11991
11992 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-art.el (article-display-face): Improve the efficiency.
11995         (article-display-x-face): Ditto; remove grey x-face stuff.
11996
11997 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * gnus-art.el (article-display-face): Correct the position in
12000         which Faces are inserted.
12001
12002 2005-06-29  Didier Verna  <didier@xemacs.org>
12003
12004         * gnus-art.el (article-display-face): Display faces in correct
12005         order.
12006
12007 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12010         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12011         (gnus-nocem-check-article): Fetch the Type header.
12012         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12013         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12014         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12015         make sure gnus-nocem-hashtb is initialized.
12016         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12017         (gnus-nocem-unwanted-article-p): Ditto.
12018
12019         * pgg.el (pgg-verify): Return the verification result.
12020
12021 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12022
12023         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12024         is ascii.
12025
12026 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12027
12028         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12029         `show-nonbreak-escape'.
12030
12031 2005-06-23  Lute Kamstra  <lute@gnu.org>
12032
12033         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12034
12035         * dig.el (dig-mode):
12036         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12037
12038 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12039
12040         * nnimap.el (nnimap-split-download-body): Fix spellings.
12041
12042 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12043
12044         * gnus-art.el (gnus-article-encrypt-body):
12045         * gnus-cus.el (gnus-score-customize):
12046         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12047         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12048
12049 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12050
12051         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12052         header by looking for magic "MII" at the beginnig.
12053
12054 2005-06-16  Miles Bader  <miles@gnu.org>
12055
12056         * gnus-xmas.el (gnus-xmas-group-startup-message):
12057         Use renamed gnus-splash face.
12058
12059         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12060         (assistant-field-face): New backward-compatibility alias for renamed
12061         face.
12062         (assistant-render-text): Use renamed assistant-field face.
12063
12064         * spam.el (spam): Remove "-face" suffix from face name.
12065         (spam-face): New backward-compatibility alias for renamed face.
12066         (spam-face, spam-initialize): Use renamed spam face.
12067
12068         * message.el (message-header-to, message-header-cc)
12069         (message-header-subject, message-header-newsgroups)
12070         (message-header-other, message-header-name)
12071         (message-header-xheader, message-separator, message-cited-text)
12072         (message-mml): Remove "-face" suffix from face names.
12073         (message-header-to-face, message-header-cc-face)
12074         (message-header-subject-face, message-header-newsgroups-face)
12075         (message-header-other-face, message-header-name-face)
12076         (message-header-xheader-face, message-separator-face)
12077         (message-cited-text-face, message-mml-face):
12078         New backward-compatibility aliases for renamed faces.
12079         (message-font-lock-keywords): Use renamed message faces.
12080
12081         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12082         (sieve-test-commands, sieve-tagged-arguments):
12083         Remove "-face" suffix from face names.
12084         (sieve-control-commands-face, sieve-action-commands-face)
12085         (sieve-test-commands-face, sieve-tagged-arguments-face):
12086         New backward-compatibility aliases for renamed faces.
12087         (sieve-control-commands-face, sieve-action-commands-face)
12088         (sieve-test-commands-face, sieve-tagged-arguments-face):
12089         Use renamed sieve faces.
12090
12091         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12092         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12093         (gnus-group-news-3-empty, gnus-group-news-4)
12094         (gnus-group-news-4-empty, gnus-group-news-5)
12095         (gnus-group-news-5-empty, gnus-group-news-6)
12096         (gnus-group-news-6-empty, gnus-group-news-low)
12097         (gnus-group-news-low-empty, gnus-group-mail-1)
12098         (gnus-group-mail-1-empty, gnus-group-mail-2)
12099         (gnus-group-mail-2-empty, gnus-group-mail-3)
12100         (gnus-group-mail-3-empty, gnus-group-mail-low)
12101         (gnus-group-mail-low-empty, gnus-summary-selected)
12102         (gnus-summary-cancelled, gnus-summary-high-ticked)
12103         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12104         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12105         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12106         (gnus-summary-low-undownloaded)
12107         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12108         (gnus-summary-low-unread, gnus-summary-normal-unread)
12109         (gnus-summary-high-read, gnus-summary-low-read)
12110         (gnus-summary-normal-read, gnus-splash):
12111         Remove "-face" suffix from face names.
12112         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12113         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12114         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12115         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12116         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12117         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12118         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12119         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12120         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12121         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12122         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12123         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12124         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12125         (gnus-summary-normal-ticked-face)
12126         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12127         (gnus-summary-normal-ancient-face)
12128         (gnus-summary-high-undownloaded-face)
12129         (gnus-summary-low-undownloaded-face)
12130         (gnus-summary-normal-undownloaded-face)
12131         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12132         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12133         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12134         (gnus-splash-face):
12135         New backward-compatibility aliases for renamed faces.
12136         (gnus-group-startup-message): Use renamed gnus faces.
12137
12138         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12139         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12140         (gnus-server-agent): Remove "-face" suffix from face names.
12141         (gnus-server-agent-face, gnus-server-opened-face)
12142         (gnus-server-closed-face, gnus-server-denied-face)
12143         (gnus-server-offline-face):
12144         New backward-compatibility aliases for renamed faces.
12145         (gnus-server-agent-face, gnus-server-opened-face)
12146         (gnus-server-closed-face, gnus-server-denied-face)
12147         (gnus-server-offline-face): Use renamed gnus faces.
12148
12149         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12150         Remove "-face" suffix from face names.
12151         (gnus-picon-xbm-face, gnus-picon-face):
12152         New backward-compatibility aliases for renamed faces.
12153
12154         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12155         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12156         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12157         (gnus-cite-11): Remove "-face" suffix from face names.
12158         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12159         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12160         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12161         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12162         New backward-compatibility aliases for renamed faces.
12163         (gnus-cite-attribution-face, gnus-cite-face-list)
12164         (gnus-article-boring-faces): Use renamed gnus faces.
12165
12166         * gnus-art.el (gnus-signature, gnus-header-from)
12167         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12168         (gnus-header-content): Remove "-face" suffix from face names.
12169         (gnus-signature-face, gnus-header-from-face)
12170         (gnus-header-subject-face, gnus-header-newsgroups-face)
12171         (gnus-header-name-face, gnus-header-content-face):
12172         New backward-compatibility aliases for renamed faces.
12173         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12174
12175         * gnus-sum.el (gnus-summary-selected-face)
12176         (gnus-summary-highlight): Use renamed gnus faces.
12177         * gnus-group.el (gnus-group-highlight): Likewise.
12178
12179 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12180
12181         * gnus-sieve.el (gnus-sieve-article-add-rule):
12182         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12183         * spam-stat.el (spam-stat-buffer-change-to-spam)
12184         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12185
12186         * message.el (message-is-yours-p):
12187         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12188
12189 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * mm-view.el (mm-inline-text): Withdraw the last change.
12192
12193 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12196         executing enriched-decode.
12197
12198 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12201         charset of tar files.
12202
12203 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12204
12205         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12206
12207 2005-06-04  Lute Kamstra  <lute@gnu.org>
12208
12209         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12210         information is never recorded.
12211
12212 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12213
12214         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12215
12216 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * pop3.el (pop3-apop): Run md5 in the binary mode.
12219
12220         * starttls.el (starttls-set-process-query-on-exit-flag):
12221         Use eval-and-compile.
12222
12223 2005-05-31  Simon Josefsson  <jas@extundo.com>
12224
12225         * smime.el (smime-replace-in-string): Define.
12226         (smime-cert-by-ldap-1): Use it.
12227
12228 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * gnus-art.el (article-display-x-face): Replace
12231         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12232
12233         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12234         set-process-query-on-exit-flag or process-kill-without-query.
12235
12236         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12237         loop instead of replace-regexp.
12238
12239         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12240         instead of process-kill-without-query if it is available.
12241
12242         * lpath.el: Fbind ldap-search-entries.
12243
12244         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12245         instead of find-file-hooks if it is available.
12246
12247         * mml1991.el: Bind pgg-default-user-id when compiling.
12248
12249         * mml2015.el: Bind pgg-default-user-id when compiling.
12250
12251         * nndraft.el (nndraft-request-associate-buffer):
12252         Use write-contents-functions instead of write-contents-hooks if it is
12253         available.
12254
12255         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12256         instead of find-file-hooks if it is available.
12257
12258         * nntp.el (nntp-open-connection): Replace
12259         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12260         (nntp-open-ssl-stream): Ditto.
12261         (nntp-open-tls-stream): Ditto.
12262
12263         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12264         set-process-query-on-exit-flag or process-kill-without-query.
12265         (starttls-open-stream-gnutls): Use it instead of
12266         process-kill-without-query.
12267         (starttls-open-stream): Ditto.
12268
12269 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12270
12271         * smime.el (smime-cert-by-ldap-1): Don't use
12272         replace-regexp-in-string.
12273
12274 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12275
12276         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12277
12278         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12279         in PEM format.  Adjust to the XEmacs compability.
12280
12281 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12284         by `string-to-number'.
12285         * gnus-agent.el (gnus-agent-regenerate-group)
12286         (gnus-agent-fetch-articles): Ditto.
12287         * gnus-art.el (gnus-button-fetch-group): Ditto.
12288         * gnus-cache.el (gnus-cache-generate-active)
12289         (gnus-cache-articles-in-group): Ditto.
12290         * gnus-group.el (gnus-group-set-current-level)
12291         (gnus-group-insert-group-line): Ditto.
12292         * gnus-score.el (gnus-score-set-expunge-below)
12293         (gnus-score-set-mark-below, gnus-summary-score-effect)
12294         (gnus-summary-score-entry): Ditto.
12295         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12296         (gnus-soup-pack): Ditto.
12297         * gnus-spec.el (gnus-xmas-format): Ditto.
12298         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12299         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12300         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12301         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12302         * nndb.el (nndb-get-remote-expire-response): Ditto.
12303         * nndiary.el (nndiary-parse-schedule-value)
12304         (nndiary-string-to-number, nndiary-request-replace-article)
12305         (nndiary-request-article): Ditto.
12306         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12307         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12308         * nneething.el (nneething-make-head): Ditto.
12309         * nnfolder.el (nnfolder-request-article)
12310         (nnfolder-retrieve-headers): Ditto.
12311         * nnheader.el (nnheader-file-to-number): Ditto.
12312         * nnkiboze.el (nnkiboze-request-article): Ditto.
12313         * nnmail.el (nnmail-process-unix-mail-format)
12314         (nnmail-process-babyl-mail-format): Ditto.
12315         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12316         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12317         (nnmh-request-create-group, nnmh-request-list-1)
12318         (nnmh-request-group, nnmh-request-article): Ditto.
12319         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12320         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12321         * nnsoup.el (nnsoup-make-active): Ditto.
12322         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12323         * nntp.el (nntp-find-group-and-number)
12324         (nntp-retrieve-headers-with-xover): Ditto.
12325         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12326         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12327         (pgg-format-key-identifier): Ditto.
12328         * pop3.el (pop3-last, pop3-stat): Ditto.
12329         * qp.el (quoted-printable-decode-region): Ditto.
12330
12331         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12332         of concat.
12333
12334 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12337
12338         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12339
12340         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12341
12342         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12343
12344         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12345
12346         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12347
12348         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12349         (gnus-carpal-mode): Ditto.
12350
12351         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12352         (gnus-browse-mode): Ditto.
12353
12354         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12355
12356         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12357
12358 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12359
12360         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12361
12362 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-util.el (gnus-run-mode-hooks): New function.
12365
12366         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12367
12368         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12369         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12370
12371 2005-05-27  Lute Kamstra  <lute@gnu.org>
12372
12373         * dns-mode.el (dns-mode): Specify customization group.
12374
12375 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12376
12377         * gnus-agent.el (gnus-agent-make-mode-line-string):
12378         Use mode-line-highlight as mouse-face.
12379
12380 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * canlock.el (canlock): Change the parent group to news.
12383
12384         * deuglify.el (gnus-outlook-deuglify): Add :group.
12385
12386         * dig.el (dig): Add :group.
12387
12388         * dns-mode.el (dns-mode): Add :group.
12389
12390         * encrypt.el (encrypt): Add :group.
12391
12392         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12393         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12394         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12395         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12396         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12397
12398         * gnus-diary.el (gnus-diary): Add :group.
12399
12400         * gnus.el (gnus-group-news-1-face): Add :group.
12401         (gnus-group-news-1-empty-face): Ditto.
12402         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12403         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12404         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12405         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12406         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12407         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12408         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12409         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12410         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12411         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12412         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12413         (gnus-summary-high-ticked-face): Ditto.
12414         (gnus-summary-low-ticked-face): Ditto.
12415         (gnus-summary-normal-ticked-face): Ditto.
12416         (gnus-summary-high-ancient-face): Ditto.
12417         (gnus-summary-low-ancient-face): Ditto.
12418         (gnus-summary-normal-ancient-face): Ditto.
12419         (gnus-summary-high-undownloaded-face): Ditto.
12420         (gnus-summary-low-undownloaded-face): Ditto.
12421         (gnus-summary-normal-undownloaded-face): Ditto.
12422         (gnus-summary-high-unread-face): Ditto.
12423         (gnus-summary-low-unread-face): Ditto.
12424         (gnus-summary-normal-unread-face): Ditto.
12425         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12426         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12427
12428         * hashcash.el (hashcash): New custom group.
12429         (hashcash-default-payment): Add :group.
12430         (hashcash-payment-alist): Ditto.
12431         (hashcash-default-accept-payment): Ditto.
12432         (hashcash-accept-resources): Ditto.
12433         (hashcash-path): Ditto.
12434         (hashcash-extra-generate-parameters): Ditto.
12435         (hashcash-double-spend-database): Ditto.
12436         (hashcash-in-news): Ditto.
12437
12438         * message.el (message-minibuffer-local-map): Add :group.
12439
12440         * netrc.el (netrc): Add :group.
12441
12442         * sieve-manage.el (sieve-manage-log): Add :group.
12443         (sieve-manage-default-user): Diito.
12444         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12445         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12446         (sieve-manage-authenticators): Ditto.
12447         (sieve-manage-authenticator-alist): Ditto.
12448         (sieve-manage-default-port): Ditto.
12449
12450         * sieve-mode.el (sieve-control-commands-face): Add :group.
12451         (sieve-action-commands-face): Ditto.
12452         (sieve-test-commands-face): Ditto.
12453         (sieve-tagged-arguments-face): Ditto.
12454
12455         * smime.el (smime): Add :group.
12456
12457         * spam-report.el (spam-report): Add :group.
12458
12459         * spam.el (spam, spam-face): Add :group.
12460
12461 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12464         return \n.\n.\n at the end of articles.  Protect against that.
12465         (nntp-with-open-group): Allow debugging.
12466
12467         * nnheader.el (mail-header-set-extra): Make into a function
12468         because I just could't understand how to quote the list properly.
12469
12470         * dns.el (query-dns-cached): New function.
12471
12472 2005-05-26  Lute Kamstra  <lute@gnu.org>
12473
12474         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12475
12476 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12479
12480         * gnus-art.el: Don't autoload mail-extract-address-components.
12481
12482         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12483         eval-and-compile to evaluate it.
12484
12485         * hashcash.el: Don't autoload executable-find.
12486
12487         * nndb.el: Don't declare the nndb back end two or more times; don't
12488         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12489
12490         * nntp.el: Autoload format-spec instead of format; use
12491         eval-and-compile to evaluate autoload forms.
12492
12493 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12494
12495         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12496
12497 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12498
12499         * gnus.el (gnus-version-number): Bump version.
12500
12501 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12502
12503         * gnus.el: No Gnus v0.3 is released.
12504
12505 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12506
12507         * lpath.el (featurep): Bind show-nonbreak-escape.
12508
12509 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * gnus-art.el (gnus-article-edit-part): Disable undo.
12512
12513 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12516         gnus-article-date-lapsed-new-header is t if date timer is active;
12517         skip headers in which the original date value is empty.
12518         (gnus-article-save-original-date): Redefine it as a macro.
12519         (gnus-display-mime): Use it.
12520
12521 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-art.el (article-date-ut): Support converting date in
12524         forwarded parts as well.
12525         (gnus-article-save-original-date): New function.
12526         (gnus-display-mime): Use it.
12527
12528 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12529
12530         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12531         enclosure element of <item>.
12532
12533 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * message.el (message-kill-buffer-query): Renamed from
12536         `message-kill-buffer-query-if-modified'.  Added :version.
12537
12538 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12541         window layout.
12542
12543 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * mml.el: Autoload dnd when compiling.
12546
12547 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12550         x-dnd-*.
12551
12552 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * qp.el (quoted-printable-encode-region): Save excursion.
12555
12556 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12557
12558         * message.el (message-kill-buffer-query-if-modified): Add new variable
12559         so the user can kill a modified message buffer quickly.
12560         (message-kill-buffer): Use it.
12561
12562 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * lpath.el: Fbind display-time-event-handler; don't fbind
12565         string-to-multibyte.
12566
12567         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12568
12569 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12572         contained in text because xml.el decodes entities) with LFs.
12573
12574 2005-04-11  Lute Kamstra  <lute@gnu.org>
12575
12576         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12577         differently.
12578
12579 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12580
12581         * mm-util.el (mm-detect-coding-region): Typo.
12582
12583 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12586
12587 2005-04-06  Deepak Goel  <deego@gnufans.org>
12588
12589         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12590         user-function allow user modifications of the scores.
12591         (spam-stat-score-buffer-user): New function, to allow
12592         user-computed modifications to the score.
12593         (spam-stat-score-buffer-user-functions): List of additional
12594         scoring functions.
12595         (spam-stat-error-holder): Global temporary error holder.
12596         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12597         variable.
12598
12599 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12600
12601         * gnus-registry.el (gnus-registry-clean-empty-function)
12602         (gnus-registry-trim, gnus-registry-fetch-groups)
12603         (gnus-registry-delete-group): Groups that match
12604         `gnus-registry-ignored-groups' are removed from the registry
12605         entries, not just ignored for splitting.  This helps clean up the
12606         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12607         to get all the groups a message ID is in.
12608
12609         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12610         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12611         (spam-stat-score-buffer-user-functions): Add :number custom type.
12612
12613 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12616         argument in XEmacs.
12617
12618         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12619         (nnrss-request-group): Decode group name first.
12620         (nnrss-request-article): Make a text/plain article if mml-to-mime
12621         failed.
12622         (nnrss-get-encoding): Return a compatible encoding according to
12623         nnrss-compatible-encoding-alist.
12624         (nnrss-find-el): Use consp instead of listp.
12625         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12626
12627 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12630         which Emacs 20 doesn't support.
12631         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12632
12633 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12636         silence the byte compiler inside the defun.
12637
12638         * gnus-demon.el (parse-time-string): Add autoload.
12639
12640         * gnus-delay.el (parse-time-string): Add autoload.
12641
12642         * gnus-art.el (parse-time-string): Add autoload.
12643
12644         * nnultimate.el (parse-time): Require for `parse-time-string'.
12645
12646 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12649
12650         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12651
12652         * smime.el (smime-ldap-host-list): Add :version.
12653
12654 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12657         pass it to `gnus-browse-read-group'.
12658         (gnus-browse-read-group): Add NUMBER argument and pass it to
12659         `gnus-group-read-ephemeral-group'.
12660
12661         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12662         argument and pass it to `gnus-group-read-group'.
12663
12664 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12665
12666         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12667         mm-xemacs-find-mime-charset-1 if we have the mule feature
12668         available at runtime.
12669
12670 2005-03-25  Werner Lemberg  <wl@gnu.org>
12671
12672         * nnmaildir.el: Replace `illegal' with `invalid'.
12673
12674 2005-03-23  Lute Kamstra  <lute@gnu.org>
12675
12676         * time-date.el: Add comment on time value formats.
12677         Don't require parse-time.
12678         (with-decoded-time-value): New macro.
12679         (encode-time-value): New function.
12680         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12681         (days-to-time): Return a valid time value when arg is huge.
12682         (time-since): Use time-subtract.
12683         (time-to-number-of-days): Use time-to-seconds.
12684
12685 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12686
12687         * gnus-start.el (gnus-display-time-event-handler):
12688         Check display-time-timer at runtime rather than only at load time
12689         in case display-time-mode is turned off in the mean time.
12690
12691 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12694         used.
12695
12696         * nneething.el (nneething-map-file-directory): Derive from
12697         `gnus-directory'.
12698
12699         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12700         the To/Cc button.
12701
12702 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12703
12704         * nnmaildir.el (nnmaildir-request-accept-article):
12705         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12706
12707 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12708
12709         * gnus-async.el: Require timer-funcs at compile time when in
12710         XEmacs for `run-with-idle-timer'.
12711
12712 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12713
12714         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12715         autoloaded function.
12716
12717 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12718
12719         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12720
12721 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12722
12723         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12724
12725 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12726
12727         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12728         gnus-expert-user to default.
12729
12730 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12731
12732         * nnimap.el (nnimap-open-server): Ditto.
12733
12734         * imap.el (imap-authenticate): Fix typo.
12735
12736 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12737
12738         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12739         buffer (since IMAP server might return FETCH response out of
12740         order, and the nntp buffer must be sorted).
12741
12742 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12743
12744         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12745         comparison on string.
12746
12747         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12748         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12749         (gnus-agent-summary-fetch-series): Modified to protect against
12750         gnus-agent-summary-fetch-group clearing processable flags.
12751         (gnus-agent-synchronize-group-flags): Update live group buffer as
12752         synchronization may occur due to the user toggle the plugged
12753         status.
12754         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12755         successfully downloaded.
12756         (gnus-agent-expire-group-1): Avoid using markers when the overview
12757         is in ascending order; greatly improves performance.
12758         (gnus-agent-regenerate-group): Use
12759         gnus-agent-synchronize-group-flags to reset read status in both
12760         gnus and server.
12761         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12762
12763 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * message.el: Don't autoload former message-utils variables.
12766         (message-strip-subject-trailing-was): Change doc string.
12767
12768         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12769         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12770         (nnweb-google-search): Add "hl=en" here.
12771         (nnweb-google-parse-1, nnweb-google-create-mapping):
12772         Don't hardcode URL.
12773
12774 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * message.el (message-get-reply-headers, message-followup):
12777         Mention related variables `message-use-followup-to' and
12778         `message-use-mail-followup-to', in the information buffer.
12779
12780         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12781         of broken groups(-beta).google.com.
12782
12783 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12784
12785         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12786         parameter to invoked gnus-request-move-article; remove the
12787         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12788         all at once instead of once per article.
12789         (gnus-summary-remove-process-mark): Accept a list of articles as
12790         well as a single article for processing.
12791
12792         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12793         parameter.
12794
12795         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12796
12797         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12798
12799         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12800         parameter.
12801
12802         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12803         parameter.
12804
12805         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12806         parameter and remove the gnus-sum-hint-move-is-internal variable.
12807
12808         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12809         parameter.
12810
12811         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12812         parameter.
12813
12814         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12815         parameter.
12816
12817         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12818
12819         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12820         parameter.
12821
12822         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12823         parameter.
12824
12825 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12826
12827         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12828         a more conservative way.
12829
12830 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12831
12832         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12833         buffer, so it moves the window's cursor.
12834
12835 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12836
12837         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12838         `mm-dissect-multipart' and receive the from field as an (optional)
12839         argument from `mm-dissect-multipart'.
12840         (mm-dissect-multipart): Receive the from field as an argument and
12841         pass it on when we call `mm-dissect-buffer' on MIME parts.
12842         Fixes verification/decryption of signed/encrypted MIME parts.
12843
12844 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12845
12846         * gnus-sum.el (gnus-summary-move-article): Set
12847         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12848         whatever it calls (right now, only nnimap-request-move article
12849         respects it).
12850
12851         * nnimap.el (nnimap-request-move-article): When
12852         gnus-sum-hint-move-is-internal is set, don't do the extra
12853         nnimap-request-article.
12854
12855 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12858
12859         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12860         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12861
12862         * gnus-sum.el (gnus-summary-caesar-message):
12863         Apply `gnus-treat-article' after rotation.
12864
12865         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12866         doc string.
12867
12868 2005-02-22  Simon Josefsson  <jas@extundo.com>
12869
12870         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12871         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12872         <arne@arnested.dk>.
12873         (encrypt): Add password-cache and password-cache-expiry as group
12874         members.
12875
12876 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12877
12878         * smime.el (smime-ldap-host-list): Doc fix.
12879         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12880         cache) password.
12881         (smime-sign-region): Use it.
12882         (smime-decrypt-region): Use it.
12883         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12884         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12885         fails.
12886         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12887         certificate from DER to PEM format rather than calling openssl.
12888
12889         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12890
12891         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12892         for signing/encryption.
12893
12894         * mml.el (mml-parse-1): Use them.
12895
12896 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12897
12898         * nnrss.el (nnrss-verbose): Removed.
12899         (nnrss-request-group): Use `nnheader-message' instead.
12900
12901 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12902
12903         * nnrss.el (nnrss-verbose): New variable.
12904         (nnrss-request-group): Make it say nnrss is requesting a group.
12905
12906 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12909         Handle news URL with given port correctly.
12910
12911 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12914         containing special characters.
12915
12916         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12917
12918         * mml.el (mime-to-mml): Ditto.
12919
12920         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12921         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12922         (rfc2047-decode-region): Quote decoded words containing special
12923         characters when rfc2047-quote-decoded-words-containing-tspecials
12924         is non-nil.
12925
12926 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12927
12928         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12929
12930         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12931
12932 2005-02-15  Simon Josefsson  <jas@extundo.com>
12933
12934         * nnimap.el (nnimap-debug): Doc fix.
12935
12936         * imap.el (imap-debug): Doc fix.
12937
12938 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12941
12942 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12943
12944         * gnus.el (spam-contents): Improve docs for spam-contents
12945         parameter in its variable incarnation.
12946
12947 2005-02-14  Simon Josefsson  <jas@extundo.com>
12948
12949         * smime-ldap.el: Use require instead of load-library for ldap.
12950         (smime-ldap-search): Indent.
12951         (smime-ldap-search-internal): Shorten line.
12952
12953         * smime.el (smime-cert-by-dns): Add doc-string.
12954         (smime-cert-by-ldap-1): Indent.
12955
12956         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12957         mml-smime-get-dns-ldap.
12958         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12959
12960 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12961
12962         * smime.el: Require smime-ldap.
12963         (smime-ldap-host-list): New variable.
12964         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12965
12966         * mml-smime.el (mml-smime-encrypt-query): New function.
12967         (mml-smime-encrypt-query): Use it.
12968
12969         * smime-ldap.el: New file.
12970
12971 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12974
12975 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12978         argument in doc string.  Make query for type more clear.
12979
12980 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus.el (gnus-group-startup-message): Search for gnus images in
12983         etc/images/gnus.
12984         * mm-util.el (mm-image-load-path): Likewise.
12985         * smiley.el (smiley-data-directory): Search for smilies in
12986         etc/images/smilies.
12987
12988 2005-02-09  Kim F. Storm  <storm@cua.dk>
12989
12990         Change Emacs release version from 21.4 to 22.1 throughout.
12991         Change Emacs development version from 21.3.50 to 22.0.50.
12992
12993 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12996
12997         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12998         non-Mule XEmacs as well.
12999         (mm-decompress-buffer): Signal an error intentionally if it does
13000         not decompress compressed data because auto-compression-mode is
13001         disabled.
13002
13003 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13004
13005         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13006         an ID in the registry even if it has no groups.
13007
13008 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13011         merge it into mm-decompress-buffer.
13012         (gnus-mime-copy-part): Use the MIME part charset, the value which
13013         a user specified or gnus-newsgroup-charset for decoding, like
13014         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13015         save-buffer what was used.  Suggested by Kevin Ryde
13016         <user42@zip.com.au>.
13017         (gnus-mime-inline-part): Allow the name parameter as well as the
13018         filename parameter; force decompressing of compressed data; always
13019         display contents being not decoded as unibyte.
13020
13021         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13022         as well as the filename parameter.
13023
13024         * mm-util.el (mm-decompress-buffer): Merge
13025         gnus-mime-jka-compr-maybe-uncompress.
13026         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13027         of compressed data.
13028
13029 2005-02-08  Simon Josefsson  <jas@extundo.com>
13030
13031         * imap.el (imap-log): Doc fix.
13032
13033 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13036         the coding cookies; decompress compressed parts.
13037
13038         * mml.el (mml-generate-mime-1): Add the charset parameter according
13039         to the value which a user specified manually or the coding cookie.
13040
13041         * mm-util.el (mm-string-to-multibyte): New function.
13042         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13043         (mm-coding-system-to-mime-charset): New function.
13044         (mm-decompress-buffer): New function.
13045         (mm-find-buffer-file-coding-system): New function.
13046
13047         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13048         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13049         parts.
13050
13051 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13052
13053         * mm-view.el (mm-display-inline-fontify): Decode a part according
13054         to the charset parameter.
13055
13056 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13059         prefix arg is neither nil nor a number, as info specifies.
13060
13061 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13064         timestamps.
13065
13066 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13067
13068         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13069         groups error checking and notify user.
13070
13071 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13072
13073         * message.el (message-send-mail-function): Check existence of
13074         sendmail-program first before using default value
13075         `message-send-mail-with-sendmail'.  Otherwise use more generic
13076         `smtpmail-send-it'.
13077
13078 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * nntp.el (nntp-request-update-info): Always return nil.
13081
13082 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13083
13084         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13085
13086 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13087
13088         * message.el (message-beginning-of-line): Change the behavior when
13089         invoked between BOL and : so that it first moves backward.
13090
13091 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13094         article buffer when editing of the article is discarded.
13095         (gnus-article-prepare): Revert.
13096
13097 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-art.el (gnus-article-prepare):
13100         Remove message-strip-forbidden-properties from the local hook.
13101
13102 2005-01-27  Simon Josefsson  <jas@extundo.com>
13103
13104         * password.el (password-cache-add): Only start one timer per key.
13105         Reported by Derek Atkins <warlord@MIT.EDU>.
13106
13107 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13108
13109         * run-at-time.el: Removed.  It is no longer needed as
13110         timer-funcs.el in the xemacs-base package has a working version of
13111         `run-at-time'.
13112
13113         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13114
13115         * password.el: Require timer-funcs instead of run-at-time in
13116         XEmacs.
13117         Remove `password-run-at-time' macro.
13118         (password-cache-add): Use `run-at-time' instead of
13119         `password-run-at-time'.
13120
13121         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13122         Remove `nnheader-cancel-function-timers' alias,
13123         `cancel-function-timers' exists in XEmacs in timer-funcs.
13124
13125         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13126         for `run-with-idle-timer'.
13127
13128         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13129         for `run-at-time'.
13130
13131         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13132         for `with-timeout'.
13133
13134         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13135         the same as for XEmacs 21.4.
13136         No need to ignore `run-with-idle-timer', this function exists in
13137         XEmacs now in timer-funcs.el in the xemacs-base package.
13138         (dgnushack-compile): No need to delete
13139         run-at-time.el from the list of files to compile because it
13140         doesn't exist anymore.
13141
13142 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13145         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13146
13147 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13148
13149         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13150         sensitively.
13151
13152 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13153
13154         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13155
13156 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13159         which will be inserted according to the multibyteness of a buffer
13160         rather than the type of contents.  Suggested by ARISAWA Akihiro
13161         <ari@mbf.ocn.ne.jp>.
13162
13163         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13164         of string which old xml.el may return rather than a string.
13165
13166 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13169
13170 2005-01-16  Simon Josefsson  <jas@extundo.com>
13171
13172         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13173         idn/idna.el isn't available.
13174         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13175         <michael@waxrat.com>.
13176
13177         * hashcash.el: Remove non-FSF copyright header.
13178
13179         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13180         (hashcash-generate-payment): Use it.
13181         (hashcash-generate-payment-async): Use it.
13182
13183 2005-01-15  Simon Josefsson  <jas@extundo.com>
13184
13185         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13186         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13187
13188         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13189         gnus-summary-idna-message.
13190         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13191         (gnus-summary-idna-message): New function.
13192
13193 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13196         gnus-novice-user.
13197
13198 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * nnrss.el (nnrss-request-delete-group): Delete entries in
13201         nnrss-group-alist as well.
13202         (nnrss-save-server-data): Insert newline.
13203
13204 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13205
13206         * gnus.el (gnus-user-agent): Use list of symbols instead of
13207         symbols.  Display full version number for (S)XEmacs.  Optionally
13208         display (S)XEmacs codename.
13209
13210         * gnus-util.el (gnus-emacs-version): Update for new
13211         `gnus-user-agent'.
13212
13213         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13214         Gnus version.
13215
13216 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13219         which is unreadable in some setups.
13220
13221 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * gnus-spec.el (gnus-update-format-specifications): Flush the
13224         group format spec cache if it doesn't support decoded group names.
13225
13226 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13229         Allow to apply decay on score files matching a regexp.
13230
13231 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13234         compatibility in %g and %c.
13235
13236 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13239         name for only %g and %c.
13240         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13241         of gnus-tmp-group to decoded group name.
13242         (gnus-group-make-rss-group): Exclude `/'s from group names.
13243
13244 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * nnrss.el (nnrss-get-encoding): Fix regexp.
13247
13248 2004-12-27  Simon Josefsson  <jas@extundo.com>
13249
13250         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13251         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13252         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13253
13254 2004-12-17  Kim F. Storm  <storm@cua.dk>
13255
13256         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13257
13258         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13259
13260 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13261
13262         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13263
13264 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * nnrss.el: Require rfc2047 and mml.
13267         (nnrss-file-coding-system): New variable.
13268         (nnrss-format-string): Redefine it as an inline function.
13269         (nnrss-decode-group-name): New function.
13270         (nnrss-string-as-multibyte): Remove.
13271         (nnrss-retrieve-headers): Decode group name; don't use
13272         nnrss-format-string.
13273         (nnrss-request-group): Decode group name.
13274         (nnrss-request-article): Decode group name; allow a Message-ID as
13275         well as an article number; don't use nnrss-format-string; encode a
13276         Message-ID string which may contain non-ASCII characters; use
13277         mml-to-mime to compose a MIME article.
13278         (nnrss-request-expire-articles): Decode group name.
13279         (nnrss-request-delete-group): Decode group name.
13280         (nnrss-fetch): Clarify error message.
13281         (nnrss-read-server-data): Use insert-file-contents instead of load;
13282         bind file-name-coding-system; use multibyte buffer.
13283         (nnrss-save-server-data): Bind coding-system-for-write to the
13284         value of nnrss-file-coding-system; bind file-name-coding-system;
13285         add coding cookie.
13286         (nnrss-read-group-data): Use insert-file-contents instead of load;
13287         bind file-name-coding-system; use multibyte buffer.
13288         (nnrss-save-group-data): Bind coding-system-for-write to the
13289         value of nnrss-file-coding-system; bind file-name-coding-system.
13290         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13291         make it work with non-ASCII text.
13292         (nnrss-find-el): Make it work with old xml.el as well.
13293
13294 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13295
13296         * nnrss.el (nnrss-get-encoding): New function.
13297         (nnrss-fetch): Use unibyte buffer initially; bind
13298         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13299         decode contents according to the encoding attribute.
13300         (nnrss-save-group-data): Add coding cookie.
13301         (nnrss-mime-encode-string): New function.
13302         (nnrss-check-group): Use it to encode subject and author.
13303
13304 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13305
13306         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13307         imaginary variable.
13308
13309 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13312         correctly even if there are wide characters.
13313
13314 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13315
13316         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13317         downcased symbol names; make a new cache instead of reusing
13318         bbdb-hashtable.
13319
13320 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13323         concatenating segments rather than before concatenating them.
13324         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13325
13326         * message.el (message-get-reply-headers): Bind `extra'.
13327
13328 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13329
13330         * message.el (message-extra-wide-headers): New variable.
13331         (message-get-reply-headers): Use it.
13332
13333 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13336         (gnus-agent-group-pathname): Ditto.
13337
13338         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13339
13340         * gnus-group.el (gnus-group-make-group): Decode group name.
13341         (gnus-group-make-rss-group): Register the group data after opening
13342         the nnrss group.
13343
13344 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13345
13346         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13347         by expiry now get marked as read.
13348
13349 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13352
13353 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13354
13355         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13356         unify Latin characters in XEmacs.
13357         (mm-find-mime-charset-region): Use it.
13358
13359 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-util.el (gnus-delete-directory): New function.
13362
13363         * gnus-agent.el (gnus-agent-delete-group): Use it.
13364
13365         * gnus-cache.el (gnus-cache-delete-group): Use it.
13366
13367 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13370         names.
13371
13372 2004-12-16  Simon Josefsson  <jas@extundo.com>
13373
13374         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13375
13376 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13379
13380         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13381         (gnus-group-set-current-level): Decode group name.
13382
13383 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13384
13385         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13386         failed.
13387
13388 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-group.el (gnus-group-delete-group): Decode group name.
13391         (gnus-group-make-rss-group): Encode group name.
13392         (gnus-group-catchup-current): Decode group name.
13393         (gnus-group-kill-group): Decode group name.
13394
13395 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13396
13397         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13398
13399 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-group.el (gnus-group-make-rss-group):
13402         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13403
13404         * gnus-start.el (gnus-setup-news): Honor user's setting to
13405         gnus-message-archive-method.  Suggested by Lute Kamstra
13406         <lute@gnu.org>.
13407
13408 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13409
13410         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13411         global counterparts of the buffer-local variables.
13412
13413 2004-11-16  Romain Francoise  <romain@orebokech.com>
13414
13415         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13416         counterparts of the buffer-local variables.
13417
13418 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * message.el (message-forbidden-properties): Fixed typo in doc
13421         string.
13422
13423 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * gnus-util.el (gnus-replace-in-string): Added doc string.
13426
13427         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13428         to avoid problems when splitting mails with many recipients.
13429
13430 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13431
13432         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13433         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13434
13435 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13436
13437         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13438         if there is no hashtable in memory or file modification time is
13439         newer than cached timestamp.
13440
13441 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13444         not-matching option.
13445
13446 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13449         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13450         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13451         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13452         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13453         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13454
13455 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * message.el (message-forward-make-body-mml): Remove headers
13458         according to message-forward-ignored-headers if a message is decoded.
13459
13460 2004-12-02  Romain Francoise  <romain@orebokech.com>
13461
13462         * message.el (message-forward-make-body-plain): Always remove
13463         headers according to message-forward-ignored-headers.
13464
13465 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13466
13467         * spam.el (spam-summary-prepare-exit): Remove the
13468         gnus-summary-limit pop for now, it has problems with ham marks for
13469         me.
13470
13471 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13472
13473         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13474         correctly.
13475
13476 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13477
13478         * format-spec.el (format-spec): Message the char.
13479
13480 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13481
13482         * gnus-art.el (gnus-split-methods): Reformat comments.
13483
13484         * spam.el (spam-summary-prepare-exit): Remove article limits
13485         before exiting the summary buffer.
13486
13487 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13490         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13491
13492         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13493         order to silence the byte compiler.
13494
13495         * spam.el: Fix the way to silence the byte compiler, which
13496         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13497         bbdb-search-simple, spam-BBDB-register-routine,
13498         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13499         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13500         spam-stat-buffer-is-spam, spam-stat-load,
13501         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13502         spam-stat-save and spam-stat-split-fancy.
13503
13504 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13507         which may confuse users.
13508         (canlock-password-for-verify): Ditto.
13509
13510         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13511
13512         * gnus-art.el (gnus-emphasis-alist): Ditto.
13513
13514         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13515
13516         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13517
13518         * gnus-start.el (gnus-save-killed-list): Ditto.
13519
13520         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13521         (gnus-sum-thread-tree-root): Ditto.
13522         (gnus-sum-thread-tree-false-root): Ditto.
13523         (gnus-sum-thread-tree-single-indent): Ditto.
13524
13525         * message.el (message-courtesy-message): Ditto.
13526         (message-archive-note): Ditto.
13527         (message-subscribed-address-file): Ditto.
13528         (message-user-fqdn): Ditto.
13529
13530         * spam-report.el (spam-report-gmane-regex): Ditto.
13531
13532         * spam.el (spam-blackhole-good-server-regex): Ditto.
13533
13534 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * mml.el (mml-preview): Widen the message buffer before copying
13537         the contents to the preview buffer; sort headers before previewing.
13538
13539         * message.el (message-hidden-headers): Fix the way to avoid a bug
13540         in the `repeat' widget in Emacs 21.3 or earlier.
13541
13542 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * message.el (message-hidden-headers): Default to "^References:".
13545         Improve customization type.  Suggested by Reiner Steib
13546         <Reiner.Steib@gmx.de>.
13547
13548 2004-11-25  Romain Francoise  <romain@orebokech.com>
13549
13550         * message.el (message-strip-forbidden-properties): Remove check for
13551         obsolete `message-hidden' text property, hidden headers are not
13552         accessible in the buffer anymore.
13553
13554 2004-11-22  Romain Francoise  <romain@orebokech.com>
13555
13556         * message.el (message-header-format-alist): Add `From' in list
13557         so that it can be sorted.
13558         (message-fix-before-sending): Widen and sort headers before
13559         sending.
13560         (message-hide-headers): Use narrowing to hide headers by moving
13561         them to the top of the buffer and narrowing to the region
13562         underneath.
13563
13564 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13565
13566         * message.el (message-strip-forbidden-properties): Bind
13567         buffer-read-only (etc) to nil.
13568
13569 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13572         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13573
13574 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13575
13576         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13577
13578 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13579
13580         * dns.el (query-dns): Use sit-for to time instead of
13581         accept-process-output, since that doesn't seem to work on udp
13582         sockets.
13583
13584 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13587
13588 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13589
13590         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13591         doc string.  Improve doc string.
13592
13593 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * nntp.el (nntp-request-update-info): Return nil if
13596         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13597         may not call gnus-activate-group which uselessly issues the GROUP
13598         commands for all nntp groups and wastes time.  Reported by Romain
13599         Francoise <romain@orebokech.com>.
13600
13601         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13602
13603 2004-11-15  Simon Josefsson  <jas@extundo.com>
13604
13605         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13606         headers separately.
13607         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13608         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13609
13610 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * gnus-start.el (gnus-convert-old-newsrc):
13613         Assign legacy-gnus-agent to 5.10.7.
13614
13615 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13616
13617         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13618         start of the lines.
13619
13620 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13621
13622         * hashcash.el (hashcash-default-payment): Change default to 20.
13623         (hashcash-default-accept-payment): Change default to 20.
13624         (hashcash-process-alist): New variable.
13625         (hashcash-generate-payment-async): Add.
13626         (hashcash-already-paid-p): Add.
13627         (hashcash-insert-payment): Don't generate payments twice.
13628         (hashcash-insert-payment-async): Add.
13629         (hashcash-insert-payment-async-2): Add.
13630         (hashcash-cancel-async): Add.
13631         (hashcash-wait-async): Add.
13632         (hashcash-processes-running-p): Add.
13633         (hashcash-wait-or-cancel): Add.
13634         (mail-add-payment): New optional argument.  Conditionally start
13635         asynchronous calculation.
13636         (mail-add-payment-async): Add.
13637
13638         * message.el (message-send-mail): Wait for asynchronous hashcash
13639         results.  Don't clobber existing X-Hashcash headers.
13640         (message-setup-1): Call mail-add-payment-async when
13641         message-generate-hashcash is non-nil.
13642
13643 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13644
13645         * message.el (message-use-alternative-email-as-from): Examine the
13646         From header as well; use message-make-from in order to include a
13647         user's full name.
13648
13649 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13652         default; improve customization type.
13653         (gnus-emphasis-custom-with-format): New macro.
13654         (gnus-emphasis-custom-value-to-external): New function.
13655         (gnus-emphasis-custom-value-to-internal): New function.
13656
13657 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13658
13659         * dns.el (query-dns): Resolve reverse addresses.
13660
13661 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13662
13663         * gnus-group.el (gnus-group-get-new-news): Use it.
13664
13665         * gnus-start.el (gnus-check-reasonable-setup): New function.
13666
13667 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13670         "Args out of range" error.  Reported by Arnaud Giersch
13671         <arnaud.giersch@free.fr>.
13672
13673 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13674
13675         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13676
13677 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13678
13679         * spam.el (spam group): Add :version.
13680
13681         * pgg-def.el (pgg group): Add :version.
13682
13683 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-art.el (gnus-article-edit-article): Don't associate the
13686         article buffer with a draft file.  This is a temporary measure
13687         against the 2004-08-22 change to gnus-article-edit-mode.
13688
13689 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13692         (html2text-format-tags): Remove unused variable `attr'.
13693
13694 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13697
13698         * tls.el (tls-process-connection-type, tls-success)
13699         (tls-certtool-program): Add :version.
13700
13701         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13702         (starttls-extra-arguments, starttls-process-connection-type)
13703         (starttls-connect, starttls-failure, starttls-success): Add :version.
13704
13705         * spam-stat.el (spam-stat): Add :version.
13706
13707         * sieve.el (sieve): Add :version.
13708
13709         * sha1.el (sha1): Add :version.
13710         (sha1-use-external): Remove redundant version.
13711
13712         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13713         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13714         (nnmail-split-fancy-match-partial-words)
13715         (nnmail-split-lowercase-expanded): Add :version.
13716
13717         * nndiary.el (nndiary): Add :version.
13718
13719         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13720
13721         * mml-sec.el (mml-default-sign-method)
13722         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13723         Add :version.
13724
13725         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13726
13727         * mm-url.el (mm-url-use-external, mm-url-program)
13728         (mm-url-arguments): Add :version.
13729
13730         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13731         (mm-attachment-file-modes, mm-decrypt-option)
13732         (mm-w3m-safe-url-regexp): Add :version.
13733
13734         * message.el (message-cite-prefix-regexp)
13735         (message-sendmail-envelope-from, message-minibuffer-local-map)
13736         (message-user-fqdn, message-completion-alist): Add :version.
13737
13738         * gnus-win.el (gnus-configure-windows-hook)
13739         (gnus-use-frames-on-any-display): Add :version.
13740
13741         * gnus-art.el (gnus-article-address-banner-alist)
13742         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13743         (gnus-treat-from-picon, gnus-treat-mail-picon)
13744         (gnus-treat-x-pgp-sig): Add :version.
13745
13746         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13747         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13748         (gnus-summary-article-delete-hook)
13749         (gnus-summary-display-while-building): Add :version.
13750
13751         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13752         (gnus-get-top-new-news-hook): Add :version.
13753
13754         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13755         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13756
13757         * gnus-registry.el (gnus-registry): Add :version.
13758
13759         * gnus-spec.el (gnus-use-correct-string-widths)
13760         (gnus-make-format-preserve-properties): Add :version.
13761
13762         * gnus.el (gnus-group-charter-alist)
13763         (gnus-group-fetch-control-use-browse-url)
13764         (gnus-install-group-spam-parameters): Add :version.
13765
13766         * gnus-diary.el (gnus-diary): Add :version.
13767
13768         * gnus-delay.el (gnus-delay): Add :version.
13769
13770         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13771         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13772         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13773         Add :version.
13774
13775         * gnus-agent.el (gnus-agent-max-fetch-size)
13776         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13777         (gnus-agent-prompt-send-queue): Add :version.
13778
13779         * deuglify.el (gnus-outlook-deuglify): Add :version.
13780
13781         * html2text.el: Beautify code.  Improve doc strings.  Some
13782         checkdoc cleanup.
13783         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13784
13785 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13786
13787         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13788
13789 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13790
13791         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13792         when package is loaded.
13793
13794         * spam.el (spam-summary-score-preferred-header): Add global preference
13795         for people who want to override the default SpamAssassin over
13796         Bogofilter preference (when both are set).
13797         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13798         (spam-user-format-function-S): Check
13799         spam-summary-score-preferred-header.
13800         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13801         (spam-user-format-function-S): Format the score correctly.
13802
13803 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13806         signature file.  Suggested by Manoj Srivastava
13807         <srivasta@golden-gryphon.com>.
13808
13809         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13810         iso-2022-jp even in the Japanese language environment.
13811         Suggested by Jason Rumney <jasonr@gnu.org>.
13812
13813 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13816         use the same characters as the dummy marks; make it free from
13817         getting affected by the language environment.
13818         (gnus-summary-read-group-1): Update mark positions only when the
13819         format spec is updated.
13820
13821         * gnus-spec.el (gnus-update-format-specifications): Return a list
13822         of updated types.
13823
13824 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13827         of boundp to check if display-warning is available.
13828
13829 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13830
13831         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13832
13833 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * nnspool.el (nnspool-spool-directory): Use news-path if the
13836         news-directory variable is not bound.
13837
13838         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13839         function instead of display-warning if it is not available.
13840
13841 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13844         v5-10: Use `point-at-bol'.
13845
13846 2004-10-26  Simon Josefsson  <jas@extundo.com>
13847
13848         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13849         <chenggao@gmail.com>.
13850
13851 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13854         instead.
13855
13856 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13857
13858         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13859         to remove a server from the nnimap-server-buffer-alist.
13860         (nnimap-open-connection, nnimap-close-server): Use it.
13861
13862         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13863
13864 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13867         running the major-mode function.
13868
13869 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13872         dummy marks in the right way.
13873
13874 2004-10-18  David Edmondson  <dme@dme.org>
13875
13876         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13877         excessively.
13878
13879 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13880
13881         * gnus-util.el (gnus-split-references): Accept a nil references
13882         string and go on blissfully.
13883
13884         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13885         cases where the references string is non-nil but has no references.
13886
13887         * encrypt.el: Add autoload tags.
13888
13889         * spam.el (spam-resolve-registrations-routine): Remove article
13890         from unregistration list too.  Reported by David Hanak
13891         <dhanak@isis.vanderbilt.edu>
13892
13893 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13896         nil.  Changed custom type.
13897
13898 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13901
13902         * gnus-sum.el (gnus-summary-move-article): Use it.
13903
13904 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13905
13906         * encrypt.el: Add autoload cookies.
13907
13908         * spam.el (spam-backend-article-list-property)
13909         (spam-backend-get-article-todo-list)
13910         (spam-backend-put-article-todo-list)
13911         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13912         Resolve registrations separately.
13913         (spam-register-routine): Format comments.
13914         (spam-unregister-routine, spam-register-routine): Always call with
13915         specific-articles, no default list.
13916         (spam-summary-prepare-exit): Use the spam-classifications function.
13917
13918         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13919         gnus-encrypt.el.
13920
13921         * encrypt.el: Copied from gnus-encrypt.el.
13922
13923         * gnus-encrypt.el: Commented that it's obsolete.
13924
13925 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13928         (gnus-score-save): Use it.
13929
13930         * message.el (message-bury): Use `window-dedicated-p'.
13931
13932 2004-10-15  Simon Josefsson  <jas@extundo.com>
13933
13934         * pop3.el (top-level): Don't require nnheader.
13935         (pop3-read-timeout): Add.
13936         (pop3-accept-process-output): Add.
13937         (pop3-read-response, pop3-retr): Use it.
13938
13939 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13940
13941         * spam.el (spam-register-routine): Move comment.
13942         (spam-verify-bogofilter): Use 'unknown for the initial
13943         spam-bogofilter-valid state, not 'never.
13944
13945         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13946         for netrc-machine.
13947
13948         * nnimap.el (nnimap-open-connection): Use
13949         netrc-machine-user-or-password.
13950
13951 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13952
13953         * gnus-registry.el (gnus-registry-unload-hook):
13954         Set as a variable with add-hook.
13955
13956         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13957         of news-path.
13958
13959         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13960
13961         * spam.el: Delete duplicate `provide'.
13962         (spam-unload-hook): Set as a variable with add-hook.
13963
13964 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13967         in the doc string.
13968
13969         * message.el (message-ignored-news-headers)
13970         (message-ignored-supersedes-headers)
13971         (message-ignored-resent-headers)
13972         (message-forward-ignored-headers): Improve custom type.
13973
13974 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * message.el (message-tokenize-header): Fix 2004-09-06 change
13977         which used point-min in the wrong place.
13978
13979 2004-10-12  Simon Josefsson  <jas@extundo.com>
13980
13981         * tls.el (tls-certtool-program): New variable.
13982         (tls-certificate-information): New function, based on
13983         ssl-certificate-information.
13984
13985 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * compface.el: Move the version of ELisp-based uncompface program
13988         to the contrib directory because of the copyright problem.
13989
13990 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * message.el (message-kill-buffer): Raise the current frame.
13993
13994 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13997
13998         * gnus.el (message-y-or-n-p): Autoload.
13999
14000         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14001         (pop3-password-required, pop3-authentication-scheme)
14002         (pop3-leave-mail-on-server): Made customizable.
14003         (pop3): New custom group.
14004         (pop3-retr): Remove `sleep-for' statements.
14005         Suggested by Dave Love <fx@gnu.org>.
14006
14007         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14008         Windows/DOS.
14009
14010         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14011         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14012         Dave Love <fx@gnu.org>.
14013
14014         * mml.el (mml-minibuffer-read-disposition): Require match.
14015         Suggested by Dave Love <fx@gnu.org>.
14016
14017 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14018
14019         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14020         doc string.
14021
14022 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14025
14026 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14027
14028         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14029         instead of calling `mm-insert-inline', to decode text/* parts
14030         before displaying them.
14031
14032 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * mm-uu.el (mm-uu-text-plain-type): New variable.
14035         (mm-uu-pgp-signed-extract-1): Use it.
14036         (mm-uu-pgp-encrypted-extract-1): Use it.
14037         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14038         bind mm-uu-text-plain-type with that value.
14039         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14040         mm-uu-dissect.
14041
14042 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * gnus-group.el (gnus-update-group-mark-positions):
14045         * gnus-sum.el (gnus-update-summary-mark-positions):
14046         * message.el (message-check-news-body-syntax):
14047         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14048         of string-as-multibyte.
14049
14050 2004-10-05  Juri Linkov  <juri@jurta.org>
14051
14052         * gnus-group.el (gnus-update-group-mark-positions):
14053         * gnus-sum.el (gnus-update-summary-mark-positions):
14054         * message.el (message-check-news-body-syntax):
14055         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14056         8-bit unibyte values to a multibyte string for search functions.
14057
14058 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14061         (mm-uu-dissect-text-parts): New function.
14062
14063         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14064         dissect text parts.
14065
14066         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14067         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14068
14069         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14070
14071         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14072         gnus-current-topics instead of gnus-current-topic.
14073
14074 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14075
14076         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14077
14078 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14079
14080         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14081         where approriate.
14082
14083         * nnml.el (nnml-generate-active-info): do.
14084
14085         * nndiary.el (nndiary-generate-active-info): do.
14086
14087         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14088         (gnus-topic-move): do.
14089
14090         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14091         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14092
14093         * gnus-srvr.el (gnus-server-prepare)
14094         (gnus-server-open-all-servers): do.
14095
14096         * gnus-msg.el (gnus-summary-cancel-article)
14097         (gnus-summary-resend-message)
14098         (gnus-summary-mail-crosspost-complaint): do.
14099
14100         * gnus-move.el (gnus-change-server): do.
14101
14102         * gnus-group.el (gnus-group-unmark-all-groups)
14103         (gnus-group-set-current-level): do.
14104
14105 2004-10-04  Simon Josefsson  <jas@extundo.com>
14106
14107         * message.el (message-generate-hashcash): Doc fix.
14108
14109 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14110
14111         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14112         avoid infinite recursion via gnus-get-function.
14113
14114 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14115
14116         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14117
14118         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14119
14120         * nnmail.el (nnmail-split-history): do.
14121
14122         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14123         (nnml-request-delete-group): do.
14124
14125         * nnslashdot.el (nnslashdot-read-groups): do.
14126
14127         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14128         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14129
14130         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14131         (nnspool-sift-nov-with-sed): Use last.
14132         (nnspool-retrieve-headers-with-nov): Use mapc.
14133         (nnspool-request-newgroups): Use dolist.
14134         (nnspool-request-group): Use last.
14135
14136         * nntp.el (nntp-read-server-type): Use dolist.
14137
14138         * nnvirtual.el (nnvirtual-create-mapping)
14139         (nnvirtual-update-read-and-marked): Use dolist.
14140         (nnvirtual-convert-headers): Simplify.
14141
14142 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14143
14144         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14145         support for sync'ing tick marks.
14146
14147 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14150         there's no visible header.
14151
14152 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14153
14154         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14155         necessary, pass full group name to gnus-request-set-marks.
14156
14157 2004-10-01  Simon Josefsson  <jas@extundo.com>
14158
14159         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14160         acroread.
14161
14162 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14163
14164         * spam-report.el (spam-report-gmane): Fix interactive.
14165
14166         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14167
14168         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14169         when writing file.
14170         (gnus-agent-synchronize-flags): Don't default to being
14171         interactive.
14172
14173 2004-09-30  Simon Josefsson  <jas@extundo.com>
14174
14175         * message.el (message-generate-hashcash): Add.
14176         (message-send-mail): Use it, call mail-add-payment.
14177
14178 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14179
14180         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14181
14182 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14183
14184         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14185         gnus-requst-update-info with explicit code to sync the in-memory
14186         info read flags with the marks being sync'd to the backend.
14187
14188         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14189
14190 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14191
14192         * spam.el (spam-verify-bogofilter): Add new function.
14193         (spam-check-bogofilter)
14194         (spam-bogofilter-register-with-bogofilter): Use it.
14195         (spam-verify-bogofilter): Add small fixes.
14196
14197 2004-09-28  Simon Josefsson  <jas@extundo.com>
14198
14199         * hashcash.el (hashcash-generate-payment): Revert.
14200
14201 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14202
14203         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14204         gnus-extract-references instead of gnus-split-references.
14205
14206         * gnus-util.el (gnus-extract-references): Add new function, analogous
14207         to gnus-split-references but extracts only the message-ID without
14208         anything extra.
14209
14210         * hashcash.el (hashcash-generate-payment)
14211         (hashcash-check-payment): Do the right thing if hashcash-path is
14212         nil (because the hashcash program could not be found).
14213
14214         * spam.el (spam-use-hashcash): Remove comment.
14215
14216 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14217
14218         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14219         (gnus-cache-enter-article, gnus-cache-remove-article)
14220         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14221
14222         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14223
14224         * gnus-art.el (article-hide-boring-headers)
14225         (article-translate-strings, article-display-face)
14226         (gnus-article-mime-match-handle-first)
14227         (gnus-article-highlight-headers)
14228         (gnus-article-add-buttons-to-head): do.
14229
14230 2004-09-27  Simon Josefsson  <jas@extundo.com>
14231
14232         * hashcash.el: New version, from
14233         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14234         ../contrib/.
14235
14236 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14239
14240 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14241
14242         * gnus-dup.el (gnus-dup-open): Use mapc.
14243         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14244
14245         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14246         Reported by Stefan Wiens <s.wi@gmx.net>.
14247
14248         * gnus.el (gnus-shutdown): Use dolist.
14249
14250         * gnus-undo.el (gnus-undo): Use mapc.
14251
14252         * nnrss.el (nnrss-generate-active): do.
14253
14254         * message.el (message-cite-original-without-signature)
14255         (message-cite-original): Use mapc.
14256         (message-do-actions, message-make-forward-subject): Use dolist.
14257
14258 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14259
14260         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14261         deletion to remove entire duplicate line.  Fixes merged article
14262         number bug.
14263
14264 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14265
14266         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14267         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14268         first ask if you want to open a server and then, even when you
14269         responded with no, asking if you want to synchronize the server's
14270         flags.
14271         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14272         multi-line expressions.
14273         (gnus-agent-synchronize-group-flags): New internal function.
14274         Updates marks in memory (in the info structure) AND in the
14275         backend.
14276
14277         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14278
14279         * nnagent.el (nnagent-request-set-mark): Use
14280         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14281         method, to ensure that synchronization updates marks in the
14282         backend and in the info (in memory) structure.
14283
14284 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14287         convention fully; don't miss the root article of a thread; make
14288         the X-Draft-From header with correct article numbers.
14289
14290 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14291
14292         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14293         unless plugged.  Disable the agent so that an open failure causes
14294         an error.
14295
14296         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14297         Reverted 2004-09-21 change.  The backend must be opened while
14298         synchronizing flags even when the backend stores the flags
14299         locally.
14300
14301 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14302
14303         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14304         in `header' match.  Reported by Svend Tollak Munkejord.
14305
14306         * message.el (message-cite-original): Fix use of
14307         `message-cite-articles-with-x-no-archive'.
14308
14309 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14312         (gnus-window-to-buffer): Ditto.
14313
14314         * mml.el (mml-preview-buffer): New variable.
14315         (mml-preview): Manage window layout with gnus-buffer-configuration.
14316
14317         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14318         X-Draft-From header even if those articles aren't quoted.
14319
14320 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14321
14322         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14323         (gnus-request-set-mark, gnus-request-update-mark): Use new
14324         g-s-t-u-l-m to decide to use backend even when unplugged.
14325
14326 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14329         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14330
14331 2004-09-20  Simon Josefsson  <jas@extundo.com>
14332
14333         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14334         "utf-16-le".
14335
14336 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14337
14338         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14339
14340 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * uudecode.el (uudecode-use-external): Add :version.
14343
14344         * smime.el (smime-CA-file, smime-encrypt-cipher)
14345         (smime-dns-server): Add :version.
14346
14347         * smiley.el (gnus-smiley-file-types): Add :version.
14348
14349         * sha1.el (sha1-use-external): Add :version.
14350
14351         * pgg-def.el (pgg-query-keyserver): Add :version.
14352
14353         * nnmail.el (nnmail-fancy-expiry-targets)
14354         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14355         Add :version.
14356
14357         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14358         (nnimap-retrieve-groups-asynchronous): Add :version.
14359         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14360
14361         * mml.el (mml-content-disposition-parameters)
14362         (mml-insert-mime-headers-always): Add :version.
14363
14364         * mm-util.el (mm-coding-system-priorities): Add :version.
14365
14366         * mm-decode.el (mm-inline-text-html-with-images)
14367         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14368         (mm-verify-option): Add :version.
14369         (mm-text-html-renderer): Change :version.
14370
14371         * message.el (message-fcc-externalize-attachments)
14372         (message-required-headers, message-draft-headers)
14373         (message-subject-trailing-was-query)
14374         (message-subject-trailing-was-ask-regexp)
14375         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14376         (message-mark-insert-end, message-archive-header)
14377         (message-archive-note, message-cross-post-default)
14378         (message-cross-post-note, message-followup-to-note)
14379         (message-cross-post-note-function, message-use-mail-followup-to)
14380         (message-subscribed-address-functions)
14381         (message-subscribed-address-file, message-subscribed-addresses)
14382         (message-subscribed-regexps, message-allow-no-recipients)
14383         (message-yank-cited-prefix, message-signature-insert-empty-line)
14384         (message-hidden-headers, message-hierarchical-addresses)
14385         (message-mail-user-agent, message-use-idna)
14386         (message-valid-fqdn-regexp)
14387         (message-strip-special-text-properties, message-header-synonyms)
14388         (message-beginning-of-line, message-tab-body-function): Add :version.
14389         (message-insert-canlock, message-wide-reply-confirm-recipients):
14390         Change :version.
14391
14392         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14393         and :version.
14394         (mail-source-delete-old-incoming-confirm)
14395         (mail-source-movemail-program): Add :version.
14396
14397         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14398         (gnus-agent-cache, gnus-agent): Change :version.
14399
14400         * gnus-util.el (gnus-use-byte-compile): Change :version.
14401
14402         * gnus-sum.el (gnus-summary-make-false-root-always)
14403         (gnus-summary-default-high-score)
14404         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14405         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14406         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14407         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14408         (gnus-sum-thread-tree-single-indent)
14409         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14410         (gnus-sum-thread-tree-leaf-with-other)
14411         (gnus-sum-thread-tree-single-leaf): Add :version.
14412         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14413         (gnus-article-loose-mime): Change :version.
14414
14415         * gnus-start.el (gnus-backup-startup-file)
14416         (gnus-save-startup-file-via-temp-buffer): Add :version.
14417
14418         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14419         (gnus-server-offline-face): Add :version.
14420
14421         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14422
14423         * gnus-msg.el (gnus-gcc-externalize-attachments)
14424         (gnus-debug-files, gnus-debug-exclude-variables)
14425         (gnus-discouraged-post-methods): Change :version.
14426         (gnus-confirm-mail-reply-to-news)
14427         (gnus-confirm-treat-mail-like-news): Add :version.
14428
14429         * gnus-int.el (gnus-server-unopen-status): Add :version.
14430
14431         * gnus-group.el (gnus-group-jump-to-group-prompt)
14432         (gnus-large-ephemeral-newsgroup)
14433         (gnus-fetch-old-ephemeral-headers): Add :version.
14434
14435         * gnus-fun.el (gnus-x-face-directory)
14436         (gnus-convert-pbm-to-x-face-command)
14437         (gnus-convert-image-to-x-face-command)
14438         (gnus-convert-image-to-face-command): Add :version.
14439
14440         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14441
14442         * gnus-cite.el (gnus-cite-blank-line-after-header)
14443         (gnus-article-boring-faces): Add :version.
14444
14445         * gnus-art.el (gnus-buttonized-mime-types)
14446         (gnus-inhibit-mime-unbuttonizing)
14447         (gnus-treat-display-face)
14448         (gnus-treat-body-boundary): Change :version.
14449         (gnus-body-boundary-delimiter, gnus-picon-databases)
14450         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14451         (gnus-treat-date-english, gnus-treat-fold-headers)
14452         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14453         (gnus-treat-mail-picon, gnus-treat-wash-html)
14454         (gnus-article-encrypt-protocol)
14455         (gnus-use-idna, gnus-article-over-scroll)
14456         (gnus-mime-display-multipart-alternative-as-mixed)
14457         (gnus-mime-display-multipart-related-as-mixed)
14458         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14459         (gnus-ctan-url, gnus-button-ctan-handler)
14460         (gnus-button-handle-ctan-bogus-regexp)
14461         (gnus-button-ctan-directory-regexp)
14462         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14463         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14464         (gnus-button-man-level, gnus-button-emacs-level)
14465         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14466
14467         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14468         (gnus-agent-go-online): Change :version.
14469         (gnus-agent-expire-unagentized-dirs)
14470         (gnus-agent-auto-agentize-methods): Add :version.
14471
14472         * flow-fill.el (fill-flowed-display-column)
14473         (fill-flowed-encode-column): Add :version.
14474
14475         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14476         (gnus-outlook-deuglify-unwrap-max)
14477         (gnus-outlook-deuglify-cite-marks)
14478         (gnus-outlook-deuglify-unwrap-stop-chars)
14479         (gnus-outlook-deuglify-no-wrap-chars)
14480         (gnus-outlook-deuglify-attrib-cut-regexp)
14481         (gnus-outlook-deuglify-attrib-verb-regexp)
14482         (gnus-outlook-deuglify-attrib-end-regexp)
14483         (gnus-outlook-display-hook): Add :version.
14484
14485         * binhex.el (binhex-use-external): Add :version.
14486
14487 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14490         and `invisible'.
14491
14492 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14495         in gnus-registry-trim.
14496
14497 2004-09-13  Simon Josefsson  <jas@extundo.com>
14498
14499         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14500
14501         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14502
14503         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14504         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14505         <yamaoka@jpl.org>.
14506         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14507         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14508         <yamaoka@jpl.org>.
14509
14510         * sieve.el (sieve-manage-mode): Ditto.
14511
14512 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14515
14516 2004-09-11  Simon Josefsson  <jas@extundo.com>
14517
14518         * dns-mode.el: Add.
14519
14520         * mm-view.el (mm-display-dns-inline): Add.
14521
14522         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14523         (mm-automatic-display): Ditto.
14524
14525         * mailcap.el (mailcap-mime-data): Add text/dns.
14526         (mailcap-mime-extensions): Map .soa to text/dns.
14527
14528 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14529
14530         * gnus-art.el (article-decode-mime-words, article-babel)
14531         (gnus-article-highlight-signature, gnus-article-add-buttons)
14532         (gnus-signature-toggle): Remove unnecessary bindings of
14533         `inhibit-read-only' inherited from v5.10 merge.
14534
14535 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * nntp.el (nntp): New customization group.
14538         (nntp-authinfo-file): Add customization group.
14539
14540         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14541
14542         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14543
14544         * gnus.el (to-address, to-list, subscribed)
14545         (large-newsgroup-initial): Ditto.
14546
14547         * flow-fill.el (fill-flowed-display-column)
14548         (fill-flowed-encode-column): Ditto.
14549
14550 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14551
14552         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14553         Use point-min rather than 1.
14554         (message-send-mail): Use buffer-size rather than point-max.
14555
14556         * gnus-sum.el (gnus-summary-search-article-forward):
14557         Signal a specific `search-failed' rather than a generic `error'.
14558
14559         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14560         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14561         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14562
14563 2004-09-10  Simon Josefsson  <jas@extundo.com>
14564
14565         * nndb.el (require): Remove tcp and duplicate cl.
14566
14567 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * gnus-agent.el (directory-files-and-attributes): Move forward.
14570
14571 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14572
14573         * gnus-agent.el (directory-files-and-attributes): Optionally
14574         defined to support XEmacs.
14575
14576 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14577
14578         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14579         to avoid run-time CL dependencies.
14580         (gnus-agent-unfetch-articles): New function.
14581         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14582         article numbers even when local .overview file is missing.
14583         (gnus-agent-read-article-number): New function.  Only accepts
14584         27-bit article numbers.
14585         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14586         gnus-agent-read-article-number.
14587         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14588         from backend while recognizing that article numbers in .overview
14589         must be valid.
14590         (gnus-agent-update-files-total-fetched-for): Use
14591         directory-files-and-attributes to improve performance.
14592         * gnus-int.el (gnus-request-move-article): Use
14593         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14594         improve performance.
14595
14596         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14597         some users confused by references to .newsrc when they only have a
14598         .newsrc.eld file.
14599         (gnus-convert-mark-converter-prompt)
14600         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14601         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14602         New function.  Used internally to only display 'gnus converting
14603         files' message when actually necessary.
14604
14605         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14606         methods now autoloaded.
14607
14608 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14611         identifiers.
14612
14613 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * gnus-picon.el: Fix indentation and closing parenthesis.
14616
14617 2004-09-01  Simon Josefsson  <jas@extundo.com>
14618
14619         * message.el (message-canlock-generate): Require sha1, not
14620         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14621         to require within a function.  Sadly, if sha1.el isn't loaded, the
14622         let binding in m-c-g will hide the defcustom definition, which is
14623         bad.)
14624
14625         * canlock.el: Require sha1, not sha1-el.
14626
14627         * message.el: Don't autoload sha1 (there is a autoload cookie in
14628         sha1.el).
14629
14630         * sha1-el.el: Renamed to sha1.el.
14631
14632 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14633
14634         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14635
14636 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14637
14638         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14639
14640 2004-08-30  Kim F. Storm  <storm@cua.dk>
14641
14642         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14643
14644         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14645         Add :group 'nnimap.
14646
14647 2004-08-30  Andreas Schwab  <schwab@suse.de>
14648
14649         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14650         ?* and ?\;.
14651
14652         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14653         and ?\' to symbol instead of whitespace.
14654
14655 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14658
14659         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14660         instead of re-search-forward.
14661
14662         * gnus-uu.el (gnus-uu-save-article): Ditto.
14663         (gnus-uu-post-encode-uuencode): Ditto.
14664
14665         * html2text.el (html2text-clean-list-items): Ditto.
14666         (html2text-clean-dtdd): Ditto.
14667         (html2text-format-tags): Ditto.
14668
14669         * message.el (message-send-mail-with-sendmail): Fix regexp.
14670         (message-fill-field-general): Use search-forward instead of
14671         re-search-forward.
14672         (unbold-region): Ditto.
14673
14674         * nnrss.el (nnrss-request-article): Ditto.
14675
14676         * nnslashdot.el (nnslashdot-request-article): Ditto.
14677
14678         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14679
14680         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14681         "Unrecognized menu descriptor" error in XEmacs.
14682
14683 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14684
14685         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14686         parent article of a sparse article in the thread hashtb.
14687
14688 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14689
14690         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14691         (nnmail-expand-newtext): Lowercase expanded entries if
14692         nnmail-split-lowercase-expanded is non-nil.
14693
14694 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14697
14698         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14699         of gnus-tmp-news-method into string under XEmacs.  It will be
14700         passed to gnus-correct-length which takes only a string argument.
14701
14702 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-util.el (gnus-bind-print-variables): New macro.
14705         (gnus-prin1): Use it.
14706         (gnus-prin1-to-string): Use it.
14707         (gnus-pp): New function.
14708         (gnus-pp-to-string): New function.
14709
14710         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14711         Replace pp-to-string with gnus-pp-to-string.
14712         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14713         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14714         * gnus-msg.el (gnus-debug): Ditto.
14715         * gnus-score.el (gnus-score-save): Ditto.
14716         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14717         gnus-pp-to-string.
14718         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14719         with gnus-pp.
14720         * score-mode.el (gnus-score-pretty-print): Ditto.
14721         * webmail.el (webmail-debug): Ditto.
14722
14723 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (article-display-face, article-display-x-face):
14726         Use buffer-read-only.
14727
14728 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * gnus-art.el (article-hide-list-identifiers):
14731         Bind inhibit-read-only as t.
14732
14733 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14734
14735         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14736
14737 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14738
14739         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14740         (gnus-narrow-to-page): Don't assume point-min == 1.
14741         (gnus-article-edit-mode): Derive from message-mode.
14742
14743         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14744         point-min == 1.
14745
14746         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14747         Disable incorrect use of `assert'.
14748
14749         * message.el (message-mode): Set comment-start-skip.
14750
14751
14752 2004-08-22  Sam Steingold  <sds@gnu.org>
14753
14754         * pop3.el (pop3-leave-mail-on-server): New user variable.
14755         (pop3-movemail): Delete mail only when it is nil.
14756
14757 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14760
14761         * mml.el (mml-preview): Use `pop-to-buffer'.
14762
14763         * message.el (message-goto-mail-followup-to): Insert after "To".
14764         (message-carefully-insert-headers): Add comment.
14765
14766         * gnus.el: Remove unused variable `gnus-article-check-size'.
14767
14768         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14769
14770         * gnus-art.el (gnus-button-alist): Improve
14771         `gnus-button-handle-library' entry.
14772
14773 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14774
14775         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14776         downcase, since XEmacs capitalizes error messages differently.
14777
14778 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14779
14780         * nntp.el: Add (require 'gnus) due to reference to
14781         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14782
14783 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14784
14785         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14786         `mm-fill-flowed'.
14787
14788         * mm-decode.el (mm-dissect-singlepart): Check it.
14789
14790 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14791
14792         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14793         'imap' for netrc parsing.
14794
14795 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * mailcap.el (mailcap-mime-data): Mark as risky.
14798
14799 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14802         may be included in the encoded word.
14803         (rfc2047-encode): Don't append a space if the encoded word
14804         includes close parenthesis.
14805
14806 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14809         of text within parentheses.
14810
14811 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14812
14813         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14814         (gnus-encrypt-write-file-contents): Make the password key the file
14815         name PLUS the cipher, not just the cipher.  Also remove failed
14816         passwords from the cache.
14817
14818 2004-08-06  Simon Josefsson  <jas@extundo.com>
14819
14820         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14821         fix.
14822
14823 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14826         LWSP.
14827
14828 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14829
14830         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14831         to append in-reply-to: data to the references: header.
14832
14833         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14834         (netrc-parse): Use gnus-encrypt.el functions.
14835
14836         * gnus-encrypt.el: Add new file for encryption support; currently
14837         does only a few GPG ciphers and an internal XOR cipher.
14838
14839         * password.el: Add comments on using password-read-and-add.
14840         (password-read-and-add): Add function to read and add the
14841         password to the cache at once.
14842
14843 2004-07-28  Simon Josefsson  <jas@extundo.com>
14844
14845         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14846         parameter (but don't use it, for now).
14847
14848         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14849         instead of hard coding to nil.
14850
14851 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14854         as mm-inline-image-xemacs does.
14855
14856 2004-07-26  Simon Josefsson  <jas@extundo.com>
14857
14858         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14859         Revert part of 2004-07-17 change below.
14860
14861 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14864         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14865
14866 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14867
14868         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14869         quotes that actually start with ">" at the beginning of the
14870         lines.
14871
14872 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * rfc2047.el (rfc2047-encode-region): Fix last change.
14875         (rfc2047-encode-parameter): Remove useless concat.
14876
14877 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14880         encode special characters; fix some kind of misconfigured headers;
14881         signal a real error if debug-on-quit or debug-on-error is non-nil.
14882         (rfc2047-encode-max-chars): New variable.
14883         (rfc2047-encode-1): Use it.
14884         (rfc2047-encode-parameter): New function.
14885
14886         * mml.el (mml-insert-parameter): Remove an excessive space.
14887
14888 2004-07-17  Simon Josefsson  <jas@extundo.com>
14889
14890         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14891         Kai Grossjohann <kai@emptydomain.de>.
14892         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14893         (gnus-group-make-menu-bar): Ditto.
14894
14895         * gnus-util.el (gnus-group-server): Add.
14896
14897 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14898
14899         * message.el (message-clone-locals): Clone sendmail and smtp
14900         variables.
14901
14902 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * rfc2047.el (rfc2047-encode-region): Fix last change.
14905
14906 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14909         characters as non-special.
14910
14911 2004-07-09  Simon Josefsson  <jas@extundo.com>
14912
14913         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14914         Users will lose all flag changes made while unplugged with
14915         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14916         good default.  See numerous reports on ding mailing list.
14917
14918 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14921         add generate-head-function and generate-article-function to the
14922         rfc822-forward entry.
14923         (nndoc-rfc822-forward-generate-article): New function.
14924         (nndoc-rfc822-forward-generate-head): New function.
14925
14926         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14927
14928 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14929
14930         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14931         respect display group parameter and gnus-summary-expunge-below.
14932         (gnus-articles-to-read): Remove unused reference to display group
14933         parameter.
14934
14935 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14936
14937         * nnheader.el (nnheader-uniquify-message-id): New experimental
14938         variable.
14939         (nnheader-nov-read-message-id): Use it.
14940
14941         * spam-report.el (spam-report-gmane): Add interactive.
14942
14943 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14946         qp-or-base64 for the application/* types.
14947
14948 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14949
14950         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14951
14952 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14955         trim value.
14956
14957 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14958
14959         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14960         New macro and function.
14961         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14962
14963 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14966         after-load-alist.
14967
14968 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14969
14970         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14971         update info that isn't there.
14972
14973 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14974
14975         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14976         entry.
14977
14978 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * mm-view.el (mm-inline-render-with-function): Use multibyte
14981         buffer; decode html source by charset.
14982
14983         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14984
14985         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14986         Mule-UCS is loaded under XEmacs.
14987         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14988
14989 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14990
14991         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14992
14993 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * mm-util.el (mm-coding-system-p): Return a coding-system.
14996         (mm-mime-mule-charset-alist): Use shift_jis instead of
14997         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14998         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14999         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15000         instead of japanese-shift-jis and iso-latin-1 respectively in
15001         order to share the default value with both Emacs and XEmacs-mule.
15002         (mm-mule-charset-to-mime-charset): Make
15003         mm-coding-system-priorities effective.
15004         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15005         while predicating of candidates upon the priorities.
15006
15007 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15008
15009         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15010         gnus-uu-invert-processable.
15011
15012         * gnus.el: Autoload gnus-uu-invert-processable.
15013
15014 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * mm-util.el (mm-with-multibyte-buffer): New macro.
15017
15018         * rfc2047.el (rfc2047-encode-string): Use it.
15019         (rfc2047-encode-region): Move point to the end of the region after
15020         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15021
15022 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15025         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15026
15027 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15030         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15031         Karl Chen <quarl@nospam.quarl.org>.
15032
15033 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15034
15035         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15036         invalid addresses.
15037
15038 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15039
15040         * spam.el: Change section markers, revise TODO list.
15041         (spam-backends): Make new master list of all installed backends.
15042         (spam-summary-exit-behavior): Add new variable to determine how
15043         messages moves are done at summary exit.
15044         (spam-move-spam-nonspam-groups-only)
15045         (spam-process-ham-in-nonham-groups)
15046         (spam-process-ham-in-spam-groups): Remove variables, the
15047         spam-summary-exit-behavior variable should be used to manage this
15048         behavior.
15049         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15050         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15051         and spam-old-spam-articles.
15052         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15053         Add empty variables, placeholders for the backends they represent.
15054         (spam-set-difference): Move, unchanged.
15055         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15056         unless the user has a processor variable.
15057         (spam-classifications, spam-classification-valid-p)
15058         (spam-backend-properties, spam-backend-property-valid-p)
15059         (spam-backend-function-type-valid-p)
15060         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15061         (spam-report-articles-gmane, spam-report-articles-resend):
15062         Remove functions, they are not needed.
15063         (spam-install-backend-super, spam-backend-list)
15064         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15065         (spam-backend-function, spam-backend-ham-registration-function)
15066         (spam-backend-spam-registration-function)
15067         (spam-backend-ham-unregistration-function)
15068         (spam-backend-spam-unregistration-function)
15069         (spam-backend-statistical-p, spam-backend-mover-p)
15070         (spam-install-backend-alias, spam-install-checkonly-backend)
15071         (spam-install-mover-backend, spam-install-nocheck-backend)
15072         (spam-install-backend, spam-install-statistical-backend)
15073         (spam-install-statistical-checkonly-backend): Add backend installation
15074         support.
15075         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15076         (spam-group-processor-p): Use the new backend code and respect the
15077         summary exit behavior.
15078         (spam-mark-spam-as-expired-and-move-routine): Remove.
15079         (spam-summary-prepare): Change to use the new spam-old-articles
15080         variable.
15081         (spam-copy-or-move-routine, spam-copy-spam-routine)
15082         (spam-move-spam-routine, spam-copy-ham-routine)
15083         (spam-move-ham-routine): Add code to copy/move ham or spam.
15084         (spam-fetch-field-fast): Improve doc and code, plus allow the
15085         'number request.
15086         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15087         variables.
15088         (spam-split, spam-find-spam): Use the new backend code.
15089         (spam-registration-functions): Remove variable.
15090         (spam-unregister-routine): Add convenience wrapper.
15091         (spam-log-undo-registration, spam-register-routine)
15092         (spam-log-processing-to-registry)
15093         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15094         where possible.
15095         (spam-check-gmane-xref, spam-check-regex-headers)
15096         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15097         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15098         (spam-check-bogofilter-headers, spam-check-spamoracle)
15099         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15100         (spam-check-crm114-headers): Use the spam-split-group that
15101         spam-split prepares, no need to determine it every time.
15102
15103         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15104         to the nnheader-parse-naked-head call.
15105
15106         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15107
15108         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15109         the nnheader-nov-read-message-id call.
15110
15111 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15114         gnus-activate-group twice.  Suggested by Markus Peter
15115         <warp@spin.de>.
15116
15117 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-art.el (gnus-article-time-format): Exchange the order of
15120         day and month in the default value; fix customization type.
15121         (article-date-ut): Use add-text-properties.
15122         (article-make-date-line): Use message-make-date instead of
15123         current-time-string.
15124
15125         * message.el (message-fetch-field): Don't use set-text-properties.
15126         (message-make-date): Simplify.
15127
15128         * messagexmas.el (message-xmas-make-date): New function.
15129         (message-xmas-redefine): Defalias message-make-date to it.
15130
15131 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15134         (rfc2047-encode-region): Treat text within parentheses as special;
15135         show the original text when error has occurred.
15136
15137         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15138         already-computed method to gnus-activate-group.
15139
15140         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15141         same select-methods identical Lisp objects.
15142
15143         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15144         object when modifying the info.
15145
15146 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15149         gnus-opened-servers since it has never been opened with the new
15150         configuration yet.
15151
15152 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15155         arg to nnheader-generate-fake-message-id.
15156
15157 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15160         number and build a fake message ID localized to a group and
15161         article number (so it's repeatable from that point on).
15162         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15163         ID format.
15164
15165         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15166         nnheader-generate-fake-message-id with the article number.
15167
15168 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15169
15170         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15171         end-of-buffer.
15172
15173 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15174
15175         * message.el (message-ignored-supersedes-headers): Add Approved.
15176
15177 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15180         goto-char.
15181         (rfc2047-encode): Fold the line before encoding.
15182
15183 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15184
15185         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15186         folding -- not all headers can be folded, and this should be done
15187         by the message composition mode.  Probably.  I think.
15188
15189 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15192         fast.
15193
15194         * gnus-ems.el (gnus-remove-image): Don't use
15195         message-text-with-property; remove only the image found first.
15196
15197         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15198         found first.
15199
15200 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15201
15202         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15203
15204 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * message.el (message-text-with-property): Make it fast and accept
15207         optional arguments.
15208         (message-strip-forbidden-properties): Use it.
15209         (message-fix-before-sending): Follow the m-t-w-p change.
15210
15211         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15212
15213 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * gnus-art.el (article-hide-headers): Don't change the buffer
15216         mistakenly when performing mml-preview even if
15217         gnus-single-article-buffer is nil.
15218
15219 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15220
15221         * message.el (message-expand-name-databases): New user option.
15222         (message-expand-name): Use it.
15223
15224 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15225
15226         * spam.el (spam-report-articles-resend)
15227         (spam-report-resend-register-routine): Allow ham reporting.
15228         (spam-report-resend-register-ham-routine): Add wrapper.
15229         (spam-registration-functions): Add ham resending functions.
15230         (spam-list-of-processors): Add ham resend processor.
15231
15232         * gnus.el (ham-resend-to): Add new group parameter.
15233         (spam-process): Add ham resend option.
15234
15235         * spam-report.el (spam-report-resend): Allow reporting ham.
15236         (spam-report-resend-ham): Add wrapper.
15237
15238 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15239
15240         * message.el (message-cite-articles-with-x-no-archive): New
15241         variable.
15242         (message-cite-original): Use it.
15243
15244 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15245
15246         * message.el (message-cite-original): Respect X-No-Archive.
15247
15248 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-art.el (article-hide-headers): Refer to the values for
15251         gnus-ignored-headers and gnus-visible-headers in the summary
15252         buffer since a user may have set them as group parameters.
15253
15254 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15255
15256         * assistant.el (assistant-node-name): Add convenience function.
15257         (assistant-render-text, assistant-render-node): Add error handling,
15258         plus handle multiple next nodes.
15259         (assistant-find-next-node): Comment out for now.
15260         (assistant-find-next-nodes): Add function, returns list of next
15261         nodes.
15262
15263 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15264
15265         * mail-source.el (mail-source-directory): Fix doc-string.
15266
15267 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * assistant.el (assistant-render-text, assistant-eval): Add :set
15270         widget type, which is different because it takes and returns a
15271         list.  Much hilarity ensues.
15272
15273 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15276
15277         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15278         doc-string.
15279
15280         * gnus-start.el (gnus-activate-group): Added doc-string.
15281
15282 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15285
15286 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * assistant.el (assistant-render-text): Try to add a :set
15289         widget, more to come.
15290
15291         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15292         strings.
15293         (spam-report-articles-resend)
15294         (spam-register-routine): Do registration iff any articles warrant
15295         it.
15296         (spam-summary-prepare-exit): Change log message for nil group
15297         destinations.
15298
15299 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15300
15301         * spam.el (spam-report-resend-register-routine): Allow
15302         spam-report-resend-to to be a group parameter or a global value.
15303
15304 2004-05-26  Simon Josefsson  <jas@extundo.com>
15305
15306         * starttls.el: Merge with my GNUTLS based starttls.el.
15307         (starttls-gnutls-program, starttls-use-gnutls)
15308         (starttls-extra-arguments, starttls-process-connection-type)
15309         (starttls-connect, starttls-failure, starttls-success): New
15310         variables.
15311         (starttls-program, starttls-extra-args): Doc fix.
15312         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15313         functions.
15314         (starttls-negotiate, starttls-open-stream): Check
15315         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15316         function if it is set.
15317
15318 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15321         structured fields.
15322
15323 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15326
15327 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15330         variable.
15331         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15332         assigning the spam-mark to new messages.
15333
15334 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15335
15336         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15337
15338 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15341
15342         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15343         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15344         default.
15345
15346 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15347
15348         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15349         correct data.
15350
15351 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15354         (spam-group-processor-p): Fix function.
15355         (spam-group-processor-multiple-p)
15356         (spam-group-spam-processor-report-gmane-p)
15357         (spam-group-spam-processor-report-resend-p)
15358         (spam-group-spam-processor-bogofilter-p)
15359         (spam-group-spam-processor-blacklist-p)
15360         (spam-group-spam-processor-ifile-p)
15361         (spam-group-ham-processor-ifile-p)
15362         (spam-group-spam-processor-spamoracle-p)
15363         (spam-group-spam-processor-crm114-p)
15364         (spam-group-ham-processor-bogofilter-p)
15365         (spam-group-spam-processor-stat-p)
15366         (spam-group-ham-processor-stat-p)
15367         (spam-group-ham-processor-whitelist-p)
15368         (spam-group-ham-processor-BBDB-p)
15369         (spam-group-ham-processor-spamoracle-p)
15370         (spam-group-ham-processor-copy-p): Remove functions with some
15371         prejudice against unneeded code.
15372         (spam-report-articles-resend)
15373         (spam-report-resend-register-routine): Allow the group/topic
15374         spam-resend-to value to override spam-report-resend-to.
15375         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15376         properly now.
15377
15378         * gnus.el (spam-resend-to): Add group/topic parameter.
15379         (spam-process): Move the OBSOLETE processors to the end of the
15380         choices.
15381
15382 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15383
15384         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15385         with resend-to set to nil, and then ask the user if necessary.
15386         (spam-report-resend): spam-report-resend takes a list of articles, not
15387         separate article numbers.
15388
15389 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15392         addition to emacs-w3m.
15393
15394 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15395
15396         * assistant.el (assistant-authinfo-data): New function.
15397         (assistant-eval): Eval for entire assistant.
15398
15399         * netrc.el (netrc-services-file): New variable.
15400         (netrc-parse-services): New function.
15401         (netrc-find-service-name): New function.
15402         (netrc-find-service-number): New function.
15403         (netrc-port-equal): New function.
15404         (netrc-machine): Use it.
15405
15406         * nnimap.el (nnimap-open-connection): Use netrc.
15407
15408         * gnus-util.el (gnus-netrc-get): Remove aliases.
15409
15410         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15411
15412         * assistant.el (wid-edit): Fix compilation.
15413
15414         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15415
15416 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15417
15418         * gnus-util.el (gnus-set-file-modes): New function.  (small
15419         patch).
15420
15421 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15422
15423         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15424
15425         * assistant.el (assistant-render-node): Fix up rendering and
15426         read-only text.
15427         (assistant-render-node): Reset.
15428         (assistant-make-read-only): Not sticky.
15429
15430 2004-05-20  Danny Siu  <dsiu@adobe.com>
15431
15432         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15433         centered even when gnus-auto-center-summary is t.
15434
15435 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15436
15437         * dns.el (dns-get-txt-answer): New function.
15438         (dns-read-txt): Ditto.
15439         (query-dns): Use it.
15440
15441 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15444         active for foreign groups even if the group level is higher than
15445         the specified value.
15446
15447 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15448
15449         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15450         non-active groups.
15451
15452         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15453
15454 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15455
15456         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15457
15458 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15461         (spam-crm114-header, spam-crm114-spam-switch)
15462         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15463         (spam-crm114-positive-spam-header)
15464         (spam-crm114-database-directory, spam-list-of-processors)
15465         (spam-group-spam-processor-crm114-p)
15466         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15467         (spam-generic-score, spam-list-of-checks)
15468         (spam-list-of-statistical-checks, spam-registration-functions)
15469         (spam-check-crm114-headers, spam-crm114-score)
15470         (spam-check-crm114, spam-crm114-register-with-crm114)
15471         (spam-crm114-register-spam-routine)
15472         (spam-crm114-unregister-spam-routine)
15473         (spam-crm114-register-ham-routine)
15474         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15475         asjo@koldfront.dk (Adam Sjøgren).
15476
15477         * gnus.el: Add spam-use-crm114.
15478
15479         * spam.el (spam-list-of-processors, spam-registration-functions):
15480         Add spam-use-resend.
15481         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15482         (spam-report-articles-gmane): Add doc fix.
15483         (spam-report-articles-resend, spam-report-resend-register-routine):
15484         Add wrappers around spam-report-resend-to.
15485
15486         * spam-report.el (spam-report-resend-to, spam-report-resend):
15487         Add support for resending spam.
15488         (spam-report-gmane): Fix line length >80.
15489
15490         * gnus.el (spam-process): Add spam-use-resend.
15491
15492 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15493
15494         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15495         number of processed spam messages.
15496         (spam-ham-copy-or-move-routine): Return the number of processed
15497         ham messages.
15498         (spam-summary-prepare-exit): Use the above values to decide
15499         whether status messages shouled be displayed.
15500
15501 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15504         `rfc2047-encoding-function-alist' in order to avoid conflicting
15505         with the old version.
15506         (rfc2047-encode-region): Concatenate words containing non-ASCII
15507         characters in structured fields; don't encode space-delimited
15508         ASCII words even in unstructured fields; don't break words at
15509         char-category boundaries.
15510         (rfc2047-encode-1): New function.
15511         (rfc2047-encode): Use it; encode text so that it occupies the
15512         maximum width within 76-column; work correctly on Q encoding for
15513         iso-2022-* charsets.
15514         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15515         sure not to break a line just after the header name.
15516         (rfc2047-b-encode-region): Removed.
15517         (rfc2047-b-encode-string): New function.
15518         (rfc2047-q-encode-region): Removed.
15519         (rfc2047-q-encode-string): New function.
15520
15521         * mm-util.el (mm-replace-in-string): New function.
15522
15523 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15524
15525         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15526         get it right.
15527         (gnus-inews-make-draft): Really.
15528
15529 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15530
15531         * nnmh.el (nnmh-request-list-1): Don't check the link count
15532         before descending.  (small patch)
15533
15534 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15537         stuff.
15538
15539         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15540         on real group name.
15541
15542         * gnus-art.el (gnus-signature-limit): Doc fix.
15543
15544         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15545
15546         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15547
15548 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15549
15550         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15551         isn't a string.
15552
15553 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15554
15555         * gnus-draft.el (gnus-draft-send): Bind
15556         rfc2047-encode-encoded-words.
15557
15558         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15559         (rfc2047-encodable-p): Say that =? needs encoding.
15560         (rfc2047-encode-encoded-words): New variable.
15561
15562         * gnus-group.el (gnus-group-select-group): Doc fix.
15563
15564         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15565
15566         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15567         to nil.
15568
15569         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15570
15571         * nnheader.el (nnheader-get-lines-and-char): New function.
15572
15573 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * gnus-msg.el (gnus-summary-followup-with-original): Document
15576         yanking of region when active.
15577
15578 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15581         groups if the group level is higher than the specified value.
15582
15583 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15586         (gnus-group-jump-to-group): Added prefix argument using
15587         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15588         non-active group.
15589
15590         * compface.el (uncompface): Be verbose when changing
15591         `uncompface-use-external'.
15592
15593         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15594         handle manual section.
15595
15596 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15597
15598         * gnus-art.el (gnus-button-alist): Revert previous change.
15599
15600 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15603
15604 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15605
15606         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15607         whether backend can accept message.
15608
15609         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15610
15611 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15612
15613         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15614         Avoid creating directory when nntp-marks-is-evil is true.
15615         Reported by Reiner Steib.
15616
15617 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * gnus-picon.el (gnus-picon-style): New variable.
15620         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15621         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15622         Jesper Harder <harder@ifa.au.dk>.
15623
15624 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15625
15626         * message.el (message-fill-field): Return point.
15627         (message-generate-headers): Go to end of field.
15628
15629         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15630         stuff for non-living groups.
15631
15632 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15633
15634         * gnus-art.el (gnus-article-followup-with-original)
15635         (gnus-article-reply-with-original): gnus-mark-active-p ->
15636         gnus-region-active-p.
15637
15638 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15639
15640         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15641         only when there is spam or ham to be processed.
15642
15643 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15644
15645         * mail-source.el (mail-source-delete-crash-box): Refactor.
15646         (mail-source-fetch): Use it.
15647         (mail-source-fetch-file): Ditto.
15648         (mail-source-fetch-directory): Run postscript in loop.
15649         (mail-source-fetch-pop): Delete.
15650         (mail-source-fetch-maildir): Ditto.
15651         (mail-source-fetch-imap): Ditto.
15652
15653         * imap.el (imap-authenticators): Comment out sasl.
15654
15655         * message.el (message-skip-to-next-address): New function.
15656         (message-fill-header-address): Refactor.
15657         (message-fill-address): Use it.
15658         (message-delete-address): Use it.
15659         (message-fill-header-general): Refactor.
15660         (message-fill-field-address): Rename.
15661         (message-narrow-to-field): Find the start of the header.
15662         (message-header-format-alist): Don't pre-fill.
15663         (message-fill-header): Removed.
15664         (message-insert-header): New function.
15665         (message-shorten-references): Use it.
15666
15667         * rfc2047.el (rfc2047-field-value): Strip props.
15668
15669         * mail-parse.el (mail-header-make-address): New alias.
15670
15671         * ietf-drums.el (ietf-drums-make-address): New function.
15672
15673         * imap.el: Add compiler directives.
15674
15675         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15676
15677         * gnus-art.el (article-decode-idna-rhs): Don't use
15678         message-idna-inside-rhs-p.
15679
15680 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15681
15682         * message.el (message-idna-inside-rhs-p): Removed.
15683         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15684
15685         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15686         false positives.
15687
15688 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15689
15690         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15691
15692 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15693
15694         * nneething.el (nneething-file-name): Don't create spurious
15695         files.
15696
15697         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15698         (gnus-inews-do-gcc): Remove sleep.
15699
15700         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15701         part under point.
15702
15703         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15704         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15705
15706 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15707
15708         * spam.el (spam-summary-prepare-exit): Fixed (length).
15709
15710 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15711
15712         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15713         as expired without moving it" message when there are spam
15714         messages left.
15715
15716 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15717
15718         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15719         header is not nil.
15720
15721 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15722
15723         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15724         nntp-possibly-create-directory, not nntp-possibly-change-group.
15725         (nntp-marks-changed-p): New arg SERVER.
15726         (nntp-request-update-info): Adjust caller.
15727
15728 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15729
15730         * nntp.el (nntp-save-marks): Pass missing arg.
15731
15732 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15733
15734         * nntp.el: Support marks.
15735         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15736         (nntp-marks-modtime, nntp-marks-directory): New variables.
15737         (nntp-request-set-mark, nntp-request-update-info)
15738         (nntp-possibly-create-directory, nntp-marks-changed-p)
15739         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15740         functions.
15741
15742 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15743
15744         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15745         (gnus-xmas-redefine): Rename.
15746
15747         * gnus-score.el (gnus-score-insert-help): Use
15748         gnus-select-lowest-window.
15749
15750         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15751         appt-select-lowest-window and rename to gnus-select-lowest-window.
15752
15753         * gnus.el: do.
15754
15755 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15756
15757         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15758         encodings of MIME-encoded words, in order to improve
15759         interoperability with several broken MUAs.
15760
15761 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15762
15763         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15764         tags, only when charsets are not specified in headers.
15765         (mm-inline-text-html-render-with-w3m): Ditto.
15766
15767         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15768         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15769
15770 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15771
15772         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15773         instead of MIME-decoded from fields when checking
15774         `gnus-article-address-banner-alist'.
15775
15776 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15777
15778         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15779         description rather than subject.
15780
15781 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15782
15783         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15784
15785 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15786
15787         * gnus.el (gnus-version-number): Bump.
15788
15789 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15790
15791         * gnus.el: No Gnus v0.2 is released.
15792
15793 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15794
15795         * gnus-agent.el (gnus-agent-read-agentview): Inline
15796         gnus-uncompress-range.
15797
15798 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15799
15800         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15801         `exec-installed-p'.
15802
15803 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15804
15805         * gnus.el (spam-process, spam-autodetect-methods): Add
15806         bsfilter and bsfilter-headers.
15807
15808         * spam.el (spam-bsfilter): New customize group.
15809         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15810         (spam-bsfilter-header, spam-bsfilter-probability-header)
15811         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15812         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15813         (spam-bsfilter-database-directory): New options.
15814         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15815         (spam-list-of-statistical-checks, spam-registration-functions):
15816         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15817         (spam-bsfilter-score): New command.
15818         (spam-check-bsfilter-headers, spam-check-bsfilter)
15819         (spam-bsfilter-register-with-bsfilter)
15820         (spam-bsfilter-register-spam-routine)
15821         (spam-bsfilter-unregister-spam-routine)
15822         (spam-bsfilter-register-ham-routine)
15823         (spam-bsfilter-unregister-ham-routine): New functions.
15824         (spam-generic-score): Support bsfilter; Accept an optional argument
15825         to recalcurate spam score even if scoring header has already been
15826         added.
15827         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15828         optional argument to recalcurate spam score even if scoring header
15829         has already been added.
15830
15831 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15832
15833         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15834         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15835         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15836         link is missing.
15837
15838 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15839
15840         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15841         (html2text-get-attr): Rewrite.
15842
15843         * message.el (message-setup-1): Remove redundant put-text-property
15844         on mail-header-separator.
15845
15846 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15847
15848         * gnus-registry.el (gnus-registry-cache-whitespace)
15849         (gnus-registry-action, gnus-registry-spool-action)
15850         (gnus-registry-split-fancy-with-parent): Change message levels
15851         from 5 to 3 or 7, as needed.
15852
15853         * spam.el (spam-summary-prepare-exit)
15854         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15855         (spam-split, spam-find-spam, spam-log-undo-registration)
15856         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15857         level from 5 to 6.
15858
15859 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15862         2004-03-04 change).
15863
15864 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15865
15866         * sieve-manage.el (sieve-manage-open):
15867         * nnweb.el (nnweb-insert-html):
15868         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15869         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15870         * nnspool.el (nnspool-request-group):
15871         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15872         * nnml.el (nnml-request-update-info):
15873         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15874         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15875         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15876         (nnimap-request-set-mark):
15877         * nnfolder.el (nnfolder-request-update-info):
15878         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15879         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15880         * gnus-uu.el (gnus-uu-find-articles-matching):
15881         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15882         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15883         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15884         * gnus-nocem.el (gnus-nocem-scan-groups):
15885         * gnus-int.el (gnus-start-news-server):
15886         * gnus-group.el (gnus-group-make-kiboze-group)
15887         (gnus-group-browse-foreign-server):
15888         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15889         Use mapc when appropriate.
15890
15891 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15892
15893         FIXME: Make separate entries for each person.
15894
15895         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15896         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15897         <shields@msrl.com>:
15898
15899         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15900         may need for spam sorting and scoring.
15901         (spam-user-format-function-S): Add user format function suitable for
15902         general use.
15903         (spam-article-sort-by-spam-status): Add sorting function for summary
15904         sorting.
15905         (spam-extra-header-to-number): Add function to get a score from a
15906         header.
15907         (spam-summary-score): Add function to get a numeric score from the
15908         headers.
15909         (spam-generic-score): Fix function doc, was in wrong place.
15910         (spam-initialize): Take symbols when it's run, and install the
15911         extra headers that spam-necessary-extra-headers thinks we need.
15912
15913 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15914
15915         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15916         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15917
15918 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15919
15920         * gnus-sum.el (gnus-set-global-variables)
15921         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15922         (gnus-article-get-xrefs, gnus-summary-best-group)
15923         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15924         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15925         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15926         Use with-current-buffer.
15927
15928 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15929
15930         * spam.el (spam-summary-prepare-exit): Simplify logic.
15931         (spam-fetch-article-header): Read the article header if it's not
15932         available.
15933         (spam-list-articles): Simplify logic.
15934         (spam-filelist-register-routine): Fix bug with unregister-list.
15935
15936         * gnus-registry.el: Fix comments at beginning.
15937
15938 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15939
15940         * message.el (message-cater-to-broken-inn): Remove.
15941         (message-shorten-references): Make sure the total folded length of
15942         References is shorter than 998 characters to cater to a bug in INN
15943         2.3.  Also, don't pretend that references aren't folded -- this
15944         hasn't worked for a while.
15945
15946 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15947
15948         * gnus-agent.el (gnus-agentize):
15949         gnus-agent-send-mail-real-function no longer set to current value
15950         of message-send-mail-function but rather a lambda that calls
15951         message-send-mail-function.  The change makes the agent real-time
15952         responsive to user changes to message-send-mail-function.
15953
15954 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15955
15956         * legacy-gnus-agent.el
15957         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15958         help from Florian Weimer <fw@deneb.enyo.de>
15959
15960 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15961
15962         * nnmail.el (nnmail-cache-insert): Revert last change.
15963
15964 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * nnmail.el (nnmail-cache-insert): Always check whether
15967         nnmail-cache-ignore-groups matches a group name.
15968
15969 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15970
15971         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15972         (spam-find-spam, spam-log-processing-to-registry)
15973         (spam-log-registered-p, spam-log-unregistration-needed-p)
15974         (spam-log-undo-registration): Use gnus-message instead of
15975         gnus-error, none of these errors are fatal.
15976
15977         * gnus-registry.el (gnus-registry-clean-empty-function)
15978         (gnus-registry-clean-empty): Remove only empty entries without
15979         extra data.
15980
15981 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15982
15983         * spam-stat.el (spam-stat-buffer-change-to-spam)
15984         (spam-stat-buffer-change-to-non-spam): Change (error) to
15985         (gnus-message 8) invocation.
15986
15987 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * nntp.el (nntp-via-netcat-command): New variable.
15990         (nntp-via-netcat-switches): New variable.
15991         (nntp-open-via-rlogin-and-netcat): New function.
15992         (nntp-open-connection-function): Doc fix.
15993         (nntp-telnet-command): Doc fix.
15994         (nntp-end-of-line): Doc fix.
15995         (nntp-via-rlogin-command): Doc fix.
15996         (nntp-via-user-name): Doc fix.
15997         (nntp-via-address): Doc fix.
15998
15999 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16002         error in Emacs 21.1.
16003
16004 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16007
16008 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16009
16010         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16011         (gnus-agent-with-refreshed-group): New macro.
16012         (gnus-agent-rename-group): New function.
16013         (gnus-agent-delete-group): New function.
16014         (gnus-agent-save-group-info): Use gnus-command-method when
16015         `method' parameter is nil.  Don't write nil entries into the
16016         active file.
16017         (gnus-agent-get-group-info): New function.
16018         (gnus-agent-fetch-articles): Use
16019         gnus-agent-update-files-total-fetched-for to increment disk space
16020         used.
16021         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16022         gnus-agent-update-view-total-fetched-for to increment disk space
16023         used.
16024         (gnus-agent-get-local): Added optional parameters to avoid calling
16025         gnus-group-real-name and gnus-find-method-for-group.
16026         (gnus-agent-set-local): Delete stored entry if either min, or max,
16027         are nil.
16028         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16029         quit, use gnus-agent-regenerate-group to record existance of any
16030         articles fetched to disk before the quit occurred.
16031         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16032         gnus-agent-update-view-total-fetched-for, and
16033         gnus-agent-update-files-total-fetched-for to decrement disk space
16034         used.
16035         (gnus-agent-retrieve-headers): Use
16036         gnus-agent-update-view-total-fetched-for to increment disk space
16037         used.
16038         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16039         with gnus-agent-update-files-total-fetched-for to decrement disk
16040         space and fresh group buffer.
16041         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16042         (gnus-agent-need-update-total-fetched-for): New variable.
16043         (gnus-agent-update-files-total-fetched-for): New function.
16044         (gnus-agent-update-view-total-fetched-for): New function.
16045         (gnus-agent-total-fetched-for): New function.
16046
16047         * gnus-cache.el (gnus-cache-save-buffers): Use
16048         gnus-cache-update-overview-total-fetched-for to change disk space
16049         used by this group.
16050         (gnus-cache-possibly-enter-article): Use
16051         gnus-cache-update-file-total-fetched-for to increment disk space
16052         used by this group.
16053         (gnus-cache-possibly-remove-article): Use
16054         gnus-cache-update-file-total-fetched-for to decrement disk space
16055         used by this group.
16056         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16057         (gnus-cache-rename-group): New function.
16058         (gnus-cache-delete-group): New function.
16059         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16060         (gnus-cache-need-update-total-fetched-for): New variable.
16061         (gnus-cache-with-refreshed-group): New macro.
16062         (gnus-cache-update-file-total-fetched-for): New function.
16063         (gnus-cache-update-overview-total-fetched-for): New function.
16064         (gnus-cache-rename-group-total-fetched-for): New function.
16065         (gnus-cache-delete-group-total-fetched-for): New function.
16066         (gnus-cache-total-fetched-for): New function.
16067
16068         * gnus-group.el: Require gnus-sum and autoload functions to
16069         resolve warnings when gnus-group.el compiled alone.
16070         (gnus-group-line-format): Documented new %F.
16071         (size of Fetched data) group line format; identifies disk space
16072         used by agent and cache.
16073         (gnus-group-line-format-alist): Defined new F format.
16074         (gnus-total-fetched-for): New function.
16075         (gnus-group-delete-group): No longer update
16076         gnus-cache-active-altered as gnus-request-delete-group now keeps
16077         the cache in sync.
16078         (gnus-group-list-active): Let the agent store a server's active
16079         list if currently plugged.
16080
16081         * gnus-int.el (gnus-request-delete-group):
16082         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16083         local disk in sync with the server.
16084         (gnus-request-rename-group):
16085         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16086         local disk in sync with the server.
16087
16088         * gnus-start.el (gnus-get-unread-articles):
16089         Cosmetic simplification to logic.
16090
16091         * gnus-util.el (gnus-rename-file): New function.
16092
16093 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16094
16095         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16096
16097 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16098
16099         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16100         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16101
16102 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16103
16104         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16105         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16106
16107 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16108
16109         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16110
16111 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16112
16113         * spam.el (spam-set-difference): Add function to replace
16114         gnus-set-difference in spam.el.
16115         (spam-summary-prepare-exit): Use spam-set-difference.
16116
16117 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16118
16119         * gnus-registry.el (gnus-registry-cache-file): Update to use
16120         gnus-dribble-directory OR gnus-home-directory OR ~.
16121         (gnus-registry-split-fancy-with-parent): Fix doc.
16122
16123 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * message.el (message-exchange-point-and-mark): Use
16126         message-mark-active-p.  Suggested by Jesper Harder
16127         <harder@ifa.au.dk>.
16128
16129 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * message.el (message-exchange-point-and-mark): Don't activate
16132         region if it was inactive.  Suggested by Hiroshi Fujishima
16133         <pooh@nature.tsukuba.ac.jp>.
16134
16135 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * gnus-art.el (article-display-face): Display Faces in the same
16138         order as X-Faces.
16139
16140 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16143
16144 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16147         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16148         (gnus-article-mime-hierarchy): Remove.
16149         (gnus-article-mime-hierarchy-next): Remove.
16150         (gnus-article-mode): Revert 2004-03-19 change.
16151         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16152         (gnus-insert-mime-button): Revert 2004-03-19 change.
16153         (gnus-mime-accumulate-hierarchy): Remove.
16154         (gnus-mime-enter-multipart): Remove.
16155         (gnus-mime-leave-multipart): Remove.
16156         (gnus-mime-display-part): Revert 2004-03-19 change.
16157         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16158
16159         * mml.el (mml-preview): Revert 2004-03-19 change.
16160
16161 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16162
16163         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16164
16165 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16168         t while entering a file name using the mm-with-multibyte macro.
16169         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16170
16171         * mm-util.el (mm-with-multibyte): New macro.
16172
16173 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16176         user option.
16177         (gnus-mime-multipart-functions): Doc and customization fix.
16178         (gnus-article-mime-hierarchy): New variable.
16179         (gnus-article-mime-hierarchy-next): New variable.
16180         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16181         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16182         gnus-article-mime-hierarchy-next to nil.
16183         (gnus-insert-mime-button): Show hierarchy numbers.
16184         (gnus-mime-accumulate-hierarchy): New function.
16185         (gnus-mime-enter-multipart): New function.
16186         (gnus-mime-leave-multipart): New function.
16187         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16188         (gnus-mime-display-alternative): Show hierarchy numbers.
16189
16190         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16191         gnus-article-mime-hierarchy-next to nil.
16192
16193 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16194
16195         * dns.el: Don't require gnus-xmas.
16196
16197 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16198
16199         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16200         inline PGP.
16201         (mml-menu): Disable mml-quote-region if mark is inactive.
16202
16203 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16206         when the group's active is not available.
16207
16208 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16211         error.
16212
16213 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16214
16215         * imap.el (imap-store-password): New variable.
16216         (imap-interactive-login): Use it.
16217         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16218
16219 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16222         window-start and hscroll to summary window.
16223
16224 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16225
16226         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16227         conversion message to newsrc-dribble when an actual conversion is
16228         performed.
16229
16230 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16231
16232         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16233
16234 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * mm-decode.el (mm-complicated-handles): New function reviving
16237         former definition of mm-multiple-handles.
16238
16239         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16240         (gnus-mime-delete-part): Use it.
16241
16242 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16243
16244         * gnus-agent.el (gnus-agent-read-local): Bind
16245         nnheader-file-coding-system to gnus-agent-file-coding-system to
16246         avoid the implicit assumption that they will always be equal.
16247         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16248         coding-system-for-write, as the with-temp-file macro first prints
16249         to a buffer then saves the buffer.
16250
16251 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (gnus-article-edit-part): New function.
16254         (gnus-mime-save-part-and-strip): Use it; do query instead of
16255         signaling an error; don't use mm-multiple-handles.
16256         (gnus-mime-delete-part): Ditto.
16257
16258 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16259
16260         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16261         old file versions.
16262         (gnus-group-prepare-hook): Removed function that converted list
16263         form of gnus-agent-expire-days to group properties.
16264
16265         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16266         (gnus-request-accept-article): Re-indented.
16267
16268         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16269         converters to handle old agent file formats.  Added logic for a
16270         "backup before upgrading warning".
16271         (gnus-convert-mark-converter-prompt): Developers can mark
16272         functions as needing (default), or not needing,
16273         gnus-convert-old-newsrc's "backup before upgrading warning".
16274         (gnus-convert-converter-needs-prompt): Tests whether the user
16275         should be protected from potentially irreversable changes by the
16276         function.
16277
16278         * legacy-gnus-agent.el: New.  Provides converters that are only
16279         loaded when gnus-convert-old-newsrc needs to call them.
16280
16281 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * mail-source.el (mail-source-touch-pop): Doc fix.
16284
16285         * message.el (message-smtpmail-send-it): Doc fix.
16286
16287 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16288
16289         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16290
16291         * nnmail.el (nnmail-split-fancy): do.
16292
16293         * gnus-kill.el (gnus-kill, gnus-execute): do.
16294
16295 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16296
16297         * gnus-sum.el (gnus-widget-reversible-match)
16298         (gnus-widget-reversible-to-internal)
16299         (gnus-widget-reversible-to-external): New functions.
16300         (gnus-widget-reversible): New widget.
16301         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16302
16303 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16304
16305         * gnus-sum.el (gnus-thread-sort-functions)
16306         (gnus-article-sort-functions): Document `(not F)' items.
16307
16308 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16309
16310         * spam.el (spam-use-gmane-xref): Add new backend.
16311         (spam-gmane-xref-spam-group): Add variable to control the name of the
16312         Gmane spam group.
16313         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16314         (spam-regex-headers-spam, spam-regex-headers-ham)
16315         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16316         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16317         backends and checks.
16318         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16319
16320         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16321         an autodetect method.
16322
16323 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16324
16325         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16326         articles are being added to a group.
16327         (gnus-request-replace-article): Inform the agent that articles
16328         need to be uncached as the cached contents are no longer valid.
16329
16330 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * binhex.el: Don't autoload executable-find.
16333
16334         * canlock.el: Don't autoload mail-fetch-field.
16335
16336         * dgnushack.el: Autoload c-mode for XEmacs.
16337
16338         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16339
16340         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16341         rmail-dont-reply-to and rmail-output.
16342
16343         * gnus-score.el: Don't autoload ffap-string-at-point.
16344
16345         * gnus-setup.el: Don't autoload sc-cite-original.
16346
16347         * imap.el: Don't autoload base64-decode-string,
16348         base64-encode-string and md5.
16349
16350         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16351         and rmail-msg-restore-non-pruned-header.
16352
16353         * mm-decode.el: Don't autoload executable-find.
16354
16355         * mm-url.el: Don't autoload executable-find.
16356
16357         * mm-view.el: Don't autoload diff-mode.
16358
16359         * nndb.el: Don't autoload news-reply-mode, news-setup,
16360         cancel-timer and telnet.
16361
16362         * password.el: Don't autoload run-at-time for Emacs.
16363
16364         * sha1-el.el: Don't autoload executable-find.
16365
16366         * sieve-mode.el: Don't autoload c-mode.
16367
16368         * uudecode.el: Don't autoload executable-find.
16369
16370 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16371
16372         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16373         (gnus-agent-possibly-alter-active): Avoid null in numeric
16374         comparison.
16375         (gnus-agent-set-local): Refuse to save null in local object table.
16376         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16377         list of articles that will be marked as unread.
16378
16379 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16382
16383 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16384
16385         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16386         language tags.
16387
16388 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16389
16390         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16391         Don't bind "obarray".
16392
16393         * gnus-sum.el (gnus-thread-sort-functions): Added
16394         `gnus-thread-sort-by-most-recent-number' and
16395         `gnus-thread-sort-by-most-recent-date'.
16396         Reported by Kai Grossjohann <kai@emptydomain.de>.
16397
16398 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16401
16402 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16403
16404         * gnus-cus.el (gnus-agent-customize-category): Removed
16405         ignore-errors macro reference that required cl to be loaded at
16406         run-time.
16407
16408         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16409         single-interval range of the form (min . max).  Previously the
16410         range had to look like ((min . max)).  Likewise, return
16411         (min . max) rather than ((min . max)).
16412         (gnus-range-map): Use gnus-range-normalize to accept
16413         single-interval range.
16414
16415         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16416         the cache, but not the agent, now appear with their usual face.
16417
16418         * dgnushack.el (loaddir): New variable that is bound to the
16419         directory containing the dgnushack.el file. Use loaddir, rather
16420         than srcdir, to update load-path. Change lets dgnushack compile
16421         code in directories other than GNUS/lisp.
16422
16423 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * lpath.el: Don't bind w3m-safe-url-regexp.
16426
16427         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16428         w3m-safe-url-regexp variable buffer-local.
16429
16430         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16431
16432 2004-02-27  Simon Josefsson  <jas@extundo.com>
16433
16434         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16435         gnus-group-real-prefix.
16436         (gnus-summary-move-article): Use it, instead of
16437         gnus-group-real-prefix.
16438
16439 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * lpath.el: Bind w3m-safe-url-regexp.
16442
16443         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16444         w3m-safe-url-regexp variable buffer-local and set it as the value
16445         of mm-w3m-safe-url-regexp.
16446
16447         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16448
16449         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16450         parsing gnus-posting-styles when the message is not for replying.
16451
16452         * dgnushack.el: Autoload sgml-mode for XEmacs.
16453
16454         * nnrss.el (nnrss-opml-export): Use
16455         mm-set-buffer-file-coding-system instead of
16456         set-buffer-file-coding-system.
16457
16458 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16459
16460         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16461         of checkdoc.el).
16462         * nnrss.el: do.
16463         * gnus-mlspl.el: do.
16464         * gnus-ml.el: do.
16465         * gnus-srvr.el: do.
16466
16467         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16468
16469 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16470
16471         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16472         Corrections to custom-manual links.
16473
16474         * gnus-art.el (gnus-article): Ditto.
16475
16476         * mm-decode.el (mime-display, mime-security): Ditto.
16477
16478 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16479
16480         * flow-fill.el: Typo.
16481
16482 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16483
16484         * spam-wash.el: New file.
16485
16486 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16487
16488         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16489
16490 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16491
16492         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16493         to be run with new-articles as LIST1, not LIST2.
16494         (spam-registration-functions): Add spam-use-ham-copy as a nil
16495         registration backend.
16496
16497 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16498
16499         * spam-stat.el (spam-stat-washing-hook): New option.
16500         (spam-stat-buffer-words): Use it.
16501         (spam-stat-process-directory, spam-stat-test-directory): Use
16502         insert-file-contents-literally.
16503         (spam-stat-coding-system): New variable.
16504         (spam-stat-load, spam-stat-save): Use it.
16505
16506 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * spam-report.el (spam-report-plug-agent): Quote
16509         spam-report-url-to-file and spam-report-url-ping-plain.
16510
16511 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16512
16513         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16514         / in mailto URLs.
16515
16516 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * spam-report.el (spam-report-process-queue): Fix interactive use.
16519         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16520         (spam-report-unplug-agent): Doc fixes.
16521         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16522         (spam-report-agentize, spam-report-deagentize): Autoload.
16523
16524 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16527
16528         * message.el (message-setup-fill-variables): Add mml tags to
16529         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16530         <ajk@iu.edu>.
16531         (message-mode): Don't modify paragraph-separate there.
16532
16533 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * compface.el (uncompface-use-external): Default to undecided.
16536         (uncompface-use-external-threshold): New variable.
16537         (uncompface-float-time): New macro.
16538         (uncompface): Determine whether to use the external decoder if
16539         uncompface-use-external is undecided.
16540
16541 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16542
16543         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16544         after images.
16545
16546         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16547
16548 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16549
16550         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16551
16552         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16553
16554         * gnus-sum.el (gnus-summary-limit-to-age)
16555         (gnus-summary-limit-children): do.
16556
16557         * gnus-int.el (gnus-request-scan): do.
16558
16559         * gnus-group.el (gnus-group-suspend): do.
16560
16561         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16562
16563         * gnus-cite.el (gnus-cite-parse-attributions): do.
16564
16565         * gnus-agent.el (gnus-summary-set-agent-mark)
16566         (gnus-agent-regenerate-group): do.
16567
16568         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16569
16570         * binhex.el (binhex-decode-region-internal): do.
16571
16572 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-fun.el (gnus-face-properties-alist): New user option.
16575         (gnus-display-x-face-in-from): Use it.
16576
16577         * gnus-art.el (article-display-face): Ditto.
16578
16579         * compface.el (uncompface-use-external): Default to nil.
16580
16581 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16582
16583         * nntp.el (nntp-erase-buffer): New function.
16584         (nntp-retrieve-data, nntp-send-command)
16585         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16586         (nntp-possibly-change-group): Use it.
16587
16588         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16589         with-current-buffer.
16590
16591 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16592
16593         * compface.el: Merge the ELisp-based uncompface program.
16594         (compface): New customization group.
16595         (uncompface-use-external): New user option.
16596         (uncompface): Call uncompface-internal if uncompface-use-external
16597         is nil.
16598         (uncompface-internal): New function.  Note that there are also
16599         some other functions and variables added for this function.
16600
16601 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16602
16603         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16604         if necessary.
16605
16606 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16607
16608         * spam-report.el (spam-report-unplug-agent)
16609         (spam-report-plug-agent, spam-report-deagentize)
16610         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16611         Add support for the Agent in spam-report: when unplugged, report to a
16612         file; when plugged, submit all the requests.
16613
16614         * spam.el (spam-register-routine): Fix message about
16615         registration.
16616
16617 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16618
16619         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16620         dependencies.
16621         (rfc2047-encode): Use it.
16622
16623         * gnus-art.el (gnus-button-marker-list): Move before first
16624         reference.
16625
16626         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16627         (imap-parse-body): Fix format string mismatch.
16628
16629         * gnus-score.el (gnus-summary-increase-score): do.
16630
16631         * nnrss.el (nnrss-close): New function.
16632
16633 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16634
16635         * nnrss.el (nnrss-make-filename): New function.
16636         (nnrss-request-delete-group, nnrss-read-server-data)
16637         (nnrss-save-server-data, nnrss-read-group-data)
16638         (nnrss-save-group-data): Use it.
16639         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16640         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16641         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16642
16643 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16644
16645         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16646
16647 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16648
16649         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16650         files.
16651
16652         * message.el (message-generate-headers-first): Don't quote nil
16653         and t in docstrings.
16654
16655         * imap.el (imap-id): do.
16656
16657         * gnus-agent.el (gnus-agent-consider-all-articles)
16658         (gnus-agent-queue-mail): do.
16659
16660 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16661
16662         * spam-report.el (spam-report-process-queue): New function.
16663         Process requests from `spam-report-requests-file'.
16664         (spam-report-process-queue): Doc fix.
16665
16666 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16667
16668         * spam.el (spam-register-routine)
16669         (spam-log-processing-to-registry, spam-log-registered-p)
16670         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16671         Change "check" to "spam-check" for semi-clarity.
16672
16673 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16674
16675         * pop3.el: Require nnheader.
16676
16677         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16678
16679         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16680
16681         * gnus-picon.el: Require cl.
16682
16683         * gnus-fun.el: Require gnus-ems and gnus-util.
16684
16685         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16686
16687         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16688
16689         * gnus-art.el (gnus-article-edit-mode): Define before first
16690         reference.
16691
16692 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16693
16694         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16695         (gnus-uu-post-encoded): Use point-at-bol.
16696
16697         * gnus-topic.el (gnus-group-active-topic-p): do.
16698
16699         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16700
16701         * gnus-group.el (gnus-group-kill-region): do.
16702
16703         * gnus-art.el (article-date-ut): do.
16704
16705         * message.el (message-fetch-field): Remove redundant
16706         case-fold-search binding.
16707         (message-narrow-to-field): Simplify.
16708
16709 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * spam.el (spam-directory): Derive from `gnus-directory'.
16712
16713         * spam-report.el (spam-report-url-to-file)
16714         (spam-report-requests-file): New function and variable for offline
16715         reporting.
16716         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16717         and user defined function.
16718         (spam-report-url-ping-mm-url): Remove doubled slash.
16719
16720 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16721
16722         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16723
16724 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16725
16726         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16727         format string mismatch.
16728
16729         * sieve.el (sieve-deactivate-all): do.
16730
16731         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16732
16733         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16734
16735         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16736
16737         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16738
16739 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16742         the list of checks.
16743
16744 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16745
16746         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16747         padding.
16748
16749 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16750
16751         * mm-view.el (mm-fill-flowed): New variable.
16752         (mm-inline-text): Use it.
16753
16754 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16755
16756         * spam.el (spam-spamassassin-register-ham-routine)
16757         (spam-spamassassin-register-spam-routine): Fix function names.
16758
16759 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus.el (gnus-tmp-grouplens): Remove.
16762         (gnus-summary-line-format): Remove grouplens.
16763
16764         * gnus-group.el (gnus-group-line-format): Ditto.
16765
16766         * gnus-spec.el (gnus-format-specs): Ditto.
16767         (gnus-update-format-specifications): Flush the group format spec
16768         cache if there's the grouplens stuff.
16769         (gnus-parse-simple-format): Replace %l with the empty string.
16770
16771 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16772
16773         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16774         omission.
16775
16776 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16779         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16780
16781 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16782
16783         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16784         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16785         New macros and functions.
16786         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16787         Handle > NLINK_MAX messages.
16788         * nnmaildir.el (nnmaildir-request-set-mark): Use
16789         nnmaildir--emlink-p and nnmaildir--eexist-p.
16790
16791 2004-01-25  Alex Schroeder  <alex@gnu.org>
16792
16793         * spam-stat.el (spam-stat-process-directory-age): New option.
16794         (spam-stat-process-directory): Use it.
16795
16796 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16797
16798         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16799         (spam-stat-save): Accept prefix argument.
16800
16801 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16802
16803         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16804         links" error.
16805
16806 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16809         the rest of the and/or forms.
16810
16811 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16812
16813         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16814         compatibility with old .newsrc.eld files.
16815
16816         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16817
16818         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16819
16820         * gnus-start.el (gnus-1): do.
16821
16822         * gnus-group.el (gnus-group-line-format-alist): do.
16823
16824         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16825
16826         * gnus-gl.el: Remove.
16827
16828 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16829
16830         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16831         marks consisting of a single range {for example, (3 . 5)} rather
16832         than a list of a single range { ((3 . 5)) }.
16833
16834 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16835
16836         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16837         with-current-buffer.
16838         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16839         avoid consing a string.
16840
16841         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16842         Remove obsolete entries for big5 and gb2312.
16843
16844 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16845
16846         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16847         uncompressed list.
16848
16849 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16850
16851         * spam-stat.el (spam-stat-strip-xref): New function.
16852         (spam-stat-process-directory): Use it.
16853
16854         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16855         here -- it's done in message-fetch-field.
16856
16857 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16858
16859         * gnus-agent.el (gnus-agent-queue-mail)
16860         (gnus-agent-prompt-send-queue): New variables.
16861         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16862         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16863         "nndraft:queue" along to gnus-draft-send.  Use
16864         gnus-agent-prompt-send-queue.
16865         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16866         is "nndraft:queue".  Suggested by Gaute Strokkenes
16867         <gs234@srcf.ucam.org>
16868
16869         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16870         (agent-enable-undownloaded-faces): Added.
16871         (gnus-agent-cat-groups): Use eval-and-compile, not
16872         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16873         method of gnus-agent-cat-groups even when the buffer has been
16874         evaled.
16875         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16876         delete gnus-agent-save-active-1.
16877         (gnus-agent-save-groups): Deleted.  Identical to
16878         gnus-agent-save-active.
16879         (gnus-agent-write-active): No longer adjust agent's copy of active
16880         file as agent's adjustments are now stored in their own
16881         file.  Removed optional parameter.
16882         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16883         servers.  Add use of min/max range limits from server's local
16884         file.
16885         (gnus-agent-save-alist): Removed unused optional argument.
16886         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16887         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16888         (gnus-agent-set-local): A per-server file that keeps min/max range
16889         limits for articles known to the agent.  Provides a fast mechanism
16890         for altering many active ranges.
16891         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16892         active file (local makes it unnecessary).
16893         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16894
16895         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16896         (agent-enable-undownloaded-faces): Added.
16897
16898         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16899         disable it when sending to "nndraft:queue".
16900         (gnus-group-send-queue): Add safety check to avoid sending queue
16901         when unplugged.
16902
16903         * gnus-group.el (gnus-group-catchup): Use new
16904         gnus-sequence-of-unread-articles, not
16905         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16906         numbers of articles.  Use gnus-range-map to avoid having to
16907         uncompress the unread list.
16908         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16909         Fixed invalid ange-ftp reference.
16910
16911         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16912         (gnus-sorted-range-intersection): Intersection of two ranges
16913         without requiring that they first be uncompressed.
16914
16915         * gnus-start.el (gnus-activate-group): Unless blocked by the
16916         caller, possibly expand the active range to include both cached
16917         and agentized articles.
16918         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16919         multiple version-dependent converters.
16920         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16921         gnus-agent-save-active.
16922         (gnus-save-newsrc-file): Save dirty agent range limits.
16923
16924         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16925         gnus-agent-possibly-alter-active.
16926         (gnus-adjust-marked-articles): Faster handling of simple lists.
16927
16928 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16929
16930         * spam-stat.el (spam-stat-test-directory): New optional argument
16931         displays a list of files detected.  Suggested by Andrew Cohen
16932         <cohen@andy.bu.edu>.
16933         (spam-stat-buffer-words-with-scores): Don't narrow and change
16934         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16935
16936 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16937
16938         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16939         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16940         (spam-spamassassin-arguments)
16941         (spam-spamassassin-spam-flag-header)
16942         (spam-spamassassin-positive-spam-flag-header)
16943         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16944         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16945         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16946         (spam-list-of-processors, spam-list-of-checks)
16947         (spam-list-of-statistical-checks, spam-registration-functions)
16948         (spam-check-spamassassin-headers, spam-check-spamassassin)
16949         (spam-spamassassin-score)
16950         (spam-spamassassin-register-with-sa-learn)
16951         (spam-spamassassin-register-spam-routine)
16952         (spam-spamassassin-register-ham-routine)
16953         (spam-assassin-register-spam-routine)
16954         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16955         (spam-bogofilter-score): Fix to show article before scoring.
16956
16957 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16960         default scoring function.
16961         (spam-generic-score): Call spam-spamassassin-score if
16962         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16963         spam-bogofilter-score otherwise.
16964
16965         * gnus.el (spam-process, spam-autodetect-methods): Add
16966         spamassassin and spamassassin-headers.
16967
16968 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16969
16970         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16971         Suppress unnecessary messages.
16972
16973 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16974
16975         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16976         make-hash-table.
16977
16978 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * canlock.el (base64-encode-string): Don't autoload it.
16981
16982 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * run-at-time.el: Remove useless (require 'itimer),
16985         eval-and-compile and (featurep 'xemacs).
16986
16987 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16988
16989         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16990         GROUP is a virtual group.
16991
16992 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16993
16994         * gnus.el: Autoload `message-y-or-n-p'.
16995
16996 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16997
16998         * pgg-parse.el: Remove unnecessary (require 'custom).
16999
17000         * pgg-def.el: do.
17001
17002         * nnmail.el: do.
17003
17004         * gnus-undo.el: do.
17005
17006         * gnus-picon.el: do.
17007
17008         * gnus-util.el: do.
17009
17010 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17013
17014 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17017         handle, as well as a list.
17018
17019         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17020         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17021         (mm-w3m-cid-retrieve): Simplify.
17022
17023 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17024
17025         * message.el (message-kill-to-signature): Allow prefix arg to
17026         specify number of lines to keep before signature.
17027
17028 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17029
17030         * message.el (message-kill-to-signature): Change docstring.
17031
17032 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * canlock.el: Always require sha1-el.
17035         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17036
17037         * message.el: Autoload sha1 only when compiling.
17038
17039         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17040         eudc-expand-inline for XEmacs.
17041
17042 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * message.el (message-canlock-generate): Require sha1-el.
17045
17046 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17047
17048         * message.el (message-expand-name): Silence the byte compiler.
17049
17050         * lpath.el: Add detect-coding-system.
17051
17052         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17053         cus-edit.
17054
17055 2004-01-13  Simon Josefsson  <jas@extundo.com>
17056
17057         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17058         Invoke gnus-score-mode.  Reported by
17059         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17060
17061         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17062         Jim Blandy <jimb@redhat.com> (tiny change).
17063
17064 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17065
17066         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17067
17068 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17069
17070         * spam.el (spam-get-article-as-string): Update to use
17071         gnus-request-article-this-buffer, much simpler.
17072         (spam-get-article-as-buffer): Remove.
17073
17074 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17075
17076         * message.el (message-expand-name): Use EUDC if the user uses that.
17077
17078 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17079
17080         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17081         character for the encoding to avoid consing a string.
17082
17083         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17084         unnecessarily.
17085
17086         * mm-util.el (mm-replace-chars-in-string): Remove.
17087
17088         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17089         of mm-replace-chars-in-string.
17090
17091 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17092
17093         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17094
17095         * mm-util.el (mm-subst-char-in-string): Support inplace.
17096
17097         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17098         a new string in every iteration.  Use shy groups.
17099
17100 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17101
17102         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17103         * gnus-soup.el (gnus-soup-group-brew):
17104         * gnus-msg.el (gnus-put-message):
17105         * gnus-move.el (gnus-group-move-group-to-server):
17106         * gnus-kill.el (gnus-batch-score):
17107         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17108         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17109         (gnus-group-update-group, gnus-group-read-group)
17110         (gnus-group-make-group, gnus-group-make-help-group)
17111         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17112         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17113         (gnus-group-sort-by-unread, gnus-group-catchup)
17114         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17115         (gnus-group-yank-group, gnus-group-set-info)
17116         (gnus-group-list-groups):
17117         * gnus.el (gnus-generate-new-group-name):
17118         * gnus-delay.el (gnus-delay-send-queue):
17119         * nnvirtual.el (nnvirtual-catchup-group):
17120         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17121         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17122         (gnus-group-prepare-topics, gnus-topic-check-topology):
17123         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17124         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17125         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17126         (gnus-group-make-articles-read):
17127         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17128         (gnus-group-change-level, gnus-kill-newsgroup)
17129         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17130         (gnus-get-unread-articles, gnus-make-articles-unread)
17131         (gnus-make-ascending-articles-unread): Use accessor
17132         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17133         to get group information for improved readability.
17134
17135
17136 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17137
17138         * gnus-art.el (article-decode-mime-words, article-babel)
17139         (gnus-article-highlight-signature, gnus-article-add-buttons)
17140         (gnus-signature-toggle): Use gnus-with-article-buffer.
17141
17142         * gnus-art.el (gnus-article-highlight-headers)
17143         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17144
17145         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17146         (gnus-article-set-globals, gnus-request-article-this-buffer)
17147         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17148         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17149         (gnus-mime-display-alternative): Use with-current-buffer.
17150
17151 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17152
17153         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17154         also under 80 char limit, and call gnus-error if needed.
17155         (spam-fetch-article-header): Fix - it was a
17156         buffer-local variable (gnus-newsgroup-data).
17157         (spam-find-spam): Use spam-generate-fake-headers, forget about
17158         spam-insert-fake-headers.
17159         (spam-insert-fake-headers): Remove.
17160
17161 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17162
17163         * deuglify.el (gnus-article-outlook-unwrap-lines)
17164         (gnus-outlook-rearrange-article)
17165         (gnus-outlook-repair-attribution-outlook)
17166         (gnus-outlook-repair-attribution-block)
17167         (gnus-outlook-repair-attribution-other): Remove redundant
17168         save-excursion.
17169
17170 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17173         (spam-fetch-field-subject-fast)
17174         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17175         (spam-fetch-article-header): Add functions to deal with Gnus
17176         internals for fast retrieval of article header data.
17177         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17178
17179 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17180
17181         * pop3.el (pop3-md5): Remove.
17182         (pop3-apop): Replace pop3-md5 with md5.
17183
17184         * mm-bodies.el: base64 is always built-in.
17185
17186         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17187         with-current-buffer.
17188
17189 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * canlock.el (canlock-insert-header): Remove excessive grouping in
17192         regexp.
17193
17194         * gnus-sum.el (gnus-summary-read-document): Ditto.
17195
17196         * gnus-uu.el (gnus-uu-part-number): Ditto.
17197
17198         * html2text.el (html2text-remove-tags): Ditto.
17199         (html2text-format-tags): Ditto.
17200         (html2text-format-single-elements): Ditto.
17201
17202         * mml.el (mml-parse-1): Ditto.
17203
17204 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17205
17206         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17207
17208         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17209
17210         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17211
17212         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17213
17214 2003-11-15  Simon Josefsson  <jas@extundo.com>
17215
17216         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17217         (pgg-gpg-lookup-key): Use regexp match instead of
17218         split-string (split-string is different between emacs 21.2 and
17219         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17220
17221 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17222
17223         * gnus-art.el (gnus-mime-view-all-parts)
17224         (gnus-article-part-wrapper, gnus-article-view-part): Use
17225         with-current-buffer.
17226
17227 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17228
17229         * spam.el (spam-disable-spam-split-during-ham-respool)
17230         (spam-spamoracle-database, spam-cache-lookups)
17231         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17232         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17233         (spam-group-ham-marks, spam-group-spam-marks)
17234         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17235         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17236         also add spam-use-blackholes to the statistical checks.
17237         (spam-fetch-field-fast): Add interface to fetching fields, may
17238         become a macro.
17239         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17240         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17241         (spam-insert-fake-headers): Fake an article when needed.
17242         (spam-find-spam): Fake article when possible.
17243         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17244         (spam-check-bogofilter-headers): Use message-fetch-field instead
17245         of nnmail-fetch-field.
17246
17247 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17250
17251 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17252
17253         * spam.el (spam-split): Do not require spam-use-CHECK to be
17254         enabled if that check is passed to spam-split explicitly; also
17255         fix so 'spam doesn't get converted to spam-split-group when
17256         spam-split-symbolic-return is t.
17257         (spam-find-spam): Find registrations of the article and use those
17258         instead of re-running spam-split to find the spam/ham
17259         classification of the article.
17260         (spam-log-processing-to-registry, spam-log-registered-p)
17261         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17262         Use gnus-error instead of gnus-message.
17263         (spam-log-registration-type): Add function to determine the
17264         classification of a message based on registry entries; will
17265         return nil if both 'spam and 'ham are found.
17266         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17267         a reasonably fast local cache without the loading errors.
17268         (spam-cache-lookups): Set to t by default.
17269         (spam-find-spam): Don't try to guess spam-cache-lookups.
17270         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17271         spam-caches entry.
17272         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17273         caching of whitelist/blacklist entries.
17274         (spam-check-whitelist, spam-check-blacklist): Invoke
17275         spam-from-listed-p with a type, not a cache variable.
17276         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17277
17278 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17279
17280         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17281
17282         * nnmail.el (nnmail-split-fancy): do.
17283
17284         * mml.el (mml-parse): do.
17285
17286         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17287         (gnus-score-adaptive): do.
17288
17289 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17292         (gnus-mime-button-map): Don't set keymap parent.
17293         (gnus-button-ctan-directory-regexp): Use shy grouping.
17294         (gnus-prev-page-map): Don't set keymap parent.
17295         (gnus-prev-page-map): Remove duplicated one.
17296         (gnus-next-page-map): Don't set keymap parent.
17297         (gnus-mime-security-button-map): Ditto.
17298
17299         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17300         version number.
17301
17302         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17303
17304 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * canlock.el (canlock-sha1-function): Remove.
17307         (canlock-sha1-function-for-verify): Remove.
17308         (canlock-openssl-program): Remove.
17309         (canlock-openssl-args): Remove.
17310         (canlock-ignore-errors): Remove.
17311         (canlock-sha1-with-openssl): Remove.
17312         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17313         (canlock-verify): Don't use canlock-ignore-errors.
17314
17315         * sha1-el.el (sha1-string-external): Make it can return a string
17316         in binary form.
17317         (sha1-region-external): Ditto.
17318         (sha1-string-internal): Ditto.
17319         (sha1-region-internal): Ditto.
17320         (sha1-region): Ditto.
17321         (sha1-string): Ditto.
17322         (sha1): Ditto.
17323
17324 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17325
17326         * spam.el (spam-report-articles-gmane): New command.
17327
17328 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17331
17332         * run-at-time.el (run-at-time-saved): Remove.
17333         (run-at-time): Doc fix.
17334
17335 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17338         (gnus-summary-limit-map): Add it.
17339         (gnus-summary-make-menu-bar): do.
17340
17341 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17344         Make attempt at some caching support (done for BBDB only now).
17345         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17346         addresses to be checked.
17347         (spam-clear-cache-BBDB): Add function, to be invoked by
17348         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17349         (spam-check-BBDB): Check and use the caches, if
17350         spam-cache-lookups is on, remove superfluous (provide).
17351
17352 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17353
17354         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17355
17356 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17357
17358         * run-at-time.el (run-at-time-saved): Move to after the definition
17359         of `run-at-time'.
17360
17361         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17362
17363 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17366         mm-w3m-local-map-property.
17367
17368         * mm-view.el (mm-w3m-mode-map): Remove.
17369         (mm-w3m-local-map-property): Remove.
17370         (mm-inline-text-html-render-with-w3m): Don't use
17371         mm-w3m-local-map-property.
17372
17373 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17374
17375         * run-at-time.el: New file.
17376
17377         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17378         under Emacs.
17379
17380         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17381         of gnus-set-text-properties.
17382
17383         * gnus-uu.el (gnus-uu-save-article): Ditto.
17384
17385         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17386
17387         * gnus-cite.el (gnus-cite-parse): Ditto.
17388
17389         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17390         of gnus-.
17391
17392         * gnus-xmas.el (run-at-time): Require run-at-time.
17393
17394         * gnus.el: Changed calls to nnheader-run-at-time and
17395         password-run-at-time throughout to use run-at-time directly.
17396
17397         * password.el: Removed definition of run-at-time.
17398
17399         * nnheaderxm.el: Remove definition of run-at-time.
17400
17401 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17402
17403         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17404         in prompt.
17405
17406 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17407
17408         * messagexmas.el (message-xmas-redefine): Alias
17409         `message-make-caesar-translation-table' to
17410         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17411         version.
17412
17413         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17414         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17415         `gnus-xmas-set-text-properties'.
17416         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17417         `gnus-xmas-completing-read'.
17418         (gnus-xmas-completing-read): Removed.
17419         (gnus-xmas-open-network-stream): Removed.
17420
17421         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17422         XEmacs version.
17423
17424         * dns.el (dns-make-network-process): Use `open-network-stream'
17425         instead of `gnus-xmas-open-network-stream'.
17426
17427         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17428
17429         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17430
17431 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17432
17433         * gnus-art.el (gnus-mime-display-alternative)
17434         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17435         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17436         Don't use gnus-local-map-property.
17437
17438         * gnus-util.el (gnus-local-map-property): Remove.
17439
17440         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17441         gnus-completing-read-maybe-default with completing-read.
17442
17443         * gnus-util.el (gnus-completing-read): do.
17444         (gnus-completing-read-maybe-default): Remove.
17445
17446 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17447
17448         * password.el: Only autoload `run-at-time' if not XEmacs.
17449         Only autoload the itimer functions if XEmacs.
17450
17451 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17454         XEmacsen.
17455
17456         * dgnushack.el: Autoload executable-find for XEmacs.
17457
17458 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17459
17460         * gnus-art.el (gnus-read-string): Remove.
17461         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17462         read-string.
17463
17464 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17465
17466         * netrc.el: Autoload password-read.
17467         (netrc): Add configuration group.
17468         (netrc-encoding-method, netrc-openssl-path): Add
17469         variables for encoding and decoding of files with symmetric
17470         ciphers.
17471         (netrc-encode): Add assistant function to encode a file with
17472         netrc-encoding-method.
17473         (netrc-parse): Add interactive parameter, added optional
17474         decoding if netrc-encoding-method is non-nil but otherwise
17475         behavior is standard.
17476         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17477         Do s/encode/encrypt/ everywhere.
17478
17479         * spam.el: Remove executable-find autoload.
17480
17481 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17482
17483         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17484
17485         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17486
17487 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * gnus-art.el (gnus-treat-ansi-sequences)
17490         (article-treat-ansi-sequences): New variable and function.
17491         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17492
17493         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17494         Use it.
17495
17496 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17497
17498         * mm-util.el (mm-quote-arg): Remove.
17499
17500         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17501         shell-quote-argument.
17502
17503         * gnus-uu.el (gnus-uu-command): do.
17504
17505         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17506
17507         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17508         with make-char.
17509
17510         * mm-util.el (mm-make-char): Remove.
17511
17512         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17513         add-minor-mode.
17514
17515         * gnus-undo.el (gnus-undo-mode): do.
17516
17517         * gnus-topic.el (gnus-topic-mode): do.
17518
17519         * gnus-sum.el (gnus-dead-summary-mode): do.
17520
17521         * gnus-start.el (gnus-slave-mode): do.
17522
17523         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17524
17525         * gnus-ml.el (gnus-mailing-list-mode): do.
17526
17527         * gnus-gl.el (gnus-grouplens-mode): do.
17528
17529         * gnus-draft.el (gnus-draft-mode): do.
17530
17531         * gnus-dired.el (gnus-dired-mode): do.
17532
17533         * gnus-ems.el (gnus-add-minor-mode): Remove.
17534
17535         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17536         Replace gnus-char-width with char-width.
17537
17538         * gnus-ems.el (gnus-char-width): Remove.
17539
17540         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17541         Replace gnus-char-width with char-width.
17542
17543         * gnus-ems.el (gnus-char-width): Remove.
17544
17545         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17546         definition.
17547         Remove Emacs 20 hash table compatibility code.
17548
17549         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17550         20 compatibility code.
17551
17552         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17553
17554         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17555
17556         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17557         with point-at-{eol,bol}.
17558
17559         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17560
17561         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17562
17563         * flow-fill.el (fill-flowed-point-at-bol)
17564         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17565
17566         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17567         Replace with point-at-{eol,bol} throughout all files.
17568
17569 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * ntlm.el (ntlm-string-as-unibyte): New macro.
17572         (ntlm-build-auth-response): Use it.
17573
17574         Remove Emacs 20 stuff:
17575         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17576         (butlast, mapc, remove): Remove the compiler macros.
17577         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17578         of delq and copy-sequence.
17579         * gnus-art.el (popup-menu): Remove the compiler macro.
17580         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17581         Emacs 20.
17582
17583 2004-01-05  Simon Josefsson  <jas@extundo.com>
17584
17585         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17586         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17587         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17588         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17589         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17590         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17591         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17592         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17593         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17594         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17595         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17596         string-xor into ntlm-string-xor.  Suggested by
17597         Jesper Harder <harder@myrealbox.com>.
17598
17599         * ntlm.el: Don't include poem.
17600
17601         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17602         Jesper Harder <harder@myrealbox.com>.
17603
17604         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17605
17606         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17607         probably breaks emacs with DL patch, but do we care? Is anyone
17608         still using the DL stuff?)
17609
17610         * sieve-manage.el: Use the password package.
17611         (sieve-manage-read-passwd): Remove.
17612         (sieve-manage-interactive-login): Use password.  Re-add
17613         condition-case around loop.
17614
17615         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17616         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17617         the password package.
17618
17619 2003-02-19  Simon Josefsson  <jas@extundo.com>
17620
17621         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17622         token.
17623
17624 2002-08-07  Simon Josefsson  <jas@extundo.com>
17625
17626         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17627         (sieve-manage-authenticators):
17628         (sieve-manage-authenticator-alist): Add some SASL mechs.
17629         (sieve-sasl-auth): New function.
17630         (sieve-manage-cram-md5-auth):
17631         (sieve-manage-plain-auth): Rewrite using SASL library.
17632         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17633         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17634         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17635         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17636
17637 2004-01-05  Simon Josefsson  <jas@extundo.com>
17638
17639         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17640         New files.
17641
17642 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17643
17644         * gnus-group.el (gnus-no-groups-message): Update.
17645
17646         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17647
17648 2003-11-09  Simon Josefsson  <jas@extundo.com>
17649
17650         * imap.el: Support for ID IMAP extension (RFC 2971).
17651         (imap-local-variables): Add imap-id.
17652         (imap-id): New variable.
17653         (imap-id): New function.
17654         (imap-parse-response): Parse untagged ID response.
17655         * nnimap.el (nnimap-id): New variable.
17656         (nnimap-open-connection): Use it.
17657
17658 2003-12-28  Simon Josefsson  <jas@extundo.com>
17659
17660         * gnus-score.el (gnus-score-edit-all-score): New.
17661         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17662
17663 2004-01-04  Simon Josefsson  <jas@extundo.com>
17664
17665         * password.el: Add.
17666
17667 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17668
17669         * dns.el (dns-query-types): Fix typo.
17670         (dns-query-types): New function.
17671         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17672         PTR and SOA replies, see RFC 1035.
17673
17674 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17675
17676         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17677
17678         * Moved to Changelog.2.
17679
17680 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17681
17682         * gnus.el (gnus-version-number): Bump version.
17683
17684 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17685
17686         * gnus.el: No Gnus v0.1 is released.
17687
17688 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17689
17690         * gnus.el: No Gnus v0.0 is released.
17691
17692 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17693
17694         * gnus.el (gnus-version-number): Bump.
17695         (gnus-version): No.
17696
17697 See ChangeLog.2 for earlier changes.
17698
17699     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17700       Free Software Foundation, Inc.
17701
17702   This file is part of GNU Emacs.
17703
17704   GNU Emacs is free software: you can redistribute it and/or modify
17705   it under the terms of the GNU General Public License as published by
17706   the Free Software Foundation, either version 3 of the License, or
17707   (at your option) any later version.
17708
17709   GNU Emacs is distributed in the hope that it will be useful,
17710   but WITHOUT ANY WARRANTY; without even the implied warranty of
17711   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17712   GNU General Public License for more details.
17713
17714   You should have received a copy of the GNU General Public License
17715   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17716
17717 ;; Local Variables:
17718 ;; coding: utf-8
17719 ;; fill-column: 79
17720 ;; add-log-time-zone-rule: t
17721 ;; End: