gravatar: kill buffer when retrieved
[gnus] / lisp / ChangeLog
1 2010-10-04  Julien Danjou  <julien@danjou.info>
2
3         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4         retrieved.
5
6 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * shr.el (browse-url): Required.
9         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10         lines.
11         (shr-show-alt-text, shr-browse-image): New commands.
12
13         * gnus-sum.el (gnus-widen-article-window): New variable.
14         (gnus-summary-select-article-buffer): Use it.
15
16         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
17         without @ signs.
18
19 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
20
21         * nnir.el (nnir-run-imap): Remove spurious space in search string.
22
23 2010-10-04  Julien Danjou  <julien@danjou.info>
24
25         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
26         for XEmacs.
27
28 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
31
32         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
33         (nnimap-close-server): Implement.
34
35         * dgnushack.el (iswitchb): Require to shut up the compiler.
36
37         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
38         (shr-insert): Tweak line breaking.
39         (shr-insert): Handle <pre> better.
40         (shr-tag-li): Get <li> indentation right.
41         (shr-tag-li): Get <li> indentation even righter.
42         (shr-tag-blockquote): Ensure paragraph start.
43         (shr-make-table): Tweak table generation.
44         (shr-make-table): Fix typo.
45
46         * shr.el: Implement table rendering.
47
48 2010-10-04  Julien Danjou  <julien@danjou.info>
49
50         * gnus-html.el (gnus-html-put-image): Fix resize image code.
51
52 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * shr.el (shr-insert): Use string anchors instead of line anchors.
55
56 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * shr.el: Add headings.
59         (shr-ensure-paragraph): Actually work.
60         (shr-tag-li): Make <ul> prettier.
61         (shr-insert): Get white space at the beginning/end of elements right.
62         (shr-tag-p): Collapse subsequent <p>s.
63         (shr-ensure-paragraph): Don't insert double line feeds after blank
64         lines.
65         (shr-insert): \t is also space.
66         (shr-tag-s): Fix "s" tag name function.
67         (shr-tag-s): Fix face prop name.
68
69 2010-10-03  Julien Danjou  <julien@danjou.info>
70
71         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
72
73         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
74         gnus-window-inside-pixel-edges.
75
76         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
77         gnus-ems.
78
79         * mm-view.el (mm-inline-image-emacs): Support image resizing.
80
81         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
82         function.
83
84         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
85         resize choice.
86
87 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
90         beginning of the buffer.
91
92         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
93         article buffer again.
94
95         * shr.el (shr-tag-p): Don't insert newlines at the start of the
96         buffer.
97
98         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
99         when it's at the start of the buffer.
100
101         * shr.el (shr-tag-blockquote): Convert name.
102         (shr-rescale-image): Use the right image-size variant.
103
104         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
105         buffer isn't shown, then select the current article first instead of
106         bugging out.
107         (gnus-summary-select-article-buffer): Show both the article and summary
108         buffers again.
109
110         * shr.el (shr-fontize-cont): Protect against regions with no text.
111         Rename tag functions to shr-tag-* for enhanced security.
112         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
113
114 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
115
116         * shr.el (shr-insert):
117         * pop3.el (pop3-movemail):
118         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
119         loaded.
120
121 2010-10-03  Glenn Morris  <rgm@gnu.org>
122
123         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
124
125         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
126
127         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
128
129         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
130
131         * gnus-util.el (gnus-make-local-hook): Simplify.
132
133 2010-10-02  Julien Danjou  <julien@danjou.info>
134
135         * gnus-util.el (gnus-iswitchb-completing-read): New function.
136         (gnus-ido-completing-read): New function.
137         (gnus-emacs-completing-read): New function.
138         (gnus-completing-read): Use gnus-completing-read-function.
139         Add gnus-completing-read-function.
140
141 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * shr.el (shr-insert-document): Autoload.
144         (shr-img): Be silent.
145         (shr-insert): Add a newline after every picture before text.
146         (shr-add-font): Use overlays for combining faces.
147         (shr-insert): Pass upwards the text start point.
148
149         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
150         possible.
151         (mm-shr): New function.
152
153 2010-10-02  Julien Danjou  <julien@danjou.info>
154
155         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
156         should go backward.
157
158 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
159
160         * shr.el (shr): Fix typo in provide call.
161
162 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * shr.el: New file.
165
166         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
167
168         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
169         completing read.
170
171 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
174         we're being queried about.  Suggested by Dan Jacobson.
175
176         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
177         by Jason Eisner.
178
179         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
180         table, too.  Suggested by Stefan Wiens.
181         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
182         the table unnecessary.  Suggested by Stefan Wiens.
183
184         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
185         longer needed, and probably doesn't work either, as pointed out by
186         Stefan Wiens.
187         (gnus-summary-exit): Remove call to the clearing function.
188         (gnus-summary-exit-no-update): Ditto.
189
190         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
191         instead of gnus-eval-in-buffer-window to avoid popping up frames.
192         Reported by Stefan Monnier.
193         (gnus-summary-save-in-rmail): Ditto.
194
195         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
196         article buffer, instead of both the article buffer and the summary
197         buffer.  Sort of suggested by Dan Jacobson.
198
199         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
200
201         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
202         Suggested by Dan Jacobson.
203
204         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
205         documentation clearer.
206
207         * message.el (message-shorten-references): Comment on the number "21".
208         Suggested by Stefan Monnier.
209
210         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
211         Suggested by Dan Jacobson.
212
213         * gnus.el (gnus-large-newsgroup): Mention
214         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
215
216         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
217         externalize attachments.  Bug reported by Steve Wen.
218
219         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
220         really message anything to the user.
221
222         * nnmail.el (nnmail-article-group): Allow using the fancy split method
223         directly.
224
225         * nnimap.el (nnimap-request-group): Low higher than high to signal no
226         messages in empty groups.
227
228 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
229
230         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
231         non-UIDNEXT group.
232
233 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
236         not the value from the collection.
237
238         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
239         values.  This sometimes happens on some groups that have no info.
240         (nnimap-request-newgroups): New function.
241
242 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
243
244         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
245         check into `gnus-registry-initialize'.
246         (gnus-registry-initialize): Ditto.
247         Fix and extend header docs.
248
249 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
252         regexp backtrace overflows.
253
254         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
255         for starttls that tls.el implements; i.e. openssl.
256
257         * tls.el (tls-starttls-switches): Give up on using starttls with
258         gnutls-cli.
259         (tls-program): Add --insecure to be consistent with the defaults from
260         openssl s_client.  Now all three commands are insecure.
261
262 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * lpath.el: Bind completion-styles-alist for XEmacs.
265
266         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
267         (gravatar-create-image): New function that's an alias to
268         gnus-xmas-create-image, gnus-create-image, or create-image.
269         (gravatar-data->image): Use it.
270
271 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
272
273         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
274         install the nnregistry refer method.
275         (gnus-registry-install-hooks): Use it.
276         (gnus-registry-unfollowed-groups): Add nnmairix to the default
277         unfollowed groups.
278
279 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
280
281         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
282         expanding threads.
283
284 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * nnir.el: Use the server names without suffixes (bug #7009).
287
288         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
289         unencrypted to STARTTLS, if possible.
290
291 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
292
293         * message.el (message-ignored-supersedes-headers): Strip Injection-*
294         headers before superseding.
295
296 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * nnrss.el (nnrss-use-local): Add documentation.
299
300         * nnimap.el (nnimap-extend-tls-programs): New function.
301         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
302         (nnimap-wait-for-connection): Accept the greeting from the stupid
303         output from openssl s_client -starttls, too.
304
305         * tls.el (tls-starttls-switches): New variable.
306         (tls-find-starttls-argument): Use it.
307         (open-tls-stream): Ditto.
308
309         * netrc.el (netrc-credentials): Return the value of the "default"
310         entry.
311         (netrc-machine): Ditto.
312
313         * nnimap.el (nnimap-find-article-by-message-id): Really return the
314         article number.
315         (nnimap-split-fancy): New variable.
316         (nnimap-split-incoming-mail): Use it.
317
318         * nntp.el (nntp-server-list-active-group): Document.
319
320         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
321         SELECT to get the message-id.
322
323         * mail-source.el (mail-sources): Removed webmail support.
324         (defvar): Ditto.
325         (mail-source-fetcher-alist): Ditto.
326         (mail-source-fetch-webmail): Removed.
327
328         * webmail.el: Removed -- doesn't seem relevant any more.
329
330         * gnus.el: Fix up make-obsolete-variable declarations throughout.
331
332         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
333         the \r.
334
335 2010-09-30  Julien Danjou  <julien@danjou.info>
336
337         * gnus-agent.el (gnus-agent-add-group): Fix call to
338         gnus-completing-read.
339
340 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * nndoc.el (nndoc-retrieve-groups): New function.
343
344         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
345         `default', use nnmail-split-methods.
346         (nnimap-request-article): Downcase the NILs so that they are nil.
347
348         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
349         symbol.
350
351         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
352         code, since if the user has requested network, that's what they ought
353         to get.
354         (nnimap-request-set-mark): Erase the buffer before issuing commands.
355         (nnimap-split-rule): Mark as obsolete.
356
357         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
358         variable.
359
360         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
361         correct slot, too.
362
363 2010-09-29  Julien Danjou  <julien@danjou.info>
364
365         * gnus.el (gnus-local-domain): Declare variable obsolete.
366
367         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
368         computing.
369         (gnus-ido-completing-read): Require ido.
370
371 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-registry.el: Don't prompt on load, which makes it impossible to
374         build Gnus.
375
376         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
377         when interpreting the structures.
378         (nnimap-request-accept-article): Add \r\n to the lines to make this
379         work with Cyrus.
380
381         * nndraft.el (nndraft-request-expire-articles): Use the group name
382         instead if "nndraft".  Fix found by Nils Ackermann.
383
384 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
385
386         * nnregistry.el: Added.
387
388 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
389
390         * nnmail.el (group, group-art-list, group-art):
391         Remove unneeded directives.
392
393 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
396         (mm-mime-charset)
397         * rfc2047.el (rfc2047-syntax-table)
398         * utf7.el (utf7-utf-16-coding-system): Comment fix.
399
400         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
401         rather than `insert-file-contents' and `eval-region'.
402
403         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
404         construction.
405
406         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
407
408         * time-date.el: No need to require cl for Emacs 21.
409
410 2010-09-29  Julien Danjou  <julien@danjou.info>
411
412         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
413         replacement of `gnus-gravatar-relief' to mimic
414         `gnus-faces-properties-alist'.
415         Add :version property.
416
417 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * mail-source.el (mail-source-report-new-mail)
420         * message.el (message-default-mail-headers)
421         * mm-decode.el (mm-valid-image-format-p): Comment fix.
422
423         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
424
425 2010-09-28  Julien Danjou  <julien@danjou.info>
426
427         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
428         mail-address contains the same string as real-name.
429
430         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
431         non-blank in header, otherwise it'll get stripped.
432
433         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
434         real-name, and then for mail address rather than doing : or , search.
435
436 2010-09-27  Julien Danjou  <julien@danjou.info>
437
438         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
439         (gnus-server-goto-server): Use gnus-completing-read.
440
441         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
442
443         * mm-util.el (defalias): Use gnus-completing-read.
444         (mm-codepage-setup): Use gnus-completing-read.
445
446         * smime.el (smime-sign-buffer): Use gnus-completing-read.
447         (smime-decrypt-buffer): Use gnus-completing-read.
448
449         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
450
451         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
452         (mml-minibuffer-read-disposition): Use gnus-completing-read.
453         (mml-insert-multipart): Use gnus-completing-read.
454
455         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
456
457         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
458
459         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
460
461         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
462
463         * gnus.el (gnus-read-method): Use gnus-completing-read.
464
465         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
466
467         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
468         (gnus-mime-action-on-part): Use gnus-completing-read.
469         (gnus-article-encrypt-body): Use gnus-completing-read.
470
471         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
472         (gnus-topic-move-matching): Use gnus-completing-read.
473         (gnus-topic-copy-matching): Use gnus-completing-read.
474         (gnus-topic-sort-topics): Use gnus-completing-read.
475         (gnus-topic-move): Use gnus-completing-read.
476
477         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
478         (gnus-agent-add-group): Use gnus-completing-read.
479
480         * nnmairix.el (nnmairix-create-server-and-default-group): Use
481         gnus-completing-read.
482         (nnmairix-update-groups): Use gnus-completing-read.
483         (nnmairix-get-server): Use gnus-completing-read.
484         (nnmairix-backend-to-server): Use gnus-completing-read.
485         (nnmairix-goto-original-article): Use gnus-completing-read.
486         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
487
488         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
489
490         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
491         (gnus-group-make-useful-group): Use gnus-completing-read.
492         (gnus-group-make-web-group): Use gnus-completing-read.
493         (gnus-group-add-to-virtual): Use gnus-completing-read.
494         (gnus-group-browse-foreign-server): Use gnus-completing-read.
495
496         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
497         (gnus-summary-limit-to-extra): Use gnus-completing-read.
498         (gnus-summary-execute-command): Use gnus-completing-read.
499         (gnus-summary-respool-article): Use gnus-completing-read.
500         (gnus-read-move-group-name): Use gnus-completing-read.
501
502         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
503         (gnus-summary-score-effect): Use gnus-completing-read.
504
505         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
506
507         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
508         right completing-read function.
509         (gnus-use-ido): New variable
510         (gnus-completing-read-with-default): Remove.
511
512 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
515         x-focus-frame.
516
517         * nnimap.el (auth-source-forget-user-or-password)
518         (auth-source-user-or-password): Autoload.
519
520         * message.el (message-from-style, message-interactive)
521         (message-cite-prefix-regexp, message-sendmail-envelope-from)
522         (message-yank-prefix, message-indentation-spaces, message-signature)
523         (message-signature-file): Add comment.
524
525 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
528         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
529         new articles.
530
531         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
532         parts.
533         (nnimap-request-article): Work with the t setting, too.
534
535         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
536         that you don't get flashes of other buffers.
537         (gnus-summary-show-complete-article): Intern before setting.
538
539 2010-09-27  David Engster  <dengste@eml.cc>
540
541         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
542         well as HEADERS.
543         (nnmairix-retrieve-headers): Provide new argument for the above.
544
545 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * gnus-sum.el (gnus-summary-move-article): Don't alter
548         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
549         group.
550
551         * nnimap.el (nnimap-update-info): Don't destructively alter active.
552
553         * message.el (message-cite-prefix-regexp): Revert my last edit.
554
555         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
556         variable instead of the Gnus variable.
557
558         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
559
560         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
561         again.
562
563         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
564         since some servers don't like it.
565         (nnimap-open-connection): Forget credentials if the server says the
566         password was wrong.
567         (nnimap-parse-line): Protect against invalid data.
568
569         * gnus-sum.el (gnus-summary-move-article): Add comment.
570         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
571         nothing alters it while scanning for new messages.
572
573         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
574         which may or may not help.
575         (nnimap-open-connection): If we're doing a stream connection, and then
576         discover we're on a STARTTLS-capable server, then open a STARTTLS
577         connection instead.
578
579 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * nnimap.el (utf7): Required.
582
583         * message.el (message-cite-prefix-regexp): Remove "}" from citation
584         prefix.
585
586 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
587
588         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
589
590 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * nnimap.el (nnimap-request-accept-article): Message the error on
593         error.
594
595 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
598
599 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * nndoc.el (nndoc-request-list): Return success always.
602
603         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
604         `fetch-old' -- we only want to fetch the articles we've requested.  The
605         rest are in the agent, probably.
606         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
607         disappeared server" to something low.  It's not important.
608
609         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
610         arrived before the FETCH data.
611
612         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
613         target here, because we don't know the Gnus name of the group.
614
615         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
616         for the correct group.
617
618         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
619
620         * gnus.el (gnus): Give a final warning after startup.
621
622         * gnus-util.el (gnus-action-message-log): New variable.
623         (gnus-message): Use it.
624         (gnus-final-warning): New function.
625
626         * nnimap.el (nnimap-open-connection): Record the greeting.
627         (nnimap): Add greeting.
628
629 2010-09-26  Julien Danjou  <julien@danjou.info>
630
631         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
632         arguments.
633         (gnus-html-wash-images): Fix spec computing to include start/end.
634
635         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
636
637 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
640         deletion.
641         (nnimap-retrieve-headers): Don't select the group, because that's
642         already done by nnimap-possibly-change-group.
643
644         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
645         (gnus-picon-transform-address): Use it.
646
647         * mail-source.el (mail-source-value): Revert previous patch.
648
649         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
650         on failure.
651         (nnimap-open-connection): Look up both virtual and physical server name
652         credentials.
653
654         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
655
656 2009-02-07  Dave Love  <fx@gnu.org>
657
658         * tls.el (open-tls-stream): Don't query killing process.
659
660 2009-02-08  Dave Love  <fx@gnu.org>
661
662         * gnus-win.el (gnus-window-to-buffer-helper,
663         gnus-all-windows-visible-p): Function needn't be a symbol.
664
665         * mail-source.el (mail-source-value): Function needn't be a symbol.
666
667 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * message.el (message-cite-prefix-regexp): Remove } from the cite
670         prefix.
671
672         * gnus-art.el (gnus-treatment-function-alist): Do picons before
673         highlight again, so that the highlight is correct.
674
675         * gnus-picon.el (gnus-picon): Remove again.
676         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
677
678         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
679         doing the header highlightling, so that the background colour of the
680         picon is correct.
681
682         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
683         (gnus-picon): Ditto.
684         (gnus-picon): Reinstate.  The background colour for picons is white.
685         (gnus-picon-insert-glyph): Make the background white.
686
687         * nnml.el (nnml-open-nov): Don't return dead buffers.
688
689         * auth-source.el (auth-source-create): Query the user for whether to
690         store the credentials.
691
692         * netrc.el (netrc-store-data): New function.
693
694         * auth-source.el (auth-source-user-or-password): Use the existing auth
695         sources, if any, for creation.
696
697         * gnus.el (gnus-group-fast-parameter): Return the last matching
698         parameter instead of the first matching parameter.
699
700 2010-09-26  Julien Danjou  <julien@danjou.info>
701
702         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
703
704 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * mml2015.el (mml2015-use): Remove gpg support.
707
708         * mml1991.el (mml1991-function-alist): Remove gpg function.
709         (mml1991-gpg-sign): Removed.
710
711 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
712
713         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
714         (gnus-browse-unsubscribe-current-group): Document it.
715         (gnus-browse-unsubscribe-group): Use it.
716
717 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
720         address to the To list for easier response.
721
722         * gnus.el (gnus-play-startup-jingle): Removed.
723         (gnus-splash): Don't play jingle.
724         (gnus): Silence gnus-load message.
725
726         * gnus-art.el (gnus-treat-play-sounds): Removed.
727
728         * gnus.el (gnus-play-jingle): Remove audio support.
729
730         * gnus-cus.el (gnus-score-customize): Remove audio reference.
731
732         * earcon.el: Removed -- no users.
733
734         * gnus-audio.el: Removed -- no users of this package.
735
736         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
737
738         * gnus-start.el (gnus-setup-news): Remove nocem support.
739
740         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
741
742         * gnus.el (gnus-use-nocem): Removed.
743
744         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
745         Removed.
746
747         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
748         uses NoCeM any more.
749
750         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
751         (gnus-button-ctan-handler): Ditto.
752         (gnus-button-handle-ctan-bogus-regexp): Ditto.
753         (gnus-button-ctan-directory-regexp): Ditto.
754         (gnus-button-handle-ctan): Ditto.
755         (gnus-button-tex-level): Ditto.
756         (gnus-button-alist): Removed CTAN stuff.
757
758 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
761         nnimap-streaming test.
762
763         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
764         servers twice.
765
766         * nnimap.el (nnimap-open-connection): Add more error reporting when
767         nnimap fails early.
768
769         * nnheader.el (nnheader-get-report-string): New function.
770         (nnheader-get-report): Use it.
771
772         * gnus-int.el (gnus-check-server): Say what the error was when opening
773         failed.
774
775         * nnimap.el (nnimap-wait-for-response): Search further when we're not
776         using streaming.
777
778 2010-09-25  Julien Danjou  <julien@danjou.info>
779
780         * gnus-html.el (gnus-html-rescale-image): Use our defalias
781         gnus-window-inside-pixel-edges.
782
783 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
786
787         * mm-decode.el (mm-save-part): Allow saving to other directories the
788         normal Emacs way.
789
790         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
791         by Jay Berkenbilt.
792
793         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
794         there isn't a single byte.
795
796         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
797         just do it.  It doesn't really seem to matter what the user responds
798         here, I think, so it's just a confusing question.
799
800         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
801         non-streaming case.
802
803         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
804         (gnus-article-encrypt-body): Use it.
805
806         * gnus-sum.el (gnus-summary-show-complete-article): New command and
807         keystroke.
808
809         * nnimap.el (nnimap-find-wanted-parts-1): Use
810         gnus-fetch-partial-articles.
811
812         * gnus-art.el (gnus-fetch-partial-articles): New variable.
813
814         * nnimap.el (nnimap-insert-partial-structure): New function.
815         (nnimap-get-partial-article): New function.
816         (nnimap-request-article): Use it.
817         (nnimap-wait-for-response): Return whether the wait was successful.
818         (nnimap-finish-retrieve-group-infos): Don't do anything if the
819         retrieval wasn't successful.
820         (nnimap-retrieve-group-data-early): Allow throttling servers.
821         (nnimap-streaming): New variable.
822         (nnimap-fetch-partial-articles): Removed.
823
824         * mm-decode.el (mm-with-part): Protect against killed buffers.
825
826         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
827         for prettier summary display.
828
829 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
830
831         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
832         directly.
833
834 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
837         apparently third-party libraries depend on it.
838
839         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
840         before starting negotiation.
841
842         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
843         privacy reasons.
844         (gnus-treat-mail-gravatar): Ditto.
845
846         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
847         buffer when inserting images.  Inserting text into the headers, for
848         instance, can make them invalid.
849
850 2010-09-25  Julien Danjou  <julien@danjou.info>
851
852         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
853         variables.
854
855         * nnheader.el: Remove useless variables news-reply-yank-from and
856         news-reply-yank-message-id.
857
858         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
859         variables.
860
861         * mml1991.el: Remove useless mml1991-verbose.
862
863         * gnus.el: Remove useless variable gnus-use-generic-from.
864         Remove obsolete variable gnus-topic-indentation.
865
866         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
867
868         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
869
870         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
871
872         * gnus-group.el: Remove useless gnus-group-icon-cache.
873         Remove useless gnus-ephemeral-group-server.
874
875         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
876
877         * mml2015.el: Remove useless mml2015-verbose.
878
879         * mml-smime.el: Remove useless mml-smime-verbose.
880
881         * gnus.el: Remove useless gnus-local-domain.
882
883         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
884         gnus-gravatar-size.
885
886         * gnus-art.el: Remove useless gnus-treat-translate.
887
888 2010-09-24  Julien Danjou  <julien@danjou.info>
889
890         * gnus-sum.el: Add support for Gravatars.
891
892         * gnus-art.el: Add support for Gravatars.
893
894         * gnus-gravatar.el: Add this file.
895
896         * gravatar.el: Add this file.
897
898 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
901
902         * gnus-group.el (gnus-group-fetch-faq): Removed.
903
904         * gnus.el (gnus-group-faq-directory): Removed.
905
906         * gnus-group.el (gnus-group-fetch-charter): Removed.
907
908         * gnus.el (gnus-group-charter-alist): Removed.
909
910         * gnus-group.el (gnus-group-archive-directory): Removed.
911         (gnus-group-recent-archive-directory): Ditto.
912         (gnus-group-make-archive-group): Removed.
913
914         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
915
916         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
917         use the same article number for all the cached articles.
918
919         * nnimap.el (nnimap-command): Register the last command time so
920         that we can use it for idling NOOPs.
921         (nnimap-open-connection): Start the keeplive timer.
922         (nnimap-make-process-buffer): Store all the process buffers.
923         (nnimap-keepalive): New function.
924
925         * starttls.el: (starttls-open-stream): Add autoload cookie.
926
927 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
928
929         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
930         handling.
931
932 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
935         its data structures.
936
937         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
938         instead of the cl.el copy-list.
939         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
940         equalp.
941
942 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
945         and tool-bar-local-item-from-menu.
946
947         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
948         mode-line-highlight face for Emacs.
949
950         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
951         loading gnus-sum.elc; fix comment for canlock-verify.
952         (gnus-article-jump-to-part): Use read-number.
953         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
954         Emacs pre-21 compatible code for help-echo.
955         (gnus-article-next-page-1): No need to adjust the number of lines.
956         (gnus-article-describe-bindings): Always use help-buffer.
957
958         * gnus-audio.el (gnus-audio-inline-sound)
959         * gnus-cus.el (gnus-custom-mode)
960         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
961
962         * gnus-sum.el (gnus-remove-overlays): Doc fix.
963
964         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
965         compatible code.
966
967 2010-09-24  Glenn Morris  <rgm@gnu.org>
968
969         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
970         visiting the fcc file in rmail-mode.
971
972         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
973
974 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * nnir.el: Silence the byte compiler.
977
978         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
979         alias to browse-url-url-encode-chars if any.
980         (gnus-html-encode-url): Use it.
981
982 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-start.el (gnus-use-backend-marks): New variable.
985         (gnus-get-unread-articles-in-group): Use it.
986
987         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
988         makeover.
989
990 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
991
992         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
993
994 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
997         Removed.
998         (gnus-setup-news-hook): Removed
999         gnus-fixup-nnimap-unread-after-getting-new-news.
1000
1001         * gnus-int.el (gnus-request-update-info): Protect against backends not
1002         having the function.
1003
1004         * nnimap.el (nnimap-stream): Mention starttls.
1005         (nnimap-open-connection): Add starttls support.
1006
1007 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1008
1009         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1010
1011 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1014         BODYSTRUCTUREs.
1015         (nnimap-transform-headers): Unfold quoted {42} headers.
1016
1017         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1018         the info.
1019         (gnus-get-unread-articles): Only call updatep on backends that support
1020         it.
1021
1022         * nnweb.el (nnweb-request-update-info): NOOP.
1023
1024         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1025
1026         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1027         since it only deals with marks.
1028
1029         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1030         gnus-request-marks, and make a new gnus-request-update-info.
1031
1032         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1033         the active instead of the high number, which is usually too low.
1034
1035 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1036
1037         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1038         * encrypt.el: Removed.
1039
1040 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1043         server in symbolic form.
1044
1045         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1046         0.9.
1047
1048 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1051         (nnimap-update-info): Fix up code slightly.
1052
1053         * gnus-int.el (gnus-open-server): Add tracing for performance
1054         debugging.
1055
1056         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1057         (gnus-group-insert-group-line): Pass the real group name so that it
1058         gets the right data.
1059
1060         * gnus-start.el (gnus-get-unread-articles): Don't have
1061         `gnus-get-unread-articles-in-group' update info, since that can be
1062         really slow and doesn't seem to be needed?
1063
1064 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1065
1066         * time-date.el (date-to-time): Try using parse-time-string first before
1067         using the slower timezone-make-date-arpa-standard.
1068
1069 2010-09-22  Julien Danjou  <julien@danjou.info>
1070
1071         * gnus-group.el (gnus-group-insert-group-line): Call
1072         gnus-group-highlight-line.
1073         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1074         default hook list.
1075         (gnus-group-update-eval-form): Add new function.
1076         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1077         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1078
1079 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1082         immediate, then expire all articles.
1083         (nnimap-update-info): Fix off-by-one errors.
1084         (nnimap-flags-to-marks): Would return no marks lists for group with no
1085         flags.  Instead return the other data.
1086
1087 2010-09-22  Julien Danjou  <julien@danjou.info>
1088
1089         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1090         Only return an icon.
1091         (gnus-group-insert-group-line): Compute icon to return.
1092
1093         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1094         variable.
1095         (gnus-html-image-fetched): Only cache if
1096         gnus-html-image-automatic-caching is set.
1097         (gnus-html-image-fetched): Check for errors.
1098
1099 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1102         once per method on `g'.  This ensures that backends like nnfolder don't
1103         open all their folders.
1104
1105         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1106         (nnimap-request-list): Nix out group in the correct buffer.
1107         (nnimap-parse-flags): Implement by using `read' instead of
1108         hand-parsing.
1109         (nnimap-flags-to-marks): Pass on permanent-flags.
1110         (nnimap-make-process-buffer): Record the server name.
1111         (nnimap-parse-flags): Fix typo.
1112         (nnimap-request-scan): Run split on the server in general, not just a
1113         single group.
1114
1115         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1116         parameter, and propagate this downwards.
1117
1118         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1119         since EXAMINE changes it on the server.
1120
1121         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1122         this command might take a while.
1123
1124 2010-09-22  Julien Danjou  <julien@danjou.info>
1125
1126         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1127         harmful if you have 2 images side-by-side, they can't be properly
1128         update on text deletion.  Using text-property is safer here.
1129         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1130         data.
1131
1132 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * nnimap.el (nnimap-expunge-inbox): Removed.
1135         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1136         (nnimap-expunge): Flip default to t.
1137
1138         * gnus.el (gnus-method-to-server): Don't push things to the cache
1139         unless it's unique.
1140         (gnus-server-to-method): Ditto.
1141
1142 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1145
1146 2010-09-22  Julien Danjou  <julien@danjou.info>
1147
1148         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1149         get the start of data.
1150         (gnus-html-encode-url): Add this function to encode special chars in
1151         URL.
1152         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1153         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1154
1155         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1156         default.
1157         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1158
1159         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1160         images alt-text.
1161         (gnus-html-put-image): Put alt-text as help-echo.
1162
1163 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1166         * mm-util.el (mm-decompress-buffer)
1167         * nnir.el (nnir-run-find-grep)
1168         * pop3.el (pop3-list): Use 3rd arg of split-string.
1169
1170         * time-date.el (format-seconds): Comment fix.
1171
1172         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1173         and byte-optimize-form-code-walker.
1174         (dgnushack-make-auto-load): Don't advise make-autoload.
1175
1176         * lpath.el: Remove Emacs 21 stuff.
1177
1178 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1181         outside the active range.  Suggested by Dan Christensen.
1182
1183         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1184         slightly later to avoid double-getting it.
1185
1186         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1187         previous patch.
1188
1189         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1190
1191 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1192
1193         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1194
1195 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-int.el (gnus-open-server): Give a better error message in the
1198         "go offline" case.
1199
1200         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1201         marks for nnimap, which is seldom the right thing to do.
1202
1203         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1204         (gnus-same-method-different-name): New function.
1205
1206         * nnimap.el (parse-time): Require.
1207
1208         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1209         method in the presence of many similar methods.
1210
1211         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1212
1213         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1214         nnml-inhibit-expiry.
1215
1216         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1217         find out whether methods are equal.
1218
1219         * nnimap.el (nnimap-find-expired-articles): New function.
1220         (nnimap-process-expiry-targets): New function.
1221         (nnimap-request-move-article): Request the article before looking at
1222         what the Message-ID is.  Fix found by Andrew Cohen.
1223         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1224
1225         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1226         for oldness in addition to being a predicate.
1227
1228         * nnimap.el (nnimap-request-group): When we have zero articles, return
1229         the right data to Gnus.
1230         (nnimap-request-expire-articles): Only delete articles immediately if
1231         the target is 'delete.
1232
1233         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1234         method, this would bug out.
1235
1236         * gnus-group.el (gnus-group-expunge-group): Renamed from
1237         gnus-group-nnimap-expunge, and implemented as a normal interface
1238         function.
1239
1240         * gnus-int.el (gnus-request-expunge-group): New function.
1241
1242         * nnimap.el (nnimap-request-create-group): Implement.
1243         (nnimap-request-expunge-group): New function.
1244
1245 2010-09-21  Julien Danjou  <julien@danjou.info>
1246
1247         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1248         (gnus-html-cache-expired): Add new function.
1249         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1250         wethever we should display image for fetch it.
1251         Compute alt-text earlier to pass it to the fetching function too.
1252         (gnus-html-schedule-image-fetching): Change function argument to only
1253         get one image at a time, not a list.
1254         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1255         cache.
1256         (gnus-html-get-image-data): New function to retrieve image data from
1257         cache.
1258         (gnus-html-put-image): Change buffer argument to use image data rather
1259         than file, and place image above region rather than inserting a new
1260         one. Do not take alt-text as argument, since it's useless now: we place
1261         the image above alt-text.
1262         (gnus-html-prune-cache): Remove.
1263         (gnus-html-show-images): Start to fetch image when we find one, do not
1264         push into a temporary list.
1265         (gnus-html-prefetch-images): Only fetch image if they have expired.
1266         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1267         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1268
1269 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1272
1273 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1276         spec inser "*" if the group isn't active instead of 0.
1277
1278         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1279         opening the server.
1280         (nnimap-request-delete-group): Implement group deletion.
1281         (nnimap-transform-headers): Return the size of the entire message in
1282         the Bytes header, not just the size of the first part.
1283         (nnimap-request-move-article): When moving an article from nnimap,
1284         request the article first so the accepting form has an article to
1285         accept.  Reported by Dan Christensen.
1286         (nnimap-command): Make sure that the error message doesn't error out.
1287
1288 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1289
1290         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1291         we haven't requested anything.
1292
1293 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1296         "".  Fix found by Andrew Cohen.
1297
1298         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1299         instead of -encode-string.
1300
1301 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1304
1305         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1306         by mm-subst-char-in-string.
1307
1308 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1311         waiting for the connection string.
1312
1313         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1314         arriving.
1315
1316         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1317         bogus characters.  This allows selecting certain Gmail groups.
1318
1319         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1320         (nnimap-fetch-partial-articles): New variable.
1321         (nnimap-open-connection): When looking for credentials, also use the
1322         nnimap-server-port.
1323         (nnimap-request-article): Return the group/article number, so that Gnus
1324         `^' works as expected.
1325         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1326         them.
1327
1328         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1329         comments.
1330         (gnus-methods-sloppily-equal): New function.
1331         (gnus): When using the development version of Gnus, load the gnus-load
1332         file.
1333
1334         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1335         `gnus-open-server' on each method before trying to scan them etc.  This
1336         ensures that all the backend parameters are set correctly.
1337
1338         * nnimap.el (nnimap-authenticator): New variable.
1339         (nnimap-open-connection): Allow anonymous login.
1340         (nnimap-transform-headers): The chars header is called Chars not
1341         Bytes.
1342         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1343         drops.
1344
1345         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1346         patch, found by Knut Anders Hatlen.
1347
1348 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1349
1350         * gnus-agent.el (gnus-agent-batch-confirmation)
1351         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1352         to gnus-message.
1353         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1354         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1355         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1356         * gnus-int.el (gnus-open-server): Likewise.
1357         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1358         (gnus-score-check-syntax): Likewise.
1359         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1360         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1361         Likewise.
1362         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1363
1364 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1367         calling conventions so that prefetch doesn't bug out.
1368
1369 2010-09-19  Julien Danjou  <julien@danjou.info>
1370
1371         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1372         rather than `subst-char-in-region' in order to be able to replace ASCII
1373         char by UTF-8 ones.
1374
1375         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1376         than curl.
1377         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1378         the right URL and ALT text on images.
1379         (gnus-html-wash-tags): Fix tag case.
1380         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1381         (gnus-article-html): Add -o display_ins_del=2 option.
1382         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1383
1384 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1387         the extra mail headers, which sometimes seem to happen for unknown
1388         reasons.
1389
1390         * mail-parse.el (mail-header-encode-parameter): Define as
1391         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1392         (or most, perhaps?) mail readers don't understand the latter, but do
1393         understand the former.
1394
1395         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1396         to nil, so that no methods are automatically agentized.  I think this
1397         is probably what most users want.
1398
1399         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1400         from url-retrieve, for instance about invalid URLs.
1401
1402         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1403         groups that have no articles.
1404         (nnimap-request-article): Check that we really got an article when we
1405         requested one.
1406
1407         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1408         doesn't exist.
1409
1410         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1411         nntp buffer so the agent can save it.
1412         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1413         that CRLF doesn't get translated to \n.
1414         (nnimap-open-connection): Don't make 'shell commands only send \n.
1415
1416 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1417
1418         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1419         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1420         Update var name.
1421         (nnml-generate-nov-file): Use dolist.
1422         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1423         Use with-current-buffer.
1424
1425 2010-09-18  Julien Danjou  <julien@danjou.info>
1426
1427         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1428         parallel.
1429
1430 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1433         the range update right.
1434         (nnimap-request-group): Don't make `M-g' bug out on group with no
1435         marks.
1436         (nnoo): Required, so that other packages can require nnimap.
1437         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1438         command we're looking for.  This helps when the server sends more
1439         responses after we've gotten everything we expected.
1440         (nnimap): Add a `newlinep' field to keep track of end-of-line
1441         conventions.
1442         Don't send CRLF to things that don't want it.
1443         (nnimap-request-accept-article): Ditto.
1444
1445 2010-09-18  Julien Danjou  <julien@danjou.info>
1446
1447         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1448         than curl to retrieve images.
1449
1450 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1453         the marks.
1454         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1455         (nnimap-wait-for-connection): New function.
1456         (nnimap-open-connection): If we have PREAUTH, don't query for login
1457         credentials.
1458         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1459         when doing a partial update.
1460
1461 2010-09-18  Julien Danjou  <julien@danjou.info>
1462
1463         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1464         tags.
1465
1466 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * nnimap.el (nnimap-credentials): New function.
1469         (nnimap-open-connection): Use the new function to look for credentials
1470         also on the numeric equivalents of "imap" and "imaps".
1471
1472         * gnus-start.el (gnus-activate-group): Send the info to
1473         gnus-request-group.
1474
1475         * nnimap.el (nnimap-request-group): Have the "check" version of the
1476         function parse flags and update the info, so that a `M-g' get a total
1477         resync of all flags from the group.
1478
1479         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1480         to allow backends to alter the info on group selection.  Also alter all
1481         the backend -request-group functions to take the parameter.
1482
1483         * nnimap.el (nnimap-store-info): New function.
1484         (nnimap-update-info): Store the info for later usage.
1485         (nnimap-request-group): Use the stored info for the dont-check case, so
1486         that we don't retrieve all marks when we enter a group.
1487
1488         * nnimap.el: Use deffoo instead of defun for interface functions.
1489
1490         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1491         update the group info.  This makes the nndraft groups, for instance, go
1492         back to their old behaviour.
1493
1494         * gnus-sum.el (gnus-select-newsgroup): Indent.
1495
1496         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1497         in.
1498         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1499         nothing.
1500
1501         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1502         from methods that are denied.
1503
1504         * gnus-int.el (gnus-method-denied-p): New function.
1505
1506         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1507         store the password instead of netrc.
1508         (nnimap-open-connection): Don't error out when we can't make a
1509         connections.
1510
1511         * auth-source.el (auth-source-create): In the password prompt, say what
1512         we're querying for.  Also prompt for user name if that hasn't been
1513         given.
1514
1515         * nnimap.el (nnimap-with-process-buffer): Removed.
1516
1517 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1520         method when we're reading from the agent.
1521
1522         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1523
1524         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1525         that's probably most useful for users.
1526
1527         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1528         "failed" all the time.
1529
1530         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1531         ...)) with (with-current-buffer ... ).
1532
1533         * nntp.el (nntp-open-server): Return whether the open was successful or
1534         not.
1535
1536         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1537         select an unread unseen article first.
1538
1539         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1540         /etc/services, supply some sensible port defaults.
1541
1542         * dgnushack.el: Define netrc-credentials.
1543
1544 2010-09-17  Julien Danjou  <julien@danjou.info>
1545
1546         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1547
1548 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1549
1550         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1551         doesn't have any parameters.
1552
1553 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1556         only upcased checks.
1557
1558         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1559
1560         * nnimap.el (nnimap-open-shell-stream): New function.
1561         (nnimap-open-connection): Use it.
1562         (nnimap-transform-headers): Get the number of lines in each message.
1563         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1564         number of lines.
1565         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1566         problem.
1567
1568         * utf7.el (utf7-encode): Autoload.
1569
1570         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1571         to allow the mail splitting to not return a default group.  This is
1572         useful for nnimap, which will leave unmatched mail in the inbox.
1573
1574         * nnimap.el: Rewritten.
1575
1576         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1577         nnimap usage.
1578
1579         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1580         if the move is internal, so that nnimap can do fast internal moves.
1581
1582         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1583         data.
1584         (gnus-read-active-for-groups): Support finishing the early retrieval of
1585         data.
1586
1587         * gnus-range.el (gnus-range-nconcat): New function.
1588
1589         * gnus-int.el (gnus-finish-retrieve-group-infos)
1590         (gnus-retrieve-group-data-early): New functions.
1591
1592 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1593
1594         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1595         (nnrss-retrieve-groups):
1596         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1597         (pop3-quit): Use with-current-buffer.
1598
1599 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1602         instead of nnheader-accept-process-output.
1603
1604         * dgnushack.el (dgnushack-compile): Add comment.
1605
1606         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1607
1608         * gnus-html.el (gnus-html-schedule-image-fetching)
1609         (gnus-html-prefetch-images): Replace process-kill-without-query by
1610         gnus-set-process-query-on-exit-flag.
1611
1612 2010-09-16  Romain Francoise  <romain@orebokech.com>
1613
1614         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1615
1616 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1619         parameter to unintern is mandatory-ish in Emacs 24.
1620
1621         * gnus-html.el (gnus-html-schedule-image-fetching)
1622         (gnus-html-prefetch-images): Check for curl before using it.
1623
1624         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1625         depend on curl, which isn't essential.
1626
1627         * imap.el: Revert back to version
1628         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1629         seem problematic.
1630
1631 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1632
1633         * gnus-registry.el (gnus-registry-install-shortcuts):
1634         Explicitly pass `obarray' to `unintern' to avoid a warning.
1635
1636 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1639         change.
1640
1641         * nnrss.el (nnrss-request-list): Removed this function and related
1642         functions, including the moreover stuff.
1643
1644 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * nnrss.el (nnrss-retrieve-groups): New function.
1647
1648 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1649
1650         * .dir-locals.el: Add no-byte-compile cookie.
1651
1652 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * time-date.el (format-seconds): Comment fix.
1655
1656         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1657         for back end that doesn't support request-scan.
1658
1659 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1662         then do request scans from the backends.
1663
1664         * netrc.el (netrc-credentials): New conveniency function.
1665
1666         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1667         avoid running a hook per line, since this takes a lot of time,
1668         profiling shows.
1669         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1670         directly if gnus-visual-p is true.
1671
1672 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1675         groups; replace mapcar with dolist which is a bit faster; pass groups
1676         info to gnus-read-active-file-1.
1677         (gnus-read-active-file-1): Scan only specified groups if the new
1678         optional arg `infos' is given.
1679
1680 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1683
1684         * pop3.el (pop3-movemail): Removed.
1685         (pop3-streaming-movemail): Renamed to pop3-movemail.
1686
1687         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1688         don't restrict end-tag searches to the end of the line.
1689
1690 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1693         articles of every unchecked group to t, which means unknown since the
1694         server has never been opened.
1695
1696 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * gnus-html.el (gnus-html-show-alt-text): New command.
1699         (gnus-html-browse-image): Ditto.
1700         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1701         to browse the image directly.
1702         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1703         better.
1704
1705         * gnus-async.el (gnus-async-article-callback): Call
1706         `gnus-html-prefetch-images' unconditionally.
1707
1708         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1709         before feeding URLs to curl.
1710
1711 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1714         internal images as deletable by `W D D'.
1715
1716         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1717         (gnus-async-article-callback): Fix typo.
1718
1719 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1722         current line to work around bugs in the output from w3m.
1723
1724         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1725         for groups that want that.
1726
1727         * nntp.el (nntp-wait-for-string): Supply a timeout for
1728         accept-process-output to ensure progress.
1729
1730         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1731         level to get unread articles from, then use that for foreign groups,
1732         too.
1733
1734         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1735         confuses the rest of the function.
1736
1737         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1738         for the methods that support -retrieve-groups, too.
1739
1740         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1741
1742 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1745         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1746
1747         * pop3.el: Require cl when compiling.
1748         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1749
1750 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1753         that aren't going to be activated.
1754         (gnus-get-unread-articles): Fix up the last commit.
1755
1756         * gnus-html.el (gnus-article-html): Allow calling without specifying
1757         the handle.  In that case, dissect the buffer first.
1758
1759         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1760
1761         * nnimap.el (nnimap-open-connection): Revert the change that would look
1762         into authinfo for imaps instead of imap.
1763
1764         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1765         say that you don't want to call gnus-request-group with don-check, but
1766         do check the reponse.  This is for virtual groups only.
1767         (gnus-get-unread-articles): Count the archive groups as secondary, so
1768         that they're activated the same way as before.
1769
1770         * imap.el (imap-message-map): Removed optional buffer parameter, since
1771         no callers use it.
1772         (imap-message-get): Ditto.
1773         (imap-message-put): Ditto.
1774         (imap-mailbox-map): Ditto.
1775         (imap-mailbox-put): Ditto.
1776         (imap-mailbox-get): Ditto.
1777         (imap-mailbox-get): Revert last change for this function.
1778
1779         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1780         case-insensitively.
1781         (nnimap-debug): Removed.
1782
1783         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1784         to use `imap-fetch' instead.  According to the comments, this should be
1785         safe, since all other IMAP clients use the 1:* syntax.
1786         (imap-enable-exchange-bug-workaround): Removed.
1787         (imap-debug): Removed -- doesn't seem very useful.
1788
1789         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1790         mail from a file, and the file doesn't exist.
1791
1792         * imap.el (imap-log): New convenience function used throughout instead
1793         of repeating the same code all over the place.
1794
1795         * pop3.el (pop3-streaming-movemail): Return t for success.
1796
1797         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1798         .authinfo if we're using ssl connection.
1799
1800         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1801         already have if we're in a main Gnus `g' run.
1802
1803         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1804
1805 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1808
1809         * nnmh.el (nnmh-request-list-1): Bind `file'.
1810
1811         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1812         alias to set-process-query-on-exit-flag or process-kill-without-query.
1813         (pop3-open-server): Use it.
1814
1815 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1818         box to the Incoming file.  Fixes mistake in previous checkin.
1819
1820         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1821         request loop (for debugging purposes) removed.
1822
1823         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1824         culprit is more visible.
1825         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1826         (nnml-add-incremental-nov): New functions to do "incremental" nov
1827         updates, where we just append to the end of the existing nov files
1828         without reading/writing them in full.
1829
1830         * mail-source.el (mail-source-delete-crash-box): Really only check the
1831         incoming files once in a while.
1832
1833         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1834
1835         * mail-source.el (mail-source-delete-crash-box): Only check the
1836         incoming files for deletion once per day to save a lot of file
1837         accesses.
1838
1839         * pop3.el (pop3-logon): Fix up unbound variable typo.
1840
1841         * mail-source.el (pop3-streaming-movemail): Autoload.
1842
1843         * pop3.el (pop3-streaming-movemail): Respect
1844         pop3-leave-mail-on-server.
1845
1846         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1847         retrieval.
1848
1849         * pop3.el (pop3-process-filter): Removed unused function.
1850         (pop3-streaming-movemail, pop3-send-streaming-command)
1851         (pop3-wait-for-messages, pop3-write-to-file)
1852         (pop3-number-of-responses): New functions for streaming pop3
1853         retrieval.
1854
1855         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1856         come from no known methods.
1857         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1858         list.
1859
1860         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1861         message sizes.
1862         (pop3-movemail): Use erase-buffer instead of looping and deleting
1863         regions, which seems rather odd.
1864
1865         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1866         file once per `g' run.
1867
1868         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1869         directories.  This makes the draft queue directory work.
1870
1871         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1872         data from the backends, so that we only request the list of groups from
1873         each method once.  This should speed things up considerably.
1874
1875         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1876         detect that it's not implemented.
1877
1878         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1879         we actually do recurse down into the tree, but don't stat all leaf
1880         nodes.
1881
1882         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1883         then say so instead of bugging out.
1884
1885         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1886         files exist before trying to read them.
1887
1888         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1889         around <pre_int>.
1890
1891         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1892
1893         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1894
1895 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * mm-util.el (mm-image-load-path): Just return the image directories,
1898         not all directories in the path in addition to the image directories.
1899         (mm-image-load-path): Maintain a cache of the image directories so that
1900         the `g' command in Gnus doesn't have to stat dozens of directories each
1901         time.
1902
1903         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1904         (gnus-html-wash-tags): Add a new `i' command to insert images.
1905         (gnus-html-insert-image): New command and keystroke.
1906         (gnus-html-redisplay-with-images): New command and keystroke.
1907         (gnus-html-show-images): Renamed command.
1908         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1909         spacers.
1910         (gnus-html-wash-tags): Decode entities at the end, so that entities
1911         inside the tags don't mess up the rest of the "parsing".
1912
1913         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1914         so that nnimap methods aren't agentized by default.  There's apparently
1915         many problems related to agent/imap behaviour.
1916
1917         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1918
1919         * gnus-html.el: Doc fix.
1920
1921 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1924         specifier-spec-list for Emacs 21.
1925
1926         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1927         glyph-width and glyph-height instead of display-graphic-p and
1928         image-size; make avoidance of displaying small images work for XEmacs.
1929
1930         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1931         for XEmacs.
1932
1933         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1934         of symbol that holds plist data.
1935         (gnus-process-plist): Remove plist of process after getting it.
1936
1937 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * message.el (message-generate-hashcash): Change default to
1940         'opportunistic if hashcash is installed.
1941
1942         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1943         (gnus-html-put-image): Only call image-size once, since it's somewhat
1944         time-consuming on remote X servers.
1945
1946 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1949         type on data, not a file name.
1950
1951         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1952         window-pixel-edges for Emacs 21.
1953
1954         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1955         decoded contents.
1956         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1957
1958 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1961         group line format, since it isn't very interesting.
1962
1963         * gnus-agent.el (gnus-agent-short-article),
1964         (gnus-agent-long-article): Increase values for these two variables,
1965         since most people are likely to have more network connection and
1966         storage than before.
1967
1968         * gnus.el (gnus-refer-article-method): Change default to 'current.
1969         When referring an article, the common behaviour is to refer it from the
1970         current select method, not the native select method.  The chances of
1971         the native select method having the message in question is rather slim
1972         these days.
1973
1974         * gnus-sum.el (gnus-auto-select-subject): Change default to
1975         `unseen-or-unread'.  I think it's likely that most people want to
1976         select an unseen article over a previously seen, but unread one.
1977
1978         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1979         means that in the article buffer none of the minor mode elements will
1980         be shown, usually, and this is not desirable in most cases.
1981
1982         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1983         that commands like `d' (and the like) go to the next line in the
1984         buffer, instead of the next unread article.  I think this is the
1985         behaviour that is most natural for most users.
1986         (gnus-single-article-buffer): Change default to nil, so that people can
1987         have as many article buffers open as they have summary buffer.  I think
1988         this is the most natural way for the groups to behave.
1989
1990         * message.el (message-generate-new-buffers): Change default to
1991         `unsent', so that all new message buffers start their names with the
1992         string "*unsent", and it's easier to find the buffers if you move from
1993         them.
1994
1995 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1998         small.  They're probably tracking images.
1999         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2000         (gnus-html-rescale-image): Yet another try at getting the image sizing
2001         right.
2002
2003         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2004         nntp-marks-file-name is nil.
2005
2006 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2007
2008         * gnus-html.el (gnus-html-wash-tags)
2009         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2010         Better logging.
2011
2012 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2015
2016         * gnus-html.el (gnus-html-wash-tags): Check the value of
2017         gnus-blocked-images in the summary buffer.
2018
2019 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2020
2021         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2022
2023 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2026         like "a", it seems like.
2027         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2028         since it needs to be picked from the correct buffer.
2029
2030         * nnwfm.el: Removed.
2031
2032         * nnlistserv.el: Removed.
2033
2034 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2035
2036         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2037         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2038
2039 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * nnkiboze.el: Removed.
2042
2043         * nndb.el: Removed.
2044
2045         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2046         alt text.
2047         (gnus-html-rescale-image): Try to get the rescaling logic right for
2048         images that are just wide and not tall.
2049
2050         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2051         overshadow variable bindings.
2052
2053 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2054
2055         * gnus-html.el (gnus-html-wash-tags)
2056         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2057         extra logging.
2058
2059 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2062         (gnus-max-image-proportion): New variable.
2063         (gnus-html-rescale-image): New function.
2064         (gnus-html-put-image): Rescale images.
2065
2066 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2067
2068         Fix up some byte-compiler warnings.
2069         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2070         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2071         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2072         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2073         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2074         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2075         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2076
2077 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus-html.el (gnus-article-html): Decode contents by charset.
2080
2081 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2084         (gnus-html-frame-width, gnus-blocked-images)
2085         * message.el (message-prune-recipient-rules): Add custom version.
2086         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2087
2088         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2089         functions.
2090
2091         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2092         gnus-process-get.
2093
2094 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2095
2096         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2097         instead of lsub directly.
2098
2099 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * nnwarchive.el: Removed.
2102
2103         * gnus-soup.el: Removed.
2104
2105         * nnsoup.el: Removed.
2106
2107         * nnultimate.el: Removed.
2108
2109         * gnus-html.el (gnus-blocked-images): New variable.
2110
2111         * message.el (message-prune-recipients): New function.
2112         (message-prune-recipient-rules): New variable.
2113
2114         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2115         guess whether a long line is natural text or not.
2116
2117         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2118         gnus-process-plist and friends for compatibility.
2119
2120 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2121
2122         * gnus-html.el: Require packages that define macros used in this file.
2123         (gnus-article-mouse-face): Declare to silence byte-compiler.
2124         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2125         process-get.
2126         (gnus-html-put-image): Use plist-get to avoid getf.
2127         (gnus-html-prefetch-images): Use with-current-buffer.
2128
2129 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-ems.el: Provide compatibility functions for
2132         gnus-set-process-plist.
2133
2134         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2135         header-line-format for XEmacs 21.4.
2136
2137         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2138         * gnus.el (gnus-valid-select-methods)
2139         * message.el (message-send-mail-partially-limit)
2140         * mm-decode.el (mm-text-html-renderer)
2141         * mml.el (mml-insert-mime-headers-always)
2142         * smiley.el (smiley-regexp-alist): Bump custom version.
2143
2144 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * gnus-html.el: require mm-url.
2147         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2148         with the url to `url'.
2149         (gnus-html-wash-tags): Support cid: URLs/images.
2150
2151 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2154         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2155         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2156
2157         * gnus-move.el: Removed file, since it doesn't really work.
2158
2159         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2160         UTF-8.  This seems to fix problems with some German web feeds.
2161
2162         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2163         at the top so that the proper colours are applied.
2164
2165         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2166         don't have dots in their names.
2167
2168         * gnus-art.el (gnus-article-view-part): Doc fix.
2169
2170         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2171         XEmacs-compatible.
2172         (gnus-html-put-image): Don't do images on non-graphic displays.
2173
2174         * nnslashdot.el: Removed this unused backend.
2175
2176         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2177         actions.
2178         (gnus-undo-register-1): Revert last change.
2179
2180         * gnus-group.el (gnus-group-completing-read): Protect against not
2181         having completion-styles bound.
2182
2183         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2184         make broken recipients happier.
2185
2186         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2187
2188         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2189         point parameter.
2190
2191         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2192
2193         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2194         completion-styles for group selection.
2195
2196 2009-02-04  Andreas Schwab  <schwab@suse.de>
2197
2198         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2199         headers and regexp-quote the match if necessary.
2200
2201 2009-03-24  Miles Bader  <miles@gnu.org>
2202
2203         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2204         the blinking smiley.
2205
2206 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2207
2208         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2209         blink smiley.
2210
2211 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2214         where the dribbel file lives exists.
2215
2216         * message.el (message-send-mail-partially-limit): Change the default to
2217         nil, since most people don't want this.
2218
2219         * mm-url.el (mm-url-decode-entities): Also decode entities like
2220         &#x3212.
2221
2222 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2223
2224         * gnus-sum.el (gnus-summary-idna-message):
2225         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2226         Hyperlink urls in docstrings with URL `...'.
2227
2228 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2229
2230         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2231         functions.
2232
2233 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2236         say what the mouseover text should be.
2237
2238         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2239         version of the mm-w3m-safe-url-regexp variable to only download images
2240         in the groups where we want that to happen.
2241
2242         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2243
2244         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2245         easier debugging.
2246         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2247         big pictures in the article buffer.
2248
2249         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2250         gnus-article-html.
2251         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2252         w3m.
2253
2254         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2255
2256 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2259         which doesn't exist.
2260
2261         * message.el (message-inhibit-ecomplete): New variable to allow some
2262         function to inhibit ecomplete address storage.
2263         (message-resend): Disable ecomplete message storage when resending
2264         messages.
2265
2266         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2267
2268 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2271         Save excursion while copying, moving, and deleting articles in order to
2272         prevent the cursor from jumping to unforeseen place.
2273
2274 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * lpath.el: No need to bind bookmark-current-buffer,
2277         bookmark-yank-point and bookmark-make-record-function.
2278
2279 2010-08-17  Glenn Morris  <rgm@gnu.org>
2280
2281         * gnus-sync.el: Require gnus components whose functions are used.
2282
2283         * gnus-art.el (bookmark-make-record-function):
2284         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2285         Declare for compiler.
2286
2287         * mm-url.el (mml-compute-boundary): Autoload.
2288
2289 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2292
2293 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2294
2295         Typo fix "hoo4a" -> "hook".
2296
2297         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2298
2299 2010-08-14  Glenn Morris  <rgm@gnu.org>
2300
2301         * gnus-sync.el (gnus-sync): Fix defgroup version.
2302
2303 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2304
2305         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2306
2307         * gnus-sync.el: Fix docs.
2308         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2309         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2310
2311 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2312
2313         Optimizations for gnus-sync.el.
2314
2315         * gnus-sync.el: Add docs about gnus-sync-backend
2316         possibilities.
2317         (gnus-sync-save): Remove unnecessary message.
2318         (gnus-sync-read): Optimize and show what groups were skipped.
2319
2320 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         Minor bug fixes for gnus-sync.el.
2323
2324         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2325         read the sync on get-new-news.
2326
2327         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2328         quiet.
2329
2330         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2331
2332 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2333
2334         Make saving and restoring of hidden threads work with overlays.
2335         Patch applied by Ted Zlatanov.
2336
2337         * gnus-sum.el (gnus-hidden-threads-configuration)
2338         (gnus-restore-hidden-threads-configuration): Update to deal with text
2339         properties, rather than searching for a magic character.
2340
2341 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2342
2343         New gnus-sync.el library for synchronization of marks.
2344
2345         * gnus-sync.el: New library for synchronization of marks.
2346
2347         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2348         renamed from `gnus-registry-grep-in-list'.
2349
2350         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2351
2352         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2353
2354 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2357         determining charset of text fails.
2358
2359 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * nnmail.el (nnmail-get-new-mail-1): Revert.
2362
2363         * nnml.el (nnml-active-number): Make sure names of newly created groups
2364         in nnml-group-alist are encoded.
2365
2366 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2369         containing non-ASCII characters in active file for nnml back end.
2370
2371 2010-07-24  David Engster  <dengste@eml.cc>
2372
2373         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2374         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2375
2376 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2377
2378         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2379         tag (Bug#6654).
2380
2381 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2384         the article buffer, not the summary buffer.
2385
2386 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2389         Emacs 23 as well.
2390
2391 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2394         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2395
2396 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2397
2398         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2399         Patch applied by Karl Fogel.
2400
2401         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2402         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2403
2404 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2405
2406         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2407         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2408         C-w still not working correctly from Article buffers; Thierry's
2409         patch to fix that will be applied after this.
2410
2411         * gnus-art.el (bookmark-make-record-function): New local variable.
2412
2413         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2414         article buffer.
2415         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2416
2417 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2418
2419         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2420         on changes in bookmark.el.
2421
2422 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2425         `no-log' instead of message not to log prompt string.
2426
2427 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2428
2429         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2430         the *other* type of HTML form submission.
2431
2432 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2433
2434         * auth-source.el (auth-source-pick): If choice does not contain a
2435         questioned keyword, set the check to t.
2436
2437 2010-06-12  Romain Francoise  <romain@orebokech.com>
2438
2439         * gnus-util.el (gnus-date-get-time): Move up before first use.
2440
2441 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2444         (gnus-article-edit-part): Bind it to make last part that is substituted
2445         or deleted visible.
2446         (gnus-mime-display-single): Buttonize part of which id equals to
2447         gnus-mime-buttonized-part-id.
2448
2449 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2450
2451         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2452         (gnus-dd-mmm): Use gnus-date-get-time.
2453         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2454         simplify logic.
2455         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2456         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2457
2458 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2459
2460         * auth-source.el (top): Autoload `secrets-list-collections',
2461         `secrets-create-item', `secrets-delete-item'.
2462         (auth-sources): Fix tag string.
2463         (auth-get-source, auth-source-retrieve, auth-source-create)
2464         (auth-source-delete): New defuns.
2465         (auth-source-pick): Rewrite in order to avoid 2 passes.
2466         (auth-source-forget-user-or-password): New parameter USERNAME.
2467         (auth-source-user-or-password): New parameters CREATE-MISSING and
2468         DELETE-EXISTING.  Retrieve password interactively, if needed.
2469
2470 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2471
2472         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2473         deleting unused directories when gnus-expert-user is t.
2474
2475 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2478         for each temp file when gnus-article-browse-delete-temp is ask.
2479
2480 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2481
2482         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2483         Lisp calls to delete-backward-char by calls to delete-char.
2484
2485 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2486
2487         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2488
2489 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2490
2491         * password-cache.el (password-cache-remove): Fix docstring.
2492
2493 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2496         article unless decoding article to be saved.
2497
2498 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2501         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2502         generated within the mm-with-unibyte-current-buffer macro.
2503
2504 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2507         to nil when we're in a mml-preview buffer and no group is selected.
2508
2509 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2510
2511         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2512         when catching the `C-g'.  Reported by "Leo".
2513
2514 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * message.el (message-forward-make-body-plain)
2517         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2518         multibyte-string-p.
2519
2520         * lpath.el: Revert.
2521
2522 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * message.el (message-forward-make-body-mml): Assume original message
2525         is multibyte string; error on unibyte.
2526         (message-forward-make-body-plain): Ditto; don't add excessive newline
2527         in body end.
2528
2529         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2530
2531 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2532
2533         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2534         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2535
2536 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * mm-extern.el (mm-extern-url): Don't use
2539         mm-with-unibyte-current-buffer.
2540         (mm-extern-cache-contents): Use with-current-buffer instead of
2541         save-excursion + set-buffer.
2542
2543 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * mm-util.el (mm-emacs-mule): Remove.
2546
2547 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2548
2549         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2550         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2551         change.
2552
2553 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2556         bind the default value of enable-multibyte-characters to nil.
2557
2558 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * message.el (message-forward-make-body-plain)
2561         (message-forward-make-body-mml):
2562         Don't use mm-with-unibyte-current-buffer.
2563
2564 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2565
2566         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2567
2568 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2569
2570         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2571         (Bug#5592).
2572
2573 2010-05-07  Julien Danjou  <julien@danjou.info>
2574
2575         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2576         it to mm-pipe-part.
2577
2578         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2579         it is given.
2580
2581 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * binhex.el (binhex-decode-region-internal)
2584         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2585         (dns-query)
2586         * nnweb.el (nnweb-gmane-search)
2587         * pgg-parse.el (pgg-parse-armor)
2588         * pgg.el (pgg-verify-region)
2589         * sha1.el (sha1-string-external)
2590         * uudecode.el (uudecode-decode-region-internal)
2591         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2592         XEmacs.
2593
2594         * gnus-art.el (gnus-article-browse-html-parts)
2595         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2596         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2597         make-temp-file.
2598
2599         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2600         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2601         compiling.
2602
2603         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2604         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2605         XEmacs when compiling.
2606
2607         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2608         gnus-pick-mode-off-hook for XEmacs when compiling.
2609         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2610         gnus-binary-mode-off-hook for XEmacs when compiling.
2611
2612         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2613         nil if char-charset is not available.
2614
2615         * imap.el (imap-disable-multibyte)
2616         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2617         macros.
2618
2619         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2620         instead of encode-coding-string.
2621
2622         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2623         'xemacs) instead of mm-emacs-mule to switch function definitions.
2624         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2625
2626         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2627         bind temporary-file-directory for XEmacs;
2628         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2629         timer-set-function for XEmacs 21.4 and SXEmacs;
2630         bind timer-list for XEmacs 21.4 and SXEmacs;
2631         fbind char-charset and find-charset-region for non-Mule XEmacs;
2632         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2633         encode-coding-region and encode-coding-string for XEmacs having no
2634         file-coding feature.
2635
2636 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2637
2638         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2639
2640 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2643         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2644
2645 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2646
2647         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2648         alias `jka-compr-delete-temp-file' no longer exists.
2649
2650 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2651
2652         Use define-minor-mode in Gnus where applicable.
2653         * mml.el (mml-mode): Use define-minor-mode.
2654         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2655         (gnus-undo-mode): Use define-minor-mode.
2656         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2657         (gnus-dead-summary-mode): Use define-minor-mode.
2658         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2659         Initialize in declaration.
2660         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2661         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2662         (gnus-mailing-list-mode): Use define-minor-mode.
2663         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2664         (gnus-draft-mode): Use define-minor-mode.
2665         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2666         (gnus-dired-mode): Use define-minor-mode.
2667
2668 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2669
2670         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2671         handles on recursive mml-to-mime translation and check them for
2672         boundary delimiter collisions.  Reported by Greg Troxel.
2673
2674 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2677
2678 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         * mm-util.el (mm-find-buffer-file-coding-system):
2681         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2682
2683 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2684
2685         * message.el (message-generate-headers): Record insertion of optional
2686         headers as well.  Otherwise the check to prevent repeated insertion of
2687         optional headers is a no-op.
2688
2689 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2690
2691         * smime.el: Don't mention CVS.
2692
2693         * nnrss.el (nnrss-fetch): Don't mention CVS.
2694
2695         * nnir.el: Don't mention CVS.
2696
2697 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2698
2699         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2700
2701 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * lpath.el: Fbind bookmark-default-handler,
2704         bookmark-get-bookmark-record, bookmark-make-record-default,
2705         bookmark-prop-get for Emacs <23 and XEmacs.
2706
2707 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2708
2709         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2710         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2711         Use with-current-buffer to silence the byte-compiler.
2712         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2713         bother to require `gnus'.
2714         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2715
2716 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2717
2718         * gnus-sum.el (gnus-summary-bookmark-make-record)
2719         (gnus-summary-bookmark-jump): New functions.
2720         (gnus-summary-mode): Setup bookmark support.
2721
2722 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2723
2724         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2725         if set.
2726
2727 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2730         gnus-article-browse-html-save-cid-image; make it work recursively for
2731         forwarded messages as well.
2732         (gnus-article-browse-html-parts): Work when prefix arg is given.
2733         (gnus-article-browse-html-article): Doc fix.
2734
2735 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2736
2737         * message.el (message-default-mail-headers):
2738         (message-default-headers): Carry the value mail-default-headers over
2739         into message-default-mail-headers, rather than message-default-headers.
2740
2741 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2742
2743         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2744         charset.
2745
2746         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2747         charset into the <meta> tag when the article is encoded to utf-8.
2748
2749 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2752         directories as well.
2753         (gnus-article-browse-html-parts): Work for images that do not specify
2754         file names; delete temp directory when quitting; insert header at the
2755         right place; use file: scheme for image files.
2756
2757 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2758
2759         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2760         (gnus-article-browse-html-parts): Use it to make temporary cid image
2761         files in addition to html file so that browser may display them.
2762
2763 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2766
2767 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2768
2769         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2770
2771 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2774         about Secret Service API sources.  Improve Customize options.
2775         (auth-source-pick): Change to accept any number of search parameters.
2776         Implement fallbacks iteratively, not recursively.  Add scoring on the
2777         second pass and sort by score.  Call Secret Service API when needed.
2778         (auth-source-user-or-password): Use it.  Call Secret Service API
2779         directly when needed to get the user name and the password.
2780
2781 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2782
2783         * message.el (message-interactive): Doc fix.
2784         (message-qmail-inject-args): Reflow.
2785         (message-kill-to-signature): Fix typo in docstring.
2786
2787         * smiley.el (smiley-buffer): Fix typo in docstring.
2788
2789 2010-03-24  Glenn Morris  <rgm@gnu.org>
2790
2791         * mail-source.el (gnus-message): Declare.
2792         (mail-source-delete-old-incoming): Require gnus-util.
2793
2794 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2797
2798         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2799
2800         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2801         password-cache's default if it is not bound.
2802         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2803         password-cache-expiry's default if it is not bound.
2804
2805         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2806         available in Emacs 21.
2807
2808         * lpath.el: Suppress compiler warnings for:
2809         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2810         XEmacs;
2811         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2812         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2813         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2814
2815 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * auth-source.el (auth-sources): Fix up definition so extra parameters
2818         are always inline.
2819
2820 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2821
2822         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2823         wasn't updated after mismatch.  Clear cached mailbox info correctly
2824         when uidvalidity changes.
2825         (nnimap-group-prefixed-name): New function to avoid some code
2826         duplication.
2827         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2828         (nnimap-request-group): Use it.
2829         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2830         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2831         with many imap folders.  This is done by caching the group status from
2832         the imap server persistently in a group parameter `imap-status'.  (This
2833         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2834         but not persistently, so every Gnus startup was still very slow.)
2835
2836 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2837
2838         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2839         delete the extra newline.  Otherwise editing of :string and :number
2840         types don't work.
2841
2842 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2843
2844         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2845         secrets.el dependency.
2846         (auth-sources): Add optional user name.  Add secrets.el configuration
2847         choice (unused right now).
2848
2849 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2850
2851         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2852         `gnus-registry-install-shortcuts' fill in the functions.
2853
2854         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2855         warnings.
2856         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2857         (gnus-registry-install-shortcuts): Populate and use it in a
2858         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2859
2860 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2861
2862         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2863         In-place substitutions for the group name encoding/decoding.
2864         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2865         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2866         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2867         (nnimap-update-unseen, nnimap-request-list)
2868         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2869         (nnimap-request-set-mark, nnimap-split-to-groups)
2870         (nnimap-split-articles, nnimap-request-newgroups)
2871         (nnimap-request-create-group, nnimap-request-accept-article)
2872         (nnimap-request-delete-group, nnimap-request-rename-group)
2873         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2874         `encoded-mbx' for consistency.
2875         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2876         variable `imap-current-mailbox'.
2877
2878         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2879         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2880
2881 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2882
2883         * pop3.el (pop3-display-message-size-flag): Display message size byte
2884         counts during POP3 download.
2885         (pop3-movemail): Use it.
2886         (pop3-list): Implement listing of available messages.
2887
2888 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2889
2890         * nnir.el (nnir-get-article-nov-override-function): New function to
2891         override the normal NOV retrieval.
2892         (nnir-retrieve-headers): Use it.
2893
2894 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2895
2896         * auth-source.el (netrc-machine-user-or-password): Autoload.
2897
2898 2010-03-19  Glenn Morris  <rgm@gnu.org>
2899
2900         Stop message.el from loading about 40 libraries it doesn't always need.
2901         The general approach is to autoload rather than require, and to
2902         require in the specific functions rather than the file.  (Bug#5642)
2903
2904         * gmm-utils.el: Don't require wid-edit.
2905         (widget-create-child-value, widget-convert, widget-default-get):
2906         Autoload.
2907
2908         * gnus-util.el: Don't require time-date, netrc.
2909         (message-fetch-field, gnus-group-name-decode): Declare rather than
2910         autoloading.
2911         (gnus-fetch-field): Require message.
2912         (gnus-decode-newsgroups): Require gnus-group.
2913
2914         * ietf-drums.el: Don't require time-date.
2915
2916         * message.el: Don't require hashcash, canlock, ecomplete.
2917         Do require mail-utils.  Require nnheader only when compiling.
2918         (smtpmail-default-smtp-server): Remove declaration.
2919         (message-send-mail-function): Check smtpmail-default-smtp-server
2920         is bound rather than requiring smtpmail.
2921         (message-auto-save-directory, message-insert-signature): Use
2922         expand-file-name rather than nnheader-concat.
2923         (nnheader-insert-file-contents): Autoload.
2924         (hashcash-wait-async): Declare.
2925         (message-send-mail): Only call gnus-setup-posting-charset if
2926         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2927         (message-send-mail-with-sendmail): Require sendmail.
2928         (canlock-password, canlock-password-for-verify): Declare.
2929         (message-canlock-password): Require canlock.
2930         (nnheader-get-report): Autoload.
2931         (gnus-setup-posting-charset): Declare.
2932         (message-send-news): Require gnus-msg.
2933         (message-make-references, message-make-in-reply-to): Use mail-header-id
2934         rather than the alias mail-header-message-id.
2935         (ecomplete-add-item, ecomplete-save): Declare.
2936         (message-put-addresses-in-ecomplete): Require ecomplete.
2937         (ecomplete-display-matches): Autoload.
2938
2939         * mm-decode.el: Don't require mailcap, gnus-util.
2940         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2941         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2942         Autoload.
2943         (mailcap-mime-extensions): Declare.
2944
2945         * mm-encode.el: Don't require mailcap.
2946         (mailcap-extension-to-mime): Autoload.
2947
2948         * mml-sec.el: Don't require password-cache.
2949
2950         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2951         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2952         (mml-minibuffer-read-type): Require mailcap.
2953         (mml-preview): Require gnus-msg.
2954
2955         * mml1991.el: Require password-cache.
2956         (password-cache-expiry): Remove declaration.
2957
2958         * mml2015.el: Require password-cache.
2959         (password-cache-expiry): Remove declaration.
2960
2961         * nneething.el (mailcap): Require mailcap.
2962
2963         * nnheader.el (declare-function): Add compatibility stub.
2964         (message-remove-header): Declare rather than autoload.
2965         (nnheader-replace-header): Require message.
2966
2967         * nnimap.el (declare-function): Add compatibility stub.
2968         (netrc-parse, netrc-machine-user-or-password): Declare.
2969         (nnimap-open-connection): Require netrc.
2970
2971         * nntp.el (declare-function): Add compatibility stub.
2972         (netrc-parse, netrc-machine, netrc-get): Declare.
2973         (nntp-send-authinfo): Require netrc.
2974
2975         * rfc2047.el: Don't require qp.
2976         (quoted-printable-encode-region, quoted-printable-decode-string):
2977         Autoload.
2978
2979         * sieve-mode.el: Don't require easymenu.
2980         (easy-menu-add-item): Autoload it.
2981
2982         * spam-stat.el (time-to-number-of-days): Autoload it.
2983
2984 2010-03-19  Glenn Morris  <rgm@gnu.org>
2985
2986         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2987
2988 2010-03-18  Glenn Morris  <rgm@gnu.org>
2989
2990         * hashcash.el (declare-function): Remove duplicate definition.
2991
2992 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2993
2994         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2995         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2996         value if any backslash escapes).
2997
2998 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3001         if it is available.  (bug#5647)
3002
3003         * lpath.el: Suppress compiler warning for coding-system-from-name for
3004         Emacs 21 and XEmacs.
3005
3006 2010-03-14  Juri Linkov  <juri@jurta.org>
3007
3008         * hmac-def.el:
3009         * hmac-md5.el:
3010         * netrc.el: Fix keywords.
3011
3012 2010-02-26  Glenn Morris  <rgm@gnu.org>
3013
3014         * message.el (message-send-mail-function): Change the default, so that
3015         it inherits from a customized send-mail-function.  (Bug#5643)
3016
3017 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3018
3019         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3020         shell-command-to-string signals an error (bug#5299).
3021
3022 2010-02-24  Glenn Morris  <rgm@gnu.org>
3023
3024         * message.el (message-smtpmail-send-it)
3025         (message-send-mail-with-mailclient): Doc fixes.
3026
3027 2010-02-16  Glenn Morris  <rgm@gnu.org>
3028
3029         * message.el (message-default-mail-headers): Change the default value
3030         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3031
3032 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3035         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3036
3037 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3038
3039         * time-date.el (date-to-time): Doc fix (Bug#5408).
3040
3041 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3042
3043         * message.el (message-mail): Just pass yank-action on to message-setup.
3044         (message-setup): Handle (FUN . ARGS) form of yank-action.
3045         (message-with-reply-buffer, message-widen-reply)
3046         (message-yank-original): Handle non-buffer values of
3047         message-reply-buffer (Bug#4080).
3048         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3049
3050 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3051
3052         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3053         Fix typo in docstring.
3054
3055 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3056
3057         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3058         response.
3059
3060 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3063
3064         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3065
3066         * message.el (message-check-news-header-syntax): Protect against a
3067         string that `rfc822-addresses' returns when parsing fails.
3068
3069 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3072         (gnus-previous-char-property-change): New functions.
3073
3074         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3075
3076 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3077
3078         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3079         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3080
3081 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3082
3083         * message.el (message-exchange-point-and-mark): Rework last change to
3084         avoid using optional arg of exchange-point-and-mark, for backward
3085         compatibility.
3086
3087 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3088
3089         * message.el (message-exchange-point-and-mark): Call
3090         exchange-point-and-mark with an argument rather than setting
3091         mark-active by hand (Bug#5175).
3092
3093 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * nntp.el (nntp-service-to-port): Work for service expressed with
3096         numeric string; replace [:digit:] with [0-9] for XEmacs.
3097
3098 2009-12-17  Glenn Morris  <rgm@gnu.org>
3099
3100         * gnus-group.el (gnus-bug-group-download-format-alist):
3101         Change emacs entry to debbugs.gnu.org.  Bump :version.
3102
3103 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3106
3107 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3108
3109         * message.el (message-info): Explain why we use `Info-goto-node'.
3110
3111 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3114
3115 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3116
3117         * message.el (message-completion-in-region): New compatibility function.
3118         (message-expand-group): Use it.
3119
3120 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3123         with no unread article should be listed if the 2nd arg `predicate' is
3124         given.
3125
3126 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3129
3130 2009-11-29  Juri Linkov  <juri@jurta.org>
3131
3132         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3133         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3134         on `gnus-recenter'. (Bug#4698, Bug#4981)
3135
3136 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3137
3138         * sha1.el (sha1-string-external): default-directory "/" in case
3139         otherwise non-existent.  process-connection-type pipe for touch of
3140         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3141
3142 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3143
3144         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3145         it's comms related and sgml-mode.el has "comm" on that basis too.
3146
3147 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3150         containing tspecial characters if they have been already quoted.
3151
3152 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3153
3154         * dns-mode.el (auto-mode-alist): Purecopy string.
3155
3156 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3157
3158         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3159
3160 2009-10-24  Glenn Morris  <rgm@gnu.org>
3161
3162         * gnus-art.el (help-xref-stack-item): Define for compiler.
3163
3164 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3165
3166         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3167
3168 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3171
3172 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3175         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3176
3177 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3180         (gnus-overlays-in): New alias to overlays-in.
3181
3182         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3183         gnus-overlay-get, and gnus-delete-overlay.
3184         (gnus-summary-show-thread): Make it work as well for systems in which
3185         next-single-char-property-change is not available.
3186         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3187
3188         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3189         (gnus-overlay-get): New alias to extent-property.
3190         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3191
3192         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3193         SXEmacs.
3194
3195         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3196         SXEmacs.
3197
3198 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3199
3200         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3201
3202 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3203
3204         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3205         and XEmacs that don't have `remove-overlays'.
3206
3207 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3208
3209         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3210         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3211         selective display.  Use overlays instead.
3212
3213 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3214
3215         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3216
3217 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3218
3219         * spam-stat.el (spam-stat-load): Fix typo in message.
3220
3221 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3222
3223         * dig.el (dig-invoke): Fix typo in docstring.
3224         (query-dig): Reflow docstring.
3225
3226 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3227
3228         * gnus-art.el (gnus-article-encrypt-body):
3229         * message.el (message-check-recipients):
3230         * mm-util.el (mm-codepage-setup):
3231         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3232         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3233
3234 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3235
3236         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3237         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3238         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3239         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3240         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3241
3242 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3243
3244         * dig.el: Add "Keywords: comm", as per net-utils.el.
3245
3246 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3247
3248         * dig.el (dig-mode): Use define-derived-mode.
3249
3250 2009-09-19  Glenn Morris  <rgm@gnu.org>
3251
3252         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3253
3254 2009-09-18  Glenn Morris  <rgm@gnu.org>
3255
3256         * gnus-diary.el (gnus-diary-check-message):
3257         * message.el (message-insert-formatted-citation-line):
3258         * nnbabyl.el (top-level):
3259         * nndiary.el (nndiary-schedule):
3260         Fix typos in condition-case handlers.
3261
3262 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3265         configuration that provides the sole article window in a frame;
3266         position point correctly after deleting a part.
3267
3268 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3269
3270         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3271         (spam-resolve-registrations-routine): Use it to unregister articles
3272         that change status.
3273
3274 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3277         with XEmacs.
3278         (parse-time-string-chars): Use it.
3279
3280 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         * imap.el (imap-interactive-login): Better messages.
3283         (imap-open): Fix bug with renamed buffer on reconnect.
3284         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3285         for easier debugging and cleaner code.  On successful (guessed based on
3286         server capabilities) secondary authentication, set imap-state
3287         correctly.
3288         (imap-last-authenticator): Define imap-last-authenticator as a variable
3289         to avoid warnings.
3290
3291 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * nnrss.el (nnrss-request-article): Remove binding of
3294         default-enable-multibyte-characters that has gotten needless by
3295         the 2007-07-13 change in rfc2047-encode-message-header.
3296
3297         * mml.el (mml-insert-multipart): Error on the message header.
3298         (mml-insert-part): Error on the message header; position point at
3299         the end of a MIME tag.
3300
3301 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * time-date.el (autoload): Expand define-obsolete-function-alias into
3304         defalias and make-obsolete for old Emacsen that Gnus supports.
3305         (with-no-warnings): Define it for old Emacsen.
3306         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3307         is available.
3308         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3309         float-time is available; suppress compile warning for time-to-seconds.
3310
3311         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3312         (gnus-float-time): Alias to float-time if it exists.
3313
3314         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3315         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3316         float-time is available; suppress compile warning for time-to-seconds.
3317
3318         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3319         XEmacs.
3320
3321 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3322
3323         * imap.el (imap-message-map): Docstring fix.
3324
3325 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3328         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3329         Add the optional argument `encoding' that overrides the default.
3330
3331         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3332         mm-encode-buffer.
3333
3334 2009-09-04  Glenn Morris  <rgm@gnu.org>
3335
3336         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3337         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3338         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3339         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3340         * mm-util.el (mm-with-unibyte-current-buffer)
3341         (mm-find-buffer-file-coding-system):
3342         * yenc.el (yenc-decode-region): Use default-value rather than
3343         default-enable-multibyte-characters.
3344
3345 2009-09-03  Glenn Morris  <rgm@gnu.org>
3346
3347         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3348         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3349         than default-enable-multibyte-characters.
3350
3351 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3352
3353         * gnus-art.el (gnus-article-read-summary-keys):
3354         Fix gnus-buffer-configuration's value temporarily used.
3355
3356 2009-09-02  Glenn Morris  <rgm@gnu.org>
3357
3358         * gnus-util.el (gnus-float-time): New function.
3359         * gnus-delay.el (gnus-delay-article):
3360         * gnus-sum.el (gnus-thread-latest-date):
3361         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3362         * nnspool.el (nnspool-request-newgroups):
3363         Use gnus-float-time rather than time-to-seconds.
3364         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3365
3366         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3367         (gnus-header-subject-face, gnus-header-newsgroups-face)
3368         (gnus-header-name-face, gnus-header-content-face):
3369         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3370         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3371         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3372         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3373         (gnus-cite-face-11):
3374         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3375         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3376         (gnus-server-closed-face, gnus-server-denied-face)
3377         (gnus-server-offline-face):
3378         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3379         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3380         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3381         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3382         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3383         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3384         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3385         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3386         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3387         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3388         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3389         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3390         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3391         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3392         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3393         (gnus-summary-high-undownloaded-face)
3394         (gnus-summary-low-undownloaded-face)
3395         (gnus-summary-normal-undownloaded-face)
3396         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3397         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3398         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3399         (gnus-splash-face):
3400         * message.el (message-header-to-face, message-header-cc-face)
3401         (message-header-subject-face, message-header-newsgroups-face)
3402         (message-header-other-face, message-header-name-face)
3403         (message-header-xheader-face, message-separator-face)
3404         (message-cited-text-face, message-mml-face):
3405         * sieve-mode.el (sieve-control-commands-face)
3406         (sieve-action-commands-face, sieve-test-commands-face)
3407         (sieve-tagged-arguments-face):
3408         * spam.el (spam-face):
3409         Mark face aliases with "-face" in the name as obsolete.
3410
3411 2009-09-01  Glenn Morris  <rgm@gnu.org>
3412
3413         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3414         than goto-line.
3415
3416 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3419         Don't move point if the command is invoked inside the message header.
3420
3421 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3422
3423         * imap.el (imap-send-command): Simplify.
3424         (imap-wait-for-tag): point-max -> buffer-size.
3425
3426 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3427
3428         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3429         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3430         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3431         * nnir.el (nnir-swish-e-index-file):
3432         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3433         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3434         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3435         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3436         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3437         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3438
3439 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3442         Don't save excursion.
3443
3444 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3445
3446         * nnheader.el (nnheader-find-file-noselect):
3447         * mm-util.el (mm-insert-file-contents):
3448         Use (default-value 'major-mode) instead of default-major-mode.
3449
3450 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3451
3452         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3453
3454 2009-08-26  Glenn Morris  <rgm@gnu.org>
3455
3456         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3457         than placing in files.el.
3458
3459 2009-08-25  Glenn Morris  <rgm@gnu.org>
3460
3461         * nnir.el (top-level): Don't require cl at run-time.
3462         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3463         Replace cl-function substitute with gnus-replace-in-string.
3464         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3465         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3466         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3467         simplified expansions.
3468
3469 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3470
3471         * dig.el (dig): Add autoload cookie.
3472
3473 2009-08-22  Glenn Morris  <rgm@gnu.org>
3474
3475         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3476         goto-line.
3477
3478 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3479
3480         * parse-time.el (parse-time-string-chars): Save match data.
3481
3482 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3483
3484         * parse-time.el (parse-time-string-chars): Compute using character
3485         classes, to handle non-ascii characters (Bug#3190).
3486
3487 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3490
3491         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3492         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3493         (gnus-mm-display-part, gnus-mime-display-single)
3494         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3495         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3496
3497         * gnus-sum.el
3498         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3499         (gnus-summary-move-article): Add expirable mark to articles copied or
3500         moved to group that has auto-expire turned on if the option is non-nil.
3501
3502 2009-07-24  Glenn Morris  <rgm@gnu.org>
3503
3504         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3505         Fix typo.  (Bug#3903)
3506
3507 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3510         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3511         that should not be used for draft articles.
3512         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3513         that has no concern in minor mode keys.
3514         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3515         Abolish.
3516
3517 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3520         article without making inquiry to a user for unknown encoding.
3521
3522         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3523         (nnmaildir--scan): Assume i-node and device number that file-attributes
3524         returns might be cons-cell.
3525
3526         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3527
3528         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3529
3530 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3531
3532         * auth-source.el: Remove docs now in auth.texi.  Don't use
3533         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3534         `auth-source-hide-passwords' and use them.
3535
3536 2009-07-15  Glenn Morris  <rgm@gnu.org>
3537
3538         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3539
3540 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3543         excessive whitespace from the default values of title and description.
3544
3545 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3548         mail-fetch-field to fetch Content-Description header in order to
3549         exclude newlines.
3550
3551 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3552
3553         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3554         format used by GnuPG 2.0.11.
3555
3556 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3559         to deleted part.
3560
3561 2009-05-30  David Engster  <dengste@eml.cc>
3562
3563         * nnmairix.el: Remove old documentation in the commentary block.
3564         (nnmairix-request-group): Do not update active file for nnml back ends.
3565         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3566         end so that overview files are ignored.
3567         (nnmairix-update-groups): Make updating the groups more robust by using
3568         marks.
3569         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3570         with dollar characters in message-id.
3571
3572 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3573
3574         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3575         2008-12-25 in dns.el.
3576
3577 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3578
3579         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3580         could happen if the text is only composed of spaces and/or tabs.
3581
3582 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3583
3584         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3585         when sending a queued message to avoid extra mml tags.
3586
3587 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3590
3591 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3594         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3595         rmail-toggle-header for XEmacs;
3596         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3597
3598 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-dired.el: Remove autoload for gnus-setup-message.
3601         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3602         displaying Gnus logo; always use compose-mail.
3603
3604 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3607
3608 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3611         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3612         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3613         available.
3614         (gnus-nocem-epg-verify): New function.
3615
3616 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3617
3618         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3619
3620 2009-02-15  Glenn Morris  <rgm@gnu.org>
3621
3622         * gnus-util.el (rmail-insert-rmail-file-header)
3623         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3624         autoloads.
3625         (rmail-default-rmail-file): Remove unnecessary declaration.
3626         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3627
3628 2009-02-14  Glenn Morris  <rgm@gnu.org>
3629
3630         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3631         variable (only used in gnus-util, which declares it anyway).
3632         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3633         which was only needed by gnus-art (changed to not use it any more).
3634         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3635         only used in gnus-util, which autoloads it itself.
3636         (rmail-update-summary): Fix autoload.
3637
3638         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3639         rather than rmail-output-to-rmail-file.
3640
3641 2009-02-07  Glenn Morris  <rgm@gnu.org>
3642
3643         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3644         autoload of function that no longer exists.
3645         (rmail-toggle-header): Declare.
3646         (message-forward-rmail-make-body): Handle mbox Rmail.
3647
3648 2009-01-31  Glenn Morris  <rgm@gnu.org>
3649
3650         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3651         2009-01-09 change.
3652
3653 2009-01-31  Dave Love  <fx@gnu.org>
3654
3655         * imap.el (imap-fetch-safe): Bind debug-on-error.
3656         (imap-debug): Add imap-fetch-safe.
3657
3658 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3659
3660         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3661         (auth-source-forget-all-cached): New convenience function.
3662         (auth-source-user-or-password): Accept list of modes or a single mode.
3663
3664         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3665         auth-source modes.
3666
3667         * netrc.el (netrc-machine-user-or-password): Use list of
3668         auth-source modes.
3669
3670         * nnimap.el (nnimap-open-connection): Use list of
3671         auth-source modes.
3672
3673         * nntp.el (nntp-send-authinfo): Use list of
3674         auth-source modes.
3675
3676 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3677
3678         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3679         now.
3680
3681 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3684         coding system in XEmacs; add a workaround for XEmacs.
3685
3686         * lpath.el: Fbind coding-system-aliasee.
3687
3688 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3691         of current-language-environment.
3692
3693 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3694
3695         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3696         available at runtime.
3697
3698 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3701
3702 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3703
3704         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3705         the greatest positive fixnum value doesn't work under an XEmacs with
3706         bignum support; use the most-positive-fixnum constant instead,
3707         available since Emacs 21.1 with cl and XEmacs 21.1.
3708
3709 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3712         XEmacs gets not to work.
3713
3714 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * mm-util.el (mm-coding-system-priorities): Allow the value like
3717         "Japanese (UTF-8)" of current-language-environment.
3718
3719 2009-01-09  Glenn Morris  <rgm@gnu.org>
3720
3721         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3722         with last-command-event.
3723
3724 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3725
3726         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3727         in the doc string.
3728
3729         * message.el (message-fix-before-sending): Amend comment.
3730
3731 2009-01-08  Dave Love  <fx@gnu.org>
3732
3733         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3734
3735 2009-01-07  David Engster  <dengste@eml.cc>
3736
3737         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3738         simplified server definitions by converting it via
3739         gnus-server-to-method.
3740
3741 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3744         parameter's operands.
3745
3746 2009-01-06  David Engster  <dengste@eml.cc>
3747
3748         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3749         primary select method (for gnus-group-mark-article-as-read).
3750
3751 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3752
3753         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3754         `(gnus)Face', not `(gnus)X-Face'.
3755
3756 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * mm-util.el (mm-ucs-to-char): New function.
3759
3760         * mm-url.el (mm-url-decode-entities): Use it.
3761
3762         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3763         unicode-to-char.
3764
3765 2009-01-05  Dave Love  <fx@gnu.org>
3766
3767         * time-date.el: Require cl for `declare'.
3768
3769 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3770
3771         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3772         Dave Love.
3773
3774 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3775
3776         * message.el (message-fix-before-sending): Add `eight-bit' to
3777         illegible-text check.
3778
3779 2009-01-03  Michael Olson  <mwolson@gnu.org>
3780
3781         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3782         `headers' is nil.  This can occur if the IMAP server does not have
3783         permissions to read messages from a folder, but can write new messages
3784         to the folder.
3785         (nnimap-request-article-part): Do not insert `data' if it is nil.
3786
3787         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3788         characters which will confuse `read', so skip past them.
3789
3790 2009-01-01  Dave Love  <fx@gnu.org>
3791
3792         * imap.el (imap-string-to-integer): Fix typo.
3793         (imap-fetch-safe): New function.
3794         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3795
3796         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3797
3798         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3799         (imap-parse-greeting): Fix doc strings.
3800         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3801         (imap-parse-flag-list): Make messages unique.
3802         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3803
3804         * nnimap.el: Fix author email.
3805         (nnimap-split-rule): Add FIXME comment.
3806         (nnimap-debug): Fix doc string.
3807
3808 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3809
3810         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3811
3812 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3815         nslookup if resolv.conf isn't available.
3816         (dns-query): Rename from query-dns.
3817         (dns-query-cached): Rename from query-dns-cached.
3818
3819 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3822         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3823         to check if those variables exist (first appeared in Emacs 18.50).
3824
3825 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * mm-util.el (mm-line-number-at-pos): New function.
3828
3829         * spam-report.el (spam-report-process-queue): Use it.
3830
3831 2008-12-24  David Engster  <dengste@eml.cc>
3832
3833         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3834         parameters that haven't existed as variables as buffer-local variables.
3835
3836 2008-12-23  Dave Love  <fx@gnu.org>
3837
3838         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3839         cadar.
3840
3841         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3842         imap-starttls-p.
3843         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3844
3845 2008-12-22  Dave Love  <fx@gnu.org>
3846
3847         * imap.el: Fix author email.  Doc fixes.
3848         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3849         reply.
3850
3851 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * spam-report.el (spam-report-gmane-max-requests): New constant.
3854         (spam-report-gmane-wait): New variable.
3855         (spam-report-gmane-ham, spam-report-gmane-spam)
3856         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3857         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3858         the server.
3859
3860         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3861         Add explanations.
3862
3863         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3864         nnheader-accept-process-output and nnheader-read-timeout if available.
3865         (pop3-movemail): Use it.
3866
3867         * message.el (message-check-news-body-syntax): Fix signature check if
3868         there's an attachment.
3869
3870 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * mm-util.el: Add comments to the mm- emulating functions.
3873
3874 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3875
3876         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3877         by Stephen Berman <stephen.berman@gmx.net>.
3878
3879 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * mm-util.el (mm-substring-no-properties): New function.
3882         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3883         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3884         (mm-string-to-multibyte): Doc fix.
3885
3886         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3887
3888 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * mml.el (mml-attach-file): Strip text properties from file name.
3891         (Bug#1574)
3892
3893 2008-12-16  Glenn Morris  <rgm@gnu.org>
3894
3895         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3896
3897 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3900         knows since the charset specified might be a bogus alias that
3901         mm-charset-synonym-alist provides.
3902
3903 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3904
3905         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3906         "ISO_8859-1".
3907
3908         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3909
3910 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * mm-util.el (mm-charset-eval-alist):
3913         Define it before mm-charset-to-coding-system.
3914         (mm-charset-to-coding-system): Add optional argument `silent';
3915         define it before mm-charset-override-alist.
3916         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3917         default value if it can be used in Emacs currently running;
3918         silence mm-charset-to-coding-system.
3919
3920 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3923         `allow-override' which says whether to use `mm-charset-override-alist'.
3924         (rfc2047-decode-encoded-words): Use it.
3925
3926         * mm-util.el (mm-charset-override-alist): Fix custom type;
3927         add `(gb2312 . gbk)' to choices.
3928
3929 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3932         fast.
3933
3934         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3935
3936         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3937
3938 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3939
3940         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3941         on links.
3942
3943         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3944
3945 2008-12-03  Lute Kamstra  <lute@gnu.org>
3946
3947         * sha1.el: Remove leading * from docstrings of defcustoms,
3948         deffaces, defconsts and defuns.
3949
3950 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3953         users' addresses that don't have domain parts.
3954         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3955         rather than message-narrow-to-head since there will be the message
3956         header separator.
3957
3958 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3959
3960         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3961         since the result is inserted in a unibyte buffer anyway.
3962         (nnimap-demule-use-string-to-multibyte): Remove.
3963         (nnimap-demule): Alias it to mm-string-to-multibyte.
3964
3965 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3966
3967         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3968         variable for debugging bug#464 and bug#1174.
3969         (nnimap-demule): Use it.
3970
3971 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3972
3973         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3974         score calculation correctly.
3975
3976 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3977
3978         * message.el (message-send-mail): Just set the buffer to unibyte
3979         rather than use mm-with-unibyte-current-buffer which does a lot more.
3980         (message-send-mail-partially): Don't bother with
3981         mm-with-unibyte-current-buffer since it's already been made unibyte by
3982         message-send-mail.
3983
3984 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3987
3988 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3989
3990         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3991
3992 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3995         require itself and to remove `with-no-warnings'.
3996
3997 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * starttls.el (starttls-any-program-available): Get the name of the
4000         available TLS layer program.
4001         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4002         well as the host name in the "opening" message.
4003
4004         * auth-source.el (auth-source-cache, auth-source-do-cache)
4005         (auth-source-user-or-password): Cache passwords and logins by default,
4006         allow override with `auth-source-do-cache'.
4007         (auth-source-forget-user-or-password): Allow users to remove cache
4008         entries if needed.
4009
4010 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4011
4012         * md4.el (md4-buffer): Fix typo in docstring.
4013         (md4, md4-64): Doc fixes.
4014         (md4-pack-int32): Reflow docstring.
4015
4016 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4019         condition-case to only the forward-sexp call.
4020
4021 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4022
4023         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4024         quotes contained.  Make it more robust regardless by an extra
4025         condition-case wrapper.
4026
4027 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4030
4031 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * nnml.el (nnml-request-expire-articles): Check if the function set to
4034         `nnmail-expiry-target' returns the symbol `delete'.
4035
4036         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4037
4038         * nnmail.el (nnmail-expiry-target): Fix custom type.
4039
4040 2008-10-02  Glenn Morris  <rgm@gnu.org>
4041
4042         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4043         Silence compiler warning.
4044
4045 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4046
4047         * tls.el (open-tls-stream): Show the actual command being
4048         executed, instead of the format string.
4049
4050 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * lpath.el: Fbind codepage-setup for Emacs 23.
4053
4054 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4055
4056         * mml.el (mml-menu): Don't assume mml2015 is bound.
4057
4058 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4061         exists.
4062
4063 2008-09-27  Glenn Morris  <rgm@gnu.org>
4064
4065         * gnus-util.el (mail-header-remove-comments): Autoload it.
4066
4067 2008-09-27  Andreas Schwab  <schwab@suse.de>
4068
4069         * gnus-util.el (gnus-split-references): Strip comments.
4070         (gnus-parent-id): Likewise.
4071
4072 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * message.el (message-confirm-send): Fix version.
4075
4076 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * message.el (message-idna-to-ascii-rhs-1): Use
4079         mail-extract-address-components rather than mail-header-parse-addresses
4080         that is an alias by default to ietf-drums-parse-addresses that does not
4081         support non-ASCII names in headers' contents.
4082
4083 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4084
4085         * message.el (message-confirm-send): Fixed variable documentation to
4086         avoid the "y/n" wording.
4087
4088 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4089
4090         * message.el (message-set-auto-save-file-name): Save to a different
4091         filename so multiple messages (especially drafts) can be recovered.
4092
4093 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4094
4095         * message.el (message-confirm-send): Add appropriate version.
4096
4097 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4098
4099         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4100         defvar.
4101
4102 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4103
4104         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4105         (mm-pkcs7-enveloped-magic): Ditto.
4106
4107 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4108
4109         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4110         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4111
4112 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4113
4114         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4115         default, it's better.
4116
4117 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4118
4119         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4120         summary line gnus-number property and ignore them (with a warning
4121         message).
4122
4123 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4126         macro caddr in the interactive form since it won't be expanded.
4127
4128 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4131         `charset'; fix name of function called recursively.
4132         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4133
4134 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4137         (gnus-mime-set-charset-parameters): New function.
4138         (gnus-mime-view-part-as-charset): Use it to correctly display part
4139         specifying wrong charset.
4140
4141 2008-09-08  David Engster  <dengste@eml.cc>
4142
4143         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4144         in completing-read for back end server.
4145
4146 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4147
4148         * message.el (message-confirm-send): New variable to confirm sending a
4149         message.
4150         (message-send): Use it.
4151
4152 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4153
4154         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4155
4156 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4159
4160 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4163         prevent tracking too many groups.
4164         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4165         Use it.
4166
4167 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4168
4169         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4170         moving point to the bottom of the window in order to avoid recentering.
4171
4172 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4175
4176         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4177         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4178         (gnus-article-beginning-of-window): Fix calculation.
4179
4180 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-msg.el (gnus-summary-supersede-article)
4183         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4184         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4185         message header.
4186
4187 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4188
4189         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4190         pending output coming after the status change.
4191
4192 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4193
4194         * message.el:
4195         * gnus-start.el:
4196         * gnus-registry.el: Remove VMS support.
4197
4198 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4201         macro.
4202         (rfc2104-hash): Use it.
4203
4204 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4207         (gnus-summary-sort-by-most-recent-date): New commands.
4208         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4209         and menu entries.
4210
4211 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4214         don't redisplay article for raw contents; remove plural articles stuff.
4215
4216         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4217         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4218         on gnus-summary-save-article; display results properly.
4219
4220 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * lpath.el: No need to fbind ns-focus-frame.
4223
4224 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4227
4228 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4231         gnus-save-all-headers.
4232
4233 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4234
4235         * gnus-util.el (ns-focus-frame): Remove declaration.
4236         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4237         like x.
4238
4239 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4240
4241         * rfc2104.el (rfc2104-zero): Delete defconst.
4242         (rfc2104-hex-alist): Likewise.
4243         (rfc2104-hex-to-int): Delete func.
4244         (rfc2104-hexstring-to-bitstring): Likewise.
4245         (rfc2104-nybbles): New defconst.
4246         (rfc2104-hash): Rewrite for speed.
4247
4248 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * tls.el (open-tls-stream): Make it work with the 2nd argument
4251         BUFFER that is a string but does not exist as a buffer object, as
4252         mentioned in the doc-string.
4253
4254 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4257         SXEmacs.
4258
4259 2008-07-16  Glenn Morris  <rgm@gnu.org>
4260
4261         * gnus-util.el (ns-focus-frame): Declare for compiler.
4262
4263 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4266         set as a group parameter.
4267         (gnus-summary-save-in-pipe): Work when it is called independently.
4268         (gnus-summary-pipe-to-muttprint): Don't modify
4269         gnus-summary-pipe-output-default-command.
4270
4271 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4272
4273         * message.el (message-send-mail-with-sendmail):
4274         Display the error message.
4275
4276 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * gnus-art.el (gnus-default-article-saver):
4279         Add gnus-summary-save-in-pipe to choices.
4280         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4281         gnus-summary-pipe-output-default-command as the default command.
4282         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4283         instead of gnus-last-shell-command.
4284
4285         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4286         New user option.
4287         (gnus-summary-muttprint-program): Mention the value will be changed.
4288         (gnus-summary-save-article): Force showing of all headers.
4289         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4290
4291 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4292
4293         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4294
4295 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4296
4297         * nnimap.el (nnimap-id):
4298         * sieve-manage.el (sieve-manage-open): Doc fixes.
4299
4300 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4301
4302         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4303         if available.
4304
4305 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4306
4307         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4308
4309         * nnkiboze.el (nnkiboze-generate-group):
4310         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4311
4312         * nnmairix.el: Require CL.
4313
4314 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * dgnushack.el: Autoload get-display-table and put-display-table for
4317         XEmacs 21.5.
4318
4319         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4320         21.4 and SXEmacs.
4321
4322 2008-06-15  David Engster  <dengste@eml.cc>
4323
4324         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4325
4326 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4327
4328         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4329         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4330         runtime choice under XEmacs.
4331
4332         * gnus-sum.el (gnus-summary-set-display-table):
4333         Use `gnus-put-display-table', `gnus-get-display-table',
4334         `gnus-set-display-table' for the display table, instead of `aset'.
4335
4336         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4337         Use `gnus-put-display-table', `gnus-get-display-table',
4338         `gnus-set-display-table' for the display table.
4339
4340 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4341
4342         * nnmairix.el: Add autoloads.
4343
4344 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4345
4346         * nnmairix.el (nnmairix-delete-recreate-group)
4347         (nnmairix-update-and-clear-marks): Fix error messages.
4348
4349 2008-06-14  David Engster  <dengste@eml.cc>
4350
4351         * nnmairix.el: Upgrade to version 0.6.
4352         (nnmairix-group-toggle-propmarks-this-group)
4353         (nnmairix-group-toggle-readmarks-this-group)
4354         (nnmairix-group-delete-recreate-this-group)
4355         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4356         (nnmairix-remove-tick-mark-original-article): New commands.
4357         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4358         (nnmairix-propagate-marks-to-nnmairix-groups)
4359         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4360         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4361         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4362         functions needed for marks propagation and manipulation of read marks.
4363         (nnmairix-update-groups): New function.
4364         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4365         (nnmairix-determine-original-group-from-registry)
4366         (nnmairix-determine-original-group-from-path)
4367         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4368         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4369         New helper functions.
4370         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4371         keystrokes for new commands.
4372         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4373         (nnmairix-request-group): Check allow-fast group parameter.
4374         (nnmairix-request-create-group): Set allow-fast group parameter if
4375         nnmairix-allowfast-default is set.
4376         (nnmairix-close-group): Propagate marks upon closing if needed.
4377         (nnmairix-group-toggle-threads-this-group): Use new.
4378         nnmairix-group-toggle-parameter helper function.
4379         (nnmairix-search): Better check for empty search result.
4380         (nnmairix-goto-original-article): Use new helper functions for
4381         determining original article.
4382         (nnmairix-show-original-article): Make sure message-id is in brackets.
4383         (nnmairix-call-mairix-binary): Change variable name.
4384         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4385         helper function.
4386         (nnmairix-widget-toggle-activate): Fix doc string.
4387
4388 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * nnir.el: Require edmacro when compiling with XEmacs.
4391         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4392         available in Emacs 21.
4393
4394 2008-06-11  Glenn Morris  <rgm@gnu.org>
4395
4396         * gnus-util.el (x-focus-frame):
4397         * gnus.el (image-size):
4398         * mm-decode.el (image-size): Declare.
4399
4400         * gnus-picon.el (declare-function): Add compat definition.
4401         (image-size): Declare.
4402
4403         * gnus-group.el (tool-bar-map):
4404         * gnus-sum.el (tool-bar-map): Define for compiler.
4405
4406         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4407
4408         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4409
4410         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4411         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4412         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4413         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4414         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4415         * sieve-manage.el, spam-report.el, spam.el:
4416         Remove unnecessary eval-and-compile of autoloads.
4417
4418 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4419
4420         * auth-source.el: Precise Tramp doc.
4421
4422 2008-06-07  Glenn Morris  <rgm@gnu.org>
4423
4424         * nnmairix.el: Remove unnecessary eval-when-compile.
4425
4426 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * lpath.el: Fbind propertize for XEmacs 21.4.
4429
4430 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4431
4432         * nnir.el: Move here from ../contrib.
4433
4434 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4435
4436         * gnus-util.el (gnus-read-shell-command): New function.
4437         * mm-decode.el (mm-pipe-part):
4438         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4439
4440 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4443
4444 2008-06-03  Glenn Morris  <rgm@gnu.org>
4445
4446         * pop3.el (nnheader-accept-process-output): Autoload it.
4447
4448 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4451         are not 2-digit hexadecimal characters that follow `%'s.
4452
4453 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * message.el (message-bogus-recipient-p): Fix type in doc string.
4456         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4457         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4458         Improve custom options.
4459         (message-bogus-recipient-p): Adjust accordingly.
4460
4461 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4462
4463         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4464         long-form month and day names.
4465
4466 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * dgnushack.el: Autoload debug, eudc-expand-inline and
4469         pgg-snarf-keys-region for XEmacs.
4470
4471         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4472
4473         * nnmairix.el: Require edmacro when compiling with XEmacs.
4474
4475 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4478         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4479
4480 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4481
4482         * auth-source.el: Add more docs.
4483
4484         * netrc.el (netrc-machine): Always match if the port is not given.
4485
4486 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4489         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4490         retrieval faster in some cases, but might make CPU usage larger.  If
4491         this has any bad side effects, we might revert this change.
4492
4493         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4494         seems to make mail retrieval much, much faster.
4495         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4496         unconditionally.
4497
4498         * gnus-draft.el (gnus-group-send-queue): Bind
4499         message-send-mail-partially-limit to nil to avoid being prompted.
4500
4501 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4504
4505         * message.el (message-bogus-address-regexp): Fix and improve custom
4506         type.
4507         (message-setup-hook): Add message-check-recipients as custom option.
4508
4509 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4510
4511         * message.el (message-cite-function): Remove bogus autoload which crept
4512         in during merge from v5-10.
4513
4514 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4517
4518         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4519
4520         * auth-source.el: Preliminary Tramp docs.
4521         (auth-sources): Change the default auth-sources to use
4522         EPA .gpg files.
4523
4524 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * nntp.el: Autoload `auth-source-user-or-password'.
4527         (nntp-send-authinfo): Use it.
4528
4529         * nnimap.el: Autoload `auth-source-user-or-password'.
4530         (nnimap-open-connection): Use it.
4531
4532         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4533         for the gnus-message function.
4534         (auth-source-user-or-password): Use it.
4535
4536 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4537
4538         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4539         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4540         (rfc2104-hash): Use it.
4541
4542 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4543
4544         * gnus-art.el (gnus-article-toggle-truncate-lines):
4545         Don't use `iff' in docstring.
4546
4547 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4548
4549         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4550
4551         * gnus-util.el (gnus-extract-address-component-name)
4552         (gnus-extract-address-component-email): Convenience functions around
4553         `gnus-extract-address-components'.
4554
4555         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4556         Use `gnus-extract-address-component-email' to fix bug of comparing full
4557         sender name to `user-mail-address'.
4558
4559 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4562         catch/throw to optimize.
4563         (gnus-registry-find-keywords): Just use member to find a keyword.
4564
4565 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4566
4567         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4568         is current before calling gnus-server-prepare.
4569         (gnus-server-setup-buffer, gnus-server-update-server)
4570         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4571
4572 2008-05-04  Juri Linkov  <juri@jurta.org>
4573
4574         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4575         (mailcap-file-default-commands): Use mailcap-replace-in-string
4576         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4577         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4578
4579 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4580
4581         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4582
4583 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4584
4585         * gnus.el: Bump version to 0.11.
4586
4587 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4588
4589         * gnus.el: No Gnus v0.10 is released.
4590
4591 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592
4593         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4594         hooks.
4595         (gnus-update-read-articles): Speed up non-marks-using users.
4596         (gnus-use-marks): Define gnus-use-marks.
4597         (gnus-propagate-marks): Rename variable to something more sensible.
4598
4599 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4600
4601         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4602         (gmm-image-load-path-for-library): Fix typos in docstrings.
4603         (gmm-message): Reflow docstring.
4604
4605 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * mail-source.el (mail-source-set-1, mail-source-bind):
4608         Move auth-source code out of the macro to clean it up and fix bugs.
4609
4610 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4613         by sender if it's equal to user-mail-address, it's likely to be
4614         useless.
4615
4616         * mail-source.el (mail-source-bind): Don't use user or password if they
4617         are not bound.  Unintern them if they are nil.  Don't use server unless
4618         it's bound, and default it to empty string otherwise.
4619
4620 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * mail-source.el: Load auth-source.el.
4623         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4624         get user name or password, if auth-sources is set up.
4625
4626         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4627         strategy of splitting with parent.
4628         (gnus-registry-split-fancy-with-parent)
4629         (gnus-registry-post-process-groups): Use it and fix prior
4630         bug (returning a list as the split result).
4631
4632         * auth-source.el (auth-sources): Remove server parameter.
4633         (auth-source-pick, auth-source-user-or-password)
4634         (auth-source-user-or-password-imap)
4635         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4636         (auth-source-user-or-password-sftp)
4637         (auth-source-user-or-password-smtp): Remove server parameter.
4638
4639 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4640
4641         * smime.el (smime-sign-region, smime-encrypt-region)
4642         (smime-decrypt-region):
4643         Remove redundant calls to `generate-new-buffer-name'.
4644
4645 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4646
4647         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4648         Don't use QP for message/rfc822.
4649         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4650
4651 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4652
4653         * sieve-manage.el (sieve-string-bytes): Remove.
4654         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4655         correct byte-length only if the process's coding-system is the same as
4656         the one used internally by Emacs to represent strings.
4657
4658 2008-04-22  Juri Linkov  <juri@jurta.org>
4659
4660         * mailcap.el (mailcap-file-default-commands): New function.
4661
4662 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4663
4664         * message.el (message-signature-separator, message-cite-function):
4665         Change custom version.
4666
4667 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4668
4669         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4670         commands.
4671         (tls-checktrust): Ditto.
4672
4673 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * mm-decode.el (mm-display-external): Make temp file read-only.
4676
4677 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4678
4679         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4680         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4681         `C-c C-f d'.
4682
4683 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4684
4685         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4686
4687 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         * gnus.el: Bump version to 0.9.
4690
4691 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4692
4693         * gnus.el: No Gnus v0.8 is released.
4694
4695 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4696
4697         * mail-source.el (mail-source-value):
4698         Prefer fboundp to functionp so it works with macros as well.
4699
4700 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4701
4702         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4703         Fix last change in case the element is not even a symbol.
4704
4705 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4706
4707         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4708         Prefer fboundp to functionp so it works with macros as well.
4709
4710 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4711
4712         * auth-source.el: Added docs.
4713         (auth-sources): Modify format to support server.
4714         (auth-source-pick, auth-source-user-or-password)
4715         (auth-source-user-or-password-imap)
4716         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4717         (auth-source-user-or-password-sftp)
4718         (auth-source-user-or-password-smtp): Add server parameter.
4719
4720 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4721
4722         * gnus-registry.el: Initialize the registry when gnus-registry-install
4723         is t.
4724
4725 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * compface.el (uncompface): Make buffer unibyte.
4728
4729 2008-04-05  Glenn Morris  <rgm@gnu.org>
4730
4731         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4732
4733 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4734
4735         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4736         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4737
4738         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4739         multibyteness after rather than before erasing it.
4740
4741         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4742         mm-with-multibyte.
4743         (gnus-request-article-this-buffer): Make sure the proper decoding is
4744         used if gnus-original-article-buffer happens to be unibyte.
4745
4746         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4747         default-enable-multibyte-characters.
4748
4749         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4750         default-enable-multibyte-characters.
4751
4752         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4753
4754         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4755
4756 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4757
4758         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4759         (imap-message-copyuid-1): Use it.
4760         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4761         J. Williams in
4762         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4763
4764         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4765         imap-enable-exchange-bug-workaround.
4766         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4767
4768 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4769
4770         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4771         a 100 byte status-checks into a 2-3MB transfer for each group.
4772         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4773         to enable bug workaround or not.
4774         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4775
4776 2008-03-31  Glenn Morris  <rgm@gnu.org>
4777
4778         * message.el (mml2015-use): Declare for compiler.
4779         (message-info): Require mml2015 when appropriate.
4780
4781 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4784         whitespace.
4785
4786 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4787
4788         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4789         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4790         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4791         (nntp-service-to-port): New function.
4792         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4793         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4794         (nntp-open-netcat-stream): New function.
4795         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4796
4797 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4798
4799         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4800
4801 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4802
4803         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4804
4805 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4806
4807         * dns.el (dns-write): Use set-buffer-multibyte.
4808
4809 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4810
4811         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4812
4813 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4814
4815         * message.el (message-signature-separator): Change default.
4816         Improve custom type.
4817         (message-cite-function): Change default to
4818         message-cite-original-without-signature.
4819
4820         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4821         toggle.
4822
4823         * message.el (message-check-news-body-syntax): Fix signature check.
4824         (message-setup-1): Mark buffer as unmodified _after_ running
4825         message-setup-hook and handling message-alternative-emails.
4826         (message-shorten-references): Be more strict when building list of
4827         valid references to comply with GNKSA.
4828
4829         * gnus-group.el (gnus-read-ephemeral-bug-group)
4830         (gnus-read-ephemeral-debian-bug-group)
4831         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4832
4833         * message.el (message-info): Don't use booleanp which isn't supported
4834         in Emacs 21 and XEmacs.
4835
4836 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4837
4838         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4839         gnus-group-gmane-group-download-format.
4840         (gnus-group-read-ephemeral-gmane-group): Rename from
4841         gnus-group-read-ephemeral-gmane-group.
4842         (gnus-read-ephemeral-gmane-group-url): Rename from
4843         gnus-group-read-ephemeral-gmane-group-url.
4844         (gnus-bug-group-download-format-alist): New variable.
4845         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4846         (gnus-read-ephemeral-emacs-bug-group): New commands.
4847
4848 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4851         (gnus-visible-headers): Improve custom type.
4852
4853 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * mml.el (mml-menu): Add workarounds for XEmacs.
4856
4857         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4858         X-Boundary header.
4859
4860         * message.el (message-simplify-recipients): Fix previous commit.
4861
4862 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4863
4864         * mm-util.el (mm-set-buffer-multibyte): New function.
4865         * mm-decode.el (mm-copy-to-buffer): Use it.
4866
4867 2008-03-19  Glenn Morris  <rgm@gnu.org>
4868
4869         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4870         Accidentally removed in the sync process with Emacs.
4871
4872 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4873
4874         * message.el (message-alter-recipients-discard-bogus-full-name):
4875         New function.
4876         (message-alter-recipients-function): New variable.
4877         (message-get-reply-headers): Use it.
4878         (message-replace-header): New helper function.
4879         (message-recipients-without-full-name): New variable.
4880         (message-simplify-recipients): New command.
4881
4882         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4883
4884         * message.el (message-info): Handle EasyPG manual.
4885
4886         * mml.el (mml-menu): Add entry for EasyPG.
4887
4888 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4889
4890         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4891         parameter.
4892
4893         * message.el (message-disassociate-draft): Specify drafts group name
4894         fully.
4895
4896 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4897
4898         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4899         unnecessary duplicates from the match list.
4900
4901 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4904
4905         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4906
4907         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4908         args of `how-many' of which the XEmacs version doesn't take; declare
4909         Info-index-next as function.
4910
4911 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4912
4913         * gnus-score.el (gnus-score-headers): Fix handling of
4914         gnus-inhibit-slow-scoring.
4915
4916         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4917         string.
4918         (gnus-button-url-regexp): Improve handling of parenthesis.
4919         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4920         (gnus-button-handle-info-keystrokes): Handle index entries.
4921
4922 2008-03-15  Glenn Morris  <rgm@gnu.org>
4923
4924         * parse-time.el (parse-time-string): Simplify.
4925
4926 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4929         Incoming* files.
4930
4931 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4932
4933         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4934         (auth-source-pick): Use it.
4935
4936 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4937
4938         * binhex.el (binhex-decode-region-internal):
4939         * uudecode.el (uudecode-decode-region-internal):
4940         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4941         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4942         setting default-enable-multibyte-characters.
4943
4944 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * auth-source.el (auth-source-protocols)
4947         (auth-source-protocols-customize, auth-source-choices): Added and
4948         modified variable customizations and defaults.
4949         (auth-source-pick, auth-source-user-or-password)
4950         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4951         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4952         (auth-source-user-or-password-sftp)
4953         (auth-source-user-or-password-smtp): Use new variables and provide an
4954         interface to netrc.el.
4955
4956 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4959         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4960         Make sure the nntp port to specify is a string.
4961
4962 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4963
4964         * nntp.el: Use with-current-buffer.
4965         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4966         dubious mm-with-unibyte-current-buffer.
4967         (nntp-with-open-group-function): New function extracted from
4968         nntp-with-open-group macro.
4969         (nntp-with-open-group): Use the function, so it's easier to debug.
4970         Add indentation and debugging info.
4971         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4972         the use of the netcat alternatives.
4973
4974         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4975         Avoid mm-string-as-multibyte as well.
4976
4977         * nnweb.el (nnweb-insert-html):
4978         Remove use of nnheader-string-as-multibyte.
4979
4980         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4981         (nnheader-string-as-multibyte): Remove.
4982
4983         * mm-view.el: Use inhibit-read-only.
4984         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4985         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4986         or unibyte-string.
4987
4988         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4989         (mm-uu-yenc-extract): Use with-current-buffer.
4990
4991         * gnus-soup.el (gnus-soup-send-packet): Don't use
4992         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4993
4994         * nnmh.el: Use with-current-buffer.
4995         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4996         mm-string-as-multibyte on the output of mm-encode-coding-string.
4997
4998         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4999         (nnimap-request-move-article): Use with-current-buffer.
5000
5001         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5002         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5003         conversion uses string-make-unibyte rather than string-as-unibyte.
5004
5005         * gnus-msg.el: Use with-current-buffer.
5006
5007         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5008
5009 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5010
5011         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5012         string for caching if it is 'PIN.
5013
5014 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * lpath.el: Consider the case without Emacs/W3.
5017
5018 2008-03-08  Glenn Morris  <rgm@gnu.org>
5019
5020         * time-date.el (date-to-time, time-subtract, time-add)
5021         (safe-date-to-time): Doc fixes.
5022
5023 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5024
5025         * mail-source.el (mail-source-delete-old-incoming-confirm):
5026         Change default to nil.
5027         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5028
5029 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * lpath.el: Rearrange.
5032
5033         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5034         (gnus-article-goto-prev-page): Work for articles having ^L's.
5035
5036         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5037
5038         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5039
5040 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5041
5042         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5043         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5044         (gnus-bookmark-jump): Adjust some variable names.
5045
5046 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5047
5048         * auth-source.el: New package.
5049         (auth-source-choices): Add customization entry point variable.
5050
5051         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5052         bug.
5053
5054 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5057         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5058         (gnus-registry-install-shortcuts): Rename from
5059         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5060         the `gnus-registry-mark-map' keymap dynamically from
5061         `gnus-registry-marks'.  The generated functions update the summary line
5062         when a registry mark is added or deleted, and will call
5063         `gnus-registry-install-p' (see the comments in the code).
5064         (gnus-registry-user-format-function-M): Use concat intelligently.
5065
5066         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5067         the registry mark functions.
5068
5069 2008-03-05  Glenn Morris  <rgm@gnu.org>
5070
5071         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5072         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5073         gnus-art.
5074         (top-level): No need to load own source when compiling.
5075
5076 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5079         Suggested by <chris.anderton@zetnet.co.uk>.
5080
5081 2008-03-04  Glenn Morris  <rgm@gnu.org>
5082
5083         * gnus-sum.el (top-level): No need to require gnus when compiling,
5084         since unconditionally required near start of file.
5085         (gnus-summary-display-while-building): Move definition before use.
5086
5087 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5088
5089         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5090         formatting function.
5091
5092 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5093
5094         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5095         with plists.
5096         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5097         Use new format.
5098
5099 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5102         `where-is-internal' that returns a range of key sequences.
5103
5104 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5105
5106         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5107
5108         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5109         (gnus-summary-jump-to-group): Consider windows on other displayed
5110         frames as well.  Similar changes might be needed elsewhere, but that's
5111         the one I've bumped into during my use.
5112
5113         * nndoc.el (nndoc-oe-dbx-type-p):
5114         * gnus-msg.el (gnus-debug):
5115         * gnus-group.el (gnus-update-group-mark-positions):
5116         Use mm-string-to-multibyte.
5117
5118 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5121         doesn't handle NotDashEscaped.
5122
5123         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5124         (mml-dnd-attach-options): Fix typo in custom choice.
5125
5126         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5127         nndoc-article-type to mbox.
5128         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5129
5130         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5131         to nil, instead of html2text.
5132
5133         * imap.el (imap-debug): Add `imap-ping-server'.
5134
5135         * gnus-bookmark.el: Add FIXMEs.
5136
5137         * message.el (message-form-letter-separator)
5138         (message-send-form-letter-delay): New variables.
5139         (message-send-form-letter): Use them.  New command to send form
5140         letters.  Requested by Uwe Siart.
5141         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5142
5143 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * Update copyright years.
5146
5147 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         Sync from EMACS_22_BASE.
5150
5151         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5152
5153 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5154
5155         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5156         empty author.
5157
5158 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         * gnus-registry.el (gnus-registry-marks): Add variable for
5161         customization of marks and their appearance.
5162         (gnus-registry-read-mark): Use it.
5163         (gnus-registry-do-marks): Add utility function to loop through
5164         `gnus-registry-marks'.
5165         (gnus-registry-install-shortcuts-and-menus): Add function to install
5166         shortcuts and menus.
5167         (gnus-registry-initialize): Use it.
5168         (gnus-registry-default-mark): Clarify documentation.
5169
5170 2008-02-29  Glenn Morris  <rgm@gnu.org>
5171
5172         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5173         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5174         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5175         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5176         Change defcustom :version from 23.0 to 23.1.
5177
5178 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * gnus-registry.el (gnus-registry-follow-group-p)
5181         (gnus-registry-post-process-groups): Add functions to aid registry
5182         splitting and improve logging.  Clarify behavior in function
5183         documentation.
5184         (gnus-registry-split-fancy-with-parent): Use them.
5185
5186 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5187
5188         * gnus-art.el: Use with-current-buffer.
5189
5190 2008-02-27  David Engster  <dengste@eml.cc>
5191
5192         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5193         Express real group name in the response.
5194
5195 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5198         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5199         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5200         autoload gnus-registry-fetch-group when compiling.
5201         (nnmairix-request-group-with-article-number-correction): Remove
5202         unreferenced argument passed to nnmairix-call-backend.
5203
5204 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5205
5206         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5207         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5208         Wilde.
5209
5210 2008-02-27  Glenn Morris  <rgm@gnu.org>
5211
5212         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5213         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5214         variables to defconsts.  Convert comments to doc-strings.
5215         (nnmairix-last-server, nnmairix-current-server): Convert from free
5216         variables to defvars.  Convert comments to doc-strings.
5217         (gnus-registry-fetch-group): Autoload.
5218         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5219         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5220         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5221         caddr.
5222         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5223         nnmairix-request-group-with-article-number-correction call.
5224         (nnmairix-fast, nnmairix-group): New, less general names, for free
5225         variables passed from nnmairix-request-group to
5226         nnmairix-request-group-with-article-number-correction.  Declare.
5227         (nnmairix-request-group-with-article-number-correction):
5228         Use nnmairix-fast, nnmairix-group rather than fast, group.
5229
5230 2008-02-26  David Engster  <dengste@eml.cc>
5231
5232         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5233         version 0.5.
5234
5235 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5236
5237         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5238         instead of making an extra function call.  Don't add the current group
5239         to articles only when they have the group.  Use
5240         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5241         Reported by David <de_bb@arcor.de>.
5242
5243 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5246         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5247
5248 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * mail-source.el (mail-source-delete-incoming): Change default.
5251         Supplement doc string.
5252
5253         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5254
5255 2008-02-14  Glenn Morris  <rgm@gnu.org>
5256
5257         * time-date.el (format-seconds): New function.
5258
5259 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * nnmail.el (nnmail-message-id-cache-file): Derive from
5262         `gnus-home-directory'.
5263
5264 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5267         Document negative prefix.
5268
5269         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5270
5271 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * message.el (message-unsent-separator): Add the Exim bounce
5274         separator.
5275
5276 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5277
5278         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5279         list.
5280         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5281         recipient/signer list.
5282
5283 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * Makefile.in (datarootdir): Define.
5286         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5287         name that might contain whitespace.
5288
5289 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5292         fbound (Emacs 23 unicode), signal an error.
5293
5294 2008-02-08  Glenn Morris  <rgm@gnu.org>
5295
5296         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5297
5298 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5299
5300         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5301         ports to the calls to `netrc-machine-user-or-password' in addition to
5302         "imap" and "imaps".
5303
5304 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5305
5306         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5307
5308         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5309
5310 2008-02-01  Kenichi Handa  <handa@m17n.org>
5311
5312         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5313         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5314         (rfc2104-hash): Convert the result of concat to unibyte string.
5315
5316 2008-02-01  Dave Love  <fx@gnu.org>
5317
5318         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5319         coding-system-for-read.
5320         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5321
5322 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5323
5324         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5325         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5326         <hanche@math.ntnu.no>.
5327
5328 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5331
5332         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5333
5334 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5335
5336         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5337         * message.el (message-beginning-of-line): Use featurep instead of bound
5338         tests in order to resolve conditionals at compile time.
5339
5340 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5341
5342         * mail-source.el (mail-sources): Add `group' choice.
5343
5344         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5345         parameter `in-group' to control into which group the articles go.
5346         Add treatment of `group' mail-source.
5347
5348 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5351
5352         * mm-decode.el (mm-dissect-buffer): Decode description.
5353
5354         * mml.el (mml-to-mime): Encode message header first.
5355
5356 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5359         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5360
5361         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5362         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5363
5364 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5367
5368 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5371         prefix keys.
5372         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5373         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5374         gnus-xmas.el.
5375
5376         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5377         (gnus-xmas-article-describe-bindings): New function.
5378         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5379         gnus-xmas-article-describe-bindings.
5380
5381         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5382
5383 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5386         Add new variables for article mark management.
5387         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5388         list of extra data entries which, when present, will indicate that the
5389         article ID should not be trimmed from the registry.
5390         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5391         functions.
5392         (gnus-registry-read-mark): New function to read a mark name from the
5393         user.
5394         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5395         (gnus-registry-set-article-mark-internal): New functions to add and
5396         remove marks.
5397         (gnus-registry-get-article-marks): New function to show the marks for
5398         an article, or retrieve them for further use.
5399
5400 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5403         keys when no argument is given.
5404
5405 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * imap.el (imap-ping-server): New variable.
5408         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5409         (imap-ping-server): Minor doc string fixes.
5410
5411 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5412
5413         * imap.el (imap-ping-server): New function.
5414         (imap-opened): Call imap-ping-server.
5415
5416 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5417
5418         * gnus-sum.el (gnus-article-sort-by-random)
5419         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5420         jidanni@jidanni.org.
5421
5422 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-art.el (gnus-article-describe-bindings): New function.
5425         (gnus-article-read-summary-keys): Use it.
5426         (gnus-article-mode-map): Bind `C-h b' to it.
5427
5428 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5431         XEmacs.
5432         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5433         against non-character events.
5434
5435         * lpath.el: Fbind map-keymap for Emacs 21.
5436
5437 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5440         command.
5441         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5442         instead of END.  Change name of the temp file.
5443         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5444         customizable.
5445
5446 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5449         bind `S W' to gnus-article-wide-reply-with-original; set default
5450         binding to gnus-article-read-summary-send-keys.
5451         (gnus-article-read-summary-keys): Fix the order of keys; display
5452         continuation keys correctly in the echo area; describe bindings
5453         correctly when keys end with `C-h'.
5454         (gnus-article-read-summary-send-keys): New function.
5455         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5456         for gnus-article-read-summary-send-keys; display continuation keys
5457         correctly in the echo area.
5458         (gnus-article-reply-with-original): Ignore prefix argument.
5459         (gnus-article-wide-reply-with-original): New function.
5460
5461         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5462         Emacs 21.
5463
5464 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5467         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5468
5469 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5470
5471         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5472         (gnus-group-read-ephemeral-gmane-group): New command.
5473
5474 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5475
5476         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5477
5478 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5479
5480         * message.el (message-send-mail-function): Increase custom version.
5481
5482         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5483         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5484
5485 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5488         for the cases where imap-authenticate is called with a nil buffer
5489         parameter.
5490
5491 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5494         html parts correctly; support forwarded messages.
5495         (gnus-article-browse-html-article): Remove work buffers.
5496
5497         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5498         compiling.
5499         (netrc-bound-and-true-p): New macro.
5500         (netrc-parse): Use it instead of bound-and-true-p that is not available
5501         in XEmacs 21.4.
5502
5503 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5504
5505         * gnus-registry.el (gnus-registry-mark-article)
5506         (gnus-registry-article-marks): Add functionality to mark articles
5507         through the Gnus registry.
5508
5509         * encrypt.el: Clarify documentation for the new pgg method.
5510         (encrypt-file-alist): Add PGG option.
5511         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5512         functionality.  Abstract password key and messaging to external
5513         functions.
5514         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5515         (encrypt-message-method-and-cipher): Add new convenience external
5516         functions.
5517         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5518         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5519
5520         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5521         (netrc-parse): Use encrypt-file-alist to determine if
5522         encrypt-find-model or encrypt-insert-file-contents should be used.
5523
5524         * encrypt.el: Clarify documentation.  Load password-cache or
5525         password, whichever one is found first, instead of autoloading.
5526
5527 2007-12-19  Glenn Morris  <rgm@gnu.org>
5528
5529         * mml.el (message-options-set, message-narrow-to-head)
5530         (message-in-body-p, message-mail-p, message-encode-message-body):
5531         Autoload.
5532         (message-remove-header, message-narrow-to-headers-or-head)
5533         (message-subscribed-p, message-make-mail-followup-to)
5534         (message-position-on-field, message-news-p)
5535         (message-options-set-recipient, message-generate-headers)
5536         (message-sort-headers): Declare as functions.
5537
5538 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5539
5540         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5541         convention in doc string.
5542
5543 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5546         title to html parts.
5547         (gnus-article-browse-html-article): Pass message header to it.
5548
5549         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5550
5551 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5554         or password compatible with XEmacs.
5555
5556 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5559         format document.
5560         (gnus-mime-delete-part): Don't write description line if empty.
5561         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5562
5563 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5564
5565         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5566         (gnus-summary-mark-read-and-unread-as-read)
5567         (gnus-summary-mark-current-read-and-unread-as-read)
5568         (gnus-summary-mark-unread-as-ticked): Doc fix.
5569         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5570
5571 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5574         Christoph Conrad <christoph.conrad@gmx.de>.
5575
5576 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5577
5578         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5579         yes-or-no-p.
5580
5581 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * mm-decode.el (mm-add-meta-html-tag): New function.
5584         (mm-save-part-to-file, mm-pipe-part): Use it.
5585
5586         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5587         gnus-y-or-n-p instead of y-or-n-p.
5588         (gnus-article-browse-html-parts): Work with message/external-body; use
5589         mm-add-meta-html-tag.
5590
5591 2007-12-11  Glenn Morris  <rgm@gnu.org>
5592
5593         * gnus-cache.el: Require gnus-sum not just when compiling.
5594
5595         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5596
5597         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5598         definitions before use.
5599
5600         * mm-decode.el: Require gnus-util.
5601         (mm-remove-part): Only call delete-annotation on XEmacs.
5602
5603         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5604
5605         * nnmail.el: Require gnus-int.
5606
5607         * spam.el: Move `require's before `eval-when-compile's.
5608
5609         * gnus-ems.el (gnus-alive-p):
5610         * gnus-fun.el (message-goto-eoh):
5611         * gnus-util.el (gnus-group-name-decode):
5612         * mail-source.el (gnus-compress-sequence):
5613         * message.el (Info-goto-node, format-spec):
5614         * mm-bodies.el (message-options-get):
5615         * mm-decode.el (mm-view-pkcs7):
5616         * mm-util.el (gmm-write-region):
5617         * mml-smime.el (mml-compute-boundary)
5618         (gnus-completing-read-with-default):
5619         * mml.el (widget-button-press, gnus-make-hashtable):
5620         * mml1991.el (mm-decode-content-transfer-encoding)
5621         (mm-encode-content-transfer-encoding)
5622         (message-options-get, message-options-set):
5623         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5624         * nnfolder.el (gnus-request-group):
5625         * nnheader.el (ietf-drums-unfold-fws):
5626         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5627         * smime.el (gnus-run-mode-hooks):
5628         * spam-stat.el (gnus-message): Autoload.
5629
5630         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5631         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5632         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5633         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5634         Add declare-function compatibility definition.
5635
5636         * gnus-cache.el (nnvirtual-find-group-art):
5637         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5638         (gnus-add-image, gnus-add-wash-type):
5639         * gnus-group.el (nnkiboze-score-file):
5640         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5641         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5642         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5643         (message-tokenize-header, gnus-get-buffer-create)
5644         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5645         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5646         * gnus.el (gnus-group-decoded-name):
5647         * mail-source.el (imap-capability):
5648         * mm-bodies.el (message-options-set):
5649         * mm-decode.el (gnus-configure-windows):
5650         * mm-extern.el (message-goto-body):
5651         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5652         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5653         (epg-sub-key-validity, message-options-set):
5654         * mml.el (widget-event-point, gnus-configure-windows):
5655         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5656         * mml2015.el (epg-check-configuration, epg-configuration)
5657         (message-options-set):
5658         * nndb.el (nndb-request-article):
5659         * nnfolder.el (gnus-request-create-group):
5660         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5661         * nnmaildir.el (gnus-group-mark-article-read):
5662         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5663         * rfc1843.el (message-fetch-field):
5664         * spam.el (gnus-extract-address-components):
5665         Declare as functions.
5666
5667 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5670
5671         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5672
5673         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5674         bind show-trailing-whitespace for XEmacs.
5675
5676 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5679         new no-op macro for backward compatibility.
5680
5681         * imap.el (imap-string-to-integer): New function.
5682
5683 2007-12-09  Glenn Morris  <rgm@gnu.org>
5684
5685         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5686
5687         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5688         * message.el, mm-view.el, sieve-manage.el, smime.el:
5689         Add declare-function compatibility definition.
5690
5691         * gnus-art.el (w3-region, w3m-region, Info-menu):
5692         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5693         * gnus-sum.el (gnus-get-predicate):
5694         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5695         * message.el (mail-abbrev-in-expansion-header-p):
5696         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5697         (w3m-detect-meta-charset, w3m-region):
5698         * sieve-manage.el (password-read, password-cache-add)
5699         (password-cache-remove):
5700         * smime.el (password-read-and-add): Declare as functions.
5701
5702 2007-12-08  David Kastrup  <dak@gnu.org>
5703
5704         * gnus-sum.el (gnus-summary-simplify-subject-query):
5705         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5706         `message'.
5707
5708 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5711         it to bind idna-program, installation-directory, defined-colors, and
5712         face-attribute for XEmacs of the version that compiles defcustom forms.
5713
5714 2007-12-07  Glenn Morris  <rgm@gnu.org>
5715
5716         * gnus-art.el (article-make-date-line): Revert previous change.
5717
5718 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5721
5722 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5723
5724         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5725         Call gnus-add-to-range ranges only once with a prepared article-list.
5726
5727 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5728
5729         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5730         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5731         group names with backslashes.  Reported by Tassilo Horn
5732         <tassilo@member.fsf.org>.
5733
5734 2007-12-06  Deepak Goel  <deego3@gmail.com>
5735
5736         * gnus-art.el (article-make-date-line):
5737         * gnus-start.el (gnus-load):
5738         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5739
5740 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-art.el (gnus-use-idna)
5743         * gnus-start.el (gnus-site-init-file)
5744         * message.el (message-use-idna)
5745         * mm-uu.el (mm-uu-hide-markers)
5746         * smiley.el (smiley-style): Revert changes that suppress warnings.
5747
5748 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5751         specify charset to html source.  Reported by Christoph Conrad
5752         <christoph.conrad@gmx.de>.
5753
5754 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5757         idna-program in order to suppress byte compile warning issued by XEmacs
5758         that came to byte compile the default value section of defcustom forms
5759         recently.
5760
5761         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5762         value of installation-directory.
5763
5764         * message.el (message-use-idna): Don't directly refer to the value of
5765         idna-program.
5766
5767         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5768
5769         * smiley.el (smiley-style): Don't directly call face-attribute.
5770
5771 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5774
5775         * gnus-dired.el: Reduce Gnus dependencies.
5776         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5777         require.  Use autoloads instead.
5778         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5779         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5780         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5781         (gnus-dired-mode): Adjust doc string.
5782         (gnus-dired-mail-mode): New variable.
5783         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5784         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5785         (gnus-dired-mail-buffers): New function.  Return mail or message
5786         composition buffers.
5787         (gnus-dired-attach): Use it.
5788         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5789         NO-DECODE.
5790         (gnus-dired-print): Use `gnus-print-buffer' depending on
5791         `gnus-dired-mail-mode'.
5792
5793 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * rfc2047.el (rfc2047-encoded-word-regexp)
5796         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5797         explaining what regexp patterns are for.
5798
5799 2007-12-04  Glenn Morris  <rgm@gnu.org>
5800
5801         * password.el: Move to password-cache.el.
5802
5803         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5804         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5805         * mml-smime.el (password-read, password-cache-add)
5806         (password-cache-remove):
5807         No need to autoload, since mml-sec requires password.
5808
5809         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5810         * message.el (gnus-extract-address-components):
5811         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5812
5813         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5814         password.
5815
5816 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * mailcap.el: Reduce dependencies.
5819         (mail-header-parse-content-type): Autoload.
5820         (mailcap-delete-duplicates): New alias.
5821         (mailcap-mime-info): Add optional argument NO-DECODE.
5822         (mailcap-mime-types): Use mailcap-delete-duplicates.
5823
5824         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5825
5826 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5827
5828         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5829         (imap-parse-status): Upcase status-att for servers that sends them
5830         lower-case (e.g., MS Exchange 2007).
5831
5832 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5835         function.
5836
5837         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5838         (gnus-uu-yenc-article): New function.
5839
5840         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5841
5842         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5843         buffer.
5844
5845 2007-12-02  Glenn Morris  <rgm@gnu.org>
5846
5847         * binhex.el (binhex): New custom group.
5848         (binhex-decoder-program, binhex-decoder-switches)
5849         (binhex-use-external): Move to the binhex custom group.
5850
5851         * uudecode.el (uudecode): New custom group.
5852         (uudecode-decoder-program, uudecode-decoder-switches)
5853         (uudecode-use-external): Move to the uudecode custom group.
5854
5855         * netrc.el (top-level): Don't load `encrypt' features.
5856         (netrc-parse): Don't use encrypt.
5857         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5858
5859         * encrypt.el: Remove file.
5860
5861 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5864         matches on patches.
5865
5866         * gnus-art.el (gnus-article-browse-html-article): Mention
5867         `mm-text-html-renderer' in the doc string.
5868
5869         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5870         string.  Add comments.
5871
5872         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5873         if rhs is ASCII.
5874
5875 2007-12-01  Glenn Morris  <rgm@gnu.org>
5876
5877         * mail-source.el (top-level): Require format-spec before
5878         eval-when-compile.
5879
5880 2007-11-30  Glenn Morris  <rgm@gnu.org>
5881
5882         * encrypt.el: Require password, rather than autoloading password-read.
5883
5884 2007-11-29  Glenn Morris  <rgm@gnu.org>
5885
5886         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5887         (sasl-make-client, sasl-next-step, sasl-step-data)
5888         (sasl-step-set-data): Declare as functions.
5889
5890 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5893
5894 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5895
5896         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5897         certs should be verified and what is to be done in the event of a
5898         verification failure.
5899
5900         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5901         caller can indicate whether the cache should be disregarded for this
5902         call.  This way the result of the call is reproducible at all times and
5903         can be considered a canonical server name for the supplied method.
5904         (gnus-agent-method-p): Canonicalize server names by pushing their
5905         method through `gnus-method-to-server' using the no-cache argument.
5906
5907         * gnus-srvr.el (gnus-server-insert-server-line): Call
5908         `gnus-method-to-server' with `no-cache' argument.
5909
5910         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5911         gnus-agent-possibly-synchronize-flags as this should be called when the
5912         server is actually being opened.
5913         (gnus-agent-possibly-synchronize-flags)
5914         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5915         flags file of an agentized server to the latter function.
5916
5917         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5918         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5919         after a connection has been established successfully.
5920
5921 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-art.el (article-display-face): Force to display face if called
5924         interactively; check if gnus-article-x-face-too-ugly matches author.
5925         (article-display-x-face): Display face even if From header is missing
5926         as article-display-face does.
5927
5928 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5929
5930         * hashcash.el (message-narrow-to-headers-or-head)
5931         (message-fetch-field, message-goto-eoh)
5932         (message-narrow-to-headers): Declare as functions.
5933
5934 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * mail-source.el (mail-sources): Default to fetch from file for
5937         compatibility with default of nnmail-spool-file.
5938
5939 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5942         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5943         to look for encoded word that should be encoded again.
5944         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5945         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5946         encoding pattern.
5947         (rfc2047-decode-region): Switch strict regexp and loose one according
5948         to rfc2047-allow-irregular-q-encoded-words.
5949
5950 2007-11-25  Romain Francoise  <romain@orebokech.com>
5951
5952         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5953
5954 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5955
5956         * tls.el (tls-program): Provide more custom choices from
5957         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5958         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5959
5960 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5963         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5964
5965         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5966         `nnmail-spool-file'.
5967
5968         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5969         `nnmail-spool-file'.
5970
5971         * gnus-move.el (gnus-change-server): Ditto.
5972
5973         * gnus-kill.el (gnus-batch-score): Ditto.
5974
5975         * gnus-cache.el (gnus-jog-cache): Ditto.
5976
5977         * gnus-msg.el (gnus-summary-reply):
5978         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5979
5980 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5983         version.  Minor improvement to doc strings.
5984         (tls-program): Add comment.
5985
5986 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5987
5988         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5989         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5990         mismatch between the hostname provided in the certificate and the name
5991         of the host connnecting to.
5992         (open-tls-stream): Use them.  Check certificates against trusted root
5993         certificates.
5994
5995 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5996
5997         * gnus-cache.el (gnus-cache-generate-nov-databases):
5998         Use nnml-generate-nov-databases-directory instead of
5999         nnml-generate-nov-databases-1.
6000
6001 2007-11-24  Glenn Morris  <rgm@gnu.org>
6002
6003         * message.el (message-tool-bar-retro): Update for rename
6004         mail_send.xpm->mail-send.xpm.
6005
6006 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6009         `smime-ldap-search' for Emacs 22 and up.
6010
6011 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6012
6013         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6014
6015         * message.el (message-send-mail-function): Fix error convention.
6016         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6017         (message-widen-reply, message-send-mail, message-talkative-question)
6018         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6019         (message-clone-locals, message-send-news): Use with-current-buffer.
6020         (message-insert-or-toggle-importance): Remove unused var `valid'.
6021         (message-make-references): Remove unused var `new-references'.
6022         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6023
6024 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6025
6026         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6027         (spam-split-symbolic-return-positive): Reflow docstring.
6028         (spam-backends, spam-summary-exit-behavior)
6029         (spam-mark-ham-unread-before-move-from-spam-group)
6030         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6031         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6032         (spam-clear-cache, spam-backend-check, spam-install-backend)
6033         (spam-install-statistical-backend, spam-list-of-processors)
6034         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6035         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6036         (spam-check-crm114, spam-initialize, spam-unload-hook):
6037         Fix typos in docstrings.
6038
6039 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6042         been checked if they have never been read and those group levels are
6043         higher than the one that a user specified.
6044
6045 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6048         foreign groups unless a group level is specified by a user.
6049         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6050
6051 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * message.el (message-send-mail-function): Require sendmail.
6054
6055 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * message.el (message-send-mail-function): Check for smtpmail too.
6058
6059         * utf7.el (utf7-encode, utf7-decode): Use coding system
6060         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6061
6062         * message.el (message-send-mail-function): New function.
6063         (message-send-mail-function): Set default using
6064         message-send-mail-function.  Adjust doc string.
6065         (message-send-mail-with-mailclient): New function.
6066
6067 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6068
6069         * smime.el (from):
6070         * rfc2047.el (message-posting-charset):
6071         * qp.el (mm-use-ultra-safe-encoding):
6072         * pop3.el (parse-time-months):
6073         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6074         * nnml.el (files):
6075         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6076         (jka-compr-compression-info-list, ange-ftp-path-format)
6077         (efs-path-regexp):
6078         * nndiary.el (files):
6079         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6080         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6081         (epg-digest-algorithm-alist, inhibit-redisplay)
6082         (password-cache-expiry):
6083         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6084         (pgg-output-buffer, password-cache-expiry):
6085         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6086         (efs-path-regexp):
6087         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6088         (inhibit-redisplay):
6089         * mm-uu.el (file-name, start-point, end-point, entry)
6090         (gnus-newsgroup-name, gnus-newsgroup-charset):
6091         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6092         (latin-unity-ucs-list):
6093         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6094         (mm-uu-binhex-decode-function):
6095         * message.el (gnus-message-group-art, gnus-list-identifiers)
6096         (rmail-enable-mime-composing, gnus-local-organization)
6097         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6098         (gnus-read-active-file, facemenu-add-face-function)
6099         (facemenu-remove-face-function, gnus-article-decoded-p)
6100         (tool-bar-mode):
6101         * mail-source.el (display-time-mail-function):
6102         * gnus-util.el (nnmail-pathname-coding-system)
6103         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6104         (gnus-original-article-buffer, gnus-user-agent)
6105         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6106         (xemacs-codename, sxemacs-codename, emacs-program-version):
6107         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6108         * gnus-start.el (gnus-agent-covered-methods)
6109         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6110         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6111         (gnus-newsgroup-headers, gnus-group-list-mode)
6112         (gnus-group-mark-positions, gnus-newsgroup-data)
6113         (gnus-newsgroup-unreads, nnoo-state-alist)
6114         (gnus-current-select-method, mail-sources)
6115         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6116         (nnmail-spool-file, gnus-cache-active-hashtb):
6117         * gnus-mh.el (mh-lib-progs):
6118         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6119         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6120         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6121         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6122         (gnus-group-buffer):
6123         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6124         (font-lock-set-defaults):
6125         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6126         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6127         (gnus-summary-post-menu, total-parts, type, condition, length):
6128         * gnus-agent.el (gnus-agent-read-agentview):
6129         * flow-fill.el (show-trailing-whitespace):
6130         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6131         eval-and-compile wrappers for byte compiler pacifiers.
6132
6133         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6134         (mm-display-inline-fontify): Check for featurep 'xemacs not
6135         extent-list.
6136
6137         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6138         itimer-list.
6139         (mm-create-image-xemacs): Only do something for XEmacs.
6140         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6141
6142         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6143
6144         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6145         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6146
6147 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6148
6149         * nnimap.el (nnimap-split-download-body):
6150         * gnus-demon.el (gnus-demon):
6151         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6152
6153 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6156         macros.
6157         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6158         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6159         copy data from unibyte buffer to multibyte current buffer.
6160         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6161         to copy data from unibyte current buffer to multibyte buffer.
6162         (nntp-make-process-buffer): Make process buffer unibyte.
6163
6164         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6165
6166 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6167
6168         * pop3.el (pop3-open-server): Accept and process data more robustly at
6169         connexion start to avoid spurious "POP SSL connexion failed" errors.
6170
6171 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6174         read group names.
6175
6176 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6179
6180 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6183         (nnmail-save-active): Use a unibyte buffer when saving active file,
6184         which may contain non-ASCII group names.
6185
6186         * nnml.el (nnml-request-group): Decode group names in messages.
6187
6188 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6189
6190         * message.el (message-citation-line-function)
6191         (message-insert-formatted-citation-line): Fix spelling of
6192         `message-insert-formated-citation-line'.
6193
6194 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6197
6198 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6201         nnmail-pathname-coding-system.
6202
6203         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6204         that a user enters; decode group names in messages.
6205
6206         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6207
6208 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6211
6212         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6213
6214         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6215         risky local variable.
6216
6217         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6218
6219 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6220
6221         * encrypt.el: Improve documentation to fix function name typo.
6222         Reported by Daiki Ueno <ueno@unixuser.org>.
6223
6224 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6227         even if the point is not in the last page of an article.
6228         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6229         back to the previous page.
6230
6231 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6234
6235 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6238
6239 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6240
6241         * message.el (message-check-news-body-syntax): Avoid
6242         mm-string-as-multibyte.
6243         (message-hide-headers): Don't assume (point-min)==1.
6244
6245 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * message.el (message-remove-blank-cited-lines): Fix if remove is
6248         given.
6249         (message-bogus-address-regexp): New variable.
6250         (message-bogus-recipient-p): New function.
6251         (message-check-recipients): New command.
6252         (message-syntax-checks): Add `bogus-recipient'.
6253         (message-fix-before-sending): Add `bogus-recipient'.
6254
6255         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6256         (gnus-treat-body-boundary): Don't test window-system.
6257
6258 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6259
6260         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6261
6262 2007-10-28  Miles Bader  <miles@gnu.org>
6263
6264         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6265         at compile-time too.
6266
6267 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * gnus-msg.el (gnus-message-setup-hook): Add
6270         `message-remove-blank-cited-lines' to options.
6271
6272 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6273
6274         * message.el (message-remove-blank-cited-lines): New function.
6275         Suggested by Karl Plästerer.
6276
6277 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6280         mapc.
6281
6282         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6283         (top-level): Use mapc to set functions to be traced for debugging.
6284
6285         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6286         called for effect with while loop.
6287
6288         * message.el (message-talkative-question): Replace mapcar called for
6289         effect with mapc.
6290
6291         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6292         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6293         called for effect with dolist.
6294
6295         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6296
6297         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6298         gnus-extra-headers and nnmail-extra-headers.
6299
6300         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6301         called for effect with dolist.
6302         (top-level): Use mapc to set functions to be traced for debugging.
6303
6304         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6305         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6306         dolist.
6307
6308         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6309         Replace mapcar called for effect with mapc.
6310         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6311         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6312         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6313         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6314
6315         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6316         remove-if that's a cl function.
6317
6318         * webmail.el (webmail-debug): Replace mapcar called for effect with
6319         dolist.
6320
6321         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6322         with mapc.
6323
6324 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6327         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6328         with while loop.
6329
6330         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6331         functions from article-* functions.
6332         (gnus-multi-decode-header): Replace mapcar called for effect with
6333         dolist.
6334
6335         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6336         (gnus-bookmark-show-details): Replace mapcar called for effect with
6337         while loop.
6338
6339         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6340         called for effect with while loop.
6341
6342         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6343         with dolist.
6344
6345         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6346         mapcar called for effect with dolist.
6347
6348         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6349
6350         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6351         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6352         Replace mapcar called for effect with dolist.
6353         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6354         mapc.
6355
6356         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6357         Replace mapcar called for effect with dolist.
6358         (gnus-topic-list): Replace mapcar called for effect with mapc.
6359
6360         * gnus.el: Use mapc instead of mapcar to add autoloads.
6361
6362 2007-10-23  Richard Stallman  <rms@gnu.org>
6363
6364         * gnus-group.el (gnus-group-highlight): Mark as risky.
6365
6366 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus.el (gnus-server-to-method): Return method found first in
6369         gnus-newsrc-alist.
6370
6371         * gnus-art.el (gnus-article-highlight-signature)
6372         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6373         button overlay without the front stickiness.
6374
6375 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6376
6377         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6378         overview buffer needed a catch to receive its throw.
6379         (gnus-agent-flush-cache): Declared as interactive to make this function
6380         easier to use.
6381
6382 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6385         `next-line'.
6386
6387 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6390         exclude address matching message-dont-reply-to-names.
6391
6392 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * gnus-util.el (gnus-string<): New function.
6395
6396         * gnus-sum.el (gnus-article-sort-by-author)
6397         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6398
6399 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6402         the frame-focus tag is set in gnus-buffer-configuration.
6403
6404 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6407         the front stickiness.
6408
6409 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6412         url pattern; remove duplicate one.
6413         (gnus-article-extend-url-button): New function.
6414         (gnus-article-add-buttons): Use it.
6415         (gnus-button-push): Use concatenated url that it makes.
6416
6417 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6418
6419         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6420
6421 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6422
6423         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6424         Don't hardcode point-min==1.
6425
6426 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6429         Fix comment about "iso8859-1".
6430
6431 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6432
6433         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6434         ones returned from the verify-function.
6435
6436         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6437         mml2015-extract-cleartext-signature if extraction failed.
6438
6439 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6440
6441         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6442         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6443         failed.
6444
6445 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6448
6449 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6450
6451         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6452         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6453         recommends to use EasyPG instead of PGG.
6454
6455         * pgg.el: Revert to revision 6.23.2.16.
6456
6457         * pgg-def.el: Revert to revision 6.6.2.14.
6458
6459         * pgg-gpg.el: Revert to revision 6.23.2.34.
6460
6461 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6462
6463         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6464         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6465         thread for both the null and zero (kill/expire thread) universal prefix
6466         cases.
6467         (gnus-summary-expire-thread): Add new function to expire a thread,
6468         using gnus-summary-kill-thread.
6469         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6470         shortcuts for gnus-summary-expire-thread.
6471         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6472         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6473
6474 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6477         extras value, so an extras entry can be deleted.
6478         (gnus-registry-delete-extra-entry): Use it.
6479         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6480         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6481         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6482         storage through the gnus-registry, and provide an appropriate API for
6483         it.
6484
6485 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6488         Suggested by Leo <sdl.web@gmail.com>.
6489
6490         * gnus.el: Do.
6491
6492 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6495         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6496
6497         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6498
6499         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6500         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6501
6502 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6505         newline.
6506         (nnmbox-request-accept-article): Don't change article in source buffer;
6507         narrow to header to use message-fetch-field rather than
6508         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6509         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6510         as delimiters; make sure article ends with newline.
6511         (nnmbox-delete-mail): Correct last position of article to be deleted;
6512         ignore X-Gnus-Newsgroup header in article body.
6513         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6514         positions; make sure article ends with newline.
6515
6516         * message.el (message-display-abbrev): Don't infloop when a user
6517         inserts SPC in the beginning of header.
6518
6519         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6520         coding-system-for-read and coding-system-for-write for XEmacs having no
6521         file-coding feature.
6522
6523         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6524
6525 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6528         list of groups not followed by default.  Fix type to be regexp.
6529         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6530
6531 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6532
6533         * hmac-def.el (define-hmac-function): Switch from old-style to
6534         new-style backquotes.
6535
6536         * md4.el (md4-make-step): Likewise.
6537
6538 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6541         raw-text coding system when saving .newsrc file, which may contain
6542         non-ASCII group names.
6543
6544 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-cus.el (gnus-score-extra): New widget.
6547         (gnus-score-extra-convert): New function.
6548         (gnus-score-customize): Use it for Extra.
6549
6550 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6551
6552         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6553         (mml2015-mailcrypt-clear-verify): Use it.
6554         (mml2015-gpg-clear-verify): Use it.
6555         (mml2015-pgg-clear-verify): Use it.
6556         (mml2015-epg-clear-verify): Replace the current part with the output
6557         from GnuPG; don't extract the plaintext by itself.
6558
6559         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6560         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6561         mml2015-clear-verify-function; don't touch the armor headers or
6562         dash-escaped text here.
6563
6564 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6567         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6568         parts, or application/octet-stream as a last resort.
6569         (gnus-mime-view-part-as-type): Don't toggle display.
6570         (gnus-mime-view-part-as-charset): Don't turn off display before
6571         querying charset.
6572
6573         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6574         stuff to undisplayer function in Emacs.
6575         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6576
6577         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6578         text/calendar parts.
6579
6580 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6583         decoding text/calendar parts.
6584
6585         * message.el (message-forward-make-body-mime): Always mark body as
6586         having no illegible text; remove signed-or-encrypted argument.
6587         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6588
6589         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6590         (mml-generate-mime-1): Don't encode body if it is specified to be in
6591         raw form; don't make buffer be unibyte when inserting multibyte string.
6592
6593 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6594
6595         * sha1.el: Fix up comment style.
6596         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6597         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6598
6599         * hex-util.el: Fix up comment style.
6600         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6601
6602         * gnus-salt.el: Use with-current-buffer.
6603         (gnus-pick-setup-message): Fix long-standing typo.
6604
6605 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * imap.el (imap-logout-timeout): New variable.
6608         (imap-logout, imap-logout-wait): New functions.
6609         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6610
6611         * nnimap.el (nnimap-logout-timeout): New server variable.
6612         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6613         nnimap-logout-timeout.
6614
6615         * gnus-art.el (gnus-article-summary-command-nosave)
6616         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6617
6618 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus.el (gnus-maximum-newsgroup): New variable.
6621
6622         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6623         according to gnus-maximum-newsgroup.
6624
6625         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6626         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6627         Limit the range of articles according to gnus-maximum-newsgroup.
6628
6629 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6630
6631         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6632         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6633         Don't perform gnus-configure-windows here; reuse existing sticky
6634         article buffer.
6635
6636         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6637         it doesn't exist in gnus-article-mode.
6638
6639 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6642         (gnus-agent-decoded-group-name): New function.
6643         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6644         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6645
6646 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6647
6648         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6649         Add binding for gnus-sticky-article.
6650         (gnus-summary-exit): Don't kill sticky article buffers.
6651
6652         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6653         article buffer.
6654         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6655         (gnus-kill-sticky-article-buffers): New commands.
6656
6657 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * nntp.el (nntp-xref-number-is-evil): New server variable.
6660         (nntp-find-group-and-number): If it is non-nil, don't trust article
6661         numbers in the Xref header.
6662
6663 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-agent.el (gnus-agent-read-group): New function.
6666         (gnus-agent-flush-group, gnus-agent-expire-group)
6667         (gnus-agent-regenerate-group): Use it.
6668         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6669         nnmail-pathname-coding-system.
6670
6671 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6674
6675         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6676         that are unread as unread, and also as selected so that information of
6677         marks having been changed by a user may be updated when exiting group.
6678
6679 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6682         calculated ignoring signature parts to gnus-treat-article.
6683
6684 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6687         a point here in order to keep the window start.
6688         (gnus-insert-mime-security-button): Make a button overlay without the
6689         front stickiness.
6690         (gnus-mime-display-security): Goto the end of a button.
6691
6692         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6693
6694 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6697         group-name-at-point.
6698         (gnus-group-completing-read): New function that offers decoded
6699         non-ASCII group names for completion.
6700         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6701         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6702         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6703         (gnus-group-fetch-control): Use it.
6704         (gnus-fetch-group): Use group-name-at-point for the initial value
6705         rather than the default value; use gnus-alive-p.
6706
6707         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6708         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6709         (gnus-summary-post-news): Use gnus-group-completing-read.
6710
6711         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6712         (gnus-read-move-group-name): Decode group name for completion.
6713
6714 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6717         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6718         Yamaoka slightly modified the code).
6719
6720 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6723         (nnmail-split-incoming): Bind it.
6724
6725         * nnml.el (nnml-group-name-charset): New function.
6726         (nnml-decoded-group-name): Use it; don't decode group name if
6727         nnmail-group-names-not-encoded-p is non-nil.
6728         (nnml-encoded-group-name): New function.
6729         (nnml-group-pathname): Inline nnml-decoded-group-name.
6730         (nnml-request-expire-articles): Decode group name in message.
6731         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6732         nnmail-pathname-coding-system.
6733         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6734         not decoded ones according to nnmail-group-names-not-encoded-p.
6735         (nnml-generate-active-info): Use nnml-encoded-group-name.
6736
6737 2007-08-08  Glenn Morris  <rgm@gnu.org>
6738
6739         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6740         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6741         doc-strings and comments.
6742
6743 2007-07-25  Glenn Morris  <rgm@gnu.org>
6744
6745         * Relicense all FSF files to GPLv3 or later.
6746
6747 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * gnus-sum.el (gnus-summary-move-article): Make
6750         gnus-summary-respool-article work.
6751
6752 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6755         string.
6756
6757 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6758
6759         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6760         that should be ignored when comparing distant RSS articles with local
6761         ones.
6762         (nnrss-make-hash-index): New function.  Create a hash index according
6763         to the ignored fields.
6764         (nnrss-check-group): Use it.
6765
6766 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6769
6770         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6771
6772         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6773         the new optional argument ENCODED is non-nil.
6774         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6775         coding system for encoding group name.
6776         (gnus-group-make-rss-group): Pass un-encoded group name to
6777         gnus-group-make-group.
6778         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6779         encoded.
6780
6781         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6782         Encode group name to which articles are moved or copied.
6783         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6784         coding system for encoding Newsgroup, Followup-To and Xref headers.
6785
6786         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6787         marks; use nnheader-file-coding-system to write a file.
6788         (nnagent-retrieve-headers): Bind file-name-coding-system to
6789         nnmail-pathname-coding-system.
6790
6791         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6792
6793         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6794         (nnml-request-article, nnml-request-create-group)
6795         (nnml-request-rename-group, nnml-find-id)
6796         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6797         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6798         (nnml-save-marks): Use nnml-group-pathname instead of
6799         nnmail-group-pathname.
6800
6801         (nnml-request-create-group, nnml-request-expire-articles)
6802         (nnml-request-move-article, nnml-request-delete-group)
6803         (nnml-deletable-article-p, nnml-possibly-create-directory)
6804         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6805         (nnml-open-marks): Bind file-name-coding-system to
6806         nnmail-pathname-coding-system.
6807
6808         (nnml-request-article): Pass server argument to nnml-find-group-number.
6809         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6810         server argument to nnml-possibly-create-directory.
6811         (nnml-request-accept-article): Pass server argument to
6812         nnml-active-number and nnml-save-mail.
6813         (nnml-find-group-number): Pass server argument to nnml-find-id.
6814         (nnml-request-update-info): Pass server argument to
6815         nnml-marks-changed-p.
6816
6817         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6818         (nnml-save-mail, nnml-active-number): Add server argument.
6819
6820         (nnml-request-delete-group): Warn if group is missing.
6821         (nnml-get-nov-buffer): Decode group name.
6822         (nnml-generate-active-info): Encode group name.
6823         (nnml-open-marks): Decode group name in messages.
6824
6825 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6828         if it is not specified.
6829         (gnus-article-pipe-part, gnus-article-save-part)
6830         (gnus-article-interactively-view-part, gnus-article-copy-part)
6831         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6832         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6833         (gnus-article-replace-part, gnus-article-delete-part)
6834         (gnus-article-view-part-as-type): Pass raw prefix argument to
6835         gnus-article-part-wrapper.
6836
6837 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-agent.el (gnus-agent-save-active): Bind
6840         nnheader-file-coding-system to gnus-agent-file-coding-system.
6841
6842         * gnus-cache.el (gnus-cache-save-buffers)
6843         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6844         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6845         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6846         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6847         (gnus-cache-generate-active, gnus-cache-rename-group)
6848         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6849         (gnus-cache-update-overview-total-fetched-for): Bind
6850         file-name-coding-system to nnmail-pathname-coding-system.
6851         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6852         variables.
6853         (gnus-cache-decoded-group-name): New function.
6854         (gnus-cache-file-name): Use it.
6855         (gnus-cache-generate-active): Use non-decoded group name for active.
6856
6857         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6858         right place.
6859         (gnus-write-active-file): Don't break non-ASCII group names.
6860
6861         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6862         nnmail-pathname-coding-system.
6863
6864         * lpath.el: Bind default-file-name-coding-system,
6865         file-name-coding-system and language-info-alist for XEmacs.
6866
6867         * gnus-uu.el (gnus-uu-decode-save): Typo.
6868
6869 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6872
6873 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6876         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6877         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6878         (gnus-agent-flush-group, gnus-agent-flush-cache)
6879         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6880         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6881         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6882         (gnus-agent-regenerate-group)
6883         (gnus-agent-update-files-total-fetched-for)
6884         (gnus-agent-update-view-total-fetched-for): Bind
6885         file-name-coding-system to nnmail-pathname-coding-system.
6886         (gnus-agent-group-pathname): Don't encode file names by
6887         nnmail-pathname-coding-system.
6888         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6889         coding-system-for-write instead of buffer-file-coding-system to
6890         gnus-agent-file-coding-system.
6891
6892         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6893         Decode group name.
6894
6895         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6896
6897         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6898         (gnus-read-newsrc-el-file): Make group names unibyte.
6899
6900         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6901         nnmail-pathname-coding-system.
6902
6903         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6904         (nnrss-request-delete-group): Bind file-name-coding-system to
6905         nnmail-pathname-coding-system.
6906         (nnrss-read-server-data, nnrss-read-group-data): Bind
6907         file-name-coding-system correctly.
6908         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6909
6910         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6911         (nntp-server-to-method-cache): New variable.
6912         (nntp-group-pathname): New function that decodes non-ASCII group names.
6913         (nntp-possibly-create-directory, nntp-marks-changed-p)
6914         (nntp-save-marks, nntp-open-marks): Use it.
6915         (nntp-possibly-create-directory, nntp-open-marks):
6916         Bind file-name-coding-system to nnmail-pathname-coding-system.
6917         (nntp-open-marks): Decode group names when bootstrapping marks.
6918
6919         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6920         Newsgroups and Folowup-To headers.
6921
6922 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6925         (gnus-server-closed-face, gnus-server-denied-face)
6926         (gnus-server-offline-face): Remove variable.
6927         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6928
6929         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6930         of modifying message-stack directly for XEmacs.
6931
6932         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6933         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6934         if the coding-system argument is nil for XEmacs.
6935
6936         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6937         mm-charset-override-alist.
6938
6939         * rfc2047.el: Don't require base64; require rfc2045 for the function
6940         rfc2045-encode-string.
6941         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6942         to quote the parameter value.
6943
6944 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6947         form in gnus-group-name-charset-method-alist.
6948
6949         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6950         overrides the default layout edit-form.
6951
6952         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6953
6954         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6955
6956 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6959         as unfetched articles.
6960
6961 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6964
6965 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6968         original back end that keeps marks in the local system.
6969
6970 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6973         arg of pop-to-buffer for XEmacs.
6974         (gnus-article-read-summary-keys): Ditto; don't restore window
6975         configuration if summary command ends up with neither article buffer
6976         nor summary buffer; describe bindings if summary keys end with C-h.
6977
6978 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * message.el (message-fix-before-sending): Skip raw message part to be
6981         forwarded while checking illegible text.
6982         (message-forward-make-body-mime, message-forward-make-body): Mark
6983         signed or encrypted raw message as having no illegible text.
6984
6985 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6988         (gnus-message-with-timestamp-1): New macro.
6989         (gnus-message-with-timestamp): New function.
6990         (gnus-message): Use them.
6991
6992         * nnheader.el (nnheader-message): Use them.
6993
6994 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6997         .newsrc.eld file.
6998
6999 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-agent.el (gnus-agent-fetch-headers)
7002         (gnus-agent-retrieve-headers): Bind
7003         gnus-decode-encoded-address-function to identity.
7004
7005         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7006         available also when the server returns simply a dot.
7007
7008         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7009
7010 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7013
7014 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-ems.el (gnus-x-splash): Make it work.
7017
7018         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7019         from being used.
7020
7021         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7022
7023 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7026         4th and the 5th arguments.
7027
7028         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7029         the front stickiness.
7030         (gnus-article-summary-command-nosave): Correct the order of the
7031         arguments passed to pop-to-buffer.
7032         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7033         summary command ends up with the article buffer.
7034
7035         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7036         the same faces.
7037
7038 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7039
7040         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7041
7042 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7043
7044         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7045         * gnus-sum.el (gnus-summary-highlight):
7046         * pgg.el (pgg-sign-region, pgg-sign):
7047         * mail-source.el (mail-source-delete-old-incoming-confirm):
7048         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7049
7050 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-art.el (gnus-mime-view-part-externally)
7053         (gnus-mime-view-part-internally): Fix predicate function passed to
7054         completing-read.
7055
7056         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7057
7058         * gnus.el (gnus-update-message-archive-method): Add :version.
7059
7060 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus.el (gnus-update-message-archive-method): New variable.
7063
7064         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7065         according to gnus-message-archive-method if
7066         gnus-update-message-archive-method is non-nil.
7067
7068 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7071         by Loic Dachary <loic@dachary.org>.
7072         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7073
7074 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * message.el (message-pop-to-buffer): Add switch-function argument.
7077         (message-mail): Pass switch-function argument to it.
7078
7079 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7082         Improve doc string.
7083
7084 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7087         (gnus-header-content)
7088         * gnus-cite.el (gnus-cite-10)
7089         * gnus-srvr.el (gnus-server-closed)
7090         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7091         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7092         (gnus-group-mail-3-empty, gnus-group-mail-low)
7093         (gnus-group-mail-low-empty, gnus-splash)
7094         * message.el (message-header-to, message-header-cc)
7095         (message-header-subject, message-header-other, message-header-name)
7096         (message-header-xheader, message-separator, message-cited-text)
7097         (message-mml): Lighten colors of faces used for dark background.
7098
7099 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7100
7101         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7102         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7103
7104 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * message.el (message-narrow-to-headers-or-head):
7107         Ignore mail-header-separator in the body.
7108
7109 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7112         same as window size.
7113
7114 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7115
7116         * message.el (message-font-lock-keywords): Use message-header-xheader
7117         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7118         ahead of the anything pattern, to get it recognised.
7119
7120 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7123         spam.el loads uses it in the compiled defadvice form.
7124
7125 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7126
7127         * gnus-sum.el (gnus-articles-to-read)
7128         (gnus-summary-insert-old-articles): Don't truncate group name for
7129         `read-string'.
7130
7131         * gnus-util.el (gnus-limit-string): Delete this function.
7132
7133         * gnus-sum.el (gnus-simplify-subject-fully): Use
7134         `truncate-string-to-width' instead.
7135
7136 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7137
7138         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7139         if, on summary exit, the next group has to be selected.
7140         (gnus-summary-exit): Use it.
7141
7142 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7145         non-break space.
7146
7147 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7150         Check if group is not a directory.
7151         (nnfolder-request-expire-articles): Don't delete articles if the target
7152         group is not available.
7153
7154         * nnml.el (nnml-request-create-group): Properly check if group is not a
7155         file.
7156         (nnml-request-expire-articles): Don't delete articles if the target
7157         group is not available.
7158
7159         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7160         Don't quote characters that are within parentheses.
7161
7162 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7165         (gnus-handle-ephemeral-exit): Select article according to it.
7166
7167 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * message.el (message-insert-formated-citation-line): Remove newline.
7170         (message-citation-line-format): Add final \n here so that the user can
7171         avoid a blank line.
7172
7173 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7174
7175         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7176         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7177         Update lanl/arXiv support.
7178
7179 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * gnus.el: Bump version number.
7182
7183 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * gnus.el (gnus-version-number): Bump version.
7186
7187 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7188
7189         * gnus.el: No Gnus v0.6 is released.
7190
7191 2007-04-27  Didier Verna  <didier@xemacs.org>
7192
7193         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7194         * gmm-utils.el (gmm-regexp-concat): here.
7195         * message.el: Don't require 'gnus-util.
7196         (message-dont-reply-to-names): Handle name change above.
7197         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7198
7199 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7202         since the initial value varies according to the system.
7203
7204 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7207
7208 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7209
7210         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7211
7212 2007-04-24  Didier Verna  <didier@xemacs.org>
7213
7214         Improve the type of gnus-ignored-from-addresses.
7215         * gnus-util.el (gnus-orify-regexp): New function.
7216         * message.el (gnus-util): Require it.
7217         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7218         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7219         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7220
7221 2007-04-24  Didier Verna  <didier@xemacs.org>
7222
7223         * gnus-sum.el:
7224         * gnus-utils.el: Fix some trailing whitespaces.
7225
7226 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7229         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7230         article's Message-ID; refer parent article in summary buffer.
7231
7232         * message.el (message-bounce): Call mime-to-mml.
7233
7234         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7235         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7236         optimize and/or forms properly.
7237
7238 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7241         URL.
7242
7243 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7246
7247 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7250         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7251         displayed of multipart/alternative part if it is invoked from summary
7252         buffer.
7253
7254         * mm-view.el (mm-inline-text-html-render-with-w3m)
7255         (mm-inline-text-html-render-with-w3m-standalone)
7256         (mm-inline-render-with-function): Use mail-parse-charset by default.
7257
7258 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7259
7260         * parse-time.el (parse-time-string-chars): Check if CHAR
7261         is less than the length of parse-time-syntax.
7262
7263 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7266         from gnus-newsgroup-processable.
7267
7268 2007-04-16  Didier Verna  <didier@xemacs.org>
7269
7270         * gnus-msg.el (gnus-configure-posting-styles): Handle
7271         message-signature-directory properly with :file syntax.  Reported by
7272         "Leo".
7273
7274 2007-04-11  Didier Verna  <didier@xemacs.org>
7275
7276         New user option: message-signature-directory.
7277         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7278         * message.el (message-insert-signature): Ditto.
7279         * message.el (message-signature-file): Doc update.
7280         * message.el (message-signature-directory): New.
7281
7282 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-msg.el (gnus-inews-yank-articles): Use
7285         message-exchange-point-and-mark instead of exchange-point-and-mark.
7286
7287 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * message.el (message-yank-original): Make sure cited text ends with
7290         newline; don't exchange point and mark.
7291
7292 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7293
7294         * tls.el (open-tls-stream): Properly handle case where there
7295         is no associated buffer.
7296
7297 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7298
7299         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7300         message-yank-original, make sure (< mark TEXT point).
7301
7302 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * message.el (message-fill-column): New variable.
7305         (message-mode): Use it.  Add comment on a possible new hook.
7306
7307         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7308         (nnmail-get-new-mail): Reformat.
7309
7310         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7311
7312         * gmm-utils.el: Fix Commentary.
7313         (gmm-tool-bar-from-list): Fix typo in doc string.
7314
7315 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7316
7317         * message.el (message-yank-original): Don't switch point and mark
7318         unnecessarily to put point and mark as documented.
7319
7320 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7321
7322         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7323         from the message heads.
7324
7325 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7326
7327         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7328         article buffer does not have a window.  This may not be the best
7329         solution but is certainly better than setting the start of the null,
7330         that is the current, window.
7331
7332 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7333
7334         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7335         (gnus-draft-setup): Run it.
7336
7337         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7338         gnus-score-fast-scoring.  Allow regexp.
7339         (gnus-score-headers): Use it.
7340
7341         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7342         XEmacs.
7343
7344         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7345         string.
7346         (gnus-button-alist): Also catch `<f1> k ...'.
7347         (gnus-treat-display-x-face): Fix doc string.
7348
7349 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7350
7351         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7352         evaluation of gnus-extended-version to ensure correct generation of the
7353         User-Agent header when message-generate-headers-first is used.
7354
7355 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7356
7357         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7358         hashcash-path is nil.  Don't call callback with incorrect number of
7359         parameters if val is 0.
7360
7361 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7362
7363         * message.el (message-required-news-headers):
7364         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7365
7366 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7367
7368         * tls.el (open-tls-stream): In handshake-waiting loop,
7369         don't wait more if there is output available to process.
7370
7371 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7372
7373         * tls.el (tls-program): Doc fix.
7374
7375 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * message.el (message-generate-new-buffers): Change the meaning of the
7378         nil value; add `standard' to the choices; treat t as `unique'; improve
7379         doc string.
7380         (gnus-select-frame-set-input-focus): Autoload.
7381         (message-buffer-name): Search for the existing message buffer if
7382         message-generate-new-buffers is nil or `standard'; treat the value t of
7383         message-generate-new-buffers as `unique'.
7384         (message-pop-to-buffer): Raise the frame already displaying the message
7385         buffer; clear the echo area after querying.
7386         (message-setup): Pass the `continue' argument to compose-mail.
7387         (message-mail): Prefer `switch-function' if it is given; search for the
7388         existing message buffer if the `continue' argument is non-nil; pass
7389         continue and switch-function arguments to compose-mail by way of
7390         message-setup.
7391         (message-mail-other-window): Adjust argument of message-setup.
7392         (message-mail-other-frame): Ditto.
7393
7394 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7397         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7398         to turn font-lock on when turning gnus-message-citation-mode on.
7399
7400 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7401
7402         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7403         (mml-smime-function-alist): New variable; add epg as the backend.
7404         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7405         mml-smime- functions instead.
7406         * mm-view.el: Require smime.
7407
7408 2007-03-05  Didier Verna  <didier@xemacs.org>
7409
7410         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7411         instead of just inheritance for posting styles.
7412         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7413
7414 2007-02-24  Chris Moore  <dooglus@gmail.com>
7415
7416         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7417         * pgg-pgp.el (pgg-pgp-encrypt-region):
7418         * pgg-gpg.el (pgg-gpg-encrypt-region):
7419         Check pgg-encrypt-for-me if no other recipients.
7420
7421 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7422
7423         * tls.el (tls-certtool-program): Fix custom type.
7424
7425 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7428         and point-at-eol instead of line-(beginning|end)-position.
7429
7430         * assistant.el (assistant-parse-buffer): Ditto.
7431
7432         * netrc.el (netrc-parse-services): Ditto.
7433
7434 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7435
7436         * mml2015.el (mml2015-epg-find-usable-key): New function.
7437         (mml2015-epg-sign): Use it.
7438         (mml2015-epg-encrypt): Use it.
7439
7440 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * message.el (message-make-in-reply-to): Quote name containing
7443         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7444         if there are special characters.  Reported by NAKAJI Hiroyuki
7445         <nakaji@jp.freebsd.org>.
7446
7447 2007-02-27  Didier Verna  <didier@xemacs.org>
7448
7449         Include the group parameters as well as the topic ones in the
7450         inheritance filter process.
7451         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7452         argument GROUP-PARAMS-LIST.
7453         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7454
7455 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * nntp.el (nntp-never-echoes-commands)
7458         (nntp-open-connection-functions-never-echo-commands): New variables.
7459         (nntp-send-command): Use them.
7460
7461 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7462
7463         * mml2015.el (mml2015-epg-verify): Simplified.
7464
7465 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * mml.el (mml-content-disposition-alist): New user option.
7468         (mml-content-disposition): New function.
7469         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7470         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7471
7472 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7473
7474         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7475         verification.
7476
7477 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7478
7479         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7480         articles posted in the last 24 hours.
7481
7482 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7483
7484         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7485
7486 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7487
7488         * nntp.el (nntp-send-command): Don't wait for echoes when
7489         nntp-open-ssl-stream is used.
7490
7491 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7494         (gnus-message-add-citation-keywords)
7495         (gnus-message-remove-citation-keywords): Remove.
7496         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7497         directly, make the variables in font-lock-defaults buffer-local, add
7498         gnus-message-citation-keywords to them and then update the value of
7499         font-lock-keywords.
7500
7501 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * message.el (message-cite-original-1): Don't call
7504         gnus-article-highlight-citation.
7505
7506         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7507         citations; fix line count.
7508
7509 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7512         (gnus-message-add-citation-keywords)
7513         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7514         versions of font-lock-add-keywords and font-lock-remove-keywords to
7515         work with XEmacs correctly.
7516
7517 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-cite.el (gnus-cite-face-list): Set the values of
7520         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7521         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7522         (gnus-message-cite-prefix-regexp): New variable.
7523         (gnus-message-search-citation-line): Use it; protect against long
7524         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7525         the 0th match data for Emacs.
7526         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7527         (gnus-message-add-citation-keywords): Append keywords rather than
7528         prepending; emulate font-lock-add-keywords if it is not available.
7529         (gnus-message-remove-citation-keywords): Emulate
7530         font-lock-remove-keywords if it is not available.
7531
7532         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7533
7534         * message.el (message-cite-prefix-regexp): Set the value of
7535         gnus-message-cite-prefix-regexp.
7536
7537 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7538
7539         * nnweb.el (nnweb-google-parse-1): Update parser.
7540
7541 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7542
7543         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7544
7545 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7546
7547         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7548         regexp.
7549
7550 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7553         string-to-multibyte.
7554         (uudecode-decode-region-internal): Use it.
7555
7556         * lpath.el: Fbind string-as-multibyte for XEmacs.
7557
7558 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7561         custom choice.
7562
7563         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7564
7565 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7566
7567         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7568
7569         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7570         `write-region' to respect `mm-inhibit-file-name-handlers'.
7571
7572 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7575         Use gnus-home-directory instead of "~/" or "$HOME".
7576
7577 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7578
7579         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7580         to mention filename.
7581         Add comments at beginning regarding usage.
7582         (encrypt-write-file-contents): Change interactive so a string is
7583         acceptable.  If the file has no associated model, show an error instead
7584         of a nonsense prompt.
7585
7586 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7587
7588         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7589         Thanks to Yoshihiko Yamada for kind notification of this typo.
7590
7591 2007-01-12  Kenichi Handa  <handa@m17n.org>
7592
7593         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7594         multibyte buffer.
7595
7596 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7597
7598         * gnus-score.el (gnus-score-fast-scoring): New variable.
7599         (gnus-score-headers): Use it.
7600
7601         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7602
7603         * message.el (message-cite-original-1): Call
7604         gnus-article-highlight-citation if requested.
7605         (message-make-from): Allow name and address as optional arguments.
7606
7607         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7608
7609         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7610         bugs to doc string.
7611         (gnus-button-alist): Add mid\\|message-id.
7612         (gnus-button-fetch-group): Extend for use in
7613         `browse-url-browser-function'.
7614         (gnus-button-url-regexp): Try to catch paired parentheses like in
7615         Wikipedia URLs.
7616
7617         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7618         Suggested by Simon Krahnke <overlord@gmx.li>.
7619
7620 2007-01-13  Romain Francoise  <romain@orebokech.com>
7621
7622         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7623         Update copyright.
7624
7625 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7626
7627         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7628
7629 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7630
7631         * gnus-registry.el (gnus-registry-unfollowed-groups)
7632         (gnus-registry-split-fancy-with-parent): Fix documentation.
7633
7634 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7635
7636         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7637         from nnweb groups.
7638
7639 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7642         Xref urls.  Erase buffer before requesting head.
7643
7644 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7647         customizable.
7648
7649 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7650
7651         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7652         no signing key is found.
7653         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7654         no encrypting and/or signing key is found.
7655
7656 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7659
7660 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7661
7662         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7663         headers read from disk with the ones newly found in the current search.
7664         This should no longer cause problems, because the article numbers in
7665         Gmane's `nov.php' output are ignored since the previous change.
7666
7667 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7668
7669         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7670
7671 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7674         replace-regexp-in-string; bind url-version; fbind display-images-p and
7675         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7676         find-face and set-itimer-function for Emacs; bind itimer-list for
7677         Emacs.
7678
7679         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7680
7681 2007-01-01  Romain Francoise  <romain@orebokech.com>
7682
7683         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7684
7685 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7686
7687         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7688         `define-minor-mode' macro definition expanded properly.
7689         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7690         exclude it there.
7691
7692         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7693         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7694         `fboundp' test.
7695         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7696         This is OK to autoload in (S)XEmacs now.
7697
7698 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7699
7700         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7701         keystroke.
7702         (gnus-summary-limit-to-singletons): Fix typo.
7703
7704         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7705         else fails.
7706
7707 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7708
7709         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7710         docstring.
7711
7712         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7713         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7714         (gnus-summary-insert-dormant-articles): Fix typo in message.
7715
7716 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7719         nil for XEmacs.
7720         (gnus-message-citation-mode): Don't autoload in XEmacs.
7721
7722         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7723
7724 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7725
7726         * nnimap.el (nnimap-expunge-search-string): Mention
7727         nnimap-search-uids-not-since-is-evil in docstring.
7728
7729 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * spam.el: Revert to make-obsolete-variable because
7732         define-obsolete-variable-alias is not supported in Emacs 21.
7733
7734         * spam.el (spam-ifile-path, spam-ifile-database-path)
7735         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7736         make-obsolete-variable.
7737         (spam-bsfilter-path, spam-bsfilter-program)
7738         (spam-spamassassin-path, spam-spamassassin-program)
7739         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7740         use "path" inappropriately.
7741         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7742         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7743         variable names.
7744
7745 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7746
7747         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7748         summary buffer.
7749
7750         * password.el (password-cache-remove): Use clear-string to burn
7751         password, if available.
7752
7753 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7756
7757         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7758
7759         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7760         (gnus-message-highlight-citation): Move defcustom here from
7761         gnus-cite.el.
7762         (gnus-message-citation-mode): Autoload.
7763
7764         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7765         checks to make it compile with XEmacs.
7766         (gnus-message-citation-mode): New minor mode.
7767         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7768         (gnus-message-highlight-citation): New variables.
7769         (gnus-message-search-citation-line)
7770         (gnus-message-add-citation-keywords)
7771         (gnus-message-remove-citation-keywords)
7772         (turn-on-gnus-message-citation-mode)
7773         (turn-off-gnus-message-citation-mode): New functions.
7774
7775 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7776
7777         * gnus-cite.el: Enable highlighting of different citation levels in
7778         message-mode.
7779
7780 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * message.el (message-make-fqdn): Fix comment.
7783         (message-bogus-system-names): Add ".local".
7784
7785         * spam.el (spam-ifile-path, spam-ifile-program)
7786         (spam-ifile-database-path, spam-ifile-database)
7787         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7788         Don't use "path" inappropriately.
7789         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7790         strings.
7791         (spam-check-ifile, spam-ifile-register-with-ifile)
7792         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7793         new variable names.
7794
7795         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7796         (gnus-treat-display-smileys): Simplify using
7797         gnus-image-type-available-p.
7798
7799         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7800         available.
7801
7802         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7803         `display-images-p' if available.
7804
7805 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7808         one after turning on the buffer's multibyteness instead of decoding
7809         them directly in the unibyte buffer that causes unexpected conversion
7810         in Emacs 23 (unicode).
7811
7812 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7813
7814         * message.el (message-generate-hashcash): Fix custom type.
7815
7816 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7819
7820 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7823         disconnect icons.  Add help text.
7824
7825 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7826
7827         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7828         negated to be consistent with the others we handle.
7829
7830 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7833         version of gnus-summary-buffer to something, so that we can use two
7834         article buffers at the same time.
7835
7836 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7837
7838         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7839         trigger all the extra headers.
7840         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7841         sorting.
7842
7843 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7844
7845         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7846         solid groups.
7847
7848 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7849
7850         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7851
7852 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * legacy-gnus-agent.el: Add Copyright notice.
7855
7856 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7857
7858         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7859
7860 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7863
7864         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7865         to make it work reliably in CVS Emacs.
7866         (gnus-summary-limit-strange-charsets-predicate)
7867         (gnus-summary-limit-to-predicate): New functions.
7868
7869 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7870
7871         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7872         specifying array size.
7873         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7874         array if it is too small.
7875         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7876         (gnus-sort-threads-loop): New function.
7877
7878 2006-12-06  Chris Moore  <dooglus@gmail.com>
7879
7880         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7881         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7882
7883 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7884
7885         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7886         options.
7887
7888 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7891         DOS-ing the recipient.
7892
7893         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7894         the headers when creating the mapping to avoid mismappings.
7895         (nnweb-gmane-create-mapping): Always nix out old mapping.
7896
7897 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7900         and mm-verify-option to never.
7901
7902 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * message.el (message-signed-or-encrypted-p): New function.
7905         (message-forward-make-body): Use it.
7906
7907         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7908         Replace encode-coding-string with mm-encode-coding-string.
7909
7910 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * nneething.el (nneething-decode-file-name): Replace
7913         decode-coding-string with mm-decode-coding-string.
7914
7915         * gnus-int.el (gnus-open-server): Say failed server's name.
7916
7917 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7918
7919         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7920         strings to a single string.  Quote `errors-file-name'.
7921         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7922         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7923         Adjust calls.  Use `shell-quote-argument'.
7924
7925 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7926
7927         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7928         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7929
7930         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7931         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7932         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7933         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7934         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7935         (gnus-subscribe-newsgroup, gnus-1):
7936         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7937         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7938         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7939         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7940
7941 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7944         keystroke.
7945         (gnus-summary-limit-to-bodies): Implement headersp.
7946
7947 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7950
7951 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7954
7955 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * message.el (message-generate-hashcash): Expand range of values to
7958         include `opportunistic'.
7959         (message-send-mail): Use it.
7960
7961 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7962
7963         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7964         and comment it.
7965
7966         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7967
7968 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * gnus-util.el (gnus-extract-address-components): Improve comment.
7971
7972 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-util.el (gnus-extract-address-components): Work with address in
7975         which the name portion contains @.
7976
7977         * lpath.el: Fbind custom-autoload.
7978
7979 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * gnus.el (gnus-start): Move custom group up.
7982         (gnus-select-method): Don't autoload, but make it available for
7983         `customize-variable'.
7984         (gnus-getenv-nntpserver): Don't autoload.
7985
7986 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7987
7988         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7989
7990 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * message.el (message-sendmail-extra-arguments): New variable.
7993         (message-send-mail-with-sendmail): Use it.
7994
7995 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7998         mm-with-unibyte-current-buffer to make string unibyte.
7999
8000         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8001         mm-string-as-multibyte.
8002
8003 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8004
8005         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8006         Reported by Werner Koch <wk@gnupg.org>.
8007
8008 2006-11-14  Daiki Ueno  <ueno@p360>
8009
8010         * mml2015.el: Autoload epa-select-keys when compiling.
8011
8012 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8013
8014         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8015         message-options.
8016         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8017
8018 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8019
8020         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8021         EasyPG (< 0.0.6).
8022         (mml2015-always-trust): New user option.
8023         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8024         prompt.
8025
8026 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * nntp.el (nntp-authinfo-force): New variable.
8029         (nntp-send-authinfo): Use it.
8030
8031 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8034         decode encoded words.  Improve prompt.  Add comment about forwarding.
8035         (message-replacement-char): Move up.
8036
8037 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8038
8039         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8040         instead of gnus-intersection because arguments of gnus-sorted-nunion
8041         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8042
8043 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8046         (message-simplify-subject-functions): Enable
8047         message-strip-subject-encoded-words by default.
8048
8049 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * message.el (message-strip-subject-encoded-words): New function.
8052         (message-simplify-subject-functions): New variable.
8053         (message-simplify-subject): Use it.  Fix typo in doc string.
8054         Support message-strip-subject-encoded-words.
8055
8056 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8057
8058         * gnus-diary.el (gnus-diary-delay-format-function):
8059         * nndiary.el (nndiary-reminders):
8060         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8061
8062 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * gnus-art.el (article-hide-boring-headers): Fetch date from
8065         gnus-original-article-buffer to avoid problems with localized date
8066         strings.
8067
8068 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8071
8072 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8075         New variables.
8076         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8077         (mm-charset-synonym-alist): Move some entries to
8078         mm-codepage-iso-8859-list.
8079         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8080         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8081
8082 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8085
8086 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8089         with Emacs 21 and XEmacs.
8090
8091 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8092
8093         * spam.el (spam-parse-address): New function for better parsing,
8094         catching errors, etc.
8095         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8096
8097 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * mm-view.el: Add interactive arg to html2text autoload.
8100
8101 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8104
8105 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8108         variables.
8109         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8110         (mm-charset-synonym-alist): Move some entries to
8111         mm-codepage-iso-8859-list.
8112
8113         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8114
8115 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * message.el (message-citation-line-format)
8118         (message-insert-formated-citation-line): Fix implementation of %E, %N
8119         and %n according to the doc string.
8120
8121 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8122
8123         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8124         car-safe to avoid bad parses.
8125
8126 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8129         names.
8130
8131         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8132
8133 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8136         header.
8137
8138         * message.el (message-draft-headers): Add Date.
8139         (message-headers-to-generate): Fix typo in docstring.
8140
8141         * nndraft.el (nndraft-required-headers): New variable.
8142         (nndraft-generate-headers): Use it.
8143
8144         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8145
8146 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8147
8148         * gnus-registry.el (gnus-registry-wash-for-keywords)
8149         (gnus-registry-find-keywords): New functions to allow easy searching of
8150         articles that are in the registry.
8151
8152 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8153
8154         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8155         ietf-drums-parse-address instead of gnus-extract-address-components.
8156         Reported by Damien Elmes <damien@repose.cx>.
8157
8158 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * gnus.el (gnus-mime): Remove unused custom group.
8161
8162 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8163
8164         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8165         "blank line" when searching for end of armor headers.
8166
8167 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * gmm-utils.el (gmm-write-region): Fix variable name.
8170
8171 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * gmm-utils.el (gmm-write-region): New function based on compatibility
8174         code from `mm-make-temp-file'.
8175
8176         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8177
8178         * nnmaildir.el (nnmaildir--update-nov)
8179         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8180         Use `gmm-write-region'.
8181
8182 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8183
8184         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8185         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8186
8187         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8188
8189         * message.el (message-replacement-char): New variable.
8190         (message-fix-before-sending): Use it.
8191         (message-simplify-subject): New function to remove duplicate code.
8192         (message-reply, message-followup): Use it.
8193
8194         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8195         gnus-summary-limit-to-articles.
8196
8197 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-util.el (gnus-with-local-quit): New macro.
8200
8201         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8202
8203 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8204
8205         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8206         ignore non-string data.
8207
8208 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8211         non-string data (needs to be done in the registry too).
8212
8213 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8214
8215         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8216         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8217         (gnus-registry-split-fancy-with-parent)
8218         (gnus-registry-fetch-simplified-message-subject-fast)
8219         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8220         Remove text properties on ingress into the registry and when it's saved.
8221         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8222         registry from entries with no groups.
8223
8224 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8225
8226         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8227         function to remove string properties.
8228
8229 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gmm-utils.el (gmm): Adjust custom version.
8232
8233         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8234         custom version.
8235
8236         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8237
8238 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * gnus-art.el (gnus-insert-prev-page-button)
8241         (gnus-insert-next-page-button): Simplify.  Reformat.
8242
8243 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8244
8245         * gnus-art.el (gnus-insert-prev-page-button)
8246         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8247
8248 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8249
8250         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8251
8252 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8253
8254         * gnus-art.el (gnus-insert-mime-button)
8255         (gnus-insert-mime-security-button):
8256         Apply gnus-article-button-face to MIME and security buttons.
8257
8258 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8261         readable.
8262
8263 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8266
8267 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8268
8269         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8270         `browse-url-of-file' instead of `browse-url'.
8271
8272 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8273
8274         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8275         regexp.  Articles containing quotation were cut prematurely.
8276
8277 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * message.el (message-cite-original-1): Use nobody by default for the
8280         value of From header.
8281         (message-reply): Ditto.
8282
8283 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8284
8285         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8286         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8287         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8288
8289 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8292         mails in the doc string.  Add some URLs in comment.
8293         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8294
8295 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8298         backslashes handling and the way to find boundaries of quoted strings.
8299
8300 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8301
8302         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8303         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8304         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8305         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8306
8307 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8310         doc string.
8311         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8312
8313 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * lpath.el: Fbind epg-check-configuration.
8316
8317 2006-09-06  Simon Josefsson  <jas@extundo.com>
8318
8319         * mml2015.el (mml2015-use): Doc fix, mention epg.
8320
8321 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8322
8323         * mml2015.el (mml2015-use): Default to epg, if available.
8324
8325 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8326
8327         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8328         message-sender.
8329         (mml1991-epg-encrypt): Ditto.
8330         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8331         message-sender.
8332         (mml2015-epg-encrypt): Ditto.
8333
8334 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8335
8336         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8337         several common directories.
8338
8339 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8340
8341         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8342         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8343
8344 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-art.el (article-decode-encoded-words): Make it fast.
8347
8348 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8351
8352         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8353         in quoted string into `\'.
8354
8355 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8358         Use standard-syntax-table.
8359
8360 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-art.el (gnus-decode-address-function): New variable.
8363         (article-decode-encoded-words): Use it to decode headers which are
8364         assumed to contain addresses.
8365         (gnus-mime-delete-part): Remove useless `or'.
8366
8367         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8368         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8369         (gnus-nov-parse-line): Use it to decode From header.
8370         (gnus-get-newsgroup-headers): Ditto.
8371         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8372
8373         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8374         (mail-decode-encoded-address-string): New alias.
8375
8376         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8377         New function.
8378         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8379         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8380         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8381         (rfc2047-decode-string): Ditto.
8382         (rfc2047-decode-address-region): New function.
8383         (rfc2047-decode-address-string): New function.
8384
8385 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * message.el (message-caesar-buffer-body): Allow rotating headers.
8388
8389         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8390
8391         * message.el (message-insert-formated-citation-line): Fix %f.
8392         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8393
8394 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8397         (gnus-bookmark-mouse-available-p): New macro.
8398         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8399         (gnus-bookmark-bmenu-show-infos): Use it.
8400         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8401         (gnus-bookmark-bmenu-hide-infos): Ditto.
8402         (gnus-bookmark-remove-properties): New function.
8403         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8404         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8405         (gnus-bookmark-write-file): Bind coding-system-for-write.
8406         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8407         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8408         group before selecting it.
8409         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8410         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8411         quit-window if it is not available; use gnus-mouse-2 and bind it to
8412         gnus-bookmark-bmenu-select-by-mouse.
8413         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8414         (gnus-bookmark-bmenu-select-by-mouse): New function.
8415
8416 2006-08-13  Romain Francoise  <romain@orebokech.com>
8417
8418         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8419         space.
8420
8421 2006-08-10  Romain Francoise  <romain@orebokech.com>
8422
8423         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8424         (dns-mode-soa-auto-increment-serial): New user option.
8425         (dns-mode-soa-maybe-increment-serial): New function.
8426         (dns-mode): Add the latter to `write-contents-functions'.
8427
8428 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * compface.el (uncompface): Use binary rather than raw-text-unix.
8431
8432 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * compface.el (uncompface): Make sure the eol conversion doesn't take
8435         place when communicating with the external programs.  Reported by
8436         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8437
8438 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8441
8442 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8443
8444         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8445         Make it more robust by parsing author and date independently.
8446
8447 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8450
8451 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8452
8453         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8454         first matching secret key.
8455         (mml2015-epg-encrypt): Ditto.
8456
8457         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8458         first matching secret key.
8459         (mml1991-epg-encrypt): Ditto.
8460
8461         * mml2015.el (mml2015-encrypt-to-self): New user option.
8462         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8463         mml2015-epg-encrypt-to-self is set.
8464
8465         * mml1991.el (mml1991-encrypt-to-self): New variable.
8466         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8467         mml1991-epg-encrypt-to-self is set.
8468
8469         * mml2015.el (mml2015-signers): New user option.
8470         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8471         (mml2015-epg-encrypt): Allow to select signing keys.
8472
8473         * mml1991.el (mml1991-signers): New variable.
8474         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8475         (mml1991-epg-encrypt): Allow to select signing keys.
8476
8477 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * nnheader.el (nnheader-insert-head): Make it work even if the file
8480         uses CRLF for the line-break code.
8481
8482 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8483
8484         * mml2015.el: Require mml-sec instead of password.
8485         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8486         (mml2015-cache-passphrase): Inherit the default value from
8487         mml-secure-cache-passphrase.
8488         (mml2015-passphrase-cache-expiry): Inherit the default value from
8489         mml-secure-passphrase-cache-expiry.
8490
8491         * mml1991.el: Require mml-sec instead of password.
8492         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8493         (mml1991-cache-passphrase): Inherit the default value from
8494         mml-secure-cache-passphrase.
8495         (mml1991-passphrase-cache-expiry): Inherit the default value from
8496         mml-secure-passphrase-cache-expiry.
8497
8498         * mml-sec.el: Require password.
8499         (mml-secure-verbose): New user option.
8500         (mml-secure-cache-passphrase): New user option.
8501         (mml-secure-passphrase-cache-expiry): New user option.
8502
8503 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8504
8505         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8506         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8507         andreas@altroot.de (Andreas Vögele).
8508
8509         FIXME: Use `tiny change'?
8510
8511 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8512
8513         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8514         workaround for the url package included with Emacs.
8515
8516         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8517
8518 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8521         correctly.  This fixes a bug caused by the 2006-05-12 change.
8522
8523 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8524
8525         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8526         some information about the error when saying that the `bogus' mail
8527         group will be used.
8528
8529 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8532         string.
8533
8534 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8535
8536         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8537
8538 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8539
8540         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8541
8542 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8543
8544         * mml1991.el (mml1991-function-alist): Add epg.
8545         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8546         (mml1991-epg-encrypt): New functions.
8547
8548 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8549
8550         * mml2015.el (mml2015-verbose): New variable.
8551         (mml2015-cache-passphrase): Ditto.
8552         (mml2015-passphrase-cache-expiry): Ditto.
8553         (mml2015-function-alist): Add epg.
8554         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8555         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8556         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8557         functions.
8558
8559 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8560
8561         * message.el (message-cite-original-1): Preserve region when removing
8562         quoted text due to X-No-Archive in order to avoid bogus attribution
8563         when citing multiple messages.
8564
8565 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8566
8567         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8568         Kenneth Jacker <khj@be.cs.appstate.edu>.
8569
8570 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * gnus-diary.el (gnus-user-format-function-d)
8573         (gnus-user-format-function-D): Autoload.
8574
8575         * imap.el (Commentary): Fix typo.
8576
8577         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8578         2006-04-22 contribution.
8579
8580 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8581
8582         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8583         It didn't really fix the bogosity I'm seeing with solid web groups.
8584
8585 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8586
8587         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8588         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8589         created using server names.  If we use the feature without declaring
8590         it, Gnus does not properly manage server and group state.
8591
8592         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8593         bound.
8594
8595 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8596
8597         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8598         looking up the method using GROUP's prefix before inventing a new one.
8599         It is used on killed/unknown groups in various places where returning
8600         an all-new method isn't expected by the caller.
8601
8602         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8603         and match semantics of gnus-group-real-prefix.
8604
8605 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * nnmail.el (nnmail-broken-references-mailers): New variable.
8608         (nnmail-ignore-broken-references): New function generalizing
8609         nnmail-fix-eudora-headers.
8610         (nnmail-fix-eudora-headers): Now obsolete.
8611
8612         * gnus-art.el (gnus-button-handle-custom): Support
8613         `customize-apropos*'.
8614
8615 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8618
8619         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8620         articles.
8621
8622 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * message.el (message-cite-reply-above): New variable.
8625         (message-yank-original): Use it.
8626
8627 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8630
8631 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8634         as read.
8635
8636         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8637
8638 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8641         (gnus-bookmark-default-file): Use gnus-directory.
8642         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8643         Remove "*" in doc string.
8644         (gnus-bookmark-write-file): Simplify.
8645         (gnus-bookmark-maybe-sort-alist): Use `when'.
8646         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8647         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8648         FIXME about Emacs 21 and XEmacs compatibility.
8649         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8650         compatibility.
8651         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8652         compatibility.
8653         (gnus-bookmark-menu-heading): Fix version.
8654
8655 2006-06-19  Bastien Guerry  <bzg@altern.org>
8656
8657         * gnus-bookmark.el: New file.
8658
8659 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * message.el (message-syntax-checks): Doc fix.
8662
8663 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8664
8665         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8666         unsubscribed groups as if they were killed ones.  It causes duplicate
8667         entries in gnus-newsrc-alist.
8668
8669 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * message.el (message-syntax-checks): Doc fix.
8672         (message-send-mail): Add check for continuation headers.
8673         (message-check-news-header-syntax): Fix regexp used to check for
8674         continuation headers.
8675
8676 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8679
8680 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8683
8684 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8687         default-truncate-lines.
8688
8689 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8692         to fill the utf-8 entry.
8693
8694         * lpath.el: Fbind unicode-precedence-list.
8695
8696 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8697
8698         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8699
8700 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8701
8702         * gnus-agent.el (directory-files-and-attributes): Move all the way
8703         forward (the third and final move).
8704         (gnus-agent-read-agentview): Trap reconstruction errors due to
8705         nonexistant directory.  Handle by returning nil.
8706
8707 2006-05-30  Didier Verna  <didier@xemacs.org>
8708
8709         * message.el (message-dont-reply-to-names): Update the custom type.
8710         * message.el (message-dont-reply-to-names): New defsubst: potentially
8711         convert a list of regexps into a single one.
8712         * message.el (message-get-reply-headers): Use it.
8713         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8714
8715 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus-agent.el (directory-files-and-attributes): Move forward.
8718
8719 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * gnus-ml.el (gnus-mailing-list-subscribe)
8722         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8723         (gnus-mailing-list-message): Fix doc strings.
8724
8725 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8726
8727         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8728         of doing it manually.
8729
8730 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8733         comment.
8734
8735 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8736
8737         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8738         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8739         (gnus-agent-read-local): All symbols allocated in my-obarray.
8740         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8741         (gnus-agent-regenerate-group): Check numeric names to see if they are
8742         messages or groups.
8743         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8744         better way of do this...)
8745
8746         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8747         'dummy.group' (there should be a better way of do this...)
8748
8749 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8752         (gnus-saved-headers): Ditto.
8753         (gnus-default-article-saver): Mention functions may have properties.
8754         (gnus-article-save): Override gnus-save-all-headers and
8755         gnus-saved-headers by :headers property which saver function may have.
8756         (gnus-summary-save-in-file): Add :headers property.
8757         (gnus-summary-write-to-file): Ditto.
8758
8759         * gnus-sum.el (gnus-summary-save-article): Bind
8760         gnus-prompt-before-saving to t when saving many articles in a file;
8761         always show all headers.
8762
8763         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8764
8765 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8768         marks.
8769
8770         * message.el (message-indent-citation): Add optional arguments to allow
8771         using it outside of message buffers.
8772
8773         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8774         (gnus-article-treat-unfold-headers): Use it.
8775         (gnus-article-truncate-lines): New variable.
8776         (gnus-article-mode): Use it.
8777         (gnus-article-toggle-truncate-lines): New function.
8778
8779         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8780         gnus-article-toggle-truncate-lines.
8781
8782         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8783         coding system in XEmacs, use binary.
8784
8785 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8788         after-load-alist.
8789
8790         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8791         this function should save decoded articles.
8792         (gnus-summary-write-to-file): Use property to specify this function
8793         should save decoded articles and specify gnus-summary-save-in-file
8794         should be used to save articles other than the first one when saving
8795         many articles.
8796         (gnus-summary-save-body-in-file): Use property to specify this
8797         function should save decoded articles.
8798         (gnus-summary-write-body-to-file): Use property to specify this
8799         function should save decoded articles and specify
8800         gnus-summary-save-body-in-file should be used to save articles other
8801         than the first one when saving many articles.
8802
8803         * gnus-sum.el (gnus-summary-save-article): Simplify.
8804
8805 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (gnus-default-article-saver): Add
8808         gnus-summary-write-body-to-file.
8809         (gnus-article-save-coding-system): Don't use coding system object
8810         in XEmacs.
8811         (gnus-read-save-file-name): Add optional `dir-var' argument which
8812         specifies directory in which files are saved; work even if optional
8813         `variable' argument is not specified.
8814         (gnus-summary-write-to-file): Read file name.
8815         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8816         (gnus-summary-write-body-to-file): New function.
8817
8818         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8819         (gnus-summary-local-variables): Add it.
8820         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8821         (gnus-summary-save-article): Remove optional `decode' argument;
8822         determine whether to decode articles by the value of
8823         gnus-default-article-saver; when saving many files using
8824         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8825         it first and use gnus-summary-save-in-file or
8826         gnus-summary-save-body-in-file thereafter unless
8827         gnus-prompt-before-saving is always; move point to article which
8828         will be saved.
8829         (gnus-summary-save-article-file): Revert.
8830         (gnus-summary-write-article-file): Revert.
8831         (gnus-summary-save-article-body-file): Revert.
8832         (gnus-summary-write-article-body-file): New function.
8833
8834 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-art.el (gnus-default-article-saver): Doc fix.
8837         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8838         from gnus-summary-save-article-coding-system, and default to a
8839         certain coding system.
8840         (gnus-output-to-file): Add coding cookie and encode text according
8841         to gnus-article-save-coding-system; don't use mm-append-to-file.
8842
8843         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8844         gnus-art.el and rename to gnus-article-save-coding-system.
8845         (gnus-summary-save-article): Require gnus-art; don't show all
8846         headers if it decodes articles; don't add coding cookie here;
8847         don't bind mm-text-coding-system-for-write.
8848         (gnus-summary-save-article-file): Save decoded articles.
8849         (gnus-summary-write-article-file): When saving many files, use
8850         gnus-summary-write-to-file first and gnus-summary-save-in-file
8851         thereafter unless gnus-prompt-before-saving is always.
8852         (gnus-summary-save-article-body-file): Save decoded articles.
8853
8854         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8855
8856 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * nnrss.el (nnrss-check-group): Bind hash-index.
8859
8860 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8861
8862         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8863         its hash index.  Store this hash in `nnrss-group-data'.
8864         (nnrss-read-group-data): Update accordingly.
8865
8866 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8869         entry.
8870
8871         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8872         gnus-article-browse-html-article.
8873
8874 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8875
8876         * gnus-sum.el (gnus-summary-mime-map): Add
8877         gnus-article-browse-html-article.
8878
8879         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8880
8881 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8884         suitable coding systems in customize.
8885
8886 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * mail-source.el (mail-sources): Fix custom type.
8889
8890 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8893         (gnus-summary-expire-articles-now): Shorten prompt.
8894
8895         * gmm-utils.el (wid-edit): Require.
8896         (defun-gmm): Renamed from `gmm-defun-compat'.
8897         (gmm-image-search-load-path): Use it.
8898         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8899
8900 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8903         variable.
8904         (gnus-summary-save-article): Add optional `decode' argument.  If
8905         it is set and gnus-summary-save-article-coding-system is non-nil,
8906         save decoded article.
8907         (gnus-summary-write-article-file): Save decoded article if
8908         gnus-summary-save-article-coding-system is non-nil.
8909
8910         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8911         type.
8912
8913 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8916
8917 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8920         first to test gnus-single-article-buffer which may be buffer-local.
8921
8922         * gnus-sum.el (gnus-summary-setup-buffer): Make
8923         gnus-single-article-buffer buffer-local and nil in ephemeral
8924         group; make gnus-article-buffer, gnus-article-current, and
8925         gnus-original-article-buffer always buffer-local.
8926         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8927         group.
8928         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8929
8930 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * nnml.el (nnml-request-compact-group): Compressed files might not
8933         have .gz extension.
8934
8935 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8936
8937         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8938         (mm-copy-to-buffer): Use with-current-buffer.
8939         (mm-display-part): Simplify.
8940         (mm-inlinable-p): Add optional arg `type'.
8941
8942 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8943
8944         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8945         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8946         Try harder to show the attachment internally or externally using
8947         gnus-mime-view-part-as-type.
8948
8949 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * message.el (message-from-style, message-signature-separator)
8952         (message-user-organization-file, message-send-mail-function)
8953         (message-citation-line-function, message-yank-prefix)
8954         (message-indent-citation-function, message-signature)
8955         (message-signature-file, message-signature-insert-empty-line):
8956         Remove autoloads.
8957
8958         * gnus-art.el (gnus-buttonized-mime-types): Remove
8959         "multipart/signed".  Revert 2006-04-26 change.
8960
8961 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * gnus.el (gnus-version-number): Bump version.
8964
8965 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8966
8967         * gnus.el: No Gnus v0.5 is released.
8968
8969 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8970
8971         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8972         fetching articles by message-id.
8973
8974 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * message.el (hashcash): Require hashcash as normal.
8977
8978         * ecomplete.el (ecomplete-highlight-match-line): Use
8979         point-at-eol.
8980         (ecomplete-highlight-match-line): Use `highlight', because that
8981         face exists in both Emacs and XEmacs.
8982
8983         * message.el (message-display-abbrev): Use point-at-bol.
8984
8985         * mail-source.el: Don't require timer/timer-funcs.
8986
8987         * gnus-async.el: Ditto.
8988
8989         * password.el: Ditto.
8990
8991         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8992
8993         * mm-url.el: Ditto.
8994
8995         * gnus-xmas.el: Don't require timer-funcs.
8996
8997         * mm-util.el: Require timer/timer-funcs.
8998
8999 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9000
9001         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9002         Close.
9003
9004 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9007         unibyte after clear-decrypt function runs.
9008
9009         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9010         returns as a unibyte string.
9011
9012 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * lpath.el: Revert.
9015
9016         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9017         (pgg-gpg-process-sentinel): Revert.
9018
9019         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9020         (pgg-pgp-lookup-key): Revert.
9021
9022         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9023         (pgg-pgp5-lookup-key): Revert.
9024
9025         * pgg.el (pgg-fetch-key): Revert.
9026
9027 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * lpath.el: Fbind string-as-multibyte for XEmacs.
9030
9031         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9032         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9033         (mml1991-pgg-encrypt): Ditto.
9034
9035         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9036         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9037         a multibyte buffer.
9038
9039         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9040         (pgg-pgp-lookup-key): Ditto.
9041
9042         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9043         (pgg-pgp5-lookup-key): Ditto.
9044
9045         * pgg.el (pgg-fetch-key): Ditto.
9046
9047 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * message.el (message-user-organization-file): Check several
9050         locations of the organization file.
9051
9052         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9053         Add gnus-article-view-part-as-type.
9054
9055         * gnus-art.el (gnus-article-view-part-as-type): New function.
9056
9057         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9058         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9059
9060         * mml.el: Simplify autoload.
9061         (mml-mode): defvar dnd-protocol-alist instead of using
9062         symbol-value.
9063         (mml-default-directory): New variable.
9064         (mml-minibuffer-read-file): Use it.
9065         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9066
9067         * message.el (message-citation-line-format): New variable.
9068         (message-insert-formated-citation-line): New function.
9069         (message-citation-line-function): Add
9070         `message-insert-formated-citation-line' to custom type.
9071
9072         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9073         to doc string.
9074
9075         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9076         depending on mm-verify-option.
9077
9078 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9081         binding pgg-* variables; reimplement the section which prevents
9082         MIME header from being signed.
9083         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9084         pgg-text-mode; remove a blank line at the top of body.
9085
9086         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9087         lines at the top of body; use gnus-newsgroup-charset if there's no
9088         Charset header.
9089
9090 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * message.el (message-self-insert-commands): Doc fix.
9093
9094         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9095         (mm-uu-pgp-encrypted-test): Ditto.
9096         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9097         between header and body; return application/pgp-encrypted handle
9098         if decryption failed; decode decrypted body by charset.
9099
9100         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9101         element match to application/pgp-*.
9102
9103 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9104
9105         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9106         HTML.
9107
9108 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * mail-source.el (mail-source-call-script): Message the error
9111         string.
9112
9113 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * gnus-util.el (gnus-byte-compile): Use it.
9116
9117 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9118
9119         * gnus-util.el (kill-empty-logs): New function.
9120
9121 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * message.el (message-mail-alias-type): Doc fix.
9124         (message-mail-alias-type-p): New function.
9125         (message-send): Use it.
9126         (message-mode): Ditto.
9127         (message-strip-forbidden-properties): Ditto.
9128
9129         * ecomplete.el (ecomplete-database-file-coding-system): New
9130         variable.
9131         (ecomplete-save): Use it.
9132         (ecomplete-setup): Use it.
9133
9134 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * message.el (message-self-insert-commands): New variable.
9137         (message-strip-forbidden-properties): Use it.
9138
9139 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9142         that doesn't make XEmacs choke.
9143
9144 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9145
9146         * gnus-util.el (gnus-replace-in-string):
9147         Prefer replace-regexp-in-string over of replace-in-string.
9148
9149 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-util.el (gnus-select-frame-set-input-focus):
9152         Use select-frame-set-input-focus if it is available in XEmacs; use
9153         definition defined in Emacs 22 for old Emacsen.
9154
9155         * dgnushack.el: Autoload unmorse-region for XEmacs.
9156
9157         * lpath.el: Bind cursor-in-non-selected-windows and
9158         select-frame-set-input-focus for XEmacs.
9159
9160 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9163
9164 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9165
9166         * gnus-registry.el (gnus-registry-cache-save): Remove text
9167         properties when saving via the temp buffer.
9168
9169 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * message.el (message-generate-hashcash): Honor custom type.
9172
9173 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9174
9175         * message.el (message-generate-hashcash): Default to non-nil when
9176         hashcash is found.
9177
9178         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9179         (gnus-refer-thread-limit): Increase default to 500.
9180
9181         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9182
9183         * flow-fill.el (fill-flowed): Allow delete-space.
9184
9185 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9188         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9189         Remove autoloads.
9190
9191 2006-04-18  Simon Josefsson  <jas@extundo.com>
9192
9193         * message.el (message-generate-hashcash): Default to.
9194
9195 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9198         concatenating segments rather than before concatenating them.
9199
9200 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9203
9204 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9207
9208         * message.el (message-forward-make-body-plain): Allow
9209         message-forward-ignored-headers to be a list.
9210         (message-remove-ignored-headers): Factor out into function.
9211         (message-forward-make-body-mml): Use it.
9212
9213         * imap.el (imap-quote-specials): New function.
9214         (imap-login-auth): Quote specials.
9215
9216         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9217         (rfc2231-parse-string): Allow concatanation of parameters that
9218         aren't contiguous.  The test case is
9219           (mail-header-parse-content-type "message/external-body;
9220             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9221             access-type=LOCAL-FILE;
9222             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9223
9224 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9225
9226         * nntp.el (nntp-accept-process-output): Return the value of
9227         `nnheader-accept-process-output'.
9228
9229 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230
9231         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9232         (gnus-button-alist): Recognize more diff formats.
9233         (gnus-button-patch): Strip directory.
9234
9235 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9238         Emacs 22 when setting focus.
9239
9240 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241
9242         * gnus-art.el (gnus-article-treat-types): Do treatment of
9243         text/x-verbatim parts.
9244         (gnus-button-patch): New command.
9245
9246         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9247         addresses that contain invalid characters.
9248
9249 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250
9251         * message.el (message-put-addresses-in-ecomplete): Use
9252         gnus-replace-in-string.
9253         (message-is-yours-p): Use the more correct
9254         mail-header-parse-address instead of
9255         mail-extract-address-components.
9256         (message-put-addresses-in-ecomplete): Fix typo.
9257
9258         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9259         keystroke.
9260
9261         * gnus-art.el (gnus-treatment-function-alist): Change order of
9262         newsgroups/generic header folding to avoid double-folding.
9263
9264         * message.el (message-hidden-headers): Add X-Draft-From.
9265
9266         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9267         command.
9268         (gnus-summary-repeat-search-article-backward): New command.
9269
9270         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9271         groups in the parent topic.
9272
9273 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9274
9275         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9276         (spam-extra-header-to-number): Return the CRM114 number as a
9277         number instead of a string.
9278
9279 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * gnus-art.el (gnus-face-properties-alist): Moved here from
9282         gnus-fun.
9283
9284         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9285
9286 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9287
9288         * message.el (message-strip-forbidden-properties): Only display on
9289         self-insert-command.
9290
9291         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9292         reindent.
9293         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9294
9295 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9296
9297         * smiley.el (smiley-style): Fix typo.
9298
9299 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300
9301         * hashcash.el (hashcash-insert-payment-async-2): Use
9302         message-goto-eoh instead of doing it manually.
9303         (mail-add-payment): Use message-narrow-to-header instead of trying
9304         to do the same itself.
9305
9306         * message.el (message-hidden-headers): Add Face.
9307
9308         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9309         reparenting code.
9310         (gnus-summary-reparent-children): Refactored out code.
9311         (gnus-summary-thread-map): New keystroke.
9312         (gnus-summary-reparent-children): Make into command.
9313
9314         * smiley.el (smiley-style): Default to `medium' if using a large
9315         font.
9316
9317         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9318         does it itself.
9319
9320         * message.el (message-point-in-header-p): Simplify definition.
9321
9322 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * nnagent.el (nnagent-request-set-mark): Silence log file
9325         writing.
9326         (nnagent-request-set-mark): Use write-region instead of
9327         append-to-file.
9328
9329         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9330         strange select method.
9331
9332         * ecomplete.el (ecomplete-display-matches): Get highlightling
9333         right.
9334         (ecomplete-display-matches): Use literals.
9335         (ecomplete-display-matches): Disable message logging.
9336
9337         * message.el (message-display-abbrev): Small optimization.
9338
9339         * ecomplete.el (ecomplete-display-matches): Allow automatic
9340         display.
9341
9342         * message.el (message-strip-forbidden-properties): Display
9343         abbrevs.
9344         (message-display-abbrev): Get automatic display right.
9345
9346         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9347         keystrokes.
9348
9349 2006-04-13  Romain Francoise  <romain@orebokech.com>
9350
9351         TODO: Backport to v5-10!
9352
9353         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9354         Moved here (and renamed) from gnus-registry.el.
9355
9356         * gnus-registry.el: Require gnus-util.
9357         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9358
9359 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus-group.el (gnus-group-catchup-current): Change
9362         if-then-else-if-then-else into cond.
9363         (gnus-group-catchup): Indent.
9364         (group-name-at-point): New function.
9365         (gnus-fetch-group): Provide default from thing at point.
9366
9367 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * message.el (message-display-abbrev): Fix regexp.
9370
9371         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9372         choosing.
9373         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9374         dead variables.
9375
9376         * message.el (message-newline-and-indent): Remove debugging.
9377         (message-display-abbrev): Use new implementation.
9378
9379 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * gnus-art.el (gnus-article-mode): Set
9382         cursor-in-non-selected-windows to nil.
9383
9384         * smiley.el: Revert previous change.
9385         (smiley-data-directory): defvar it before using it in the
9386         defcustom of `smiley-style'.
9387
9388 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * message.el (message-newline-and-indent): New function.
9391
9392         * ecomplete.el: Implement more bits.
9393
9394         * message.el (message-put-addresses-in-ecomplete): Clean up the
9395         string.
9396
9397         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9398
9399         * gnus-sum.el (gnus-summary-save-parts): Bind
9400         gnus-summary-save-parts-counter and use it to make unique file
9401         names.
9402
9403         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9404
9405         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9406         parameter to say whether to actually parse the individual
9407         addresses.
9408
9409         * message.el (message-put-addresses-in-ecomplete): New function.
9410         (ecomplete): Require.
9411         (message-mail-alias-type): Add ecomplete as an option.
9412
9413 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9414
9415         * flow-fill.el (fill-flowed): Remove trailing space from blank
9416         quoted lines.
9417
9418 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * smiley.el (smiley-style): Move definition later to avoid a
9421         compilation warning.
9422
9423 2006-04-12  Kenichi Handa  <handa@m17n.org>
9424
9425         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9426         buffer and then decode the buffer text if necessary.
9427         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9428         first, and after mm-encode-body, change the buffer to unibyte.
9429         Use mm-disable-multibyte instead of set-buffer-multibyte.
9430
9431 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9434         Content-Type header instead of Content-Disposition header.
9435         (gnus-mime-inline-part): Ditto.
9436         (gnus-mime-view-part-as-charset): Ignore charset that the part
9437         specifies.
9438
9439         * mm-decode.el (mm-display-part): Work with external parts and
9440         usual parts similarly.
9441
9442         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9443         instead of gnus-display-mime.
9444
9445         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9446         instead of with-temp-buffer.
9447
9448         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9449         tag to summarized topics part in order to encode non-ASCII text.
9450
9451 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * smiley.el (smiley-style): New variable.
9454         (smiley-directory): New function.
9455         (smiley-data-directory): Derive from `smiley-style' using
9456         `smiley-directory'.
9457         (smiley-regexp-alist): Add new entries.
9458
9459         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9460         (gnus-article-browse-delete-temp): Add :version.
9461
9462 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9463
9464         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9465         the sieve region.
9466
9467 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * gnus.el (gnus-version-number): Bump version.
9470
9471 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * gnus.el: No Gnus v0.4 is released.
9474
9475 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9478         layout.
9479
9480         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9481         unknown charset.
9482
9483         * message.el (message-header-synonyms): Add Original-To to the
9484         default.
9485
9486         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9487         optional parameter.
9488
9489 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-fun.el (gnus): Require it for gnus-directory.
9492
9493 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9496
9497 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9498
9499         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9500
9501 2006-04-05  Simon Josefsson  <jas@extundo.com>
9502
9503         * password.el (password-reset): New function.
9504
9505 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9506
9507         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9508         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9509
9510 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9511
9512         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9513         Some whitespace was matched into the url, which broke browsing hits
9514         > 100 when mm-url-use-external was nil.
9515
9516 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9519         gnus-extra-headers for 'Newsgroups.
9520
9521         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9522         bound.
9523
9524 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9525
9526         * pgg-gpg.el: Clean up process buffers every time gpg processes
9527         complete.
9528
9529 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9532         doc string.
9533
9534 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9535
9536         * pgg-gpg.el (pgg-gpg-process-filter)
9537         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9538
9539         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9540         lines, temporary fix.
9541
9542 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9545
9546 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9547
9548         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9549         default-enable-multibyte-characters.  This reverts the change from
9550         revision 6.17 which is no longer necessary because the passphrase
9551         is sent separately now.  GnuPG messages are unreadable under
9552         multibyte locales with default-enable-multibyte-characters set to
9553         nil.
9554
9555 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * message.el (message-tool-bar-gnome): Move "spell".
9558
9559 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9562         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9563         instead.
9564
9565 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9566
9567         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9568         newsgroups handling for NNTP overviews which don't include
9569         Newsgroups.
9570
9571 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9572
9573         * message.el (message-resend): Bind message-generate-hashcash to nil.
9574
9575 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9576
9577         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9578         when searching for already-paid recipients.
9579
9580 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9581
9582         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9583         passphrases when it is not needed.
9584         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9585         passphrase stuff from gpg, should only be necessary when you use
9586         gpg with a smartcard.
9587
9588 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * mml.el (mml-insert-mime): Ignore cached contents of
9591         message/external-body part.
9592
9593         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9594         (mm-insert-part): Ditto.
9595
9596 2006-03-23  Simon Josefsson  <jas@extundo.com>
9597
9598         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9599         Reiner.
9600         (pgg-gpg-use-agent-p): Use it again.
9601
9602 2006-03-23  Simon Josefsson  <jas@extundo.com>
9603
9604         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9605         older emacsen.
9606         (pgg-gpg-use-agent-p): Don't use it.
9607
9608 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9611         if we can.
9612
9613 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9614
9615         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9616         (pgg-gpg-update-agent): New function.
9617         (pgg-gpg-use-agent-p): New function.
9618         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9619         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9620         (pgg-gpg-sign-region): Use it.
9621
9622 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9625         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9626
9627 2006-03-21  Simon Josefsson  <jas@extundo.com>
9628
9629         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9630         <wilde@sha-bang.de>.
9631         (pgg-gpg-use-agent): New variable.
9632         (pgg-gpg-process-region): Use it.
9633         (pgg-gpg-encrypt-region): Likewise.
9634         (pgg-gpg-encrypt-symmetric-region): Likewise.
9635         (pgg-gpg-decrypt-region): Likewise.
9636         (pgg-gpg-sign-region): Likewise.
9637         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9638
9639 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9642
9643         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9644         Add comment on version.
9645
9646 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * smiley.el: Add missing test smiley.
9649
9650 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * mm-decode.el (mm-with-part): New macro.
9653         (mm-get-part): Use it; work with message/external-body as well.
9654         (mm-save-part): Treat name and filename equally.
9655
9656         * mm-extern.el (mm-extern-cache-contents): New function.
9657         (mm-inline-external-body): Use it; force the part to be displayed;
9658         move undisplayer added to the cached handle to the parent.
9659
9660         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9661         (gnus-mime-view-part-as-type): Work with message/external-body.
9662
9663         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9664
9665 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9668         images in image-load-path.  [Sync with image.el, revision 1.60, in
9669         Emacs.]
9670
9671 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9674         path rather than symbol.  Always return list of directories.
9675         Guarantee that image directory comes first.  [Sync with image.el,
9676         revision 1.59, in Emacs.]
9677
9678         * message.el (message-make-tool-bar): Adjust to new API of
9679         `gmm-image-load-path-for-library'.
9680
9681         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9682
9683         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9684
9685 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9686
9687         * gnus-art.el (gnus-article-only-boring-p):
9688         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9689         intangible text.
9690         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9691
9692 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9695         `defun' instead of `gmm-defun-compat'.
9696
9697 2006-03-14  Simon Josefsson  <jas@extundo.com>
9698
9699         * message.el (message-unique-id): Don't use message-number-base36
9700         if (user-uid) is a float.
9701         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9702
9703 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9706
9707         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9708         empty line between a part and a message part.
9709
9710 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * smiley.el: Add more test smileys.
9713         (smiley-data-directory, smiley-regexp-alist)
9714         (gnus-smiley-file-types): Fix doc strings.
9715         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9716         adding new elements.
9717         (smiley-mouse-map): Unused code.  Make it a comment.
9718
9719 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9722         scan latest NoCeM messages instead of old ones.
9723         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9724         delimiters that are recently used.
9725         (gnus-nocem-load-cache): Add autoload cookie.
9726
9727         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9728
9729         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9730         level which is larger than gnus-use-nocem is specified.
9731
9732         * gnus-group.el (gnus-group-get-new-news): Ditto.
9733
9734 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * gnus-util.el (gnus-tool-bar-update): New function.
9737
9738         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9739         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9740
9741         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9742
9743         * gnus-group.el (gnus-group-redraw-when-idle)
9744         (gnus-group-redraw-check): Remove.
9745         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9746
9747 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9750         if optional last element is specified in splits (FIELD VALUE...).
9751
9752 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9753
9754         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9755         to gmm-image-load-path-for-library.  Call with no-error argument.
9756         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9757
9758         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9759
9760         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9761
9762         * gmm-utils.el (gmm-image-load-path): Remove alias.
9763
9764 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * gmm-utils.el (gmm-image-load-path): Add alias.
9767
9768         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9769         nnml-generate-nov-databases-1.
9770         (nnml-generate-nov-databases): Use it.
9771         (nnml-generate-nov-databases-directory): Document no-active
9772         argument.
9773
9774         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9775         directory if path is t.  Add no-error.
9776
9777         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9778         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9779
9780         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9781         resetting gnus-article-browse-html-temp-list.
9782
9783         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9784         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9785         Add example to docstring.  Rename local variables.  Move error
9786         checks to default case in cond and simplify.
9787
9788 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9791         handle is multipart when calling it recursively.
9792         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9793
9794 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9795
9796         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9797         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9798
9799 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9802         is loaded.
9803
9804         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9805         loaded.
9806
9807 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9810         to "Emacs 23 (unicode)" in doc string.
9811
9812         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9813         "Emacs 23 (unicode)" in comment.
9814
9815 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9818
9819         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9820         characters 160 through 255 in Emacs 23.
9821
9822 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9825         gnus-article-browse-html-temp.
9826         (gnus-article-browse-delete-temp): Make it customizable.  Add
9827         `file'.  Adjust doc string.
9828         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9829         query for each file.  Adjust doc string.
9830         (gnus-article-browse-html-parts): Add
9831         `gnus-article-browse-delete-temp-files' to
9832         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9833
9834 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9835
9836         * gnus-art.el (gnus-article-browse-html-temp)
9837         (gnus-article-browse-delete-temp): New variables.
9838         (gnus-article-browse-delete-temp-files): New function.
9839         (gnus-article-browse-html-parts): Use it.
9840
9841 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9844
9845         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9846         string.
9847
9848         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9849         gnus-summary-insert-new-articles when unplugged.  Remove
9850         gnus-summary-search-article-forward.
9851
9852         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9853         display-visual-class instead of display-color-cells.
9854
9855 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * dgnushack.el: Autoload customize-group for XEmacs.
9858
9859         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9860         message/* containing non-ASCII text properly.
9861
9862 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * message.el: Require gmm-utils, remove autoloads.
9865         (message-tool-bar): Set default based on
9866         gmm-tool-bar-style.
9867         (message-tool-bar-gnome): Add gmm-customize-mode.
9868
9869         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9870         gmm-tool-bar-style.
9871         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9872
9873         * gnus-group.el (gnus-group-tool-bar): Set default based on
9874         gmm-tool-bar-style.
9875         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9876
9877         * gmm-utils.el (gmm-image-directory): Rename variable from
9878         gmm-image-load-path.
9879         (gmm-image-load-path): Use gmm-image-directory.
9880         (gmm-customize-mode): New function.
9881         (gmm-tool-bar-style): New variable.
9882
9883         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9884         gnus-group-redraw-line-number.
9885         (gnus-group-redraw-check): Simplify.
9886         (gnus-group-tool-bar-update): Remove redraw check.
9887         (gnus-group-make-tool-bar): Add redraw check.
9888
9889 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9890
9891         * gnus-art.el (gnus-button): Add missing parentheses.
9892
9893 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * lpath.el: Fbind line-number-at-pos.
9896
9897 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9900
9901 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * gnus-art.el (gnus-button): New face.
9904         (gnus-article-button-face): Use it.
9905
9906         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9907         gnus-summary-next-page.  Re-order.
9908
9909         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9910         next-node are now included.
9911         (gnus-group-redraw-line-number): New internal variable.
9912         (gnus-group-redraw-check): Helper function for updating the tool
9913         bar.
9914         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9915
9916         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9917
9918         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9919         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9920         Use it to match format of Spamassassin 3.0 and later.  Reported by
9921         IRIE Tetsuya <irie@t.email.ne.jp>.
9922         (spam-check-bogofilter)
9923         (spam-bogofilter-register-with-bogofilter): Fix args of
9924         `gnus-error' calls.
9925
9926 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9929         unnecessary interaction when sending queued mails.  Reported by
9930         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9931
9932 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9935         first or last are nil.
9936
9937 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9938
9939         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9940
9941 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9944
9945 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * dns.el (query-dns): Protect more against buggy tcp output.
9948
9949 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9952         nov.php.
9953
9954 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9955
9956         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9957         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9958         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9959         output on the server side.
9960         (nnweb-google-create-mapping): Update regexps and add some
9961         progress indication.
9962
9963 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9966         gnus-agent-toggle-plugged.  Re-order icons.
9967         (gnus-group-tool-bar-gnome): Add
9968         gnus-group-{prev,next}-unread-group.
9969         (gnus-group-tool-bar-gnome): Re-order icons.
9970
9971         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9972         gnus-summary-insert-new-articles.
9973
9974         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9975         comments.
9976
9977         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9978         also available in Emacs 21.3.
9979
9980         * message.el (message-fix-before-sending): Change "Emacs 22" to
9981         "Emacs 23 (unicode)" in comment.
9982
9983         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9984         "Emacs 23 (unicode)" in comment.
9985
9986         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9987         comment.
9988         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9989
9990         * mm-view.el (mm-fill-flowed): Add :version.
9991
9992 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9995         and load-path.
9996
9997 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * message.el: Autoload gmm-image-load-path.
10000         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10001         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10002         consitency.
10003
10004         * gmm-utils.el (gmm-image-load-path): Also search in
10005         "../etc/images".  Don't set gmm-image-load-path if we don't find
10006         the image.
10007
10008 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gmm-utils.el (gmm-image-load-path): Don't make
10011         `gmm-image-load-path' include subdirectories which the second arg
10012         `image' might specify.
10013
10014         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10015         subdirectory to icon file names.
10016
10017         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10018
10019 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10020
10021         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10022         gmm-image-load-path calls.
10023
10024         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10025
10026         * message.el (message-make-tool-bar): Ditto.
10027
10028         * mml.el (mml-preview): Added comment concerning tool bar icons.
10029
10030         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10031         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10032
10033         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10034         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10035
10036         * message.el (message-tool-bar-gnome): Use new icon names.
10037         (message-make-tool-bar): Use `gmm-image-load-path'.
10038
10039         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10040         functions from MH-E.
10041         (gmm-image-load-path): New variable from MH-E.
10042         (gmm-image-load-path): New function from MH-E.  Added arguments
10043         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10044         *-image-load-path-called-flag.
10045
10046 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10047
10048         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10049
10050 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10051
10052         * nnimap.el (nnimap-request-move-article): Change folder back to
10053         source group before deleting.
10054
10055 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10058
10059         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10060         mm-url.
10061
10062         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10063
10064 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10067         coding system which mm-charset-to-coding-system returns for a
10068         given charset is valid.
10069
10070 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10071
10072         * html2text.el (html2text-remove-tag-list):
10073         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10074
10075 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10076
10077         * gnus-cus.el: Revert 2005-10-17 change.
10078
10079 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus-art.el (article-strip-banner): Call
10082         article-really-strip-banner only when the regexp match is made.
10083
10084 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus-art.el (article-strip-banner): Use
10087         gnus-extract-address-components instead of
10088         mail-header-parse-addresses to make it work with non-ASCII text;
10089         remove mail-encode-encoded-word-string.
10090
10091         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10092         values which are surrounded with \"...\"; make it never cause a
10093         Lisp error; give up parsing of parameters if it failed in
10094         extracting type.
10095
10096 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10097
10098         * smime.el (smime-cert-by-ldap-1): Fix bug where
10099         `smime-ldap-search' returns results without userCertificates.
10100
10101 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10104
10105 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * spam.el (spam-check-spamassassin-headers): Adapt format for
10108         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10109         <ari@mbf.ocn.ne.jp>.
10110         (spam-list-of-processors): Add spam-use-gmane.
10111
10112 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10115         make-temp-file; make it work with XEmacs as well.
10116
10117         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10118         mm-make-temp-file.
10119
10120         * mm-decode.el (mm-display-external): Use the 3rd arg of
10121         mm-make-temp-file.
10122         (mm-create-image-xemacs): Ditto.
10123
10124 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10127         with message-narrow-to-headers.
10128         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10129         (gnus-draft-check-draft-articles): New function.
10130         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10131
10132 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * gnus-art.el (gnus-article-browse-html-parts):
10135         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10136         Don't use suffix argument for mm-make-temp-file for Emacs 21
10137         compatibility.  Remove useless `format'.
10138
10139 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10140
10141         * nnweb.el (nnweb-google-wash-article): Update regexps.
10142         (nnweb-group-alist): Use defvoo instead of defvar.
10143
10144 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10147         re-loading nn* modules.
10148
10149 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10150
10151         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10152         for `tool-bar-mode' and don't check it's default-value.
10153
10154         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10155
10156         * message.el (message-make-tool-bar): Ditto.
10157
10158         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10159         `substring'.  Shorten tmp-file name.
10160
10161         * gnus.el: Remove bogus comment.
10162
10163 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10164
10165         * gnus-art.el (gnus-article-browse-html-parts): New function.
10166         (gnus-article-browse-html-article): New function for viewing html
10167         articles with a browser.
10168
10169 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10170
10171         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10172         in elisp.
10173         (pgg-gpg-encrypt-symmetric-region): Ditto.
10174         (pgg-gpg-sign-region): Ditto.
10175
10176         * pgg-def.el (pgg-text-mode): New variable.
10177
10178         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10179         (mml2015-pgg-encrypt): Ditto.
10180
10181         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10182         (mml1991-pgg-encrypt): Ditto.
10183
10184 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10187         message-make-date instead of current-time-string.
10188
10189         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10190         to gnus-decoded which mm-uu might set.
10191
10192 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10195         don't decode quoted parameters; remove misimported Emacs code.
10196         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10197         (rfc2231-decode-encoded-string): Don't use split-string which
10198         behaves differently according to Emacs version; use
10199         mm-decode-coding-region to convert charset to coding-system.
10200         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10201         (rfc2231-encode-string): Remove misimported Emacs code.
10202
10203 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10206         when calling mail-header-parse-content-type.
10207         (article-de-quoted-unreadable): Ditto.
10208         (article-de-base64-unreadable): Ditto.
10209         (article-wash-html): Ditto.
10210
10211         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10212         calling mail-header-parse-content-type and
10213         mail-header-parse-content-disposition.
10214         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10215         mail-header-parse-content-type.
10216
10217         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10218         insert charset and format parameters; encode description after
10219         inserting it to buffer.
10220         (mml-insert-parameter): Fold lines properly even if a parameter is
10221         segmented into two or more lines; change the max column to 76.
10222
10223         * rfc1843.el (rfc1843-decode-article-body): Don't use
10224         ignore-errors when calling mail-header-parse-content-type.
10225
10226         * rfc2231.el (rfc2231-parse-string): Return at least type if
10227         possible; don't cause an error even if it fails in parsing of
10228         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10229         (rfc2231-encode-string): Don't break lines at the beginning, leave
10230         it to mml-insert-parameter.
10231
10232         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10233         calling mail-header-parse-content-type.
10234
10235 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * spam-report.el (spam-report-gmane-use-article-number):
10238         Improve doc string.
10239         (spam-report-gmane-internal): Check if a suitable header was found
10240         in the article.
10241
10242 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10245         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10246
10247 2006-02-05  Romain Francoise  <romain@orebokech.com>
10248
10249         Update copyright notices of all files in the gnus directory.
10250
10251 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10252
10253         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10254
10255 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10258         segmented lines of parameter value to cope with Thunderbird 1.5
10259         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10260         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10261         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10262
10263 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10264
10265         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10266         parts.
10267
10268 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10269
10270         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10271         there's only one active file for all servers.
10272         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10273         solid groups.  Gnus might have used a FAST request to select the group.
10274         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10275         and nnweb-search redundantly in the active file.
10276         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10277         (nnweb-request-create-group): Don't use ARGS.
10278         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10279         initialisations.  Let nnoo do the work.
10280
10281 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10284         Say the part has been decoded.
10285
10286         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10287
10288 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10289
10290         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10291         mailcap-viewer-test-cache when there's no 'test clause, since that
10292         will invert the meaning of a "nil" test previously determined by
10293         mailcap-mailcap-entry-passes-test.
10294
10295 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10298         compiling.
10299
10300         * gnus-sum.el: Ditto.
10301
10302         * message.el: Don't bind tool-bar-map when compiling.
10303
10304 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10307
10308 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10309
10310         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10311         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10312         current Google Groups.
10313
10314 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10317         and tool-bar-mode.
10318
10319         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10320         and tool-bar-mode.
10321
10322         * message.el (message-tool-bar-update): Simplify.
10323         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10324
10325         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10326         gnus-summary-buffer.
10327         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10328         gnus-summary-reply.
10329
10330         * gmm-utils.el (gmm): Add :version.
10331
10332 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * Makefile.in (clean): New rule.
10335         (distclean): Use it.
10336
10337 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10338
10339         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10340         autoload.
10341
10342 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gmm-utils.el (gmm-verbose): Add :group.
10345
10346 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * message.el: Change some comments WRT tool-bars.
10349
10350         * gnus-sum.el (gnus-summary-tool-bar)
10351         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10352         (gnus-summary-tool-bar-zap-list): New variables.
10353         (gnus-summary-make-tool-bar): Complete rewrite using
10354         `gmm-tool-bar-from-list'.
10355
10356         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10357         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10358         variables.
10359         (gnus-group-make-tool-bar): Complete rewrite using
10360         `gmm-tool-bar-from-list'.
10361         (gnus-group-tool-bar-update): New function.
10362
10363         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10364
10365 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10368         is dissected into a single part of which the type is the same as
10369         the given one; decode charset.
10370
10371 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10372
10373         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10374         into alists as symbol not string, since that's what
10375         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10376         look for.
10377
10378 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10381         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10382
10383         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10384
10385 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10388         (gnus-xmas-mime-security-button-menu): New function.
10389
10390         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10391         (gnus-mime-security-button-menu): New definition.
10392         (gnus-mime-security-button-map): Use them.
10393         (gnus-mime-security-button-menu): New function.
10394         (gnus-insert-mime-security-button): Addition to help echo.
10395         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10396         (gnus-mime-security-pipe-part): New functions.
10397
10398         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10399         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10400
10401         * mm-decode.el (mm-handle-set-disposition): Remove.
10402         (mm-handle-set-description): Remove.
10403
10404 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10407         (mm-w3m-standalone-supports-m17n-p): New function.
10408         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10409         w3m usage.
10410
10411         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10412         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10413
10414 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * message.el (message-tool-bar-zap-list): Use
10417         gmm-tool-bar-zap-list as custom type.
10418         (message-tool-bar-update): New function.
10419         (message-tool-bar, message-tool-bar-gnome)
10420         (message-tool-bar-retro): Add message-tool-bar-update.
10421         (message-tool-bar-gnome): Add flyspell-buffer.
10422
10423         * gnus-util.el (gnus-error): Describe `args'.
10424
10425         * gmm-utils.el (gmm-error): Describe `args'.
10426         (gmm-tool-bar-zap-list): New widget.
10427         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10428
10429 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10432         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10433         the number of recursive calls.
10434
10435         * mm-decode.el (mm-handle-set-disposition): New macro.
10436         (mm-handle-set-description): New macro.
10437
10438 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10441         encoding.
10442
10443 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * message.el (message-tool-bar-zap-list, message-tool-bar)
10446         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10447         (message-tool-bar-local-item-from-menu): Remove.
10448         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10449         (message-make-tool-bar): New function.
10450         (message-mode): Use `message-make-tool-bar'.
10451
10452         * gmm-utils.el: New file.
10453         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10454         (gmm-lazy): New widget copied from `nnmail.el'.
10455         (gmm-tool-bar-from-list): New function for creating customizable
10456         tool bars.
10457         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10458         output.
10459         (gmm): Add :prefix to defgroup.
10460
10461 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10462
10463         * gmm-utils.el (gmm-widget-p): New function.
10464
10465 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * mml.el (mml-attach-file): Describe `description' in doc string.
10468         (mml-menu): Add Emacs MIME manual and PGG manual.
10469
10470 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10471
10472         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10473
10474 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10475
10476         * nntp.el (nntp-end-of-line): Doc fix.
10477
10478 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10479
10480         * imap.el (imap-open): Handle case where buffer is a buffer
10481         object.
10482
10483 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10484
10485         * gnus-delay.el (gnus-delay): Don't autoload.
10486         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10487         to be re-loaded when customizing the `gnus-delay' group.
10488
10489 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10490
10491         * message.el (message-insert-citation-line): Use newlines.
10492
10493 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10494
10495         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10496         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10497         these routines, so the passphrase can be managed externally and
10498         passed in to the system.
10499         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10500         pgg-add-passphrase-to-cache function.
10501
10502         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10503         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10504         these routines, so the passphrase can be managed externally and
10505         passed in to the system.
10506         (pgg-pgp5-sign-region): Use new name of
10507         pgg-add-passphrase-to-cache function.
10508
10509 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10510
10511         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10512         part of the decoded armor to find the key-identifier.
10513         (pgg-gpg-lookup-key-owner): New function to return the
10514         human-readable identifier of a key owner.
10515         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10516         itself.
10517         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10518         the key value) if we have a key and can match it against a secret
10519         key.  Also, added a note pointing out fact that the prompt only
10520         indicates the first matching key.
10521
10522         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10523         pgg-decrypt-region.
10524         (pgg-add-passphrase-to-cache): Rename from
10525         `pgg-add-passphrase-cache' to reduce confusion (all callers
10526         changed).
10527         (pgg-remove-passphrase-from-cache): Rename from
10528         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10529         changed).
10530         (pgg-read-passphrase, pgg-add-passphrase-cache)
10531         (pgg-remove-passphrase-cache): Add informative docstrings.
10532         (pgg-decrypt): Convey provided passphrase in subordinate call to
10533         pgg-decrypt-region.
10534
10535 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10536
10537         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10538         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10539         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10540         'passphrase' argument, so the passphrase can be managed externally
10541         and then passed in to the system.
10542
10543         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10544         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10545         so the passphrase cache can be used reliably with identifiers
10546         besides a pgp packet's key id.
10547
10548         * pgg-gpg.el (pgg-gpg-encrypt-region)
10549         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10550         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10551         these routines, so the passphrase can be managed externally and
10552         passed in to the system.
10553
10554         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10555         'notruncate' argument, so the passphrase cache can be used
10556         reliably with identifiers besides a pgp packet's key id.
10557
10558 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10559
10560         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10561         symmetric encryption.
10562         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10563         encrypted session key.
10564         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10565         message ask for the passphrase in a proper way.
10566
10567         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10568         New user commands for symmetric encryption.
10569
10570 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10573
10574         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10575
10576 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10577
10578         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10579
10580 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * mm-decode.el (mm-inlined-types): Add application/pgp.
10583         (mm-automatic-display): Ditto.
10584
10585         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10586         part as text.
10587
10588 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * nnrss.el: Update copyright.
10591         (nnrss-opml-import): Query whether to subscribe to each entry.
10592
10593         * gnus-art.el:
10594         * gnus-sum.el:
10595         * gnus-xmas.el:
10596         * messagexmas.el:
10597         * mm-uu.el:
10598         * mm-view.el: Update copyright.
10599
10600 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * message.el (message-info): New function.
10603         (message-mode-menu): Add it.
10604         Update copyright.
10605
10606         * ChangeLog: Fix and update copyright.
10607
10608 2006-01-13  Romain Francoise  <romain@orebokech.com>
10609
10610         * message.el (message-forward-subject-name-subject): Prefer the
10611         address to 'nowhere' if the sender has no name.
10612         Fix typo.  Update copyright year.
10613
10614 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-art.el (article-wash-html): Use
10617         gnus-summary-show-article-charset-alist if a numeric arg is given.
10618         (gnus-article-wash-html-with-w3m-standalone): New function.
10619
10620         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10621         mm-inline-text-html-render-with-w3m-standalone.
10622         (mm-text-html-washer-alist): Map w3m-standalone to
10623         gnus-article-wash-html-with-w3m-standalone.
10624         (mm-inline-text-html-render-with-w3m-standalone): New function.
10625
10626 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10629         Improve LaTeX.
10630
10631 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10634         (nnrss-request-article): Render text/plain parts as HTML.
10635
10636         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10637         the buffer.
10638
10639 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10642         custom definition of `gnus-posting-styles'.
10643
10644         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10645         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10646
10647 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10650         Use nntp for bug archive.
10651
10652 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10655         parts.
10656         (nnrss-normalize-date): New function converts ISO 8601 date into
10657         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10658         (nnrss-check-group): Use it.
10659
10660 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10663
10664         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10665         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10666         (nnrss-insert-w3): Ditto.
10667
10668 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10671         the articles to be forwarded including the case where neither a
10672         number of articles nor a region is specified.
10673
10674 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * nnrss.el (nnrss-request-article): Fix last change; fill
10677         text/plain parts.
10678
10679 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10682         in text/plain part.
10683         (nnrss-check-group): Don't add excessive newline to dc:subject.
10684
10685 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10686
10687         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10688         article.
10689
10690 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10693         (nnml-use-compressed-files, nnml-save-mail): Support other
10694         comression programs such as bzip2.
10695
10696 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * dns.el (query-dns): Make sure we check the buffer size before
10699         removing tcp headers.
10700
10701 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10704         remove MIME buttons associated with multipart/alternative parts.
10705         (gnus-mime-display-alternative): Tag buttons using `article-type'
10706         text property.
10707
10708         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10709         associated with multipart/alternative parts.
10710
10711         * gnus-art.el (gnus-signature-separator): Fix custom type.
10712
10713         * mm-decode.el (mm-inlined-types): Fix custom type.
10714         (mm-keep-viewer-alive-types): Ditto.
10715         (mm-automatic-display): Ditto.
10716         (mm-attachment-override-types): Ditto.
10717         (mm-inline-override-types): Ditto.
10718         (mm-automatic-external-display): Ditto.
10719
10720 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * spam-report.el (spam-report-user-mail-address)
10723         (spam-report-user-agent): New variables.
10724         (spam-report-url-ping-plain): Use spam-report-user-agent.
10725
10726 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10727
10728         * gnus-art.el (gnus-button-handle-custom): Do not just use
10729         `customize-apropos' for any "M-x customize-*" button but the
10730         function called for.  Accept both the function name and its
10731         argument in order to achieve this.
10732         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10733         function name to `gnus-button-handle-custom' in case of "M-x
10734         customize-*" buttons.
10735
10736 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10739         multipart/alternative and add xref to mm-discouraged-alternatives
10740         in doc string.
10741
10742         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10743         gnus-buttonized-mime-types in doc string.
10744
10745 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10748         Suggest image/.* in the doc string.
10749
10750 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10753         message-marks (Debian bug #342521).
10754
10755 2005-12-12  Simon Josefsson  <jas@extundo.com>
10756
10757         * password.el (password-read-from-cache): Add.
10758         (password-read): Use it.
10759
10760 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10763         us-ascii as a MIME charset.
10764
10765         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10766         against the case where the 2nd arg TYPE is nil.
10767
10768 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10769
10770         * pop3.el (pop3-stream-type): Fix custom version.
10771
10772         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10773
10774 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10775
10776         * mm-decode.el (mm-display-external): Add missing cdr.
10777
10778 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10781         RFC1524) if it is in mailcap or add a suffix according to
10782         mailcap-mime-extensions when generating a temp filename; postpone
10783         deleting a temp file for 2 seconds for some wrappers, shell
10784         scripts, and so on, which might exit right after having started a
10785         viewer command as a background job.
10786
10787 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * nntp.el (nntp-marks-directory): Fix custom group.
10790
10791         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10792         steps when < 10.
10793
10794         * gnus-start.el (gnus-no-server-1): Mention
10795         `gnus-level-default-subscribed' in doc string.
10796
10797 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10798
10799         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10800         parens.
10801
10802 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * gnus-xmas.el (gnus-use-toolbar): Revert.
10805         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10806         gnus-use-toolbar is default.
10807
10808         * messagexmas.el (message-use-toolbar): Revert.
10809         (message-setup-toolbar): Use global default-toolbar if
10810         message-use-toolbar is default.
10811
10812 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10815         according to default-toolbar-visible-p.
10816
10817         * messagexmas.el (message-use-toolbar): Ditto.
10818
10819 2005-11-26  Dave Love  <fx@gnu.org>
10820
10821         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10822         (tls-program, tls-success): Provide openssl alternative.
10823
10824         * starttls.el: Doc fixes.
10825         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10826         SERVICE to PORT.
10827
10828         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10829         port null or service name.
10830         (starttls-negotiate): Autoload.
10831
10832 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * message.el (message-kill-to-signature): Fix interactive spec.
10835
10836 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * pop3.el (pop3-open-server): Recognize a string as a service name.
10839
10840 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10841
10842         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10843
10844 2005-11-23  Dave Love  <fx@gnu.org>
10845
10846         Add pop3s, pop3/starttls.
10847
10848         * pop3.el (pop3-authentication-scheme): Clarify doc.
10849         (open-tls-stream, starttls-open-stream): Autoload.
10850         (pop3-stream-type): New.
10851         (pop3-open-server): Use it.
10852
10853         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10854         for POP.
10855         (mail-source-keyword-map): Add :stream for POP.
10856         (mail-source-fetch-pop): Use pop3-stream-type.
10857
10858 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10861         of current-time-string.
10862
10863 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10864
10865         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10866         date header.
10867
10868 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10869
10870         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10871         it can seriously impact performance as it bypasses the agent's
10872         local caches.
10873
10874 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10875
10876         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10877         must be explicitly online rather than "not explicitly offline" for
10878         its flags to be synchronized.
10879
10880         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10881         that gnus-uu-unmark-thread will function correctly.
10882
10883         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10884         1024K is instead displayed as 1M.
10885
10886 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10889
10890 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10891
10892         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10893
10894 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10895
10896         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10897         error message to display actual error condition.
10898         (gnus-agent-save-local): Avoid saving symbols that are bound to
10899         nil as they simply result in a warning message in
10900         gnus-agent-read-local.
10901
10902 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10905         rather than make-variable-buffer-local for file-precious-flag.
10906
10907 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10908
10909         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10910         for duplicates which are removed.  The invalid sort check then
10911         triggers a rescan after the sort as sorting may have moved
10912         duplicate entries such that they can be cheaply detected.
10913
10914 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10917
10918 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10919
10920         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10921         internal variable to a custom variable.  Changed default value
10922         from compressed(2) to uncompressed(1).
10923         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10924         support for uncompressed agentview files.  Taken together, reading
10925         the agentview file should now be 6-7 times faster.
10926
10927 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10928
10929         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10930         as a buffer-local variable.  This avoids creating truncated
10931         dribble files as a result of a hang up, eg.
10932
10933 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10934
10935         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10936         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10937         XEmacs.
10938
10939 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * gnus-start.el (gnus-start-draft-setup): Enforce
10942         `gnus-draft-mode' for nndraft:drafts at startup.
10943
10944         * gnus.el (gnus-splash): Change custom group.
10945         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10946         allow-list argument.
10947
10948         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10949         string.
10950
10951 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * gnus-art.el (gnus-default-article-saver): Add user-defined
10954         `function' to custom type.
10955
10956 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10957
10958         * imap.el (imap-open): Handle case where buffer is a buffer
10959         object.
10960
10961 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10964         long lines.
10965         (gnus-cache-delete-group): Wrap doc strings.
10966
10967         * gnus-agent.el (gnus-agent-rename-group)
10968         (gnus-agent-delete-group): Wrap doc strings.
10969
10970 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * messagexmas.el (message-use-toolbar): Change the valid values
10973         into default, top, bottom, left, and right.
10974         (message-toolbar-thickness): New variable.
10975         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10976         well.
10977         (message-setup-toolbar): Make it work.
10978
10979         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10980         (gnus-use-toolbar): Change the valid values into default, top,
10981         bottom, left, and right.
10982         (gnus-toolbar-thickness): New variable.
10983         (gnus-xmas-setup-toolbar): New function.
10984         (gnus-xmas-setup-group-toolbar): Use it.
10985         (gnus-xmas-setup-summary-toolbar): Use it.
10986
10987 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * gnus-start.el (gnus-1): Add "native" to
10990         gnus-predefined-server-alist.
10991
10992         * gnus.el (gnus-method-to-server): Don't add "native" to the
10993         lists here, because that leads to problems when
10994         gnus-select-method is bound.
10995
10996 2005-11-09  Simon Josefsson  <jas@extundo.com>
10997
10998         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10999         use (not sort-by-date) instead.
11000
11001 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11002
11003         * gnus-delay.el (gnus-delay-group): Don't autoload.
11004         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11005         to be re-loaded when customizing the `gnus-delay' group.
11006
11007 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11008
11009         * message.el: Revert last changes.
11010         (message-insert-citation-line): Use newlines.
11011
11012 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11013
11014         * message.el (message-courtesy-message)
11015         (message-mark-insert-begin, message-mark-insert-end)
11016         (message-elide-ellipsis, message-cancel-message)
11017         (message-add-header, message-change-subject)
11018         (message-cross-post-followup-to-header)
11019         (message-cross-post-insert-note, message-reduce-to-to-cc)
11020         (message-widen-reply, message-delete-not-region)
11021         (message-kill-to-signature, message-insert-signature)
11022         (message-insert-importance-high, message-insert-importance-low)
11023         (message-insert-or-toggle-importance)
11024         (message-insert-disposition-notification-to)
11025         (message-indent-citation, message-yank-original)
11026         (message-cite-original-without-signature, message-cite-original)
11027         (message-insert-citation-line, message-position-on-field)
11028         (message-fix-before-sending, message-send-mail-partially)
11029         (message-send-mail, message-send-mail-with-sendmail)
11030         (message-send-mail-with-qmail, message-send-news)
11031         (message-check-news-header-syntax, message-generate-headers)
11032         (message-insert-courtesy-copy, message-fill-address)
11033         (message-fill-header, message-shorten-references)
11034         (message-setup-1, message-cancel-news)
11035         (message-forward-make-body-plain, message-forward-make-body-mime)
11036         (message-forward-make-body-mml, message-encode-message-body)
11037         (message-forward-make-body-digest-plain)
11038         (message-forward-make-body-digest-mime)
11039         (message-use-alternative-email-as-from): Insert `hard-newline'
11040         instead of ordinary newlines.
11041
11042 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * message.el (message-generate-headers): Downcase the argument
11045         given to message-check-element.
11046
11047 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11048
11049         * nntp.el (nntp-authinfo-rejected): New error condition.
11050         (nntp-wait-for): Use new error condition to signal authentication
11051         error.
11052         (nntp-retrieve-data): Rethrow new error condition to break out of
11053         recursive call to nntp-send-authinfo.
11054
11055 2005-11-08  Romain Francoise  <romain@orebokech.com>
11056
11057         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11058         (gnus-summary-exit-map): Bind to `Z p'.
11059         (gnus-summary-make-menu-bar): Add menu item.
11060
11061 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11064         (gnus-treat-*): Add `first' in all doc strings.
11065
11066         * gnus-group.el (gnus-group-compact-group): Fix typo.
11067
11068 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus.el (gnus-parameters-case-fold-search): New variable.
11071         (gnus-parameters-get-parameter): Use it.
11072
11073         * gnus-score.el (gnus-home-score-file): Doc fix.
11074
11075 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11076
11077         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11078
11079 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * mm-util.el (mm-special-display-p): New function.
11082
11083         * mml.el (mml-preview): Use it; doc fix.
11084
11085 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11086
11087         * imap.el (imap-open): Handle case where buffer is a buffer object.
11088
11089 2005-10-29  Romain Francoise  <romain@orebokech.com>
11090
11091         * message.el (message-fix-before-sending): Fix comment.
11092
11093 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11094
11095         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11096
11097 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11098
11099         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11100         Used in gnus-score.el.
11101
11102 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11105
11106 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11109         whitespace removed in revision 7.8.  Use concatenated string to
11110         protect trailing whitespace.
11111
11112 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11113
11114         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11115         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11116         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11117         Courier IMAP ("some version from 2004").  Mostly based on similar
11118         code in the same function.
11119
11120 2005-10-26  Didier Verna  <didier@xemacs.org>
11121
11122         * gnus-group.el (gnus-group-compact-group): Invalidate original
11123         article buffer.
11124         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11125         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11126         NOV database and in article itself.
11127         Invalidate article backlog.
11128
11129 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11132
11133 2005-10-26  Simon Josefsson  <jas@extundo.com>
11134
11135         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11136         part of 2004-07-25 change.
11137
11138 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * message.el (message-display-completion-list): New function.
11141         (message-expand-group): Use it; make sure the Completions buffer
11142         is modifiable.
11143 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11144
11145         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11146         user-mail-name is an empty string.
11147
11148 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11151         depending on gnus-score-decay-constant.
11152
11153         * encrypt.el (encrypt-insert-file-contents)
11154         (encrypt-write-file-contents): Don't use `gnus-message'.
11155
11156         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11157         arguments.
11158         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11159         arguments to mm-uu-verbatim-marks-extract.
11160         (mm-uu-hide-markers): New variable.
11161         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11162
11163         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11164         (gnus-convert-image-to-face-command): Use "convert" by default to
11165         allow other input image formats.
11166         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11167         accordingly.
11168
11169 2005-10-23  Simon Josefsson  <jas@extundo.com>
11170
11171         * imap.el (imap-gssapi-program): Align command line parameters
11172         with latest GNU SASL.
11173         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11174
11175 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176
11177         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11178         HTML.
11179         (nnslashdot-request-article): Ditto.
11180
11181         * lpath.el (featurep): Add nobreak-char-display.
11182
11183 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11184
11185         * mail-source.el (mail-source-fetch-pop): Require pop3.
11186         (mail-source-check-pop): Ditto.
11187
11188 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11191         errors.
11192
11193 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11196         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11197
11198         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11199
11200         * mm-bodies.el (mm-decode-string): Call
11201         `mm-charset-to-coding-system' with allow-override argument.
11202
11203 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11206         (rfc2047-charset-to-coding-system): New function.
11207         (rfc2047-decode-encoded-words): New function.
11208         (rfc2047-decode-region): Use them.
11209         (rfc2047-decode-cte): Remove.
11210         (rfc2047-parse-and-decode): Remove.
11211         (rfc2047-decode): Remove.
11212
11213 2005-10-15  Kenichi Handa  <handa@m17n.org>
11214
11215         * rfc2047.el (rfc2047-decode-cte): New function.
11216         (rfc2047-decode-region): Change the way to decode successive
11217         encoded-words: decode B- or Q-encoding in each encoded-word,
11218         concatenate them, and decode it as charset.
11219
11220 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * lpath.el: Fbind codepage-setup for XEmacs.
11223
11224 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11225
11226         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11227         widget-move-and-invoke.
11228         (gnus-custom-mode): Use gnus-custom-map.
11229
11230 2005-10-15  Bill Wohler  <wohler@newt.com>
11231
11232         * message.el (message-tool-bar-map): Renamed image file from
11233         mail_send to mail/send.
11234
11235 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11236
11237         * message.el (message-expand-group): Pass the common
11238         prefix substring of completion to `display-completion-list'.
11239
11240 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * mml-sec.el (mml-secure-method): New internal variable.
11243         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11244         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11245         functions using mml-secure-method.
11246
11247         * mml.el (mml-mode-map): Add key bindings for those functions.
11248         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11249         Harder <harder@myrealbox.com>.
11250         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11251         end of message if point is the headers of the message.
11252
11253         * message.el (message-in-body-p): New function.
11254
11255         * assistant.el: Autoload gnus-util and netrc.
11256
11257         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11258         Use `mm-charset-override-alist' only when decoding.
11259
11260         * mm-bodies.el (mm-decode-body): Call
11261         `mm-charset-to-coding-system' with allow-override argument.
11262
11263         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11264         `filename' from Content-Disposition if Content-Type doesn't
11265         provide `name'.
11266         (gnus-mime-view-part-as-type): Set default instead of
11267         initial-input.
11268
11269 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11270
11271         * format-spec.el (format-spec): Propagate text properties of % spec.
11272
11273 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * gnus-art.el (gnus-treat-predicate): Add `first'.
11276
11277 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11280         (mm-charset-override-alist): New variable.
11281         (mm-charset-to-coding-system): Use it.
11282         (mm-codepage-setup): New helper function.
11283         (mm-charset-eval-alist): New variable.
11284         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11285         about unknown charsets.
11286
11287         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11288
11289 2005-10-04  David Hansen  <david.hansen@gmx.net>
11290
11291         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11292         (nnrss-check-group): Ditto.
11293
11294 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11297         Rename x-gnus-verbatim to x-verbatim.
11298         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11299
11300         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11301         x-verbatim.
11302
11303         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11304
11305         * gnus-util.el (gnus-remove-duplicates): Remove.
11306
11307         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11308         instead of gnus-remove-duplicates.
11309
11310         * message.el (message-remove-duplicates): Remove.
11311         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11312         message-remove-duplicates.
11313
11314         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11315         available, else use implementation from `delete-dups'.
11316
11317         * message.el (message-insert-expires): New function.
11318         (message-mode-map): Add key binding.
11319         (message-mode-field-menu): Add menu entry.
11320         (message-mode): Document it.
11321         (message-make-expires-date): Use `message-make-date'.
11322
11323 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11324
11325         * message.el (message-make-expires-date): New function.
11326
11327 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * Makefile.in (list-installed-shadows): New entry.
11330         (install): Use it.
11331         (remove-installed-shadows): New entry.
11332
11333         * dgnushack.el (dgnushack-default-load-path): New variable.
11334         (dgnushack-find-lisp-shadows): New function.
11335         (dgnushack-remove-lisp-shadows): New function.
11336
11337 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * Makefile.in (install-el-elc): New entry.
11340         (install): Use it so that .el files are necessarily installed.
11341
11342 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11345
11346 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11347
11348         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11349         function rather than the diff-mode.el package.
11350         (mm-display-external): Use with-current-buffer.
11351         (mm-viewer-completion-map, mm-viewer-completion-map):
11352         Move initialization inside declaration.
11353
11354 2005-09-29  Simon Josefsson  <jas@extundo.com>
11355
11356         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11357         autoload mail-check-payment.
11358         (spam-check-hashcash): Define unconditionally, since hashcash.el
11359         is part of Gnus now.  Ignore errors from payment checking.
11360
11361 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11362
11363         * message.el (message-bold-region, message-unbold-region): Rename
11364         from `bold-region' and `unbold-region'.
11365
11366         * message.el: Remove useless autoloads.
11367
11368 2005-09-28  Simon Josefsson  <jas@extundo.com>
11369
11370         * message.el (message-use-idna): Default to t.
11371         (message-use-idna): Test whether encoding works too.  Doc fix.
11372
11373 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * nntp.el (nntp-warn-about-losing-connection): Remove.
11376
11377 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11380         customizable.  Change default value.
11381         (mm-uu-diff-groups-regexp): Change default value.
11382         (mm-uu-type-alist): Add doc string.
11383         (mm-uu-configure): Add doc string.  Make it interactive.
11384         (mm-uu-tex-groups-regexp): New variable.
11385         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11386         (mm-uu-type-alist): Add LaTeX documents.
11387         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11388         of "text/verbatim".
11389         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11390
11391         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11392         instead of "text/verbatim".
11393
11394         * message.el (message-mark-inserted-region)
11395         (message-mark-insert-file): Use slrn style marks when called with
11396         prefix argument.
11397
11398 2005-09-27  Simon Josefsson  <jas@extundo.com>
11399
11400         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11401
11402 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11403
11404         * message.el (message-remove-duplicates): New function.
11405         Implementation borrowed from `gnus-remove-duplicates'.
11406         (message-idna-to-ascii-rhs): Also encode idna addresses in
11407         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11408         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11409         only ask about the same idna domain once per header and also tell
11410         in what header to replace the idna domain.
11411
11412         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11413         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11414         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11415         a header is decoded and not just the last one.
11416
11417 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11420         has been decoded.
11421
11422         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11423         (mm-insert-part): Don't modify text if it has been decoded.
11424
11425         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11426         decoded.
11427
11428         * mm-view.el (mm-inline-text): Don't strip text props unless
11429         decoding enriched or richtext parts.
11430
11431 2005-09-25  Romain Francoise  <romain@orebokech.com>
11432
11433         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11434         * gnus-start.el (gnus-subscribe-interactively):
11435         * gnus-uu.el (gnus-uu-grab-articles):
11436         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11437         space.
11438
11439 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11440
11441         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11442         * mm-view.el (mm-view-pkcs7-decrypt):
11443         * gnus-sum.el (gnus-summary-limit-to-extra)
11444         (gnus-summary-respool-article, gnus-read-move-group-name):
11445         * gnus-score.el (gnus-summary-increase-score):
11446         * gnus-util.el (gnus-completing-read-with-default):
11447         * gnus-art.el (gnus-read-save-file-name)
11448         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11449         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11450         * message.el (message-check-news-header-syntax):
11451         Follow convention for reading with the minibuffer.
11452
11453 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * spam-report.el (spam-report-url-ping-plain):
11456         Use gnus-extended-version as User-Agent.
11457
11458         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11459         default value is nil.
11460
11461         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11462         (mm-uu-verbatim-marks-extract): New function.
11463         (mm-uu-extract): New face.
11464         (mm-uu-copy-to-buffer): Use it.
11465
11466         * spam-report.el (spam-report-gmane-ham): Renamed from
11467         `spam-report-gmane-unspam'.
11468         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11469         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11470
11471         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11472         Autoload.
11473         (spam-report-gmane-unregister-routine): Renamed
11474         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11475
11476 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11477
11478         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11479         (spam-report-gmane-unregister-routine): Add support for gmane
11480         unregistration.
11481
11482         * spam-report.el (spam-report-gmane-unspam)
11483         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11484         (spam-report-gmane): Change to take a single article and do unspam
11485         registration.
11486
11487 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * mm-url.el (mm-url-decode-entities): Fix regexp.
11490
11491 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11492
11493         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11494         default to nil, to be able to use Gnus at all.  If the default
11495         switches to something else, then the function should be fixed not
11496         be exceedingly slow.
11497
11498 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11499
11500         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11501         fail hard.
11502
11503         * spam-report.el: Add better Keywords line.
11504
11505         * spam.el: Add Maintainer and better Keywords line.
11506
11507 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gnus-art.el (gnus-article-replace-part)
11510         (gnus-mime-replace-part): New functions.
11511         (gnus-mime-action-alist, gnus-mime-button-commands)
11512         (gnus-mime-save-part-and-strip): Added file argument.
11513         (gnus-article-part-wrapper): Added interactive argument.
11514
11515         * gnus-sum.el (gnus-summary-mime-map): Add
11516         `gnus-article-replace-part'.
11517
11518 2005-09-19  Didier Verna  <didier@xemacs.org>
11519
11520         The nnml compaction feature:
11521         * nnml.el (nnml-request-compact-group): New function.
11522         * nnml.el (nnml-request-compact): New function.
11523         * gnus-int.el (gnus-request-compact-group): New function.
11524         * gnus-int.el (gnus-request-compact): New function.
11525         * gnus-group.el (gnus-group-compact-group): New function.
11526         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11527         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11528         * gnus-srvr.el (gnus-server-compact-server): New function.
11529         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11530         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11531
11532 2005-09-18  Deepak Goel  <deego@gnufans.org>
11533
11534         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11535         format spec.
11536
11537 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11540
11541 2005-09-15  Romain Francoise  <romain@orebokech.com>
11542
11543         * message.el (message-fill-paragraph): Clarify docstring.
11544
11545 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * gnus-art.el (gnus-mime-display-part): Protect against broken
11548         MIME messages.
11549
11550 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11553         before parsing header.
11554
11555 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11556
11557         * html2text.el (html2text-replace-list): Add new entities.
11558
11559 2005-09-11  Romain Francoise  <romain@orebokech.com>
11560
11561         * message.el (message-alternative-emails): Improve docstring.
11562         (message-setup-1): Call `message-use-alternative-email-as-from'
11563         after `message-setup-hook' to give it precedence over posting
11564         styles, etc.
11565         (message-use-alternative-email-as-from): Add docstring.  Remove
11566         the original From header if present.
11567
11568         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11569         (nnml-save-mail): Use it.
11570
11571         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11572         articles.  Add new argument `silent'.
11573         (gnus-uu-mark-all): Report the total number of marked articles.
11574
11575 2005-09-10  Romain Francoise  <romain@orebokech.com>
11576
11577         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11578         (gnus-uu-mark-series): Likewise.
11579
11580 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * spam-report.el (spam-report-gmane): Fix generation of spam
11583         report URL.
11584
11585 2005-09-10  Simon Josefsson  <jas@extundo.com>
11586
11587         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11588         t, based on discussion on the ding list with Robert Epprecht
11589         <epprecht@solnet.ch>.
11590
11591 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * spam-report.el (spam-report-gmane): Make it work without
11594         X-Report-Spam header.  Gmane now only provides Archived-At.
11595         This is only used if `spam-report-gmane-use-article-number' is nil.
11596         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11597
11598         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11599         make `gnus-summary-sort-by-recipient' work with threading.
11600
11601         * nnweb.el (nnweb-google-wash-article): Print a message if article
11602         is not available.
11603
11604 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11605
11606         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11607         change.  Decode text/* parts content before displaying.
11608
11609 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11612
11613 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11616
11617         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11618         url-package-name, url-package-version,
11619         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11620         w3m-display-inline-images, and w3m-minor-mode-map.
11621
11622 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * message.el (message-tab-body-function): Fix mismatched custom type.
11625
11626         * gnus.el (gnus-group-change-level-function): Ditto.
11627
11628         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11629
11630         * gnus-art.el (gnus-signature-limit)
11631         (gnus-article-mime-part-function): Ditto.
11632
11633 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * mml.el (mml-mode): Silence the byte compiler.
11636
11637         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11638         using `(sit-for 0)' before moving the point to the specified part;
11639         skip unbuttonized parts.
11640         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11641         return to the summary window if gnus-auto-select-part is non-nil.
11642
11643 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11646         variables.
11647         (mml-dnd-attach-file, mml-mode): Use them.
11648
11649         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11650         Make fetching article by MID work again for Google Groups.  Added
11651         FIXME concerning gnus-group-make-web-group.
11652
11653         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11654         Don't depend on Gnus by using mail-extract-address-components if
11655         gnus-extract-address-components is not bound.
11656
11657 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11658
11659         * gnus-art.el (gnus-mime-display-security): Don't display the
11660         signature, but only the signed part.
11661
11662 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11665
11666         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11667         list, not listp.
11668
11669 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11670
11671         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11672         when encoding.
11673
11674         * mm-bodies.el (mm-decode-content-transfer-encoding):
11675         De-canonicalize CRLF for all text content types, not just
11676         text/plain.
11677
11678 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11681         valid article; point arrow and cursor at the MIME button.
11682
11683 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11686         Suggested by Dan Christensen <jdc@uwo.ca>.
11687
11688         * mm-decode.el (mm-save-part): Enable change of prompt.
11689
11690 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11691
11692         * gnus-msg.el (gnus-inews-add-send-actions): Made
11693         `message-post-method' lambda parameter ARG `&optional'.
11694
11695 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gnus-sum.el (gnus-summary-mime-map): Added
11698         gnus-article-save-part-and-strip, gnus-article-delete-part and
11699         gnus-article-jump-to-part.
11700
11701         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11702         (gnus-article-edit-part): Use it.
11703         (gnus-article-part-wrapper): Added no-handle argument.
11704         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11705         functions.
11706
11707 2005-08-29  Romain Francoise  <romain@orebokech.com>
11708
11709         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11710         docstring.
11711         (gnus-face-from-file): Likewise.
11712
11713 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11716         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11717         non-nil.
11718         (gnus-auto-select-part): New variable.
11719         (gnus-article-jump-to-part): New function.
11720         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11721         (gnus-mime-delete-part): Allow selecting specified part after
11722         deleting or stripping parts.
11723         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11724         part if argument is bogus.
11725
11726 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11727
11728         * gnus-art.el (w3m-minor-mode-map):
11729         * gnus-spec.el (gnus-newsrc-file-version):
11730         * gnus-util.el (nnmail-active-file-coding-system)
11731         (gnus-original-article-buffer, gnus-user-agent):
11732         * gnus.el (gnus-ham-process-destinations)
11733         (gnus-parameter-ham-marks-alist)
11734         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11735         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11736         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11737         * mm-decode.el (gnus-current-window-configuration):
11738         * mm-extern.el (gnus-article-mime-handles):
11739         * mm-url.el (url-current-object, url-package-name)
11740         (url-package-version):
11741         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11742         (smime-keys, w3m-cid-retrieve-function-alist)
11743         (w3m-current-buffer, w3m-display-inline-images)
11744         (w3m-minor-mode-map):
11745         * mml-smime.el (gnus-extract-address-components):
11746         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11747         (gnus-newsrc-hashtb, message-default-charset)
11748         (message-deletable-headers, message-options)
11749         (message-posting-charset, message-required-mail-headers)
11750         (message-required-news-headers):
11751         * mml1991.el (mc-pgp-always-sign):
11752         * mml2015.el (mc-pgp-always-sign):
11753         * nnheader.el (nnmail-extra-headers):
11754         * rfc1843.el (gnus-decode-encoded-word-function)
11755         (gnus-decode-header-function, gnus-newsgroup-name):
11756         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11757
11758 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11759
11760         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11761         the end of the date treatments.
11762
11763 2005-08-15  Simon Josefsson  <jas@extundo.com>
11764
11765         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11766         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11767         Capello and Romain Francoise.
11768         (pgg-fetch-key-function): Removed, not used?
11769         (pgg-insert-url-with-w3): Require url, to get
11770         url-insert-file-contents regardless of where it is defined.
11771
11772 2005-08-13  Romain Francoise  <romain@orebokech.com>
11773
11774         * message.el (message-cite-original-1): New function.
11775         (message-cite-original): Use it.
11776         (message-cite-original-without-signature): Ditto.
11777
11778 2005-08-08  Romain Francoise  <romain@orebokech.com>
11779
11780         * message.el (message-yank-empty-prefix): New variable.
11781         (message-indent-citation): Use it.
11782         (message-cite-original-without-signature): Respect X-No-Archive.
11783
11784 2005-08-08  Simon Josefsson  <jas@extundo.com>
11785
11786         * pgg.el: Autoload url-insert-file-contents instead of loading
11787         w3/url.
11788         (pgg-insert-url-with-w3): Don't load url here.
11789
11790 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11791
11792         * message.el (message-kill-to-signature): Don't insert newline at
11793         bol.
11794         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11795
11796 2005-08-06  Romain Francoise  <romain@orebokech.com>
11797
11798         * message.el (message-user-fqdn): Fix typo in docstring.
11799
11800 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11801
11802         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11803
11804         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11805
11806 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * mm-bodies.el (mm-encode-body): Use coding system rather than
11809         charset to encode text.
11810
11811         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11812         number of charsets if utf-8 is available (XEmacs).
11813
11814 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11817         taken from `gnus-button-mid-or-mail-regexp'.
11818         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11819         (gnus-button-alist): Improve regexp for domain part of the MIDs
11820         for news:localpart@domain buttons.
11821         (gnus-button-ctan-directory-regexp): Update.
11822
11823 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * sieve-manage.el (sieve-manage-interactive-login): Use
11826         make-local-variable rather than make-variable-buffer-local.
11827         (sieve-manage-open): Ditto.
11828         (sieve-manage-authenticate): Ditto.
11829
11830         * mml.el (mml-generate-mime-1): Make the content type default to
11831         text/plain if the filename is not specified.
11832
11833 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11836         instead of insert-buffer.
11837
11838         * message.el (message-yank-original): Ditto; set the mark at the
11839         end of the yanked message.
11840
11841 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11844         lines to scroll rather than to stop it.
11845
11846         * mml.el (mml-generate-default-type): Add doc string.
11847         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11848         default to application/octet-stream when determining the content
11849         type if it is not specified for the part or the mml contents; add
11850         a comment about mml-generate-default-type.
11851
11852 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11855         make it default to application/octet-stream when determining the
11856         content type if it is not specified for the external contents.
11857
11858 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11861         segmented parameter but also other parameters might be there.
11862
11863 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * mm-decode.el (mm-display-external): Delete temp file, directory
11866         and buffer immediately if the external process is exited.
11867
11868 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11871         fewer lines than that of scroll-margin.
11872         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11873
11874 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-art.el (gnus-article-next-page): Revert.
11877         (gnus-article-beginning-of-window): New macro.
11878         (gnus-article-next-page-1): Use it.
11879         (gnus-article-prev-page): Ditto.
11880         (gnus-article-edit-part): Use insert-buffer-substring instead of
11881         insert-buffer.
11882         (gnus-article-edit-exit): Ditto.
11883
11884         * gnus-util.el (gnus-beginning-of-window): Remove.
11885         (gnus-end-of-window): Remove.
11886
11887         * lpath.el: Don't bind header-line-format and scroll-margin.
11888
11889 2005-07-25  Simon Josefsson  <jas@extundo.com>
11890
11891         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11892         to have the url package without w3.  Reported by Daiki Ueno
11893         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11894
11895 2005-07-20  Didier Verna  <didier@xemacs.org>
11896
11897         * gnus-diary.el: Remove the description comment (nndiary is now
11898         properly documented in the Gnus manual).
11899         Fix the spelling of "Back End".
11900         * nndiary.el: Ditto.
11901         Fix the copyright notice.
11902
11903 2005-07-18  Romain Francoise  <romain@orebokech.com>
11904
11905         * gnus-sum.el (gnus-summary-to-prefix)
11906         (gnus-summary-newsgroup-prefix): New variables.
11907         (gnus-summary-from-or-to-or-newsgroups): Use them.
11908
11909 2005-07-17  Romain Francoise  <romain@orebokech.com>
11910
11911         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11912         space as it's generally not especially interesting to the user.
11913
11914 2005-07-16  Romain Francoise  <romain@orebokech.com>
11915
11916         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11917         nil to avoid prompting and file modification if one of the
11918         messages at the top of the nnfolder file contains a copyright
11919         notice.
11920         Update copyright notice.
11921
11922         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11923         instead of `current-time-string' as the latter creates a time
11924         string that is not RFC 2822 compliant (it lacks the zone).
11925         Update copyright notice.
11926
11927 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11928
11929         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11930         for text/rtf.  Display default in prompt.  Pass default for M-n.
11931
11932         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11933
11934 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935
11936         * gnus-msg.el (gnus-button-mailto): Remove
11937         save-selected-window-window hackery because it relies on
11938         save-selected-window internals.
11939
11940 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11943         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11944         (gnus-article-prev-page): Ditto.
11945
11946         * gnus-util.el (gnus-beginning-of-window): New function.
11947         (gnus-end-of-window): New function.
11948
11949         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11950
11951 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11952
11953         * gnus-score.el (gnus-score-edit-all-score): Set
11954         gnus-score-edit-exit-function to gnus-score-edit-done and call
11955         gnus-message.
11956
11957 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11958
11959         * gnus-msg.el (gnus-button-mailto): Remove
11960         save-selected-window-window hackery because it relies on
11961         save-selected-window internals.
11962
11963 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11966         add-minor-mode.
11967         (gnus-binary-mode): Ditto.
11968
11969         * gnus-topic.el (gnus-topic-mode): Ditto.
11970
11971 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11972
11973         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11974         (gnus-article-prev-page): Take scroll-margin into consideration.
11975
11976 2005-07-04  Lute Kamstra  <lute@gnu.org>
11977
11978         Update FSF's address in GPL notices.
11979
11980 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11981
11982         * gnus.el (gnus-exit):
11983         * gnus-group.el (gnus-group-icons):
11984         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11985
11986         * gnus-nocem.el (gnus-nocem):
11987         * message.el (message-various, message-buffers, message-sending)
11988         (message-interface, message-forwarding, message-insertion)
11989         (message-headers, message-news, message-mail):
11990         * pgg-gpg.el (pgg-gpg):
11991         * pgg-parse.el (pgg-parse):
11992         * pgg-pgp.el (pgg-pgp):
11993         * pgg-pgp5.el (pgg-pgp5):
11994         * pop3.el (pop3): Finish `defgroup' description with period.
11995
11996 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * gnus-art.el (article-display-face): Improve the efficiency.
11999         (article-display-x-face): Ditto; remove grey x-face stuff.
12000
12001 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * gnus-art.el (article-display-face): Correct the position in
12004         which Faces are inserted.
12005
12006 2005-06-29  Didier Verna  <didier@xemacs.org>
12007
12008         * gnus-art.el (article-display-face): Display faces in correct
12009         order.
12010
12011 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12014         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12015         (gnus-nocem-check-article): Fetch the Type header.
12016         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12017         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12018         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12019         make sure gnus-nocem-hashtb is initialized.
12020         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12021         (gnus-nocem-unwanted-article-p): Ditto.
12022
12023         * pgg.el (pgg-verify): Return the verification result.
12024
12025 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12028         is ascii.
12029
12030 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12031
12032         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12033         `show-nonbreak-escape'.
12034
12035 2005-06-23  Lute Kamstra  <lute@gnu.org>
12036
12037         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12038
12039         * dig.el (dig-mode):
12040         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12041
12042 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12043
12044         * nnimap.el (nnimap-split-download-body): Fix spellings.
12045
12046 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12047
12048         * gnus-art.el (gnus-article-encrypt-body):
12049         * gnus-cus.el (gnus-score-customize):
12050         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12051         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12052
12053 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12054
12055         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12056         header by looking for magic "MII" at the beginnig.
12057
12058 2005-06-16  Miles Bader  <miles@gnu.org>
12059
12060         * gnus-xmas.el (gnus-xmas-group-startup-message):
12061         Use renamed gnus-splash face.
12062
12063         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12064         (assistant-field-face): New backward-compatibility alias for renamed
12065         face.
12066         (assistant-render-text): Use renamed assistant-field face.
12067
12068         * spam.el (spam): Remove "-face" suffix from face name.
12069         (spam-face): New backward-compatibility alias for renamed face.
12070         (spam-face, spam-initialize): Use renamed spam face.
12071
12072         * message.el (message-header-to, message-header-cc)
12073         (message-header-subject, message-header-newsgroups)
12074         (message-header-other, message-header-name)
12075         (message-header-xheader, message-separator, message-cited-text)
12076         (message-mml): Remove "-face" suffix from face names.
12077         (message-header-to-face, message-header-cc-face)
12078         (message-header-subject-face, message-header-newsgroups-face)
12079         (message-header-other-face, message-header-name-face)
12080         (message-header-xheader-face, message-separator-face)
12081         (message-cited-text-face, message-mml-face):
12082         New backward-compatibility aliases for renamed faces.
12083         (message-font-lock-keywords): Use renamed message faces.
12084
12085         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12086         (sieve-test-commands, sieve-tagged-arguments):
12087         Remove "-face" suffix from face names.
12088         (sieve-control-commands-face, sieve-action-commands-face)
12089         (sieve-test-commands-face, sieve-tagged-arguments-face):
12090         New backward-compatibility aliases for renamed faces.
12091         (sieve-control-commands-face, sieve-action-commands-face)
12092         (sieve-test-commands-face, sieve-tagged-arguments-face):
12093         Use renamed sieve faces.
12094
12095         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12096         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12097         (gnus-group-news-3-empty, gnus-group-news-4)
12098         (gnus-group-news-4-empty, gnus-group-news-5)
12099         (gnus-group-news-5-empty, gnus-group-news-6)
12100         (gnus-group-news-6-empty, gnus-group-news-low)
12101         (gnus-group-news-low-empty, gnus-group-mail-1)
12102         (gnus-group-mail-1-empty, gnus-group-mail-2)
12103         (gnus-group-mail-2-empty, gnus-group-mail-3)
12104         (gnus-group-mail-3-empty, gnus-group-mail-low)
12105         (gnus-group-mail-low-empty, gnus-summary-selected)
12106         (gnus-summary-cancelled, gnus-summary-high-ticked)
12107         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12108         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12109         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12110         (gnus-summary-low-undownloaded)
12111         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12112         (gnus-summary-low-unread, gnus-summary-normal-unread)
12113         (gnus-summary-high-read, gnus-summary-low-read)
12114         (gnus-summary-normal-read, gnus-splash):
12115         Remove "-face" suffix from face names.
12116         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12117         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12118         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12119         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12120         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12121         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12122         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12123         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12124         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12125         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12126         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12127         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12128         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12129         (gnus-summary-normal-ticked-face)
12130         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12131         (gnus-summary-normal-ancient-face)
12132         (gnus-summary-high-undownloaded-face)
12133         (gnus-summary-low-undownloaded-face)
12134         (gnus-summary-normal-undownloaded-face)
12135         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12136         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12137         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12138         (gnus-splash-face):
12139         New backward-compatibility aliases for renamed faces.
12140         (gnus-group-startup-message): Use renamed gnus faces.
12141
12142         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12143         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12144         (gnus-server-agent): Remove "-face" suffix from face names.
12145         (gnus-server-agent-face, gnus-server-opened-face)
12146         (gnus-server-closed-face, gnus-server-denied-face)
12147         (gnus-server-offline-face):
12148         New backward-compatibility aliases for renamed faces.
12149         (gnus-server-agent-face, gnus-server-opened-face)
12150         (gnus-server-closed-face, gnus-server-denied-face)
12151         (gnus-server-offline-face): Use renamed gnus faces.
12152
12153         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12154         Remove "-face" suffix from face names.
12155         (gnus-picon-xbm-face, gnus-picon-face):
12156         New backward-compatibility aliases for renamed faces.
12157
12158         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12159         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12160         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12161         (gnus-cite-11): Remove "-face" suffix from face names.
12162         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12163         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12164         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12165         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12166         New backward-compatibility aliases for renamed faces.
12167         (gnus-cite-attribution-face, gnus-cite-face-list)
12168         (gnus-article-boring-faces): Use renamed gnus faces.
12169
12170         * gnus-art.el (gnus-signature, gnus-header-from)
12171         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12172         (gnus-header-content): Remove "-face" suffix from face names.
12173         (gnus-signature-face, gnus-header-from-face)
12174         (gnus-header-subject-face, gnus-header-newsgroups-face)
12175         (gnus-header-name-face, gnus-header-content-face):
12176         New backward-compatibility aliases for renamed faces.
12177         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12178
12179         * gnus-sum.el (gnus-summary-selected-face)
12180         (gnus-summary-highlight): Use renamed gnus faces.
12181         * gnus-group.el (gnus-group-highlight): Likewise.
12182
12183 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12184
12185         * gnus-sieve.el (gnus-sieve-article-add-rule):
12186         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12187         * spam-stat.el (spam-stat-buffer-change-to-spam)
12188         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12189
12190         * message.el (message-is-yours-p):
12191         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12192
12193 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * mm-view.el (mm-inline-text): Withdraw the last change.
12196
12197 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12200         executing enriched-decode.
12201
12202 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12205         charset of tar files.
12206
12207 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12208
12209         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12210
12211 2005-06-04  Lute Kamstra  <lute@gnu.org>
12212
12213         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12214         information is never recorded.
12215
12216 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12217
12218         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12219
12220 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * pop3.el (pop3-apop): Run md5 in the binary mode.
12223
12224         * starttls.el (starttls-set-process-query-on-exit-flag):
12225         Use eval-and-compile.
12226
12227 2005-05-31  Simon Josefsson  <jas@extundo.com>
12228
12229         * smime.el (smime-replace-in-string): Define.
12230         (smime-cert-by-ldap-1): Use it.
12231
12232 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * gnus-art.el (article-display-x-face): Replace
12235         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12236
12237         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12238         set-process-query-on-exit-flag or process-kill-without-query.
12239
12240         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12241         loop instead of replace-regexp.
12242
12243         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12244         instead of process-kill-without-query if it is available.
12245
12246         * lpath.el: Fbind ldap-search-entries.
12247
12248         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12249         instead of find-file-hooks if it is available.
12250
12251         * mml1991.el: Bind pgg-default-user-id when compiling.
12252
12253         * mml2015.el: Bind pgg-default-user-id when compiling.
12254
12255         * nndraft.el (nndraft-request-associate-buffer):
12256         Use write-contents-functions instead of write-contents-hooks if it is
12257         available.
12258
12259         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12260         instead of find-file-hooks if it is available.
12261
12262         * nntp.el (nntp-open-connection): Replace
12263         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12264         (nntp-open-ssl-stream): Ditto.
12265         (nntp-open-tls-stream): Ditto.
12266
12267         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12268         set-process-query-on-exit-flag or process-kill-without-query.
12269         (starttls-open-stream-gnutls): Use it instead of
12270         process-kill-without-query.
12271         (starttls-open-stream): Ditto.
12272
12273 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12274
12275         * smime.el (smime-cert-by-ldap-1): Don't use
12276         replace-regexp-in-string.
12277
12278 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12279
12280         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12281
12282         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12283         in PEM format.  Adjust to the XEmacs compability.
12284
12285 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12288         by `string-to-number'.
12289         * gnus-agent.el (gnus-agent-regenerate-group)
12290         (gnus-agent-fetch-articles): Ditto.
12291         * gnus-art.el (gnus-button-fetch-group): Ditto.
12292         * gnus-cache.el (gnus-cache-generate-active)
12293         (gnus-cache-articles-in-group): Ditto.
12294         * gnus-group.el (gnus-group-set-current-level)
12295         (gnus-group-insert-group-line): Ditto.
12296         * gnus-score.el (gnus-score-set-expunge-below)
12297         (gnus-score-set-mark-below, gnus-summary-score-effect)
12298         (gnus-summary-score-entry): Ditto.
12299         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12300         (gnus-soup-pack): Ditto.
12301         * gnus-spec.el (gnus-xmas-format): Ditto.
12302         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12303         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12304         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12305         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12306         * nndb.el (nndb-get-remote-expire-response): Ditto.
12307         * nndiary.el (nndiary-parse-schedule-value)
12308         (nndiary-string-to-number, nndiary-request-replace-article)
12309         (nndiary-request-article): Ditto.
12310         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12311         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12312         * nneething.el (nneething-make-head): Ditto.
12313         * nnfolder.el (nnfolder-request-article)
12314         (nnfolder-retrieve-headers): Ditto.
12315         * nnheader.el (nnheader-file-to-number): Ditto.
12316         * nnkiboze.el (nnkiboze-request-article): Ditto.
12317         * nnmail.el (nnmail-process-unix-mail-format)
12318         (nnmail-process-babyl-mail-format): Ditto.
12319         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12320         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12321         (nnmh-request-create-group, nnmh-request-list-1)
12322         (nnmh-request-group, nnmh-request-article): Ditto.
12323         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12324         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12325         * nnsoup.el (nnsoup-make-active): Ditto.
12326         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12327         * nntp.el (nntp-find-group-and-number)
12328         (nntp-retrieve-headers-with-xover): Ditto.
12329         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12330         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12331         (pgg-format-key-identifier): Ditto.
12332         * pop3.el (pop3-last, pop3-stat): Ditto.
12333         * qp.el (quoted-printable-decode-region): Ditto.
12334
12335         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12336         of concat.
12337
12338 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12341
12342         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12343
12344         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12345
12346         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12347
12348         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12349
12350         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12351
12352         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12353         (gnus-carpal-mode): Ditto.
12354
12355         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12356         (gnus-browse-mode): Ditto.
12357
12358         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12359
12360         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12361
12362 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12363
12364         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12365
12366 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-util.el (gnus-run-mode-hooks): New function.
12369
12370         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12371
12372         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12373         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12374
12375 2005-05-27  Lute Kamstra  <lute@gnu.org>
12376
12377         * dns-mode.el (dns-mode): Specify customization group.
12378
12379 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12380
12381         * gnus-agent.el (gnus-agent-make-mode-line-string):
12382         Use mode-line-highlight as mouse-face.
12383
12384 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * canlock.el (canlock): Change the parent group to news.
12387
12388         * deuglify.el (gnus-outlook-deuglify): Add :group.
12389
12390         * dig.el (dig): Add :group.
12391
12392         * dns-mode.el (dns-mode): Add :group.
12393
12394         * encrypt.el (encrypt): Add :group.
12395
12396         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12397         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12398         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12399         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12400         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12401
12402         * gnus-diary.el (gnus-diary): Add :group.
12403
12404         * gnus.el (gnus-group-news-1-face): Add :group.
12405         (gnus-group-news-1-empty-face): Ditto.
12406         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12407         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12408         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12409         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12410         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12411         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12412         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12413         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12414         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12415         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12416         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12417         (gnus-summary-high-ticked-face): Ditto.
12418         (gnus-summary-low-ticked-face): Ditto.
12419         (gnus-summary-normal-ticked-face): Ditto.
12420         (gnus-summary-high-ancient-face): Ditto.
12421         (gnus-summary-low-ancient-face): Ditto.
12422         (gnus-summary-normal-ancient-face): Ditto.
12423         (gnus-summary-high-undownloaded-face): Ditto.
12424         (gnus-summary-low-undownloaded-face): Ditto.
12425         (gnus-summary-normal-undownloaded-face): Ditto.
12426         (gnus-summary-high-unread-face): Ditto.
12427         (gnus-summary-low-unread-face): Ditto.
12428         (gnus-summary-normal-unread-face): Ditto.
12429         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12430         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12431
12432         * hashcash.el (hashcash): New custom group.
12433         (hashcash-default-payment): Add :group.
12434         (hashcash-payment-alist): Ditto.
12435         (hashcash-default-accept-payment): Ditto.
12436         (hashcash-accept-resources): Ditto.
12437         (hashcash-path): Ditto.
12438         (hashcash-extra-generate-parameters): Ditto.
12439         (hashcash-double-spend-database): Ditto.
12440         (hashcash-in-news): Ditto.
12441
12442         * message.el (message-minibuffer-local-map): Add :group.
12443
12444         * netrc.el (netrc): Add :group.
12445
12446         * sieve-manage.el (sieve-manage-log): Add :group.
12447         (sieve-manage-default-user): Diito.
12448         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12449         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12450         (sieve-manage-authenticators): Ditto.
12451         (sieve-manage-authenticator-alist): Ditto.
12452         (sieve-manage-default-port): Ditto.
12453
12454         * sieve-mode.el (sieve-control-commands-face): Add :group.
12455         (sieve-action-commands-face): Ditto.
12456         (sieve-test-commands-face): Ditto.
12457         (sieve-tagged-arguments-face): Ditto.
12458
12459         * smime.el (smime): Add :group.
12460
12461         * spam-report.el (spam-report): Add :group.
12462
12463         * spam.el (spam, spam-face): Add :group.
12464
12465 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12468         return \n.\n.\n at the end of articles.  Protect against that.
12469         (nntp-with-open-group): Allow debugging.
12470
12471         * nnheader.el (mail-header-set-extra): Make into a function
12472         because I just could't understand how to quote the list properly.
12473
12474         * dns.el (query-dns-cached): New function.
12475
12476 2005-05-26  Lute Kamstra  <lute@gnu.org>
12477
12478         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12479
12480 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12483
12484         * gnus-art.el: Don't autoload mail-extract-address-components.
12485
12486         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12487         eval-and-compile to evaluate it.
12488
12489         * hashcash.el: Don't autoload executable-find.
12490
12491         * nndb.el: Don't declare the nndb back end two or more times; don't
12492         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12493
12494         * nntp.el: Autoload format-spec instead of format; use
12495         eval-and-compile to evaluate autoload forms.
12496
12497 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12498
12499         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12500
12501 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12502
12503         * gnus.el (gnus-version-number): Bump version.
12504
12505 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12506
12507         * gnus.el: No Gnus v0.3 is released.
12508
12509 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12510
12511         * lpath.el (featurep): Bind show-nonbreak-escape.
12512
12513 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-art.el (gnus-article-edit-part): Disable undo.
12516
12517 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12520         gnus-article-date-lapsed-new-header is t if date timer is active;
12521         skip headers in which the original date value is empty.
12522         (gnus-article-save-original-date): Redefine it as a macro.
12523         (gnus-display-mime): Use it.
12524
12525 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-art.el (article-date-ut): Support converting date in
12528         forwarded parts as well.
12529         (gnus-article-save-original-date): New function.
12530         (gnus-display-mime): Use it.
12531
12532 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12533
12534         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12535         enclosure element of <item>.
12536
12537 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * message.el (message-kill-buffer-query): Renamed from
12540         `message-kill-buffer-query-if-modified'.  Added :version.
12541
12542 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12545         window layout.
12546
12547 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * mml.el: Autoload dnd when compiling.
12550
12551 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12554         x-dnd-*.
12555
12556 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * qp.el (quoted-printable-encode-region): Save excursion.
12559
12560 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12561
12562         * message.el (message-kill-buffer-query-if-modified): Add new variable
12563         so the user can kill a modified message buffer quickly.
12564         (message-kill-buffer): Use it.
12565
12566 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * lpath.el: Fbind display-time-event-handler; don't fbind
12569         string-to-multibyte.
12570
12571         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12572
12573 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12576         contained in text because xml.el decodes entities) with LFs.
12577
12578 2005-04-11  Lute Kamstra  <lute@gnu.org>
12579
12580         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12581         differently.
12582
12583 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12584
12585         * mm-util.el (mm-detect-coding-region): Typo.
12586
12587 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12590
12591 2005-04-06  Deepak Goel  <deego@gnufans.org>
12592
12593         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12594         user-function allow user modifications of the scores.
12595         (spam-stat-score-buffer-user): New function, to allow
12596         user-computed modifications to the score.
12597         (spam-stat-score-buffer-user-functions): List of additional
12598         scoring functions.
12599         (spam-stat-error-holder): Global temporary error holder.
12600         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12601         variable.
12602
12603 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12604
12605         * gnus-registry.el (gnus-registry-clean-empty-function)
12606         (gnus-registry-trim, gnus-registry-fetch-groups)
12607         (gnus-registry-delete-group): Groups that match
12608         `gnus-registry-ignored-groups' are removed from the registry
12609         entries, not just ignored for splitting.  This helps clean up the
12610         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12611         to get all the groups a message ID is in.
12612
12613         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12614         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12615         (spam-stat-score-buffer-user-functions): Add :number custom type.
12616
12617 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12620         argument in XEmacs.
12621
12622         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12623         (nnrss-request-group): Decode group name first.
12624         (nnrss-request-article): Make a text/plain article if mml-to-mime
12625         failed.
12626         (nnrss-get-encoding): Return a compatible encoding according to
12627         nnrss-compatible-encoding-alist.
12628         (nnrss-find-el): Use consp instead of listp.
12629         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12630
12631 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12634         which Emacs 20 doesn't support.
12635         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12636
12637 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12640         silence the byte compiler inside the defun.
12641
12642         * gnus-demon.el (parse-time-string): Add autoload.
12643
12644         * gnus-delay.el (parse-time-string): Add autoload.
12645
12646         * gnus-art.el (parse-time-string): Add autoload.
12647
12648         * nnultimate.el (parse-time): Require for `parse-time-string'.
12649
12650 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12653
12654         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12655
12656         * smime.el (smime-ldap-host-list): Add :version.
12657
12658 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12661         pass it to `gnus-browse-read-group'.
12662         (gnus-browse-read-group): Add NUMBER argument and pass it to
12663         `gnus-group-read-ephemeral-group'.
12664
12665         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12666         argument and pass it to `gnus-group-read-group'.
12667
12668 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12669
12670         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12671         mm-xemacs-find-mime-charset-1 if we have the mule feature
12672         available at runtime.
12673
12674 2005-03-25  Werner Lemberg  <wl@gnu.org>
12675
12676         * nnmaildir.el: Replace `illegal' with `invalid'.
12677
12678 2005-03-23  Lute Kamstra  <lute@gnu.org>
12679
12680         * time-date.el: Add comment on time value formats.
12681         Don't require parse-time.
12682         (with-decoded-time-value): New macro.
12683         (encode-time-value): New function.
12684         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12685         (days-to-time): Return a valid time value when arg is huge.
12686         (time-since): Use time-subtract.
12687         (time-to-number-of-days): Use time-to-seconds.
12688
12689 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12690
12691         * gnus-start.el (gnus-display-time-event-handler):
12692         Check display-time-timer at runtime rather than only at load time
12693         in case display-time-mode is turned off in the mean time.
12694
12695 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12698         used.
12699
12700         * nneething.el (nneething-map-file-directory): Derive from
12701         `gnus-directory'.
12702
12703         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12704         the To/Cc button.
12705
12706 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * nnmaildir.el (nnmaildir-request-accept-article):
12709         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12710
12711 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12712
12713         * gnus-async.el: Require timer-funcs at compile time when in
12714         XEmacs for `run-with-idle-timer'.
12715
12716 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12717
12718         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12719         autoloaded function.
12720
12721 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12722
12723         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12724
12725 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12726
12727         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12728
12729 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12730
12731         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12732         gnus-expert-user to default.
12733
12734 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12735
12736         * nnimap.el (nnimap-open-server): Ditto.
12737
12738         * imap.el (imap-authenticate): Fix typo.
12739
12740 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12741
12742         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12743         buffer (since IMAP server might return FETCH response out of
12744         order, and the nntp buffer must be sorted).
12745
12746 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12747
12748         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12749         comparison on string.
12750
12751         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12752         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12753         (gnus-agent-summary-fetch-series): Modified to protect against
12754         gnus-agent-summary-fetch-group clearing processable flags.
12755         (gnus-agent-synchronize-group-flags): Update live group buffer as
12756         synchronization may occur due to the user toggle the plugged
12757         status.
12758         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12759         successfully downloaded.
12760         (gnus-agent-expire-group-1): Avoid using markers when the overview
12761         is in ascending order; greatly improves performance.
12762         (gnus-agent-regenerate-group): Use
12763         gnus-agent-synchronize-group-flags to reset read status in both
12764         gnus and server.
12765         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12766
12767 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12768
12769         * message.el: Don't autoload former message-utils variables.
12770         (message-strip-subject-trailing-was): Change doc string.
12771
12772         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12773         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12774         (nnweb-google-search): Add "hl=en" here.
12775         (nnweb-google-parse-1, nnweb-google-create-mapping):
12776         Don't hardcode URL.
12777
12778 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * message.el (message-get-reply-headers, message-followup):
12781         Mention related variables `message-use-followup-to' and
12782         `message-use-mail-followup-to', in the information buffer.
12783
12784         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12785         of broken groups(-beta).google.com.
12786
12787 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12788
12789         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12790         parameter to invoked gnus-request-move-article; remove the
12791         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12792         all at once instead of once per article.
12793         (gnus-summary-remove-process-mark): Accept a list of articles as
12794         well as a single article for processing.
12795
12796         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12797         parameter.
12798
12799         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12800
12801         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12802
12803         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12804         parameter.
12805
12806         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12807         parameter.
12808
12809         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12810         parameter and remove the gnus-sum-hint-move-is-internal variable.
12811
12812         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12813         parameter.
12814
12815         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12816         parameter.
12817
12818         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12819         parameter.
12820
12821         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12822
12823         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12824         parameter.
12825
12826         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12827         parameter.
12828
12829 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12830
12831         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12832         a more conservative way.
12833
12834 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12835
12836         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12837         buffer, so it moves the window's cursor.
12838
12839 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12840
12841         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12842         `mm-dissect-multipart' and receive the from field as an (optional)
12843         argument from `mm-dissect-multipart'.
12844         (mm-dissect-multipart): Receive the from field as an argument and
12845         pass it on when we call `mm-dissect-buffer' on MIME parts.
12846         Fixes verification/decryption of signed/encrypted MIME parts.
12847
12848 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12849
12850         * gnus-sum.el (gnus-summary-move-article): Set
12851         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12852         whatever it calls (right now, only nnimap-request-move article
12853         respects it).
12854
12855         * nnimap.el (nnimap-request-move-article): When
12856         gnus-sum-hint-move-is-internal is set, don't do the extra
12857         nnimap-request-article.
12858
12859 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12862
12863         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12864         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12865
12866         * gnus-sum.el (gnus-summary-caesar-message):
12867         Apply `gnus-treat-article' after rotation.
12868
12869         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12870         doc string.
12871
12872 2005-02-22  Simon Josefsson  <jas@extundo.com>
12873
12874         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12875         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12876         <arne@arnested.dk>.
12877         (encrypt): Add password-cache and password-cache-expiry as group
12878         members.
12879
12880 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12881
12882         * smime.el (smime-ldap-host-list): Doc fix.
12883         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12884         cache) password.
12885         (smime-sign-region): Use it.
12886         (smime-decrypt-region): Use it.
12887         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12888         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12889         fails.
12890         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12891         certificate from DER to PEM format rather than calling openssl.
12892
12893         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12894
12895         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12896         for signing/encryption.
12897
12898         * mml.el (mml-parse-1): Use them.
12899
12900 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12901
12902         * nnrss.el (nnrss-verbose): Removed.
12903         (nnrss-request-group): Use `nnheader-message' instead.
12904
12905 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12906
12907         * nnrss.el (nnrss-verbose): New variable.
12908         (nnrss-request-group): Make it say nnrss is requesting a group.
12909
12910 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12913         Handle news URL with given port correctly.
12914
12915 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12918         containing special characters.
12919
12920         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12921
12922         * mml.el (mime-to-mml): Ditto.
12923
12924         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12925         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12926         (rfc2047-decode-region): Quote decoded words containing special
12927         characters when rfc2047-quote-decoded-words-containing-tspecials
12928         is non-nil.
12929
12930 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12931
12932         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12933
12934         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12935
12936 2005-02-15  Simon Josefsson  <jas@extundo.com>
12937
12938         * nnimap.el (nnimap-debug): Doc fix.
12939
12940         * imap.el (imap-debug): Doc fix.
12941
12942 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12945
12946 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12947
12948         * gnus.el (spam-contents): Improve docs for spam-contents
12949         parameter in its variable incarnation.
12950
12951 2005-02-14  Simon Josefsson  <jas@extundo.com>
12952
12953         * smime-ldap.el: Use require instead of load-library for ldap.
12954         (smime-ldap-search): Indent.
12955         (smime-ldap-search-internal): Shorten line.
12956
12957         * smime.el (smime-cert-by-dns): Add doc-string.
12958         (smime-cert-by-ldap-1): Indent.
12959
12960         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12961         mml-smime-get-dns-ldap.
12962         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12963
12964 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12965
12966         * smime.el: Require smime-ldap.
12967         (smime-ldap-host-list): New variable.
12968         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12969
12970         * mml-smime.el (mml-smime-encrypt-query): New function.
12971         (mml-smime-encrypt-query): Use it.
12972
12973         * smime-ldap.el: New file.
12974
12975 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12978
12979 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12980
12981         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12982         argument in doc string.  Make query for type more clear.
12983
12984 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * gnus.el (gnus-group-startup-message): Search for gnus images in
12987         etc/images/gnus.
12988         * mm-util.el (mm-image-load-path): Likewise.
12989         * smiley.el (smiley-data-directory): Search for smilies in
12990         etc/images/smilies.
12991
12992 2005-02-09  Kim F. Storm  <storm@cua.dk>
12993
12994         Change Emacs release version from 21.4 to 22.1 throughout.
12995         Change Emacs development version from 21.3.50 to 22.0.50.
12996
12997 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13000
13001         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13002         non-Mule XEmacs as well.
13003         (mm-decompress-buffer): Signal an error intentionally if it does
13004         not decompress compressed data because auto-compression-mode is
13005         disabled.
13006
13007 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13008
13009         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13010         an ID in the registry even if it has no groups.
13011
13012 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13015         merge it into mm-decompress-buffer.
13016         (gnus-mime-copy-part): Use the MIME part charset, the value which
13017         a user specified or gnus-newsgroup-charset for decoding, like
13018         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13019         save-buffer what was used.  Suggested by Kevin Ryde
13020         <user42@zip.com.au>.
13021         (gnus-mime-inline-part): Allow the name parameter as well as the
13022         filename parameter; force decompressing of compressed data; always
13023         display contents being not decoded as unibyte.
13024
13025         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13026         as well as the filename parameter.
13027
13028         * mm-util.el (mm-decompress-buffer): Merge
13029         gnus-mime-jka-compr-maybe-uncompress.
13030         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13031         of compressed data.
13032
13033 2005-02-08  Simon Josefsson  <jas@extundo.com>
13034
13035         * imap.el (imap-log): Doc fix.
13036
13037 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13040         the coding cookies; decompress compressed parts.
13041
13042         * mml.el (mml-generate-mime-1): Add the charset parameter according
13043         to the value which a user specified manually or the coding cookie.
13044
13045         * mm-util.el (mm-string-to-multibyte): New function.
13046         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13047         (mm-coding-system-to-mime-charset): New function.
13048         (mm-decompress-buffer): New function.
13049         (mm-find-buffer-file-coding-system): New function.
13050
13051         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13052         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13053         parts.
13054
13055 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13056
13057         * mm-view.el (mm-display-inline-fontify): Decode a part according
13058         to the charset parameter.
13059
13060 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13063         prefix arg is neither nil nor a number, as info specifies.
13064
13065 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13068         timestamps.
13069
13070 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13071
13072         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13073         groups error checking and notify user.
13074
13075 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13076
13077         * message.el (message-send-mail-function): Check existence of
13078         sendmail-program first before using default value
13079         `message-send-mail-with-sendmail'.  Otherwise use more generic
13080         `smtpmail-send-it'.
13081
13082 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * nntp.el (nntp-request-update-info): Always return nil.
13085
13086 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13087
13088         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13089
13090 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13091
13092         * message.el (message-beginning-of-line): Change the behavior when
13093         invoked between BOL and : so that it first moves backward.
13094
13095 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13098         article buffer when editing of the article is discarded.
13099         (gnus-article-prepare): Revert.
13100
13101 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * gnus-art.el (gnus-article-prepare):
13104         Remove message-strip-forbidden-properties from the local hook.
13105
13106 2005-01-27  Simon Josefsson  <jas@extundo.com>
13107
13108         * password.el (password-cache-add): Only start one timer per key.
13109         Reported by Derek Atkins <warlord@MIT.EDU>.
13110
13111 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13112
13113         * run-at-time.el: Removed.  It is no longer needed as
13114         timer-funcs.el in the xemacs-base package has a working version of
13115         `run-at-time'.
13116
13117         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13118
13119         * password.el: Require timer-funcs instead of run-at-time in
13120         XEmacs.
13121         Remove `password-run-at-time' macro.
13122         (password-cache-add): Use `run-at-time' instead of
13123         `password-run-at-time'.
13124
13125         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13126         Remove `nnheader-cancel-function-timers' alias,
13127         `cancel-function-timers' exists in XEmacs in timer-funcs.
13128
13129         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13130         for `run-with-idle-timer'.
13131
13132         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13133         for `run-at-time'.
13134
13135         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13136         for `with-timeout'.
13137
13138         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13139         the same as for XEmacs 21.4.
13140         No need to ignore `run-with-idle-timer', this function exists in
13141         XEmacs now in timer-funcs.el in the xemacs-base package.
13142         (dgnushack-compile): No need to delete
13143         run-at-time.el from the list of files to compile because it
13144         doesn't exist anymore.
13145
13146 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13149         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13150
13151 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13152
13153         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13154         sensitively.
13155
13156 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13157
13158         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13159
13160 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13163         which will be inserted according to the multibyteness of a buffer
13164         rather than the type of contents.  Suggested by ARISAWA Akihiro
13165         <ari@mbf.ocn.ne.jp>.
13166
13167         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13168         of string which old xml.el may return rather than a string.
13169
13170 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13173
13174 2005-01-16  Simon Josefsson  <jas@extundo.com>
13175
13176         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13177         idn/idna.el isn't available.
13178         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13179         <michael@waxrat.com>.
13180
13181         * hashcash.el: Remove non-FSF copyright header.
13182
13183         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13184         (hashcash-generate-payment): Use it.
13185         (hashcash-generate-payment-async): Use it.
13186
13187 2005-01-15  Simon Josefsson  <jas@extundo.com>
13188
13189         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13190         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13191
13192         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13193         gnus-summary-idna-message.
13194         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13195         (gnus-summary-idna-message): New function.
13196
13197 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13200         gnus-novice-user.
13201
13202 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * nnrss.el (nnrss-request-delete-group): Delete entries in
13205         nnrss-group-alist as well.
13206         (nnrss-save-server-data): Insert newline.
13207
13208 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gnus.el (gnus-user-agent): Use list of symbols instead of
13211         symbols.  Display full version number for (S)XEmacs.  Optionally
13212         display (S)XEmacs codename.
13213
13214         * gnus-util.el (gnus-emacs-version): Update for new
13215         `gnus-user-agent'.
13216
13217         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13218         Gnus version.
13219
13220 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13223         which is unreadable in some setups.
13224
13225 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-spec.el (gnus-update-format-specifications): Flush the
13228         group format spec cache if it doesn't support decoded group names.
13229
13230 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13233         Allow to apply decay on score files matching a regexp.
13234
13235 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13238         compatibility in %g and %c.
13239
13240 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13243         name for only %g and %c.
13244         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13245         of gnus-tmp-group to decoded group name.
13246         (gnus-group-make-rss-group): Exclude `/'s from group names.
13247
13248 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * nnrss.el (nnrss-get-encoding): Fix regexp.
13251
13252 2004-12-27  Simon Josefsson  <jas@extundo.com>
13253
13254         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13255         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13256         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13257
13258 2004-12-17  Kim F. Storm  <storm@cua.dk>
13259
13260         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13261
13262         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13263
13264 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13265
13266         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13267
13268 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * nnrss.el: Require rfc2047 and mml.
13271         (nnrss-file-coding-system): New variable.
13272         (nnrss-format-string): Redefine it as an inline function.
13273         (nnrss-decode-group-name): New function.
13274         (nnrss-string-as-multibyte): Remove.
13275         (nnrss-retrieve-headers): Decode group name; don't use
13276         nnrss-format-string.
13277         (nnrss-request-group): Decode group name.
13278         (nnrss-request-article): Decode group name; allow a Message-ID as
13279         well as an article number; don't use nnrss-format-string; encode a
13280         Message-ID string which may contain non-ASCII characters; use
13281         mml-to-mime to compose a MIME article.
13282         (nnrss-request-expire-articles): Decode group name.
13283         (nnrss-request-delete-group): Decode group name.
13284         (nnrss-fetch): Clarify error message.
13285         (nnrss-read-server-data): Use insert-file-contents instead of load;
13286         bind file-name-coding-system; use multibyte buffer.
13287         (nnrss-save-server-data): Bind coding-system-for-write to the
13288         value of nnrss-file-coding-system; bind file-name-coding-system;
13289         add coding cookie.
13290         (nnrss-read-group-data): Use insert-file-contents instead of load;
13291         bind file-name-coding-system; use multibyte buffer.
13292         (nnrss-save-group-data): Bind coding-system-for-write to the
13293         value of nnrss-file-coding-system; bind file-name-coding-system.
13294         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13295         make it work with non-ASCII text.
13296         (nnrss-find-el): Make it work with old xml.el as well.
13297
13298 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13299
13300         * nnrss.el (nnrss-get-encoding): New function.
13301         (nnrss-fetch): Use unibyte buffer initially; bind
13302         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13303         decode contents according to the encoding attribute.
13304         (nnrss-save-group-data): Add coding cookie.
13305         (nnrss-mime-encode-string): New function.
13306         (nnrss-check-group): Use it to encode subject and author.
13307
13308 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13309
13310         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13311         imaginary variable.
13312
13313 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13316         correctly even if there are wide characters.
13317
13318 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13319
13320         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13321         downcased symbol names; make a new cache instead of reusing
13322         bbdb-hashtable.
13323
13324 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13327         concatenating segments rather than before concatenating them.
13328         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13329
13330         * message.el (message-get-reply-headers): Bind `extra'.
13331
13332 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13333
13334         * message.el (message-extra-wide-headers): New variable.
13335         (message-get-reply-headers): Use it.
13336
13337 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13340         (gnus-agent-group-pathname): Ditto.
13341
13342         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13343
13344         * gnus-group.el (gnus-group-make-group): Decode group name.
13345         (gnus-group-make-rss-group): Register the group data after opening
13346         the nnrss group.
13347
13348 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13349
13350         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13351         by expiry now get marked as read.
13352
13353 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13356
13357 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13358
13359         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13360         unify Latin characters in XEmacs.
13361         (mm-find-mime-charset-region): Use it.
13362
13363 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * gnus-util.el (gnus-delete-directory): New function.
13366
13367         * gnus-agent.el (gnus-agent-delete-group): Use it.
13368
13369         * gnus-cache.el (gnus-cache-delete-group): Use it.
13370
13371 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13374         names.
13375
13376 2004-12-16  Simon Josefsson  <jas@extundo.com>
13377
13378         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13379
13380 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13383
13384         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13385         (gnus-group-set-current-level): Decode group name.
13386
13387 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13388
13389         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13390         failed.
13391
13392 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * gnus-group.el (gnus-group-delete-group): Decode group name.
13395         (gnus-group-make-rss-group): Encode group name.
13396         (gnus-group-catchup-current): Decode group name.
13397         (gnus-group-kill-group): Decode group name.
13398
13399 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13400
13401         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13402
13403 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-group.el (gnus-group-make-rss-group):
13406         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13407
13408         * gnus-start.el (gnus-setup-news): Honor user's setting to
13409         gnus-message-archive-method.  Suggested by Lute Kamstra
13410         <lute@gnu.org>.
13411
13412 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13413
13414         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13415         global counterparts of the buffer-local variables.
13416
13417 2004-11-16  Romain Francoise  <romain@orebokech.com>
13418
13419         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13420         counterparts of the buffer-local variables.
13421
13422 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * message.el (message-forbidden-properties): Fixed typo in doc
13425         string.
13426
13427 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-util.el (gnus-replace-in-string): Added doc string.
13430
13431         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13432         to avoid problems when splitting mails with many recipients.
13433
13434 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13435
13436         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13437         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13438
13439 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13440
13441         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13442         if there is no hashtable in memory or file modification time is
13443         newer than cached timestamp.
13444
13445 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13448         not-matching option.
13449
13450 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13453         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13454         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13455         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13456         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13457         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13458
13459 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * message.el (message-forward-make-body-mml): Remove headers
13462         according to message-forward-ignored-headers if a message is decoded.
13463
13464 2004-12-02  Romain Francoise  <romain@orebokech.com>
13465
13466         * message.el (message-forward-make-body-plain): Always remove
13467         headers according to message-forward-ignored-headers.
13468
13469 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13470
13471         * spam.el (spam-summary-prepare-exit): Remove the
13472         gnus-summary-limit pop for now, it has problems with ham marks for
13473         me.
13474
13475 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13476
13477         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13478         correctly.
13479
13480 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13481
13482         * format-spec.el (format-spec): Message the char.
13483
13484 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13485
13486         * gnus-art.el (gnus-split-methods): Reformat comments.
13487
13488         * spam.el (spam-summary-prepare-exit): Remove article limits
13489         before exiting the summary buffer.
13490
13491 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13494         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13495
13496         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13497         order to silence the byte compiler.
13498
13499         * spam.el: Fix the way to silence the byte compiler, which
13500         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13501         bbdb-search-simple, spam-BBDB-register-routine,
13502         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13503         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13504         spam-stat-buffer-is-spam, spam-stat-load,
13505         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13506         spam-stat-save and spam-stat-split-fancy.
13507
13508 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13511         which may confuse users.
13512         (canlock-password-for-verify): Ditto.
13513
13514         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13515
13516         * gnus-art.el (gnus-emphasis-alist): Ditto.
13517
13518         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13519
13520         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13521
13522         * gnus-start.el (gnus-save-killed-list): Ditto.
13523
13524         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13525         (gnus-sum-thread-tree-root): Ditto.
13526         (gnus-sum-thread-tree-false-root): Ditto.
13527         (gnus-sum-thread-tree-single-indent): Ditto.
13528
13529         * message.el (message-courtesy-message): Ditto.
13530         (message-archive-note): Ditto.
13531         (message-subscribed-address-file): Ditto.
13532         (message-user-fqdn): Ditto.
13533
13534         * spam-report.el (spam-report-gmane-regex): Ditto.
13535
13536         * spam.el (spam-blackhole-good-server-regex): Ditto.
13537
13538 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * mml.el (mml-preview): Widen the message buffer before copying
13541         the contents to the preview buffer; sort headers before previewing.
13542
13543         * message.el (message-hidden-headers): Fix the way to avoid a bug
13544         in the `repeat' widget in Emacs 21.3 or earlier.
13545
13546 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * message.el (message-hidden-headers): Default to "^References:".
13549         Improve customization type.  Suggested by Reiner Steib
13550         <Reiner.Steib@gmx.de>.
13551
13552 2004-11-25  Romain Francoise  <romain@orebokech.com>
13553
13554         * message.el (message-strip-forbidden-properties): Remove check for
13555         obsolete `message-hidden' text property, hidden headers are not
13556         accessible in the buffer anymore.
13557
13558 2004-11-22  Romain Francoise  <romain@orebokech.com>
13559
13560         * message.el (message-header-format-alist): Add `From' in list
13561         so that it can be sorted.
13562         (message-fix-before-sending): Widen and sort headers before
13563         sending.
13564         (message-hide-headers): Use narrowing to hide headers by moving
13565         them to the top of the buffer and narrowing to the region
13566         underneath.
13567
13568 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13569
13570         * message.el (message-strip-forbidden-properties): Bind
13571         buffer-read-only (etc) to nil.
13572
13573 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13576         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13577
13578 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13579
13580         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13581
13582 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13583
13584         * dns.el (query-dns): Use sit-for to time instead of
13585         accept-process-output, since that doesn't seem to work on udp
13586         sockets.
13587
13588 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13591
13592 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13593
13594         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13595         doc string.  Improve doc string.
13596
13597 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * nntp.el (nntp-request-update-info): Return nil if
13600         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13601         may not call gnus-activate-group which uselessly issues the GROUP
13602         commands for all nntp groups and wastes time.  Reported by Romain
13603         Francoise <romain@orebokech.com>.
13604
13605         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13606
13607 2004-11-15  Simon Josefsson  <jas@extundo.com>
13608
13609         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13610         headers separately.
13611         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13612         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13613
13614 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * gnus-start.el (gnus-convert-old-newsrc):
13617         Assign legacy-gnus-agent to 5.10.7.
13618
13619 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13620
13621         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13622         start of the lines.
13623
13624 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13625
13626         * hashcash.el (hashcash-default-payment): Change default to 20.
13627         (hashcash-default-accept-payment): Change default to 20.
13628         (hashcash-process-alist): New variable.
13629         (hashcash-generate-payment-async): Add.
13630         (hashcash-already-paid-p): Add.
13631         (hashcash-insert-payment): Don't generate payments twice.
13632         (hashcash-insert-payment-async): Add.
13633         (hashcash-insert-payment-async-2): Add.
13634         (hashcash-cancel-async): Add.
13635         (hashcash-wait-async): Add.
13636         (hashcash-processes-running-p): Add.
13637         (hashcash-wait-or-cancel): Add.
13638         (mail-add-payment): New optional argument.  Conditionally start
13639         asynchronous calculation.
13640         (mail-add-payment-async): Add.
13641
13642         * message.el (message-send-mail): Wait for asynchronous hashcash
13643         results.  Don't clobber existing X-Hashcash headers.
13644         (message-setup-1): Call mail-add-payment-async when
13645         message-generate-hashcash is non-nil.
13646
13647 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13648
13649         * message.el (message-use-alternative-email-as-from): Examine the
13650         From header as well; use message-make-from in order to include a
13651         user's full name.
13652
13653 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13656         default; improve customization type.
13657         (gnus-emphasis-custom-with-format): New macro.
13658         (gnus-emphasis-custom-value-to-external): New function.
13659         (gnus-emphasis-custom-value-to-internal): New function.
13660
13661 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13662
13663         * dns.el (query-dns): Resolve reverse addresses.
13664
13665 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13666
13667         * gnus-group.el (gnus-group-get-new-news): Use it.
13668
13669         * gnus-start.el (gnus-check-reasonable-setup): New function.
13670
13671 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13674         "Args out of range" error.  Reported by Arnaud Giersch
13675         <arnaud.giersch@free.fr>.
13676
13677 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13678
13679         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13680
13681 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13682
13683         * spam.el (spam group): Add :version.
13684
13685         * pgg-def.el (pgg group): Add :version.
13686
13687 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (gnus-article-edit-article): Don't associate the
13690         article buffer with a draft file.  This is a temporary measure
13691         against the 2004-08-22 change to gnus-article-edit-mode.
13692
13693 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13696         (html2text-format-tags): Remove unused variable `attr'.
13697
13698 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13701
13702         * tls.el (tls-process-connection-type, tls-success)
13703         (tls-certtool-program): Add :version.
13704
13705         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13706         (starttls-extra-arguments, starttls-process-connection-type)
13707         (starttls-connect, starttls-failure, starttls-success): Add :version.
13708
13709         * spam-stat.el (spam-stat): Add :version.
13710
13711         * sieve.el (sieve): Add :version.
13712
13713         * sha1.el (sha1): Add :version.
13714         (sha1-use-external): Remove redundant version.
13715
13716         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13717         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13718         (nnmail-split-fancy-match-partial-words)
13719         (nnmail-split-lowercase-expanded): Add :version.
13720
13721         * nndiary.el (nndiary): Add :version.
13722
13723         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13724
13725         * mml-sec.el (mml-default-sign-method)
13726         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13727         Add :version.
13728
13729         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13730
13731         * mm-url.el (mm-url-use-external, mm-url-program)
13732         (mm-url-arguments): Add :version.
13733
13734         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13735         (mm-attachment-file-modes, mm-decrypt-option)
13736         (mm-w3m-safe-url-regexp): Add :version.
13737
13738         * message.el (message-cite-prefix-regexp)
13739         (message-sendmail-envelope-from, message-minibuffer-local-map)
13740         (message-user-fqdn, message-completion-alist): Add :version.
13741
13742         * gnus-win.el (gnus-configure-windows-hook)
13743         (gnus-use-frames-on-any-display): Add :version.
13744
13745         * gnus-art.el (gnus-article-address-banner-alist)
13746         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13747         (gnus-treat-from-picon, gnus-treat-mail-picon)
13748         (gnus-treat-x-pgp-sig): Add :version.
13749
13750         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13751         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13752         (gnus-summary-article-delete-hook)
13753         (gnus-summary-display-while-building): Add :version.
13754
13755         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13756         (gnus-get-top-new-news-hook): Add :version.
13757
13758         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13759         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13760
13761         * gnus-registry.el (gnus-registry): Add :version.
13762
13763         * gnus-spec.el (gnus-use-correct-string-widths)
13764         (gnus-make-format-preserve-properties): Add :version.
13765
13766         * gnus.el (gnus-group-charter-alist)
13767         (gnus-group-fetch-control-use-browse-url)
13768         (gnus-install-group-spam-parameters): Add :version.
13769
13770         * gnus-diary.el (gnus-diary): Add :version.
13771
13772         * gnus-delay.el (gnus-delay): Add :version.
13773
13774         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13775         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13776         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13777         Add :version.
13778
13779         * gnus-agent.el (gnus-agent-max-fetch-size)
13780         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13781         (gnus-agent-prompt-send-queue): Add :version.
13782
13783         * deuglify.el (gnus-outlook-deuglify): Add :version.
13784
13785         * html2text.el: Beautify code.  Improve doc strings.  Some
13786         checkdoc cleanup.
13787         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13788
13789 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13790
13791         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13792
13793 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13796         when package is loaded.
13797
13798         * spam.el (spam-summary-score-preferred-header): Add global preference
13799         for people who want to override the default SpamAssassin over
13800         Bogofilter preference (when both are set).
13801         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13802         (spam-user-format-function-S): Check
13803         spam-summary-score-preferred-header.
13804         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13805         (spam-user-format-function-S): Format the score correctly.
13806
13807 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13810         signature file.  Suggested by Manoj Srivastava
13811         <srivasta@golden-gryphon.com>.
13812
13813         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13814         iso-2022-jp even in the Japanese language environment.
13815         Suggested by Jason Rumney <jasonr@gnu.org>.
13816
13817 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13820         use the same characters as the dummy marks; make it free from
13821         getting affected by the language environment.
13822         (gnus-summary-read-group-1): Update mark positions only when the
13823         format spec is updated.
13824
13825         * gnus-spec.el (gnus-update-format-specifications): Return a list
13826         of updated types.
13827
13828 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13831         of boundp to check if display-warning is available.
13832
13833 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13834
13835         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13836
13837 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * nnspool.el (nnspool-spool-directory): Use news-path if the
13840         news-directory variable is not bound.
13841
13842         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13843         function instead of display-warning if it is not available.
13844
13845 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13848         v5-10: Use `point-at-bol'.
13849
13850 2004-10-26  Simon Josefsson  <jas@extundo.com>
13851
13852         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13853         <chenggao@gmail.com>.
13854
13855 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13858         instead.
13859
13860 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13861
13862         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13863         to remove a server from the nnimap-server-buffer-alist.
13864         (nnimap-open-connection, nnimap-close-server): Use it.
13865
13866         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13867
13868 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13871         running the major-mode function.
13872
13873 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13876         dummy marks in the right way.
13877
13878 2004-10-18  David Edmondson  <dme@dme.org>
13879
13880         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13881         excessively.
13882
13883 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13884
13885         * gnus-util.el (gnus-split-references): Accept a nil references
13886         string and go on blissfully.
13887
13888         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13889         cases where the references string is non-nil but has no references.
13890
13891         * encrypt.el: Add autoload tags.
13892
13893         * spam.el (spam-resolve-registrations-routine): Remove article
13894         from unregistration list too.  Reported by David Hanak
13895         <dhanak@isis.vanderbilt.edu>
13896
13897 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13900         nil.  Changed custom type.
13901
13902 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13905
13906         * gnus-sum.el (gnus-summary-move-article): Use it.
13907
13908 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13909
13910         * encrypt.el: Add autoload cookies.
13911
13912         * spam.el (spam-backend-article-list-property)
13913         (spam-backend-get-article-todo-list)
13914         (spam-backend-put-article-todo-list)
13915         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13916         Resolve registrations separately.
13917         (spam-register-routine): Format comments.
13918         (spam-unregister-routine, spam-register-routine): Always call with
13919         specific-articles, no default list.
13920         (spam-summary-prepare-exit): Use the spam-classifications function.
13921
13922         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13923         gnus-encrypt.el.
13924
13925         * encrypt.el: Copied from gnus-encrypt.el.
13926
13927         * gnus-encrypt.el: Commented that it's obsolete.
13928
13929 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13932         (gnus-score-save): Use it.
13933
13934         * message.el (message-bury): Use `window-dedicated-p'.
13935
13936 2004-10-15  Simon Josefsson  <jas@extundo.com>
13937
13938         * pop3.el (top-level): Don't require nnheader.
13939         (pop3-read-timeout): Add.
13940         (pop3-accept-process-output): Add.
13941         (pop3-read-response, pop3-retr): Use it.
13942
13943 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13944
13945         * spam.el (spam-register-routine): Move comment.
13946         (spam-verify-bogofilter): Use 'unknown for the initial
13947         spam-bogofilter-valid state, not 'never.
13948
13949         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13950         for netrc-machine.
13951
13952         * nnimap.el (nnimap-open-connection): Use
13953         netrc-machine-user-or-password.
13954
13955 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13956
13957         * gnus-registry.el (gnus-registry-unload-hook):
13958         Set as a variable with add-hook.
13959
13960         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13961         of news-path.
13962
13963         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13964
13965         * spam.el: Delete duplicate `provide'.
13966         (spam-unload-hook): Set as a variable with add-hook.
13967
13968 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13971         in the doc string.
13972
13973         * message.el (message-ignored-news-headers)
13974         (message-ignored-supersedes-headers)
13975         (message-ignored-resent-headers)
13976         (message-forward-ignored-headers): Improve custom type.
13977
13978 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * message.el (message-tokenize-header): Fix 2004-09-06 change
13981         which used point-min in the wrong place.
13982
13983 2004-10-12  Simon Josefsson  <jas@extundo.com>
13984
13985         * tls.el (tls-certtool-program): New variable.
13986         (tls-certificate-information): New function, based on
13987         ssl-certificate-information.
13988
13989 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * compface.el: Move the version of ELisp-based uncompface program
13992         to the contrib directory because of the copyright problem.
13993
13994 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * message.el (message-kill-buffer): Raise the current frame.
13997
13998 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14001
14002         * gnus.el (message-y-or-n-p): Autoload.
14003
14004         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14005         (pop3-password-required, pop3-authentication-scheme)
14006         (pop3-leave-mail-on-server): Made customizable.
14007         (pop3): New custom group.
14008         (pop3-retr): Remove `sleep-for' statements.
14009         Suggested by Dave Love <fx@gnu.org>.
14010
14011         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14012         Windows/DOS.
14013
14014         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14015         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14016         Dave Love <fx@gnu.org>.
14017
14018         * mml.el (mml-minibuffer-read-disposition): Require match.
14019         Suggested by Dave Love <fx@gnu.org>.
14020
14021 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14024         doc string.
14025
14026 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14029
14030 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14031
14032         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14033         instead of calling `mm-insert-inline', to decode text/* parts
14034         before displaying them.
14035
14036 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * mm-uu.el (mm-uu-text-plain-type): New variable.
14039         (mm-uu-pgp-signed-extract-1): Use it.
14040         (mm-uu-pgp-encrypted-extract-1): Use it.
14041         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14042         bind mm-uu-text-plain-type with that value.
14043         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14044         mm-uu-dissect.
14045
14046 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-group.el (gnus-update-group-mark-positions):
14049         * gnus-sum.el (gnus-update-summary-mark-positions):
14050         * message.el (message-check-news-body-syntax):
14051         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14052         of string-as-multibyte.
14053
14054 2004-10-05  Juri Linkov  <juri@jurta.org>
14055
14056         * gnus-group.el (gnus-update-group-mark-positions):
14057         * gnus-sum.el (gnus-update-summary-mark-positions):
14058         * message.el (message-check-news-body-syntax):
14059         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14060         8-bit unibyte values to a multibyte string for search functions.
14061
14062 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14065         (mm-uu-dissect-text-parts): New function.
14066
14067         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14068         dissect text parts.
14069
14070         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14071         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14072
14073         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14074
14075         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14076         gnus-current-topics instead of gnus-current-topic.
14077
14078 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14079
14080         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14081
14082 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14083
14084         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14085         where approriate.
14086
14087         * nnml.el (nnml-generate-active-info): do.
14088
14089         * nndiary.el (nndiary-generate-active-info): do.
14090
14091         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14092         (gnus-topic-move): do.
14093
14094         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14095         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14096
14097         * gnus-srvr.el (gnus-server-prepare)
14098         (gnus-server-open-all-servers): do.
14099
14100         * gnus-msg.el (gnus-summary-cancel-article)
14101         (gnus-summary-resend-message)
14102         (gnus-summary-mail-crosspost-complaint): do.
14103
14104         * gnus-move.el (gnus-change-server): do.
14105
14106         * gnus-group.el (gnus-group-unmark-all-groups)
14107         (gnus-group-set-current-level): do.
14108
14109 2004-10-04  Simon Josefsson  <jas@extundo.com>
14110
14111         * message.el (message-generate-hashcash): Doc fix.
14112
14113 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14114
14115         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14116         avoid infinite recursion via gnus-get-function.
14117
14118 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14119
14120         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14121
14122         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14123
14124         * nnmail.el (nnmail-split-history): do.
14125
14126         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14127         (nnml-request-delete-group): do.
14128
14129         * nnslashdot.el (nnslashdot-read-groups): do.
14130
14131         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14132         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14133
14134         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14135         (nnspool-sift-nov-with-sed): Use last.
14136         (nnspool-retrieve-headers-with-nov): Use mapc.
14137         (nnspool-request-newgroups): Use dolist.
14138         (nnspool-request-group): Use last.
14139
14140         * nntp.el (nntp-read-server-type): Use dolist.
14141
14142         * nnvirtual.el (nnvirtual-create-mapping)
14143         (nnvirtual-update-read-and-marked): Use dolist.
14144         (nnvirtual-convert-headers): Simplify.
14145
14146 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14147
14148         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14149         support for sync'ing tick marks.
14150
14151 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14154         there's no visible header.
14155
14156 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14157
14158         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14159         necessary, pass full group name to gnus-request-set-marks.
14160
14161 2004-10-01  Simon Josefsson  <jas@extundo.com>
14162
14163         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14164         acroread.
14165
14166 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14167
14168         * spam-report.el (spam-report-gmane): Fix interactive.
14169
14170         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14171
14172         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14173         when writing file.
14174         (gnus-agent-synchronize-flags): Don't default to being
14175         interactive.
14176
14177 2004-09-30  Simon Josefsson  <jas@extundo.com>
14178
14179         * message.el (message-generate-hashcash): Add.
14180         (message-send-mail): Use it, call mail-add-payment.
14181
14182 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14183
14184         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14185
14186 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14187
14188         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14189         gnus-requst-update-info with explicit code to sync the in-memory
14190         info read flags with the marks being sync'd to the backend.
14191
14192         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14193
14194 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14195
14196         * spam.el (spam-verify-bogofilter): Add new function.
14197         (spam-check-bogofilter)
14198         (spam-bogofilter-register-with-bogofilter): Use it.
14199         (spam-verify-bogofilter): Add small fixes.
14200
14201 2004-09-28  Simon Josefsson  <jas@extundo.com>
14202
14203         * hashcash.el (hashcash-generate-payment): Revert.
14204
14205 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14206
14207         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14208         gnus-extract-references instead of gnus-split-references.
14209
14210         * gnus-util.el (gnus-extract-references): Add new function, analogous
14211         to gnus-split-references but extracts only the message-ID without
14212         anything extra.
14213
14214         * hashcash.el (hashcash-generate-payment)
14215         (hashcash-check-payment): Do the right thing if hashcash-path is
14216         nil (because the hashcash program could not be found).
14217
14218         * spam.el (spam-use-hashcash): Remove comment.
14219
14220 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14221
14222         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14223         (gnus-cache-enter-article, gnus-cache-remove-article)
14224         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14225
14226         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14227
14228         * gnus-art.el (article-hide-boring-headers)
14229         (article-translate-strings, article-display-face)
14230         (gnus-article-mime-match-handle-first)
14231         (gnus-article-highlight-headers)
14232         (gnus-article-add-buttons-to-head): do.
14233
14234 2004-09-27  Simon Josefsson  <jas@extundo.com>
14235
14236         * hashcash.el: New version, from
14237         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14238         ../contrib/.
14239
14240 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14243
14244 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14245
14246         * gnus-dup.el (gnus-dup-open): Use mapc.
14247         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14248
14249         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14250         Reported by Stefan Wiens <s.wi@gmx.net>.
14251
14252         * gnus.el (gnus-shutdown): Use dolist.
14253
14254         * gnus-undo.el (gnus-undo): Use mapc.
14255
14256         * nnrss.el (nnrss-generate-active): do.
14257
14258         * message.el (message-cite-original-without-signature)
14259         (message-cite-original): Use mapc.
14260         (message-do-actions, message-make-forward-subject): Use dolist.
14261
14262 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14263
14264         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14265         deletion to remove entire duplicate line.  Fixes merged article
14266         number bug.
14267
14268 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14269
14270         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14271         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14272         first ask if you want to open a server and then, even when you
14273         responded with no, asking if you want to synchronize the server's
14274         flags.
14275         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14276         multi-line expressions.
14277         (gnus-agent-synchronize-group-flags): New internal function.
14278         Updates marks in memory (in the info structure) AND in the
14279         backend.
14280
14281         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14282
14283         * nnagent.el (nnagent-request-set-mark): Use
14284         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14285         method, to ensure that synchronization updates marks in the
14286         backend and in the info (in memory) structure.
14287
14288 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14291         convention fully; don't miss the root article of a thread; make
14292         the X-Draft-From header with correct article numbers.
14293
14294 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14295
14296         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14297         unless plugged.  Disable the agent so that an open failure causes
14298         an error.
14299
14300         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14301         Reverted 2004-09-21 change.  The backend must be opened while
14302         synchronizing flags even when the backend stores the flags
14303         locally.
14304
14305 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14306
14307         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14308         in `header' match.  Reported by Svend Tollak Munkejord.
14309
14310         * message.el (message-cite-original): Fix use of
14311         `message-cite-articles-with-x-no-archive'.
14312
14313 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14316         (gnus-window-to-buffer): Ditto.
14317
14318         * mml.el (mml-preview-buffer): New variable.
14319         (mml-preview): Manage window layout with gnus-buffer-configuration.
14320
14321         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14322         X-Draft-From header even if those articles aren't quoted.
14323
14324 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14325
14326         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14327         (gnus-request-set-mark, gnus-request-update-mark): Use new
14328         g-s-t-u-l-m to decide to use backend even when unplugged.
14329
14330 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14333         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14334
14335 2004-09-20  Simon Josefsson  <jas@extundo.com>
14336
14337         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14338         "utf-16-le".
14339
14340 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14341
14342         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14343
14344 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14345
14346         * uudecode.el (uudecode-use-external): Add :version.
14347
14348         * smime.el (smime-CA-file, smime-encrypt-cipher)
14349         (smime-dns-server): Add :version.
14350
14351         * smiley.el (gnus-smiley-file-types): Add :version.
14352
14353         * sha1.el (sha1-use-external): Add :version.
14354
14355         * pgg-def.el (pgg-query-keyserver): Add :version.
14356
14357         * nnmail.el (nnmail-fancy-expiry-targets)
14358         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14359         Add :version.
14360
14361         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14362         (nnimap-retrieve-groups-asynchronous): Add :version.
14363         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14364
14365         * mml.el (mml-content-disposition-parameters)
14366         (mml-insert-mime-headers-always): Add :version.
14367
14368         * mm-util.el (mm-coding-system-priorities): Add :version.
14369
14370         * mm-decode.el (mm-inline-text-html-with-images)
14371         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14372         (mm-verify-option): Add :version.
14373         (mm-text-html-renderer): Change :version.
14374
14375         * message.el (message-fcc-externalize-attachments)
14376         (message-required-headers, message-draft-headers)
14377         (message-subject-trailing-was-query)
14378         (message-subject-trailing-was-ask-regexp)
14379         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14380         (message-mark-insert-end, message-archive-header)
14381         (message-archive-note, message-cross-post-default)
14382         (message-cross-post-note, message-followup-to-note)
14383         (message-cross-post-note-function, message-use-mail-followup-to)
14384         (message-subscribed-address-functions)
14385         (message-subscribed-address-file, message-subscribed-addresses)
14386         (message-subscribed-regexps, message-allow-no-recipients)
14387         (message-yank-cited-prefix, message-signature-insert-empty-line)
14388         (message-hidden-headers, message-hierarchical-addresses)
14389         (message-mail-user-agent, message-use-idna)
14390         (message-valid-fqdn-regexp)
14391         (message-strip-special-text-properties, message-header-synonyms)
14392         (message-beginning-of-line, message-tab-body-function): Add :version.
14393         (message-insert-canlock, message-wide-reply-confirm-recipients):
14394         Change :version.
14395
14396         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14397         and :version.
14398         (mail-source-delete-old-incoming-confirm)
14399         (mail-source-movemail-program): Add :version.
14400
14401         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14402         (gnus-agent-cache, gnus-agent): Change :version.
14403
14404         * gnus-util.el (gnus-use-byte-compile): Change :version.
14405
14406         * gnus-sum.el (gnus-summary-make-false-root-always)
14407         (gnus-summary-default-high-score)
14408         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14409         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14410         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14411         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14412         (gnus-sum-thread-tree-single-indent)
14413         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14414         (gnus-sum-thread-tree-leaf-with-other)
14415         (gnus-sum-thread-tree-single-leaf): Add :version.
14416         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14417         (gnus-article-loose-mime): Change :version.
14418
14419         * gnus-start.el (gnus-backup-startup-file)
14420         (gnus-save-startup-file-via-temp-buffer): Add :version.
14421
14422         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14423         (gnus-server-offline-face): Add :version.
14424
14425         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14426
14427         * gnus-msg.el (gnus-gcc-externalize-attachments)
14428         (gnus-debug-files, gnus-debug-exclude-variables)
14429         (gnus-discouraged-post-methods): Change :version.
14430         (gnus-confirm-mail-reply-to-news)
14431         (gnus-confirm-treat-mail-like-news): Add :version.
14432
14433         * gnus-int.el (gnus-server-unopen-status): Add :version.
14434
14435         * gnus-group.el (gnus-group-jump-to-group-prompt)
14436         (gnus-large-ephemeral-newsgroup)
14437         (gnus-fetch-old-ephemeral-headers): Add :version.
14438
14439         * gnus-fun.el (gnus-x-face-directory)
14440         (gnus-convert-pbm-to-x-face-command)
14441         (gnus-convert-image-to-x-face-command)
14442         (gnus-convert-image-to-face-command): Add :version.
14443
14444         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14445
14446         * gnus-cite.el (gnus-cite-blank-line-after-header)
14447         (gnus-article-boring-faces): Add :version.
14448
14449         * gnus-art.el (gnus-buttonized-mime-types)
14450         (gnus-inhibit-mime-unbuttonizing)
14451         (gnus-treat-display-face)
14452         (gnus-treat-body-boundary): Change :version.
14453         (gnus-body-boundary-delimiter, gnus-picon-databases)
14454         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14455         (gnus-treat-date-english, gnus-treat-fold-headers)
14456         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14457         (gnus-treat-mail-picon, gnus-treat-wash-html)
14458         (gnus-article-encrypt-protocol)
14459         (gnus-use-idna, gnus-article-over-scroll)
14460         (gnus-mime-display-multipart-alternative-as-mixed)
14461         (gnus-mime-display-multipart-related-as-mixed)
14462         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14463         (gnus-ctan-url, gnus-button-ctan-handler)
14464         (gnus-button-handle-ctan-bogus-regexp)
14465         (gnus-button-ctan-directory-regexp)
14466         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14467         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14468         (gnus-button-man-level, gnus-button-emacs-level)
14469         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14470
14471         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14472         (gnus-agent-go-online): Change :version.
14473         (gnus-agent-expire-unagentized-dirs)
14474         (gnus-agent-auto-agentize-methods): Add :version.
14475
14476         * flow-fill.el (fill-flowed-display-column)
14477         (fill-flowed-encode-column): Add :version.
14478
14479         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14480         (gnus-outlook-deuglify-unwrap-max)
14481         (gnus-outlook-deuglify-cite-marks)
14482         (gnus-outlook-deuglify-unwrap-stop-chars)
14483         (gnus-outlook-deuglify-no-wrap-chars)
14484         (gnus-outlook-deuglify-attrib-cut-regexp)
14485         (gnus-outlook-deuglify-attrib-verb-regexp)
14486         (gnus-outlook-deuglify-attrib-end-regexp)
14487         (gnus-outlook-display-hook): Add :version.
14488
14489         * binhex.el (binhex-use-external): Add :version.
14490
14491 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14494         and `invisible'.
14495
14496 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14497
14498         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14499         in gnus-registry-trim.
14500
14501 2004-09-13  Simon Josefsson  <jas@extundo.com>
14502
14503         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14504
14505         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14506
14507         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14508         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14509         <yamaoka@jpl.org>.
14510         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14511         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14512         <yamaoka@jpl.org>.
14513
14514         * sieve.el (sieve-manage-mode): Ditto.
14515
14516 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14519
14520 2004-09-11  Simon Josefsson  <jas@extundo.com>
14521
14522         * dns-mode.el: Add.
14523
14524         * mm-view.el (mm-display-dns-inline): Add.
14525
14526         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14527         (mm-automatic-display): Ditto.
14528
14529         * mailcap.el (mailcap-mime-data): Add text/dns.
14530         (mailcap-mime-extensions): Map .soa to text/dns.
14531
14532 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14533
14534         * gnus-art.el (article-decode-mime-words, article-babel)
14535         (gnus-article-highlight-signature, gnus-article-add-buttons)
14536         (gnus-signature-toggle): Remove unnecessary bindings of
14537         `inhibit-read-only' inherited from v5.10 merge.
14538
14539 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * nntp.el (nntp): New customization group.
14542         (nntp-authinfo-file): Add customization group.
14543
14544         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14545
14546         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14547
14548         * gnus.el (to-address, to-list, subscribed)
14549         (large-newsgroup-initial): Ditto.
14550
14551         * flow-fill.el (fill-flowed-display-column)
14552         (fill-flowed-encode-column): Ditto.
14553
14554 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14555
14556         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14557         Use point-min rather than 1.
14558         (message-send-mail): Use buffer-size rather than point-max.
14559
14560         * gnus-sum.el (gnus-summary-search-article-forward):
14561         Signal a specific `search-failed' rather than a generic `error'.
14562
14563         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14564         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14565         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14566
14567 2004-09-10  Simon Josefsson  <jas@extundo.com>
14568
14569         * nndb.el (require): Remove tcp and duplicate cl.
14570
14571 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-agent.el (directory-files-and-attributes): Move forward.
14574
14575 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14576
14577         * gnus-agent.el (directory-files-and-attributes): Optionally
14578         defined to support XEmacs.
14579
14580 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14581
14582         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14583         to avoid run-time CL dependencies.
14584         (gnus-agent-unfetch-articles): New function.
14585         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14586         article numbers even when local .overview file is missing.
14587         (gnus-agent-read-article-number): New function.  Only accepts
14588         27-bit article numbers.
14589         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14590         gnus-agent-read-article-number.
14591         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14592         from backend while recognizing that article numbers in .overview
14593         must be valid.
14594         (gnus-agent-update-files-total-fetched-for): Use
14595         directory-files-and-attributes to improve performance.
14596         * gnus-int.el (gnus-request-move-article): Use
14597         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14598         improve performance.
14599
14600         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14601         some users confused by references to .newsrc when they only have a
14602         .newsrc.eld file.
14603         (gnus-convert-mark-converter-prompt)
14604         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14605         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14606         New function.  Used internally to only display 'gnus converting
14607         files' message when actually necessary.
14608
14609         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14610         methods now autoloaded.
14611
14612 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14615         identifiers.
14616
14617 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14618
14619         * gnus-picon.el: Fix indentation and closing parenthesis.
14620
14621 2004-09-01  Simon Josefsson  <jas@extundo.com>
14622
14623         * message.el (message-canlock-generate): Require sha1, not
14624         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14625         to require within a function.  Sadly, if sha1.el isn't loaded, the
14626         let binding in m-c-g will hide the defcustom definition, which is
14627         bad.)
14628
14629         * canlock.el: Require sha1, not sha1-el.
14630
14631         * message.el: Don't autoload sha1 (there is a autoload cookie in
14632         sha1.el).
14633
14634         * sha1-el.el: Renamed to sha1.el.
14635
14636 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14637
14638         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14639
14640 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14641
14642         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14643
14644 2004-08-30  Kim F. Storm  <storm@cua.dk>
14645
14646         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14647
14648         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14649         Add :group 'nnimap.
14650
14651 2004-08-30  Andreas Schwab  <schwab@suse.de>
14652
14653         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14654         ?* and ?\;.
14655
14656         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14657         and ?\' to symbol instead of whitespace.
14658
14659 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14662
14663         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14664         instead of re-search-forward.
14665
14666         * gnus-uu.el (gnus-uu-save-article): Ditto.
14667         (gnus-uu-post-encode-uuencode): Ditto.
14668
14669         * html2text.el (html2text-clean-list-items): Ditto.
14670         (html2text-clean-dtdd): Ditto.
14671         (html2text-format-tags): Ditto.
14672
14673         * message.el (message-send-mail-with-sendmail): Fix regexp.
14674         (message-fill-field-general): Use search-forward instead of
14675         re-search-forward.
14676         (unbold-region): Ditto.
14677
14678         * nnrss.el (nnrss-request-article): Ditto.
14679
14680         * nnslashdot.el (nnslashdot-request-article): Ditto.
14681
14682         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14683
14684         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14685         "Unrecognized menu descriptor" error in XEmacs.
14686
14687 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14688
14689         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14690         parent article of a sparse article in the thread hashtb.
14691
14692 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14693
14694         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14695         (nnmail-expand-newtext): Lowercase expanded entries if
14696         nnmail-split-lowercase-expanded is non-nil.
14697
14698 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14701
14702         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14703         of gnus-tmp-news-method into string under XEmacs.  It will be
14704         passed to gnus-correct-length which takes only a string argument.
14705
14706 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-util.el (gnus-bind-print-variables): New macro.
14709         (gnus-prin1): Use it.
14710         (gnus-prin1-to-string): Use it.
14711         (gnus-pp): New function.
14712         (gnus-pp-to-string): New function.
14713
14714         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14715         Replace pp-to-string with gnus-pp-to-string.
14716         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14717         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14718         * gnus-msg.el (gnus-debug): Ditto.
14719         * gnus-score.el (gnus-score-save): Ditto.
14720         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14721         gnus-pp-to-string.
14722         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14723         with gnus-pp.
14724         * score-mode.el (gnus-score-pretty-print): Ditto.
14725         * webmail.el (webmail-debug): Ditto.
14726
14727 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * gnus-art.el (article-display-face, article-display-x-face):
14730         Use buffer-read-only.
14731
14732 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-art.el (article-hide-list-identifiers):
14735         Bind inhibit-read-only as t.
14736
14737 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14740
14741 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14742
14743         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14744         (gnus-narrow-to-page): Don't assume point-min == 1.
14745         (gnus-article-edit-mode): Derive from message-mode.
14746
14747         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14748         point-min == 1.
14749
14750         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14751         Disable incorrect use of `assert'.
14752
14753         * message.el (message-mode): Set comment-start-skip.
14754
14755
14756 2004-08-22  Sam Steingold  <sds@gnu.org>
14757
14758         * pop3.el (pop3-leave-mail-on-server): New user variable.
14759         (pop3-movemail): Delete mail only when it is nil.
14760
14761 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14764
14765         * mml.el (mml-preview): Use `pop-to-buffer'.
14766
14767         * message.el (message-goto-mail-followup-to): Insert after "To".
14768         (message-carefully-insert-headers): Add comment.
14769
14770         * gnus.el: Remove unused variable `gnus-article-check-size'.
14771
14772         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14773
14774         * gnus-art.el (gnus-button-alist): Improve
14775         `gnus-button-handle-library' entry.
14776
14777 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14778
14779         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14780         downcase, since XEmacs capitalizes error messages differently.
14781
14782 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14783
14784         * nntp.el: Add (require 'gnus) due to reference to
14785         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14786
14787 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14788
14789         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14790         `mm-fill-flowed'.
14791
14792         * mm-decode.el (mm-dissect-singlepart): Check it.
14793
14794 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14795
14796         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14797         'imap' for netrc parsing.
14798
14799 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * mailcap.el (mailcap-mime-data): Mark as risky.
14802
14803 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14806         may be included in the encoded word.
14807         (rfc2047-encode): Don't append a space if the encoded word
14808         includes close parenthesis.
14809
14810 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14813         of text within parentheses.
14814
14815 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14816
14817         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14818         (gnus-encrypt-write-file-contents): Make the password key the file
14819         name PLUS the cipher, not just the cipher.  Also remove failed
14820         passwords from the cache.
14821
14822 2004-08-06  Simon Josefsson  <jas@extundo.com>
14823
14824         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14825         fix.
14826
14827 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14830         LWSP.
14831
14832 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14833
14834         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14835         to append in-reply-to: data to the references: header.
14836
14837         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14838         (netrc-parse): Use gnus-encrypt.el functions.
14839
14840         * gnus-encrypt.el: Add new file for encryption support; currently
14841         does only a few GPG ciphers and an internal XOR cipher.
14842
14843         * password.el: Add comments on using password-read-and-add.
14844         (password-read-and-add): Add function to read and add the
14845         password to the cache at once.
14846
14847 2004-07-28  Simon Josefsson  <jas@extundo.com>
14848
14849         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14850         parameter (but don't use it, for now).
14851
14852         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14853         instead of hard coding to nil.
14854
14855 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14858         as mm-inline-image-xemacs does.
14859
14860 2004-07-26  Simon Josefsson  <jas@extundo.com>
14861
14862         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14863         Revert part of 2004-07-17 change below.
14864
14865 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14868         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14869
14870 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14871
14872         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14873         quotes that actually start with ">" at the beginning of the
14874         lines.
14875
14876 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * rfc2047.el (rfc2047-encode-region): Fix last change.
14879         (rfc2047-encode-parameter): Remove useless concat.
14880
14881 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14884         encode special characters; fix some kind of misconfigured headers;
14885         signal a real error if debug-on-quit or debug-on-error is non-nil.
14886         (rfc2047-encode-max-chars): New variable.
14887         (rfc2047-encode-1): Use it.
14888         (rfc2047-encode-parameter): New function.
14889
14890         * mml.el (mml-insert-parameter): Remove an excessive space.
14891
14892 2004-07-17  Simon Josefsson  <jas@extundo.com>
14893
14894         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14895         Kai Grossjohann <kai@emptydomain.de>.
14896         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14897         (gnus-group-make-menu-bar): Ditto.
14898
14899         * gnus-util.el (gnus-group-server): Add.
14900
14901 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14902
14903         * message.el (message-clone-locals): Clone sendmail and smtp
14904         variables.
14905
14906 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * rfc2047.el (rfc2047-encode-region): Fix last change.
14909
14910 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14913         characters as non-special.
14914
14915 2004-07-09  Simon Josefsson  <jas@extundo.com>
14916
14917         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14918         Users will lose all flag changes made while unplugged with
14919         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14920         good default.  See numerous reports on ding mailing list.
14921
14922 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14925         add generate-head-function and generate-article-function to the
14926         rfc822-forward entry.
14927         (nndoc-rfc822-forward-generate-article): New function.
14928         (nndoc-rfc822-forward-generate-head): New function.
14929
14930         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14931
14932 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14933
14934         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14935         respect display group parameter and gnus-summary-expunge-below.
14936         (gnus-articles-to-read): Remove unused reference to display group
14937         parameter.
14938
14939 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14940
14941         * nnheader.el (nnheader-uniquify-message-id): New experimental
14942         variable.
14943         (nnheader-nov-read-message-id): Use it.
14944
14945         * spam-report.el (spam-report-gmane): Add interactive.
14946
14947 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14950         qp-or-base64 for the application/* types.
14951
14952 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14953
14954         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14955
14956 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14957
14958         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14959         trim value.
14960
14961 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14962
14963         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14964         New macro and function.
14965         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14966
14967 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14970         after-load-alist.
14971
14972 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14973
14974         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14975         update info that isn't there.
14976
14977 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14978
14979         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14980         entry.
14981
14982 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * mm-view.el (mm-inline-render-with-function): Use multibyte
14985         buffer; decode html source by charset.
14986
14987         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14988
14989         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14990         Mule-UCS is loaded under XEmacs.
14991         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14992
14993 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14994
14995         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14996
14997 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * mm-util.el (mm-coding-system-p): Return a coding-system.
15000         (mm-mime-mule-charset-alist): Use shift_jis instead of
15001         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15002         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15003         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15004         instead of japanese-shift-jis and iso-latin-1 respectively in
15005         order to share the default value with both Emacs and XEmacs-mule.
15006         (mm-mule-charset-to-mime-charset): Make
15007         mm-coding-system-priorities effective.
15008         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15009         while predicating of candidates upon the priorities.
15010
15011 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15012
15013         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15014         gnus-uu-invert-processable.
15015
15016         * gnus.el: Autoload gnus-uu-invert-processable.
15017
15018 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * mm-util.el (mm-with-multibyte-buffer): New macro.
15021
15022         * rfc2047.el (rfc2047-encode-string): Use it.
15023         (rfc2047-encode-region): Move point to the end of the region after
15024         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15025
15026 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15029         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15030
15031 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15034         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15035         Karl Chen <quarl@nospam.quarl.org>.
15036
15037 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15038
15039         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15040         invalid addresses.
15041
15042 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15043
15044         * spam.el: Change section markers, revise TODO list.
15045         (spam-backends): Make new master list of all installed backends.
15046         (spam-summary-exit-behavior): Add new variable to determine how
15047         messages moves are done at summary exit.
15048         (spam-move-spam-nonspam-groups-only)
15049         (spam-process-ham-in-nonham-groups)
15050         (spam-process-ham-in-spam-groups): Remove variables, the
15051         spam-summary-exit-behavior variable should be used to manage this
15052         behavior.
15053         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15054         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15055         and spam-old-spam-articles.
15056         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15057         Add empty variables, placeholders for the backends they represent.
15058         (spam-set-difference): Move, unchanged.
15059         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15060         unless the user has a processor variable.
15061         (spam-classifications, spam-classification-valid-p)
15062         (spam-backend-properties, spam-backend-property-valid-p)
15063         (spam-backend-function-type-valid-p)
15064         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15065         (spam-report-articles-gmane, spam-report-articles-resend):
15066         Remove functions, they are not needed.
15067         (spam-install-backend-super, spam-backend-list)
15068         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15069         (spam-backend-function, spam-backend-ham-registration-function)
15070         (spam-backend-spam-registration-function)
15071         (spam-backend-ham-unregistration-function)
15072         (spam-backend-spam-unregistration-function)
15073         (spam-backend-statistical-p, spam-backend-mover-p)
15074         (spam-install-backend-alias, spam-install-checkonly-backend)
15075         (spam-install-mover-backend, spam-install-nocheck-backend)
15076         (spam-install-backend, spam-install-statistical-backend)
15077         (spam-install-statistical-checkonly-backend): Add backend installation
15078         support.
15079         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15080         (spam-group-processor-p): Use the new backend code and respect the
15081         summary exit behavior.
15082         (spam-mark-spam-as-expired-and-move-routine): Remove.
15083         (spam-summary-prepare): Change to use the new spam-old-articles
15084         variable.
15085         (spam-copy-or-move-routine, spam-copy-spam-routine)
15086         (spam-move-spam-routine, spam-copy-ham-routine)
15087         (spam-move-ham-routine): Add code to copy/move ham or spam.
15088         (spam-fetch-field-fast): Improve doc and code, plus allow the
15089         'number request.
15090         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15091         variables.
15092         (spam-split, spam-find-spam): Use the new backend code.
15093         (spam-registration-functions): Remove variable.
15094         (spam-unregister-routine): Add convenience wrapper.
15095         (spam-log-undo-registration, spam-register-routine)
15096         (spam-log-processing-to-registry)
15097         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15098         where possible.
15099         (spam-check-gmane-xref, spam-check-regex-headers)
15100         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15101         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15102         (spam-check-bogofilter-headers, spam-check-spamoracle)
15103         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15104         (spam-check-crm114-headers): Use the spam-split-group that
15105         spam-split prepares, no need to determine it every time.
15106
15107         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15108         to the nnheader-parse-naked-head call.
15109
15110         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15111
15112         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15113         the nnheader-nov-read-message-id call.
15114
15115 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15118         gnus-activate-group twice.  Suggested by Markus Peter
15119         <warp@spin.de>.
15120
15121 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-art.el (gnus-article-time-format): Exchange the order of
15124         day and month in the default value; fix customization type.
15125         (article-date-ut): Use add-text-properties.
15126         (article-make-date-line): Use message-make-date instead of
15127         current-time-string.
15128
15129         * message.el (message-fetch-field): Don't use set-text-properties.
15130         (message-make-date): Simplify.
15131
15132         * messagexmas.el (message-xmas-make-date): New function.
15133         (message-xmas-redefine): Defalias message-make-date to it.
15134
15135 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15138         (rfc2047-encode-region): Treat text within parentheses as special;
15139         show the original text when error has occurred.
15140
15141         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15142         already-computed method to gnus-activate-group.
15143
15144         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15145         same select-methods identical Lisp objects.
15146
15147         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15148         object when modifying the info.
15149
15150 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15153         gnus-opened-servers since it has never been opened with the new
15154         configuration yet.
15155
15156 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15159         arg to nnheader-generate-fake-message-id.
15160
15161 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15162
15163         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15164         number and build a fake message ID localized to a group and
15165         article number (so it's repeatable from that point on).
15166         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15167         ID format.
15168
15169         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15170         nnheader-generate-fake-message-id with the article number.
15171
15172 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15173
15174         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15175         end-of-buffer.
15176
15177 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15178
15179         * message.el (message-ignored-supersedes-headers): Add Approved.
15180
15181 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15184         goto-char.
15185         (rfc2047-encode): Fold the line before encoding.
15186
15187 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15188
15189         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15190         folding -- not all headers can be folded, and this should be done
15191         by the message composition mode.  Probably.  I think.
15192
15193 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15196         fast.
15197
15198         * gnus-ems.el (gnus-remove-image): Don't use
15199         message-text-with-property; remove only the image found first.
15200
15201         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15202         found first.
15203
15204 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15205
15206         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15207
15208 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * message.el (message-text-with-property): Make it fast and accept
15211         optional arguments.
15212         (message-strip-forbidden-properties): Use it.
15213         (message-fix-before-sending): Follow the m-t-w-p change.
15214
15215         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15216
15217 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-art.el (article-hide-headers): Don't change the buffer
15220         mistakenly when performing mml-preview even if
15221         gnus-single-article-buffer is nil.
15222
15223 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15224
15225         * message.el (message-expand-name-databases): New user option.
15226         (message-expand-name): Use it.
15227
15228 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15229
15230         * spam.el (spam-report-articles-resend)
15231         (spam-report-resend-register-routine): Allow ham reporting.
15232         (spam-report-resend-register-ham-routine): Add wrapper.
15233         (spam-registration-functions): Add ham resending functions.
15234         (spam-list-of-processors): Add ham resend processor.
15235
15236         * gnus.el (ham-resend-to): Add new group parameter.
15237         (spam-process): Add ham resend option.
15238
15239         * spam-report.el (spam-report-resend): Allow reporting ham.
15240         (spam-report-resend-ham): Add wrapper.
15241
15242 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15243
15244         * message.el (message-cite-articles-with-x-no-archive): New
15245         variable.
15246         (message-cite-original): Use it.
15247
15248 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15249
15250         * message.el (message-cite-original): Respect X-No-Archive.
15251
15252 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * gnus-art.el (article-hide-headers): Refer to the values for
15255         gnus-ignored-headers and gnus-visible-headers in the summary
15256         buffer since a user may have set them as group parameters.
15257
15258 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15259
15260         * assistant.el (assistant-node-name): Add convenience function.
15261         (assistant-render-text, assistant-render-node): Add error handling,
15262         plus handle multiple next nodes.
15263         (assistant-find-next-node): Comment out for now.
15264         (assistant-find-next-nodes): Add function, returns list of next
15265         nodes.
15266
15267 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15268
15269         * mail-source.el (mail-source-directory): Fix doc-string.
15270
15271 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15272
15273         * assistant.el (assistant-render-text, assistant-eval): Add :set
15274         widget type, which is different because it takes and returns a
15275         list.  Much hilarity ensues.
15276
15277 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15280
15281         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15282         doc-string.
15283
15284         * gnus-start.el (gnus-activate-group): Added doc-string.
15285
15286 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15289
15290 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15291
15292         * assistant.el (assistant-render-text): Try to add a :set
15293         widget, more to come.
15294
15295         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15296         strings.
15297         (spam-report-articles-resend)
15298         (spam-register-routine): Do registration iff any articles warrant
15299         it.
15300         (spam-summary-prepare-exit): Change log message for nil group
15301         destinations.
15302
15303 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15304
15305         * spam.el (spam-report-resend-register-routine): Allow
15306         spam-report-resend-to to be a group parameter or a global value.
15307
15308 2004-05-26  Simon Josefsson  <jas@extundo.com>
15309
15310         * starttls.el: Merge with my GNUTLS based starttls.el.
15311         (starttls-gnutls-program, starttls-use-gnutls)
15312         (starttls-extra-arguments, starttls-process-connection-type)
15313         (starttls-connect, starttls-failure, starttls-success): New
15314         variables.
15315         (starttls-program, starttls-extra-args): Doc fix.
15316         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15317         functions.
15318         (starttls-negotiate, starttls-open-stream): Check
15319         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15320         function if it is set.
15321
15322 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15325         structured fields.
15326
15327 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15330
15331 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15332
15333         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15334         variable.
15335         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15336         assigning the spam-mark to new messages.
15337
15338 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15339
15340         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15341
15342 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15345
15346         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15347         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15348         default.
15349
15350 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15351
15352         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15353         correct data.
15354
15355 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15356
15357         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15358         (spam-group-processor-p): Fix function.
15359         (spam-group-processor-multiple-p)
15360         (spam-group-spam-processor-report-gmane-p)
15361         (spam-group-spam-processor-report-resend-p)
15362         (spam-group-spam-processor-bogofilter-p)
15363         (spam-group-spam-processor-blacklist-p)
15364         (spam-group-spam-processor-ifile-p)
15365         (spam-group-ham-processor-ifile-p)
15366         (spam-group-spam-processor-spamoracle-p)
15367         (spam-group-spam-processor-crm114-p)
15368         (spam-group-ham-processor-bogofilter-p)
15369         (spam-group-spam-processor-stat-p)
15370         (spam-group-ham-processor-stat-p)
15371         (spam-group-ham-processor-whitelist-p)
15372         (spam-group-ham-processor-BBDB-p)
15373         (spam-group-ham-processor-spamoracle-p)
15374         (spam-group-ham-processor-copy-p): Remove functions with some
15375         prejudice against unneeded code.
15376         (spam-report-articles-resend)
15377         (spam-report-resend-register-routine): Allow the group/topic
15378         spam-resend-to value to override spam-report-resend-to.
15379         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15380         properly now.
15381
15382         * gnus.el (spam-resend-to): Add group/topic parameter.
15383         (spam-process): Move the OBSOLETE processors to the end of the
15384         choices.
15385
15386 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15387
15388         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15389         with resend-to set to nil, and then ask the user if necessary.
15390         (spam-report-resend): spam-report-resend takes a list of articles, not
15391         separate article numbers.
15392
15393 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15396         addition to emacs-w3m.
15397
15398 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399
15400         * assistant.el (assistant-authinfo-data): New function.
15401         (assistant-eval): Eval for entire assistant.
15402
15403         * netrc.el (netrc-services-file): New variable.
15404         (netrc-parse-services): New function.
15405         (netrc-find-service-name): New function.
15406         (netrc-find-service-number): New function.
15407         (netrc-port-equal): New function.
15408         (netrc-machine): Use it.
15409
15410         * nnimap.el (nnimap-open-connection): Use netrc.
15411
15412         * gnus-util.el (gnus-netrc-get): Remove aliases.
15413
15414         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15415
15416         * assistant.el (wid-edit): Fix compilation.
15417
15418         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15419
15420 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15421
15422         * gnus-util.el (gnus-set-file-modes): New function.  (small
15423         patch).
15424
15425 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426
15427         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15428
15429         * assistant.el (assistant-render-node): Fix up rendering and
15430         read-only text.
15431         (assistant-render-node): Reset.
15432         (assistant-make-read-only): Not sticky.
15433
15434 2004-05-20  Danny Siu  <dsiu@adobe.com>
15435
15436         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15437         centered even when gnus-auto-center-summary is t.
15438
15439 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15440
15441         * dns.el (dns-get-txt-answer): New function.
15442         (dns-read-txt): Ditto.
15443         (query-dns): Use it.
15444
15445 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15448         active for foreign groups even if the group level is higher than
15449         the specified value.
15450
15451 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15452
15453         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15454         non-active groups.
15455
15456         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15457
15458 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15459
15460         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15461
15462 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15463
15464         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15465         (spam-crm114-header, spam-crm114-spam-switch)
15466         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15467         (spam-crm114-positive-spam-header)
15468         (spam-crm114-database-directory, spam-list-of-processors)
15469         (spam-group-spam-processor-crm114-p)
15470         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15471         (spam-generic-score, spam-list-of-checks)
15472         (spam-list-of-statistical-checks, spam-registration-functions)
15473         (spam-check-crm114-headers, spam-crm114-score)
15474         (spam-check-crm114, spam-crm114-register-with-crm114)
15475         (spam-crm114-register-spam-routine)
15476         (spam-crm114-unregister-spam-routine)
15477         (spam-crm114-register-ham-routine)
15478         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15479         asjo@koldfront.dk (Adam Sjøgren).
15480
15481         * gnus.el: Add spam-use-crm114.
15482
15483         * spam.el (spam-list-of-processors, spam-registration-functions):
15484         Add spam-use-resend.
15485         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15486         (spam-report-articles-gmane): Add doc fix.
15487         (spam-report-articles-resend, spam-report-resend-register-routine):
15488         Add wrappers around spam-report-resend-to.
15489
15490         * spam-report.el (spam-report-resend-to, spam-report-resend):
15491         Add support for resending spam.
15492         (spam-report-gmane): Fix line length >80.
15493
15494         * gnus.el (spam-process): Add spam-use-resend.
15495
15496 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15497
15498         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15499         number of processed spam messages.
15500         (spam-ham-copy-or-move-routine): Return the number of processed
15501         ham messages.
15502         (spam-summary-prepare-exit): Use the above values to decide
15503         whether status messages shouled be displayed.
15504
15505 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15508         `rfc2047-encoding-function-alist' in order to avoid conflicting
15509         with the old version.
15510         (rfc2047-encode-region): Concatenate words containing non-ASCII
15511         characters in structured fields; don't encode space-delimited
15512         ASCII words even in unstructured fields; don't break words at
15513         char-category boundaries.
15514         (rfc2047-encode-1): New function.
15515         (rfc2047-encode): Use it; encode text so that it occupies the
15516         maximum width within 76-column; work correctly on Q encoding for
15517         iso-2022-* charsets.
15518         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15519         sure not to break a line just after the header name.
15520         (rfc2047-b-encode-region): Removed.
15521         (rfc2047-b-encode-string): New function.
15522         (rfc2047-q-encode-region): Removed.
15523         (rfc2047-q-encode-string): New function.
15524
15525         * mm-util.el (mm-replace-in-string): New function.
15526
15527 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15528
15529         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15530         get it right.
15531         (gnus-inews-make-draft): Really.
15532
15533 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15534
15535         * nnmh.el (nnmh-request-list-1): Don't check the link count
15536         before descending.  (small patch)
15537
15538 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15539
15540         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15541         stuff.
15542
15543         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15544         on real group name.
15545
15546         * gnus-art.el (gnus-signature-limit): Doc fix.
15547
15548         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15549
15550         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15551
15552 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15553
15554         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15555         isn't a string.
15556
15557 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15558
15559         * gnus-draft.el (gnus-draft-send): Bind
15560         rfc2047-encode-encoded-words.
15561
15562         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15563         (rfc2047-encodable-p): Say that =? needs encoding.
15564         (rfc2047-encode-encoded-words): New variable.
15565
15566         * gnus-group.el (gnus-group-select-group): Doc fix.
15567
15568         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15569
15570         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15571         to nil.
15572
15573         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15574
15575         * nnheader.el (nnheader-get-lines-and-char): New function.
15576
15577 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * gnus-msg.el (gnus-summary-followup-with-original): Document
15580         yanking of region when active.
15581
15582 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15585         groups if the group level is higher than the specified value.
15586
15587 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15588
15589         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15590         (gnus-group-jump-to-group): Added prefix argument using
15591         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15592         non-active group.
15593
15594         * compface.el (uncompface): Be verbose when changing
15595         `uncompface-use-external'.
15596
15597         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15598         handle manual section.
15599
15600 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15601
15602         * gnus-art.el (gnus-button-alist): Revert previous change.
15603
15604 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15607
15608 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15609
15610         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15611         whether backend can accept message.
15612
15613         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15614
15615 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15616
15617         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15618         Avoid creating directory when nntp-marks-is-evil is true.
15619         Reported by Reiner Steib.
15620
15621 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15622
15623         * gnus-picon.el (gnus-picon-style): New variable.
15624         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15625         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15626         Jesper Harder <harder@ifa.au.dk>.
15627
15628 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15629
15630         * message.el (message-fill-field): Return point.
15631         (message-generate-headers): Go to end of field.
15632
15633         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15634         stuff for non-living groups.
15635
15636 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15637
15638         * gnus-art.el (gnus-article-followup-with-original)
15639         (gnus-article-reply-with-original): gnus-mark-active-p ->
15640         gnus-region-active-p.
15641
15642 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15643
15644         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15645         only when there is spam or ham to be processed.
15646
15647 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15648
15649         * mail-source.el (mail-source-delete-crash-box): Refactor.
15650         (mail-source-fetch): Use it.
15651         (mail-source-fetch-file): Ditto.
15652         (mail-source-fetch-directory): Run postscript in loop.
15653         (mail-source-fetch-pop): Delete.
15654         (mail-source-fetch-maildir): Ditto.
15655         (mail-source-fetch-imap): Ditto.
15656
15657         * imap.el (imap-authenticators): Comment out sasl.
15658
15659         * message.el (message-skip-to-next-address): New function.
15660         (message-fill-header-address): Refactor.
15661         (message-fill-address): Use it.
15662         (message-delete-address): Use it.
15663         (message-fill-header-general): Refactor.
15664         (message-fill-field-address): Rename.
15665         (message-narrow-to-field): Find the start of the header.
15666         (message-header-format-alist): Don't pre-fill.
15667         (message-fill-header): Removed.
15668         (message-insert-header): New function.
15669         (message-shorten-references): Use it.
15670
15671         * rfc2047.el (rfc2047-field-value): Strip props.
15672
15673         * mail-parse.el (mail-header-make-address): New alias.
15674
15675         * ietf-drums.el (ietf-drums-make-address): New function.
15676
15677         * imap.el: Add compiler directives.
15678
15679         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15680
15681         * gnus-art.el (article-decode-idna-rhs): Don't use
15682         message-idna-inside-rhs-p.
15683
15684 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15685
15686         * message.el (message-idna-inside-rhs-p): Removed.
15687         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15688
15689         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15690         false positives.
15691
15692 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15693
15694         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15695
15696 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15697
15698         * nneething.el (nneething-file-name): Don't create spurious
15699         files.
15700
15701         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15702         (gnus-inews-do-gcc): Remove sleep.
15703
15704         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15705         part under point.
15706
15707         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15708         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15709
15710 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15711
15712         * spam.el (spam-summary-prepare-exit): Fixed (length).
15713
15714 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15715
15716         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15717         as expired without moving it" message when there are spam
15718         messages left.
15719
15720 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15721
15722         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15723         header is not nil.
15724
15725 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15726
15727         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15728         nntp-possibly-create-directory, not nntp-possibly-change-group.
15729         (nntp-marks-changed-p): New arg SERVER.
15730         (nntp-request-update-info): Adjust caller.
15731
15732 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15733
15734         * nntp.el (nntp-save-marks): Pass missing arg.
15735
15736 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15737
15738         * nntp.el: Support marks.
15739         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15740         (nntp-marks-modtime, nntp-marks-directory): New variables.
15741         (nntp-request-set-mark, nntp-request-update-info)
15742         (nntp-possibly-create-directory, nntp-marks-changed-p)
15743         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15744         functions.
15745
15746 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15747
15748         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15749         (gnus-xmas-redefine): Rename.
15750
15751         * gnus-score.el (gnus-score-insert-help): Use
15752         gnus-select-lowest-window.
15753
15754         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15755         appt-select-lowest-window and rename to gnus-select-lowest-window.
15756
15757         * gnus.el: do.
15758
15759 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15760
15761         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15762         encodings of MIME-encoded words, in order to improve
15763         interoperability with several broken MUAs.
15764
15765 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15766
15767         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15768         tags, only when charsets are not specified in headers.
15769         (mm-inline-text-html-render-with-w3m): Ditto.
15770
15771         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15772         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15773
15774 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15775
15776         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15777         instead of MIME-decoded from fields when checking
15778         `gnus-article-address-banner-alist'.
15779
15780 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15781
15782         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15783         description rather than subject.
15784
15785 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15786
15787         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15788
15789 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15790
15791         * gnus.el (gnus-version-number): Bump.
15792
15793 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15794
15795         * gnus.el: No Gnus v0.2 is released.
15796
15797 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15798
15799         * gnus-agent.el (gnus-agent-read-agentview): Inline
15800         gnus-uncompress-range.
15801
15802 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15803
15804         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15805         `exec-installed-p'.
15806
15807 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15808
15809         * gnus.el (spam-process, spam-autodetect-methods): Add
15810         bsfilter and bsfilter-headers.
15811
15812         * spam.el (spam-bsfilter): New customize group.
15813         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15814         (spam-bsfilter-header, spam-bsfilter-probability-header)
15815         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15816         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15817         (spam-bsfilter-database-directory): New options.
15818         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15819         (spam-list-of-statistical-checks, spam-registration-functions):
15820         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15821         (spam-bsfilter-score): New command.
15822         (spam-check-bsfilter-headers, spam-check-bsfilter)
15823         (spam-bsfilter-register-with-bsfilter)
15824         (spam-bsfilter-register-spam-routine)
15825         (spam-bsfilter-unregister-spam-routine)
15826         (spam-bsfilter-register-ham-routine)
15827         (spam-bsfilter-unregister-ham-routine): New functions.
15828         (spam-generic-score): Support bsfilter; Accept an optional argument
15829         to recalcurate spam score even if scoring header has already been
15830         added.
15831         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15832         optional argument to recalcurate spam score even if scoring header
15833         has already been added.
15834
15835 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15836
15837         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15838         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15839         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15840         link is missing.
15841
15842 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15843
15844         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15845         (html2text-get-attr): Rewrite.
15846
15847         * message.el (message-setup-1): Remove redundant put-text-property
15848         on mail-header-separator.
15849
15850 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * gnus-registry.el (gnus-registry-cache-whitespace)
15853         (gnus-registry-action, gnus-registry-spool-action)
15854         (gnus-registry-split-fancy-with-parent): Change message levels
15855         from 5 to 3 or 7, as needed.
15856
15857         * spam.el (spam-summary-prepare-exit)
15858         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15859         (spam-split, spam-find-spam, spam-log-undo-registration)
15860         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15861         level from 5 to 6.
15862
15863 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15866         2004-03-04 change).
15867
15868 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15869
15870         * sieve-manage.el (sieve-manage-open):
15871         * nnweb.el (nnweb-insert-html):
15872         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15873         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15874         * nnspool.el (nnspool-request-group):
15875         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15876         * nnml.el (nnml-request-update-info):
15877         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15878         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15879         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15880         (nnimap-request-set-mark):
15881         * nnfolder.el (nnfolder-request-update-info):
15882         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15883         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15884         * gnus-uu.el (gnus-uu-find-articles-matching):
15885         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15886         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15887         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15888         * gnus-nocem.el (gnus-nocem-scan-groups):
15889         * gnus-int.el (gnus-start-news-server):
15890         * gnus-group.el (gnus-group-make-kiboze-group)
15891         (gnus-group-browse-foreign-server):
15892         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15893         Use mapc when appropriate.
15894
15895 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15896
15897         FIXME: Make separate entries for each person.
15898
15899         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15900         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15901         <shields@msrl.com>:
15902
15903         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15904         may need for spam sorting and scoring.
15905         (spam-user-format-function-S): Add user format function suitable for
15906         general use.
15907         (spam-article-sort-by-spam-status): Add sorting function for summary
15908         sorting.
15909         (spam-extra-header-to-number): Add function to get a score from a
15910         header.
15911         (spam-summary-score): Add function to get a numeric score from the
15912         headers.
15913         (spam-generic-score): Fix function doc, was in wrong place.
15914         (spam-initialize): Take symbols when it's run, and install the
15915         extra headers that spam-necessary-extra-headers thinks we need.
15916
15917 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15918
15919         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15920         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15921
15922 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15923
15924         * gnus-sum.el (gnus-set-global-variables)
15925         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15926         (gnus-article-get-xrefs, gnus-summary-best-group)
15927         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15928         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15929         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15930         Use with-current-buffer.
15931
15932 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15933
15934         * spam.el (spam-summary-prepare-exit): Simplify logic.
15935         (spam-fetch-article-header): Read the article header if it's not
15936         available.
15937         (spam-list-articles): Simplify logic.
15938         (spam-filelist-register-routine): Fix bug with unregister-list.
15939
15940         * gnus-registry.el: Fix comments at beginning.
15941
15942 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15943
15944         * message.el (message-cater-to-broken-inn): Remove.
15945         (message-shorten-references): Make sure the total folded length of
15946         References is shorter than 998 characters to cater to a bug in INN
15947         2.3.  Also, don't pretend that references aren't folded -- this
15948         hasn't worked for a while.
15949
15950 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15951
15952         * gnus-agent.el (gnus-agentize):
15953         gnus-agent-send-mail-real-function no longer set to current value
15954         of message-send-mail-function but rather a lambda that calls
15955         message-send-mail-function.  The change makes the agent real-time
15956         responsive to user changes to message-send-mail-function.
15957
15958 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15959
15960         * legacy-gnus-agent.el
15961         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15962         help from Florian Weimer <fw@deneb.enyo.de>
15963
15964 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * nnmail.el (nnmail-cache-insert): Revert last change.
15967
15968 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * nnmail.el (nnmail-cache-insert): Always check whether
15971         nnmail-cache-ignore-groups matches a group name.
15972
15973 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15974
15975         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15976         (spam-find-spam, spam-log-processing-to-registry)
15977         (spam-log-registered-p, spam-log-unregistration-needed-p)
15978         (spam-log-undo-registration): Use gnus-message instead of
15979         gnus-error, none of these errors are fatal.
15980
15981         * gnus-registry.el (gnus-registry-clean-empty-function)
15982         (gnus-registry-clean-empty): Remove only empty entries without
15983         extra data.
15984
15985 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15986
15987         * spam-stat.el (spam-stat-buffer-change-to-spam)
15988         (spam-stat-buffer-change-to-non-spam): Change (error) to
15989         (gnus-message 8) invocation.
15990
15991 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * nntp.el (nntp-via-netcat-command): New variable.
15994         (nntp-via-netcat-switches): New variable.
15995         (nntp-open-via-rlogin-and-netcat): New function.
15996         (nntp-open-connection-function): Doc fix.
15997         (nntp-telnet-command): Doc fix.
15998         (nntp-end-of-line): Doc fix.
15999         (nntp-via-rlogin-command): Doc fix.
16000         (nntp-via-user-name): Doc fix.
16001         (nntp-via-address): Doc fix.
16002
16003 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16006         error in Emacs 21.1.
16007
16008 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16011
16012 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16013
16014         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16015         (gnus-agent-with-refreshed-group): New macro.
16016         (gnus-agent-rename-group): New function.
16017         (gnus-agent-delete-group): New function.
16018         (gnus-agent-save-group-info): Use gnus-command-method when
16019         `method' parameter is nil.  Don't write nil entries into the
16020         active file.
16021         (gnus-agent-get-group-info): New function.
16022         (gnus-agent-fetch-articles): Use
16023         gnus-agent-update-files-total-fetched-for to increment disk space
16024         used.
16025         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16026         gnus-agent-update-view-total-fetched-for to increment disk space
16027         used.
16028         (gnus-agent-get-local): Added optional parameters to avoid calling
16029         gnus-group-real-name and gnus-find-method-for-group.
16030         (gnus-agent-set-local): Delete stored entry if either min, or max,
16031         are nil.
16032         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16033         quit, use gnus-agent-regenerate-group to record existance of any
16034         articles fetched to disk before the quit occurred.
16035         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16036         gnus-agent-update-view-total-fetched-for, and
16037         gnus-agent-update-files-total-fetched-for to decrement disk space
16038         used.
16039         (gnus-agent-retrieve-headers): Use
16040         gnus-agent-update-view-total-fetched-for to increment disk space
16041         used.
16042         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16043         with gnus-agent-update-files-total-fetched-for to decrement disk
16044         space and fresh group buffer.
16045         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16046         (gnus-agent-need-update-total-fetched-for): New variable.
16047         (gnus-agent-update-files-total-fetched-for): New function.
16048         (gnus-agent-update-view-total-fetched-for): New function.
16049         (gnus-agent-total-fetched-for): New function.
16050
16051         * gnus-cache.el (gnus-cache-save-buffers): Use
16052         gnus-cache-update-overview-total-fetched-for to change disk space
16053         used by this group.
16054         (gnus-cache-possibly-enter-article): Use
16055         gnus-cache-update-file-total-fetched-for to increment disk space
16056         used by this group.
16057         (gnus-cache-possibly-remove-article): Use
16058         gnus-cache-update-file-total-fetched-for to decrement disk space
16059         used by this group.
16060         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16061         (gnus-cache-rename-group): New function.
16062         (gnus-cache-delete-group): New function.
16063         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16064         (gnus-cache-need-update-total-fetched-for): New variable.
16065         (gnus-cache-with-refreshed-group): New macro.
16066         (gnus-cache-update-file-total-fetched-for): New function.
16067         (gnus-cache-update-overview-total-fetched-for): New function.
16068         (gnus-cache-rename-group-total-fetched-for): New function.
16069         (gnus-cache-delete-group-total-fetched-for): New function.
16070         (gnus-cache-total-fetched-for): New function.
16071
16072         * gnus-group.el: Require gnus-sum and autoload functions to
16073         resolve warnings when gnus-group.el compiled alone.
16074         (gnus-group-line-format): Documented new %F.
16075         (size of Fetched data) group line format; identifies disk space
16076         used by agent and cache.
16077         (gnus-group-line-format-alist): Defined new F format.
16078         (gnus-total-fetched-for): New function.
16079         (gnus-group-delete-group): No longer update
16080         gnus-cache-active-altered as gnus-request-delete-group now keeps
16081         the cache in sync.
16082         (gnus-group-list-active): Let the agent store a server's active
16083         list if currently plugged.
16084
16085         * gnus-int.el (gnus-request-delete-group):
16086         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16087         local disk in sync with the server.
16088         (gnus-request-rename-group):
16089         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16090         local disk in sync with the server.
16091
16092         * gnus-start.el (gnus-get-unread-articles):
16093         Cosmetic simplification to logic.
16094
16095         * gnus-util.el (gnus-rename-file): New function.
16096
16097 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16098
16099         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16100
16101 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16102
16103         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16104         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16105
16106 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16107
16108         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16109         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16110
16111 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16112
16113         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16114
16115 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16116
16117         * spam.el (spam-set-difference): Add function to replace
16118         gnus-set-difference in spam.el.
16119         (spam-summary-prepare-exit): Use spam-set-difference.
16120
16121 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16122
16123         * gnus-registry.el (gnus-registry-cache-file): Update to use
16124         gnus-dribble-directory OR gnus-home-directory OR ~.
16125         (gnus-registry-split-fancy-with-parent): Fix doc.
16126
16127 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * message.el (message-exchange-point-and-mark): Use
16130         message-mark-active-p.  Suggested by Jesper Harder
16131         <harder@ifa.au.dk>.
16132
16133 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * message.el (message-exchange-point-and-mark): Don't activate
16136         region if it was inactive.  Suggested by Hiroshi Fujishima
16137         <pooh@nature.tsukuba.ac.jp>.
16138
16139 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * gnus-art.el (article-display-face): Display Faces in the same
16142         order as X-Faces.
16143
16144 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16147
16148 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16151         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16152         (gnus-article-mime-hierarchy): Remove.
16153         (gnus-article-mime-hierarchy-next): Remove.
16154         (gnus-article-mode): Revert 2004-03-19 change.
16155         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16156         (gnus-insert-mime-button): Revert 2004-03-19 change.
16157         (gnus-mime-accumulate-hierarchy): Remove.
16158         (gnus-mime-enter-multipart): Remove.
16159         (gnus-mime-leave-multipart): Remove.
16160         (gnus-mime-display-part): Revert 2004-03-19 change.
16161         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16162
16163         * mml.el (mml-preview): Revert 2004-03-19 change.
16164
16165 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16166
16167         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16168
16169 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16172         t while entering a file name using the mm-with-multibyte macro.
16173         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16174
16175         * mm-util.el (mm-with-multibyte): New macro.
16176
16177 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16180         user option.
16181         (gnus-mime-multipart-functions): Doc and customization fix.
16182         (gnus-article-mime-hierarchy): New variable.
16183         (gnus-article-mime-hierarchy-next): New variable.
16184         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16185         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16186         gnus-article-mime-hierarchy-next to nil.
16187         (gnus-insert-mime-button): Show hierarchy numbers.
16188         (gnus-mime-accumulate-hierarchy): New function.
16189         (gnus-mime-enter-multipart): New function.
16190         (gnus-mime-leave-multipart): New function.
16191         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16192         (gnus-mime-display-alternative): Show hierarchy numbers.
16193
16194         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16195         gnus-article-mime-hierarchy-next to nil.
16196
16197 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16198
16199         * dns.el: Don't require gnus-xmas.
16200
16201 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16202
16203         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16204         inline PGP.
16205         (mml-menu): Disable mml-quote-region if mark is inactive.
16206
16207 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16210         when the group's active is not available.
16211
16212 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16215         error.
16216
16217 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * imap.el (imap-store-password): New variable.
16220         (imap-interactive-login): Use it.
16221         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16222
16223 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16226         window-start and hscroll to summary window.
16227
16228 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16229
16230         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16231         conversion message to newsrc-dribble when an actual conversion is
16232         performed.
16233
16234 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16235
16236         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16237
16238 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * mm-decode.el (mm-complicated-handles): New function reviving
16241         former definition of mm-multiple-handles.
16242
16243         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16244         (gnus-mime-delete-part): Use it.
16245
16246 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16247
16248         * gnus-agent.el (gnus-agent-read-local): Bind
16249         nnheader-file-coding-system to gnus-agent-file-coding-system to
16250         avoid the implicit assumption that they will always be equal.
16251         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16252         coding-system-for-write, as the with-temp-file macro first prints
16253         to a buffer then saves the buffer.
16254
16255 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-art.el (gnus-article-edit-part): New function.
16258         (gnus-mime-save-part-and-strip): Use it; do query instead of
16259         signaling an error; don't use mm-multiple-handles.
16260         (gnus-mime-delete-part): Ditto.
16261
16262 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16263
16264         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16265         old file versions.
16266         (gnus-group-prepare-hook): Removed function that converted list
16267         form of gnus-agent-expire-days to group properties.
16268
16269         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16270         (gnus-request-accept-article): Re-indented.
16271
16272         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16273         converters to handle old agent file formats.  Added logic for a
16274         "backup before upgrading warning".
16275         (gnus-convert-mark-converter-prompt): Developers can mark
16276         functions as needing (default), or not needing,
16277         gnus-convert-old-newsrc's "backup before upgrading warning".
16278         (gnus-convert-converter-needs-prompt): Tests whether the user
16279         should be protected from potentially irreversable changes by the
16280         function.
16281
16282         * legacy-gnus-agent.el: New.  Provides converters that are only
16283         loaded when gnus-convert-old-newsrc needs to call them.
16284
16285 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * mail-source.el (mail-source-touch-pop): Doc fix.
16288
16289         * message.el (message-smtpmail-send-it): Doc fix.
16290
16291 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16292
16293         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16294
16295         * nnmail.el (nnmail-split-fancy): do.
16296
16297         * gnus-kill.el (gnus-kill, gnus-execute): do.
16298
16299 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16300
16301         * gnus-sum.el (gnus-widget-reversible-match)
16302         (gnus-widget-reversible-to-internal)
16303         (gnus-widget-reversible-to-external): New functions.
16304         (gnus-widget-reversible): New widget.
16305         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16306
16307 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16308
16309         * gnus-sum.el (gnus-thread-sort-functions)
16310         (gnus-article-sort-functions): Document `(not F)' items.
16311
16312 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16313
16314         * spam.el (spam-use-gmane-xref): Add new backend.
16315         (spam-gmane-xref-spam-group): Add variable to control the name of the
16316         Gmane spam group.
16317         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16318         (spam-regex-headers-spam, spam-regex-headers-ham)
16319         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16320         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16321         backends and checks.
16322         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16323
16324         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16325         an autodetect method.
16326
16327 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16328
16329         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16330         articles are being added to a group.
16331         (gnus-request-replace-article): Inform the agent that articles
16332         need to be uncached as the cached contents are no longer valid.
16333
16334 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * binhex.el: Don't autoload executable-find.
16337
16338         * canlock.el: Don't autoload mail-fetch-field.
16339
16340         * dgnushack.el: Autoload c-mode for XEmacs.
16341
16342         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16343
16344         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16345         rmail-dont-reply-to and rmail-output.
16346
16347         * gnus-score.el: Don't autoload ffap-string-at-point.
16348
16349         * gnus-setup.el: Don't autoload sc-cite-original.
16350
16351         * imap.el: Don't autoload base64-decode-string,
16352         base64-encode-string and md5.
16353
16354         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16355         and rmail-msg-restore-non-pruned-header.
16356
16357         * mm-decode.el: Don't autoload executable-find.
16358
16359         * mm-url.el: Don't autoload executable-find.
16360
16361         * mm-view.el: Don't autoload diff-mode.
16362
16363         * nndb.el: Don't autoload news-reply-mode, news-setup,
16364         cancel-timer and telnet.
16365
16366         * password.el: Don't autoload run-at-time for Emacs.
16367
16368         * sha1-el.el: Don't autoload executable-find.
16369
16370         * sieve-mode.el: Don't autoload c-mode.
16371
16372         * uudecode.el: Don't autoload executable-find.
16373
16374 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16375
16376         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16377         (gnus-agent-possibly-alter-active): Avoid null in numeric
16378         comparison.
16379         (gnus-agent-set-local): Refuse to save null in local object table.
16380         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16381         list of articles that will be marked as unread.
16382
16383 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16386
16387 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16388
16389         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16390         language tags.
16391
16392 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16393
16394         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16395         Don't bind "obarray".
16396
16397         * gnus-sum.el (gnus-thread-sort-functions): Added
16398         `gnus-thread-sort-by-most-recent-number' and
16399         `gnus-thread-sort-by-most-recent-date'.
16400         Reported by Kai Grossjohann <kai@emptydomain.de>.
16401
16402 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16405
16406 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16407
16408         * gnus-cus.el (gnus-agent-customize-category): Removed
16409         ignore-errors macro reference that required cl to be loaded at
16410         run-time.
16411
16412         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16413         single-interval range of the form (min . max).  Previously the
16414         range had to look like ((min . max)).  Likewise, return
16415         (min . max) rather than ((min . max)).
16416         (gnus-range-map): Use gnus-range-normalize to accept
16417         single-interval range.
16418
16419         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16420         the cache, but not the agent, now appear with their usual face.
16421
16422         * dgnushack.el (loaddir): New variable that is bound to the
16423         directory containing the dgnushack.el file. Use loaddir, rather
16424         than srcdir, to update load-path. Change lets dgnushack compile
16425         code in directories other than GNUS/lisp.
16426
16427 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * lpath.el: Don't bind w3m-safe-url-regexp.
16430
16431         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16432         w3m-safe-url-regexp variable buffer-local.
16433
16434         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16435
16436 2004-02-27  Simon Josefsson  <jas@extundo.com>
16437
16438         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16439         gnus-group-real-prefix.
16440         (gnus-summary-move-article): Use it, instead of
16441         gnus-group-real-prefix.
16442
16443 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * lpath.el: Bind w3m-safe-url-regexp.
16446
16447         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16448         w3m-safe-url-regexp variable buffer-local and set it as the value
16449         of mm-w3m-safe-url-regexp.
16450
16451         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16452
16453         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16454         parsing gnus-posting-styles when the message is not for replying.
16455
16456         * dgnushack.el: Autoload sgml-mode for XEmacs.
16457
16458         * nnrss.el (nnrss-opml-export): Use
16459         mm-set-buffer-file-coding-system instead of
16460         set-buffer-file-coding-system.
16461
16462 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16463
16464         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16465         of checkdoc.el).
16466         * nnrss.el: do.
16467         * gnus-mlspl.el: do.
16468         * gnus-ml.el: do.
16469         * gnus-srvr.el: do.
16470
16471         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16472
16473 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16474
16475         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16476         Corrections to custom-manual links.
16477
16478         * gnus-art.el (gnus-article): Ditto.
16479
16480         * mm-decode.el (mime-display, mime-security): Ditto.
16481
16482 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16483
16484         * flow-fill.el: Typo.
16485
16486 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16487
16488         * spam-wash.el: New file.
16489
16490 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16491
16492         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16493
16494 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16495
16496         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16497         to be run with new-articles as LIST1, not LIST2.
16498         (spam-registration-functions): Add spam-use-ham-copy as a nil
16499         registration backend.
16500
16501 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16502
16503         * spam-stat.el (spam-stat-washing-hook): New option.
16504         (spam-stat-buffer-words): Use it.
16505         (spam-stat-process-directory, spam-stat-test-directory): Use
16506         insert-file-contents-literally.
16507         (spam-stat-coding-system): New variable.
16508         (spam-stat-load, spam-stat-save): Use it.
16509
16510 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * spam-report.el (spam-report-plug-agent): Quote
16513         spam-report-url-to-file and spam-report-url-ping-plain.
16514
16515 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16518         / in mailto URLs.
16519
16520 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * spam-report.el (spam-report-process-queue): Fix interactive use.
16523         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16524         (spam-report-unplug-agent): Doc fixes.
16525         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16526         (spam-report-agentize, spam-report-deagentize): Autoload.
16527
16528 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16531
16532         * message.el (message-setup-fill-variables): Add mml tags to
16533         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16534         <ajk@iu.edu>.
16535         (message-mode): Don't modify paragraph-separate there.
16536
16537 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * compface.el (uncompface-use-external): Default to undecided.
16540         (uncompface-use-external-threshold): New variable.
16541         (uncompface-float-time): New macro.
16542         (uncompface): Determine whether to use the external decoder if
16543         uncompface-use-external is undecided.
16544
16545 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16546
16547         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16548         after images.
16549
16550         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16551
16552 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16553
16554         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16555
16556         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16557
16558         * gnus-sum.el (gnus-summary-limit-to-age)
16559         (gnus-summary-limit-children): do.
16560
16561         * gnus-int.el (gnus-request-scan): do.
16562
16563         * gnus-group.el (gnus-group-suspend): do.
16564
16565         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16566
16567         * gnus-cite.el (gnus-cite-parse-attributions): do.
16568
16569         * gnus-agent.el (gnus-summary-set-agent-mark)
16570         (gnus-agent-regenerate-group): do.
16571
16572         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16573
16574         * binhex.el (binhex-decode-region-internal): do.
16575
16576 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-fun.el (gnus-face-properties-alist): New user option.
16579         (gnus-display-x-face-in-from): Use it.
16580
16581         * gnus-art.el (article-display-face): Ditto.
16582
16583         * compface.el (uncompface-use-external): Default to nil.
16584
16585 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16586
16587         * nntp.el (nntp-erase-buffer): New function.
16588         (nntp-retrieve-data, nntp-send-command)
16589         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16590         (nntp-possibly-change-group): Use it.
16591
16592         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16593         with-current-buffer.
16594
16595 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16596
16597         * compface.el: Merge the ELisp-based uncompface program.
16598         (compface): New customization group.
16599         (uncompface-use-external): New user option.
16600         (uncompface): Call uncompface-internal if uncompface-use-external
16601         is nil.
16602         (uncompface-internal): New function.  Note that there are also
16603         some other functions and variables added for this function.
16604
16605 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16606
16607         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16608         if necessary.
16609
16610 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16611
16612         * spam-report.el (spam-report-unplug-agent)
16613         (spam-report-plug-agent, spam-report-deagentize)
16614         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16615         Add support for the Agent in spam-report: when unplugged, report to a
16616         file; when plugged, submit all the requests.
16617
16618         * spam.el (spam-register-routine): Fix message about
16619         registration.
16620
16621 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16622
16623         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16624         dependencies.
16625         (rfc2047-encode): Use it.
16626
16627         * gnus-art.el (gnus-button-marker-list): Move before first
16628         reference.
16629
16630         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16631         (imap-parse-body): Fix format string mismatch.
16632
16633         * gnus-score.el (gnus-summary-increase-score): do.
16634
16635         * nnrss.el (nnrss-close): New function.
16636
16637 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16638
16639         * nnrss.el (nnrss-make-filename): New function.
16640         (nnrss-request-delete-group, nnrss-read-server-data)
16641         (nnrss-save-server-data, nnrss-read-group-data)
16642         (nnrss-save-group-data): Use it.
16643         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16644         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16645         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16646
16647 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16648
16649         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16650
16651 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16652
16653         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16654         files.
16655
16656         * message.el (message-generate-headers-first): Don't quote nil
16657         and t in docstrings.
16658
16659         * imap.el (imap-id): do.
16660
16661         * gnus-agent.el (gnus-agent-consider-all-articles)
16662         (gnus-agent-queue-mail): do.
16663
16664 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16665
16666         * spam-report.el (spam-report-process-queue): New function.
16667         Process requests from `spam-report-requests-file'.
16668         (spam-report-process-queue): Doc fix.
16669
16670 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * spam.el (spam-register-routine)
16673         (spam-log-processing-to-registry, spam-log-registered-p)
16674         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16675         Change "check" to "spam-check" for semi-clarity.
16676
16677 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16678
16679         * pop3.el: Require nnheader.
16680
16681         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16682
16683         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16684
16685         * gnus-picon.el: Require cl.
16686
16687         * gnus-fun.el: Require gnus-ems and gnus-util.
16688
16689         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16690
16691         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16692
16693         * gnus-art.el (gnus-article-edit-mode): Define before first
16694         reference.
16695
16696 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16697
16698         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16699         (gnus-uu-post-encoded): Use point-at-bol.
16700
16701         * gnus-topic.el (gnus-group-active-topic-p): do.
16702
16703         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16704
16705         * gnus-group.el (gnus-group-kill-region): do.
16706
16707         * gnus-art.el (article-date-ut): do.
16708
16709         * message.el (message-fetch-field): Remove redundant
16710         case-fold-search binding.
16711         (message-narrow-to-field): Simplify.
16712
16713 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * spam.el (spam-directory): Derive from `gnus-directory'.
16716
16717         * spam-report.el (spam-report-url-to-file)
16718         (spam-report-requests-file): New function and variable for offline
16719         reporting.
16720         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16721         and user defined function.
16722         (spam-report-url-ping-mm-url): Remove doubled slash.
16723
16724 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16725
16726         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16727
16728 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16729
16730         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16731         format string mismatch.
16732
16733         * sieve.el (sieve-deactivate-all): do.
16734
16735         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16736
16737         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16738
16739         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16740
16741         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16742
16743 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16744
16745         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16746         the list of checks.
16747
16748 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16749
16750         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16751         padding.
16752
16753 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16754
16755         * mm-view.el (mm-fill-flowed): New variable.
16756         (mm-inline-text): Use it.
16757
16758 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16759
16760         * spam.el (spam-spamassassin-register-ham-routine)
16761         (spam-spamassassin-register-spam-routine): Fix function names.
16762
16763 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * gnus.el (gnus-tmp-grouplens): Remove.
16766         (gnus-summary-line-format): Remove grouplens.
16767
16768         * gnus-group.el (gnus-group-line-format): Ditto.
16769
16770         * gnus-spec.el (gnus-format-specs): Ditto.
16771         (gnus-update-format-specifications): Flush the group format spec
16772         cache if there's the grouplens stuff.
16773         (gnus-parse-simple-format): Replace %l with the empty string.
16774
16775 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16776
16777         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16778         omission.
16779
16780 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16783         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16784
16785 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16786
16787         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16788         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16789         New macros and functions.
16790         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16791         Handle > NLINK_MAX messages.
16792         * nnmaildir.el (nnmaildir-request-set-mark): Use
16793         nnmaildir--emlink-p and nnmaildir--eexist-p.
16794
16795 2004-01-25  Alex Schroeder  <alex@gnu.org>
16796
16797         * spam-stat.el (spam-stat-process-directory-age): New option.
16798         (spam-stat-process-directory): Use it.
16799
16800 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16801
16802         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16803         (spam-stat-save): Accept prefix argument.
16804
16805 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16806
16807         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16808         links" error.
16809
16810 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16813         the rest of the and/or forms.
16814
16815 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16816
16817         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16818         compatibility with old .newsrc.eld files.
16819
16820         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16821
16822         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16823
16824         * gnus-start.el (gnus-1): do.
16825
16826         * gnus-group.el (gnus-group-line-format-alist): do.
16827
16828         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16829
16830         * gnus-gl.el: Remove.
16831
16832 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16833
16834         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16835         marks consisting of a single range {for example, (3 . 5)} rather
16836         than a list of a single range { ((3 . 5)) }.
16837
16838 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16839
16840         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16841         with-current-buffer.
16842         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16843         avoid consing a string.
16844
16845         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16846         Remove obsolete entries for big5 and gb2312.
16847
16848 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16849
16850         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16851         uncompressed list.
16852
16853 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16854
16855         * spam-stat.el (spam-stat-strip-xref): New function.
16856         (spam-stat-process-directory): Use it.
16857
16858         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16859         here -- it's done in message-fetch-field.
16860
16861 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16862
16863         * gnus-agent.el (gnus-agent-queue-mail)
16864         (gnus-agent-prompt-send-queue): New variables.
16865         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16866         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16867         "nndraft:queue" along to gnus-draft-send.  Use
16868         gnus-agent-prompt-send-queue.
16869         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16870         is "nndraft:queue".  Suggested by Gaute Strokkenes
16871         <gs234@srcf.ucam.org>
16872
16873         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16874         (agent-enable-undownloaded-faces): Added.
16875         (gnus-agent-cat-groups): Use eval-and-compile, not
16876         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16877         method of gnus-agent-cat-groups even when the buffer has been
16878         evaled.
16879         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16880         delete gnus-agent-save-active-1.
16881         (gnus-agent-save-groups): Deleted.  Identical to
16882         gnus-agent-save-active.
16883         (gnus-agent-write-active): No longer adjust agent's copy of active
16884         file as agent's adjustments are now stored in their own
16885         file.  Removed optional parameter.
16886         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16887         servers.  Add use of min/max range limits from server's local
16888         file.
16889         (gnus-agent-save-alist): Removed unused optional argument.
16890         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16891         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16892         (gnus-agent-set-local): A per-server file that keeps min/max range
16893         limits for articles known to the agent.  Provides a fast mechanism
16894         for altering many active ranges.
16895         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16896         active file (local makes it unnecessary).
16897         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16898
16899         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16900         (agent-enable-undownloaded-faces): Added.
16901
16902         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16903         disable it when sending to "nndraft:queue".
16904         (gnus-group-send-queue): Add safety check to avoid sending queue
16905         when unplugged.
16906
16907         * gnus-group.el (gnus-group-catchup): Use new
16908         gnus-sequence-of-unread-articles, not
16909         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16910         numbers of articles.  Use gnus-range-map to avoid having to
16911         uncompress the unread list.
16912         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16913         Fixed invalid ange-ftp reference.
16914
16915         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16916         (gnus-sorted-range-intersection): Intersection of two ranges
16917         without requiring that they first be uncompressed.
16918
16919         * gnus-start.el (gnus-activate-group): Unless blocked by the
16920         caller, possibly expand the active range to include both cached
16921         and agentized articles.
16922         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16923         multiple version-dependent converters.
16924         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16925         gnus-agent-save-active.
16926         (gnus-save-newsrc-file): Save dirty agent range limits.
16927
16928         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16929         gnus-agent-possibly-alter-active.
16930         (gnus-adjust-marked-articles): Faster handling of simple lists.
16931
16932 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16933
16934         * spam-stat.el (spam-stat-test-directory): New optional argument
16935         displays a list of files detected.  Suggested by Andrew Cohen
16936         <cohen@andy.bu.edu>.
16937         (spam-stat-buffer-words-with-scores): Don't narrow and change
16938         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16939
16940 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16941
16942         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16943         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16944         (spam-spamassassin-arguments)
16945         (spam-spamassassin-spam-flag-header)
16946         (spam-spamassassin-positive-spam-flag-header)
16947         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16948         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16949         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16950         (spam-list-of-processors, spam-list-of-checks)
16951         (spam-list-of-statistical-checks, spam-registration-functions)
16952         (spam-check-spamassassin-headers, spam-check-spamassassin)
16953         (spam-spamassassin-score)
16954         (spam-spamassassin-register-with-sa-learn)
16955         (spam-spamassassin-register-spam-routine)
16956         (spam-spamassassin-register-ham-routine)
16957         (spam-assassin-register-spam-routine)
16958         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16959         (spam-bogofilter-score): Fix to show article before scoring.
16960
16961 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16962
16963         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16964         default scoring function.
16965         (spam-generic-score): Call spam-spamassassin-score if
16966         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16967         spam-bogofilter-score otherwise.
16968
16969         * gnus.el (spam-process, spam-autodetect-methods): Add
16970         spamassassin and spamassassin-headers.
16971
16972 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16973
16974         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16975         Suppress unnecessary messages.
16976
16977 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16978
16979         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16980         make-hash-table.
16981
16982 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * canlock.el (base64-encode-string): Don't autoload it.
16985
16986 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * run-at-time.el: Remove useless (require 'itimer),
16989         eval-and-compile and (featurep 'xemacs).
16990
16991 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16992
16993         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16994         GROUP is a virtual group.
16995
16996 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16997
16998         * gnus.el: Autoload `message-y-or-n-p'.
16999
17000 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17001
17002         * pgg-parse.el: Remove unnecessary (require 'custom).
17003
17004         * pgg-def.el: do.
17005
17006         * nnmail.el: do.
17007
17008         * gnus-undo.el: do.
17009
17010         * gnus-picon.el: do.
17011
17012         * gnus-util.el: do.
17013
17014 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17015
17016         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17017
17018 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17021         handle, as well as a list.
17022
17023         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17024         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17025         (mm-w3m-cid-retrieve): Simplify.
17026
17027 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17028
17029         * message.el (message-kill-to-signature): Allow prefix arg to
17030         specify number of lines to keep before signature.
17031
17032 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17033
17034         * message.el (message-kill-to-signature): Change docstring.
17035
17036 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * canlock.el: Always require sha1-el.
17039         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17040
17041         * message.el: Autoload sha1 only when compiling.
17042
17043         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17044         eudc-expand-inline for XEmacs.
17045
17046 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * message.el (message-canlock-generate): Require sha1-el.
17049
17050 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17051
17052         * message.el (message-expand-name): Silence the byte compiler.
17053
17054         * lpath.el: Add detect-coding-system.
17055
17056         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17057         cus-edit.
17058
17059 2004-01-13  Simon Josefsson  <jas@extundo.com>
17060
17061         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17062         Invoke gnus-score-mode.  Reported by
17063         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17064
17065         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17066         Jim Blandy <jimb@redhat.com> (tiny change).
17067
17068 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17069
17070         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17071
17072 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17073
17074         * spam.el (spam-get-article-as-string): Update to use
17075         gnus-request-article-this-buffer, much simpler.
17076         (spam-get-article-as-buffer): Remove.
17077
17078 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17079
17080         * message.el (message-expand-name): Use EUDC if the user uses that.
17081
17082 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17083
17084         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17085         character for the encoding to avoid consing a string.
17086
17087         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17088         unnecessarily.
17089
17090         * mm-util.el (mm-replace-chars-in-string): Remove.
17091
17092         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17093         of mm-replace-chars-in-string.
17094
17095 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17096
17097         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17098
17099         * mm-util.el (mm-subst-char-in-string): Support inplace.
17100
17101         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17102         a new string in every iteration.  Use shy groups.
17103
17104 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17105
17106         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17107         * gnus-soup.el (gnus-soup-group-brew):
17108         * gnus-msg.el (gnus-put-message):
17109         * gnus-move.el (gnus-group-move-group-to-server):
17110         * gnus-kill.el (gnus-batch-score):
17111         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17112         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17113         (gnus-group-update-group, gnus-group-read-group)
17114         (gnus-group-make-group, gnus-group-make-help-group)
17115         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17116         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17117         (gnus-group-sort-by-unread, gnus-group-catchup)
17118         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17119         (gnus-group-yank-group, gnus-group-set-info)
17120         (gnus-group-list-groups):
17121         * gnus.el (gnus-generate-new-group-name):
17122         * gnus-delay.el (gnus-delay-send-queue):
17123         * nnvirtual.el (nnvirtual-catchup-group):
17124         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17125         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17126         (gnus-group-prepare-topics, gnus-topic-check-topology):
17127         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17128         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17129         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17130         (gnus-group-make-articles-read):
17131         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17132         (gnus-group-change-level, gnus-kill-newsgroup)
17133         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17134         (gnus-get-unread-articles, gnus-make-articles-unread)
17135         (gnus-make-ascending-articles-unread): Use accessor
17136         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17137         to get group information for improved readability.
17138
17139
17140 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17141
17142         * gnus-art.el (article-decode-mime-words, article-babel)
17143         (gnus-article-highlight-signature, gnus-article-add-buttons)
17144         (gnus-signature-toggle): Use gnus-with-article-buffer.
17145
17146         * gnus-art.el (gnus-article-highlight-headers)
17147         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17148
17149         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17150         (gnus-article-set-globals, gnus-request-article-this-buffer)
17151         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17152         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17153         (gnus-mime-display-alternative): Use with-current-buffer.
17154
17155 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17156
17157         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17158         also under 80 char limit, and call gnus-error if needed.
17159         (spam-fetch-article-header): Fix - it was a
17160         buffer-local variable (gnus-newsgroup-data).
17161         (spam-find-spam): Use spam-generate-fake-headers, forget about
17162         spam-insert-fake-headers.
17163         (spam-insert-fake-headers): Remove.
17164
17165 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * deuglify.el (gnus-article-outlook-unwrap-lines)
17168         (gnus-outlook-rearrange-article)
17169         (gnus-outlook-repair-attribution-outlook)
17170         (gnus-outlook-repair-attribution-block)
17171         (gnus-outlook-repair-attribution-other): Remove redundant
17172         save-excursion.
17173
17174 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17175
17176         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17177         (spam-fetch-field-subject-fast)
17178         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17179         (spam-fetch-article-header): Add functions to deal with Gnus
17180         internals for fast retrieval of article header data.
17181         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17182
17183 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17184
17185         * pop3.el (pop3-md5): Remove.
17186         (pop3-apop): Replace pop3-md5 with md5.
17187
17188         * mm-bodies.el: base64 is always built-in.
17189
17190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17191         with-current-buffer.
17192
17193 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * canlock.el (canlock-insert-header): Remove excessive grouping in
17196         regexp.
17197
17198         * gnus-sum.el (gnus-summary-read-document): Ditto.
17199
17200         * gnus-uu.el (gnus-uu-part-number): Ditto.
17201
17202         * html2text.el (html2text-remove-tags): Ditto.
17203         (html2text-format-tags): Ditto.
17204         (html2text-format-single-elements): Ditto.
17205
17206         * mml.el (mml-parse-1): Ditto.
17207
17208 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17209
17210         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17211
17212         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17213
17214         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17215
17216         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17217
17218 2003-11-15  Simon Josefsson  <jas@extundo.com>
17219
17220         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17221         (pgg-gpg-lookup-key): Use regexp match instead of
17222         split-string (split-string is different between emacs 21.2 and
17223         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17224
17225 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17226
17227         * gnus-art.el (gnus-mime-view-all-parts)
17228         (gnus-article-part-wrapper, gnus-article-view-part): Use
17229         with-current-buffer.
17230
17231 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17232
17233         * spam.el (spam-disable-spam-split-during-ham-respool)
17234         (spam-spamoracle-database, spam-cache-lookups)
17235         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17236         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17237         (spam-group-ham-marks, spam-group-spam-marks)
17238         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17239         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17240         also add spam-use-blackholes to the statistical checks.
17241         (spam-fetch-field-fast): Add interface to fetching fields, may
17242         become a macro.
17243         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17244         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17245         (spam-insert-fake-headers): Fake an article when needed.
17246         (spam-find-spam): Fake article when possible.
17247         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17248         (spam-check-bogofilter-headers): Use message-fetch-field instead
17249         of nnmail-fetch-field.
17250
17251 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17254
17255 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17256
17257         * spam.el (spam-split): Do not require spam-use-CHECK to be
17258         enabled if that check is passed to spam-split explicitly; also
17259         fix so 'spam doesn't get converted to spam-split-group when
17260         spam-split-symbolic-return is t.
17261         (spam-find-spam): Find registrations of the article and use those
17262         instead of re-running spam-split to find the spam/ham
17263         classification of the article.
17264         (spam-log-processing-to-registry, spam-log-registered-p)
17265         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17266         Use gnus-error instead of gnus-message.
17267         (spam-log-registration-type): Add function to determine the
17268         classification of a message based on registry entries; will
17269         return nil if both 'spam and 'ham are found.
17270         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17271         a reasonably fast local cache without the loading errors.
17272         (spam-cache-lookups): Set to t by default.
17273         (spam-find-spam): Don't try to guess spam-cache-lookups.
17274         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17275         spam-caches entry.
17276         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17277         caching of whitelist/blacklist entries.
17278         (spam-check-whitelist, spam-check-blacklist): Invoke
17279         spam-from-listed-p with a type, not a cache variable.
17280         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17281
17282 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17283
17284         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17285
17286         * nnmail.el (nnmail-split-fancy): do.
17287
17288         * mml.el (mml-parse): do.
17289
17290         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17291         (gnus-score-adaptive): do.
17292
17293 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17296         (gnus-mime-button-map): Don't set keymap parent.
17297         (gnus-button-ctan-directory-regexp): Use shy grouping.
17298         (gnus-prev-page-map): Don't set keymap parent.
17299         (gnus-prev-page-map): Remove duplicated one.
17300         (gnus-next-page-map): Don't set keymap parent.
17301         (gnus-mime-security-button-map): Ditto.
17302
17303         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17304         version number.
17305
17306         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17307
17308 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * canlock.el (canlock-sha1-function): Remove.
17311         (canlock-sha1-function-for-verify): Remove.
17312         (canlock-openssl-program): Remove.
17313         (canlock-openssl-args): Remove.
17314         (canlock-ignore-errors): Remove.
17315         (canlock-sha1-with-openssl): Remove.
17316         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17317         (canlock-verify): Don't use canlock-ignore-errors.
17318
17319         * sha1-el.el (sha1-string-external): Make it can return a string
17320         in binary form.
17321         (sha1-region-external): Ditto.
17322         (sha1-string-internal): Ditto.
17323         (sha1-region-internal): Ditto.
17324         (sha1-region): Ditto.
17325         (sha1-string): Ditto.
17326         (sha1): Ditto.
17327
17328 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17329
17330         * spam.el (spam-report-articles-gmane): New command.
17331
17332 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17335
17336         * run-at-time.el (run-at-time-saved): Remove.
17337         (run-at-time): Doc fix.
17338
17339 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17342         (gnus-summary-limit-map): Add it.
17343         (gnus-summary-make-menu-bar): do.
17344
17345 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17346
17347         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17348         Make attempt at some caching support (done for BBDB only now).
17349         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17350         addresses to be checked.
17351         (spam-clear-cache-BBDB): Add function, to be invoked by
17352         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17353         (spam-check-BBDB): Check and use the caches, if
17354         spam-cache-lookups is on, remove superfluous (provide).
17355
17356 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17357
17358         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17359
17360 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17361
17362         * run-at-time.el (run-at-time-saved): Move to after the definition
17363         of `run-at-time'.
17364
17365         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17366
17367 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17370         mm-w3m-local-map-property.
17371
17372         * mm-view.el (mm-w3m-mode-map): Remove.
17373         (mm-w3m-local-map-property): Remove.
17374         (mm-inline-text-html-render-with-w3m): Don't use
17375         mm-w3m-local-map-property.
17376
17377 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17378
17379         * run-at-time.el: New file.
17380
17381         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17382         under Emacs.
17383
17384         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17385         of gnus-set-text-properties.
17386
17387         * gnus-uu.el (gnus-uu-save-article): Ditto.
17388
17389         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17390
17391         * gnus-cite.el (gnus-cite-parse): Ditto.
17392
17393         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17394         of gnus-.
17395
17396         * gnus-xmas.el (run-at-time): Require run-at-time.
17397
17398         * gnus.el: Changed calls to nnheader-run-at-time and
17399         password-run-at-time throughout to use run-at-time directly.
17400
17401         * password.el: Removed definition of run-at-time.
17402
17403         * nnheaderxm.el: Remove definition of run-at-time.
17404
17405 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17406
17407         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17408         in prompt.
17409
17410 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17411
17412         * messagexmas.el (message-xmas-redefine): Alias
17413         `message-make-caesar-translation-table' to
17414         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17415         version.
17416
17417         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17418         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17419         `gnus-xmas-set-text-properties'.
17420         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17421         `gnus-xmas-completing-read'.
17422         (gnus-xmas-completing-read): Removed.
17423         (gnus-xmas-open-network-stream): Removed.
17424
17425         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17426         XEmacs version.
17427
17428         * dns.el (dns-make-network-process): Use `open-network-stream'
17429         instead of `gnus-xmas-open-network-stream'.
17430
17431         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17432
17433         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17434
17435 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17436
17437         * gnus-art.el (gnus-mime-display-alternative)
17438         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17439         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17440         Don't use gnus-local-map-property.
17441
17442         * gnus-util.el (gnus-local-map-property): Remove.
17443
17444         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17445         gnus-completing-read-maybe-default with completing-read.
17446
17447         * gnus-util.el (gnus-completing-read): do.
17448         (gnus-completing-read-maybe-default): Remove.
17449
17450 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17451
17452         * password.el: Only autoload `run-at-time' if not XEmacs.
17453         Only autoload the itimer functions if XEmacs.
17454
17455 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17458         XEmacsen.
17459
17460         * dgnushack.el: Autoload executable-find for XEmacs.
17461
17462 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17463
17464         * gnus-art.el (gnus-read-string): Remove.
17465         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17466         read-string.
17467
17468 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17469
17470         * netrc.el: Autoload password-read.
17471         (netrc): Add configuration group.
17472         (netrc-encoding-method, netrc-openssl-path): Add
17473         variables for encoding and decoding of files with symmetric
17474         ciphers.
17475         (netrc-encode): Add assistant function to encode a file with
17476         netrc-encoding-method.
17477         (netrc-parse): Add interactive parameter, added optional
17478         decoding if netrc-encoding-method is non-nil but otherwise
17479         behavior is standard.
17480         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17481         Do s/encode/encrypt/ everywhere.
17482
17483         * spam.el: Remove executable-find autoload.
17484
17485 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17486
17487         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17488
17489         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17490
17491 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * gnus-art.el (gnus-treat-ansi-sequences)
17494         (article-treat-ansi-sequences): New variable and function.
17495         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17496
17497         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17498         Use it.
17499
17500 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17501
17502         * mm-util.el (mm-quote-arg): Remove.
17503
17504         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17505         shell-quote-argument.
17506
17507         * gnus-uu.el (gnus-uu-command): do.
17508
17509         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17510
17511         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17512         with make-char.
17513
17514         * mm-util.el (mm-make-char): Remove.
17515
17516         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17517         add-minor-mode.
17518
17519         * gnus-undo.el (gnus-undo-mode): do.
17520
17521         * gnus-topic.el (gnus-topic-mode): do.
17522
17523         * gnus-sum.el (gnus-dead-summary-mode): do.
17524
17525         * gnus-start.el (gnus-slave-mode): do.
17526
17527         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17528
17529         * gnus-ml.el (gnus-mailing-list-mode): do.
17530
17531         * gnus-gl.el (gnus-grouplens-mode): do.
17532
17533         * gnus-draft.el (gnus-draft-mode): do.
17534
17535         * gnus-dired.el (gnus-dired-mode): do.
17536
17537         * gnus-ems.el (gnus-add-minor-mode): Remove.
17538
17539         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17540         Replace gnus-char-width with char-width.
17541
17542         * gnus-ems.el (gnus-char-width): Remove.
17543
17544         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17545         Replace gnus-char-width with char-width.
17546
17547         * gnus-ems.el (gnus-char-width): Remove.
17548
17549         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17550         definition.
17551         Remove Emacs 20 hash table compatibility code.
17552
17553         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17554         20 compatibility code.
17555
17556         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17557
17558         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17559
17560         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17561         with point-at-{eol,bol}.
17562
17563         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17564
17565         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17566
17567         * flow-fill.el (fill-flowed-point-at-bol)
17568         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17569
17570         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17571         Replace with point-at-{eol,bol} throughout all files.
17572
17573 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * ntlm.el (ntlm-string-as-unibyte): New macro.
17576         (ntlm-build-auth-response): Use it.
17577
17578         Remove Emacs 20 stuff:
17579         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17580         (butlast, mapc, remove): Remove the compiler macros.
17581         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17582         of delq and copy-sequence.
17583         * gnus-art.el (popup-menu): Remove the compiler macro.
17584         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17585         Emacs 20.
17586
17587 2004-01-05  Simon Josefsson  <jas@extundo.com>
17588
17589         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17590         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17591         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17592         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17593         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17594         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17595         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17596         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17597         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17598         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17599         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17600         string-xor into ntlm-string-xor.  Suggested by
17601         Jesper Harder <harder@myrealbox.com>.
17602
17603         * ntlm.el: Don't include poem.
17604
17605         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17606         Jesper Harder <harder@myrealbox.com>.
17607
17608         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17609
17610         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17611         probably breaks emacs with DL patch, but do we care? Is anyone
17612         still using the DL stuff?)
17613
17614         * sieve-manage.el: Use the password package.
17615         (sieve-manage-read-passwd): Remove.
17616         (sieve-manage-interactive-login): Use password.  Re-add
17617         condition-case around loop.
17618
17619         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17620         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17621         the password package.
17622
17623 2003-02-19  Simon Josefsson  <jas@extundo.com>
17624
17625         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17626         token.
17627
17628 2002-08-07  Simon Josefsson  <jas@extundo.com>
17629
17630         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17631         (sieve-manage-authenticators):
17632         (sieve-manage-authenticator-alist): Add some SASL mechs.
17633         (sieve-sasl-auth): New function.
17634         (sieve-manage-cram-md5-auth):
17635         (sieve-manage-plain-auth): Rewrite using SASL library.
17636         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17637         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17638         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17639         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17640
17641 2004-01-05  Simon Josefsson  <jas@extundo.com>
17642
17643         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17644         New files.
17645
17646 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17647
17648         * gnus-group.el (gnus-no-groups-message): Update.
17649
17650         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17651
17652 2003-11-09  Simon Josefsson  <jas@extundo.com>
17653
17654         * imap.el: Support for ID IMAP extension (RFC 2971).
17655         (imap-local-variables): Add imap-id.
17656         (imap-id): New variable.
17657         (imap-id): New function.
17658         (imap-parse-response): Parse untagged ID response.
17659         * nnimap.el (nnimap-id): New variable.
17660         (nnimap-open-connection): Use it.
17661
17662 2003-12-28  Simon Josefsson  <jas@extundo.com>
17663
17664         * gnus-score.el (gnus-score-edit-all-score): New.
17665         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17666
17667 2004-01-04  Simon Josefsson  <jas@extundo.com>
17668
17669         * password.el: Add.
17670
17671 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17672
17673         * dns.el (dns-query-types): Fix typo.
17674         (dns-query-types): New function.
17675         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17676         PTR and SOA replies, see RFC 1035.
17677
17678 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17679
17680         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17681
17682         * Moved to Changelog.2.
17683
17684 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17685
17686         * gnus.el (gnus-version-number): Bump version.
17687
17688 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17689
17690         * gnus.el: No Gnus v0.1 is released.
17691
17692 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17693
17694         * gnus.el: No Gnus v0.0 is released.
17695
17696 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17697
17698         * gnus.el (gnus-version-number): Bump.
17699         (gnus-version): No.
17700
17701 See ChangeLog.2 for earlier changes.
17702
17703     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17704       Free Software Foundation, Inc.
17705
17706   This file is part of GNU Emacs.
17707
17708   GNU Emacs is free software: you can redistribute it and/or modify
17709   it under the terms of the GNU General Public License as published by
17710   the Free Software Foundation, either version 3 of the License, or
17711   (at your option) any later version.
17712
17713   GNU Emacs is distributed in the hope that it will be useful,
17714   but WITHOUT ANY WARRANTY; without even the implied warranty of
17715   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17716   GNU General Public License for more details.
17717
17718   You should have received a copy of the GNU General Public License
17719   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17720
17721 ;; Local Variables:
17722 ;; coding: utf-8
17723 ;; fill-column: 79
17724 ;; add-log-time-zone-rule: t
17725 ;; End: