(shr-insert): Use string anchors instead of line anchors.
[gnus] / lisp / ChangeLog
1 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-insert): Use string anchors instead of line anchors.
4
5 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * shr.el: Add headings.
8         (shr-ensure-paragraph): Actually work.
9         (shr-tag-li): Make <ul> prettier.
10         (shr-insert): Get white space at the beginning/end of elements right.
11         (shr-tag-p): Collapse subsequent <p>s.
12         (shr-ensure-paragraph): Don't insert double line feeds after blank
13         lines.
14         (shr-insert): \t is also space.
15         (shr-tag-s): Fix "s" tag name function.
16         (shr-tag-s): Fix face prop name.
17
18 2010-10-03  Julien Danjou  <julien@danjou.info>
19
20         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
21
22         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
23         gnus-window-inside-pixel-edges.
24
25         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
26         gnus-ems.
27
28         * mm-view.el (mm-inline-image-emacs): Support image resizing.
29
30         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
31         function.
32
33         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
34         resize choice.
35
36 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
39         beginning of the buffer.
40
41         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
42         article buffer again.
43
44         * shr.el (shr-tag-p): Don't insert newlines at the start of the
45         buffer.
46
47         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
48         when it's at the start of the buffer.
49
50         * shr.el (shr-tag-blockquote): Convert name.
51         (shr-rescale-image): Use the right image-size variant.
52
53         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
54         buffer isn't shown, then select the current article first instead of
55         bugging out.
56         (gnus-summary-select-article-buffer): Show both the article and summary
57         buffers again.
58
59         * shr.el (shr-fontize-cont): Protect against regions with no text.
60         Rename tag functions to shr-tag-* for enhanced security.
61         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
62
63 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
64
65         * shr.el (shr-insert):
66         * pop3.el (pop3-movemail):
67         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
68         loaded.
69
70 2010-10-03  Glenn Morris  <rgm@gnu.org>
71
72         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
73
74         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
75
76         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
77
78         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
79
80         * gnus-util.el (gnus-make-local-hook): Simplify.
81
82 2010-10-02  Julien Danjou  <julien@danjou.info>
83
84         * gnus-util.el (gnus-iswitchb-completing-read): New function.
85         (gnus-ido-completing-read): New function.
86         (gnus-emacs-completing-read): New function.
87         (gnus-completing-read): Use gnus-completing-read-function.
88         Add gnus-completing-read-function.
89
90 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * shr.el (shr-insert-document): Autoload.
93         (shr-img): Be silent.
94         (shr-insert): Add a newline after every picture before text.
95         (shr-add-font): Use overlays for combining faces.
96         (shr-insert): Pass upwards the text start point.
97
98         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
99         possible.
100         (mm-shr): New function.
101
102 2010-10-02  Julien Danjou  <julien@danjou.info>
103
104         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
105         should go backward.
106
107 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
108
109         * shr.el (shr): Fix typo in provide call.
110
111 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * shr.el: New file.
114
115         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
116
117         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
118         completing read.
119
120 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
123         we're being queried about.  Suggested by Dan Jacobson.
124
125         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
126         by Jason Eisner.
127
128         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
129         table, too.  Suggested by Stefan Wiens.
130         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
131         the table unnecessary.  Suggested by Stefan Wiens.
132
133         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
134         longer needed, and probably doesn't work either, as pointed out by
135         Stefan Wiens.
136         (gnus-summary-exit): Remove call to the clearing function.
137         (gnus-summary-exit-no-update): Ditto.
138
139         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
140         instead of gnus-eval-in-buffer-window to avoid popping up frames.
141         Reported by Stefan Monnier.
142         (gnus-summary-save-in-rmail): Ditto.
143
144         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
145         article buffer, instead of both the article buffer and the summary
146         buffer.  Sort of suggested by Dan Jacobson.
147
148         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
149
150         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
151         Suggested by Dan Jacobson.
152
153         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
154         documentation clearer.
155
156         * message.el (message-shorten-references): Comment on the number "21".
157         Suggested by Stefan Monnier.
158
159         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
160         Suggested by Dan Jacobson.
161
162         * gnus.el (gnus-large-newsgroup): Mention
163         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
164
165         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
166         externalize attachments.  Bug reported by Steve Wen.
167
168         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
169         really message anything to the user.
170
171         * nnmail.el (nnmail-article-group): Allow using the fancy split method
172         directly.
173
174         * nnimap.el (nnimap-request-group): Low higher than high to signal no
175         messages in empty groups.
176
177 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
178
179         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
180         non-UIDNEXT group.
181
182 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
185         not the value from the collection.
186
187         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
188         values.  This sometimes happens on some groups that have no info.
189         (nnimap-request-newgroups): New function.
190
191 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
192
193         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
194         check into `gnus-registry-initialize'.
195         (gnus-registry-initialize): Ditto.
196         Fix and extend header docs.
197
198 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
201         regexp backtrace overflows.
202
203         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
204         for starttls that tls.el implements; i.e. openssl.
205
206         * tls.el (tls-starttls-switches): Give up on using starttls with
207         gnutls-cli.
208         (tls-program): Add --insecure to be consistent with the defaults from
209         openssl s_client.  Now all three commands are insecure.
210
211 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * lpath.el: Bind completion-styles-alist for XEmacs.
214
215         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
216         (gravatar-create-image): New function that's an alias to
217         gnus-xmas-create-image, gnus-create-image, or create-image.
218         (gravatar-data->image): Use it.
219
220 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
221
222         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
223         install the nnregistry refer method.
224         (gnus-registry-install-hooks): Use it.
225         (gnus-registry-unfollowed-groups): Add nnmairix to the default
226         unfollowed groups.
227
228 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
229
230         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
231         expanding threads.
232
233 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * nnir.el: Use the server names without suffixes (bug #7009).
236
237         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
238         unencrypted to STARTTLS, if possible.
239
240 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
241
242         * message.el (message-ignored-supersedes-headers): Strip Injection-*
243         headers before superseding.
244
245 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * nnrss.el (nnrss-use-local): Add documentation.
248
249         * nnimap.el (nnimap-extend-tls-programs): New function.
250         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
251         (nnimap-wait-for-connection): Accept the greeting from the stupid
252         output from openssl s_client -starttls, too.
253
254         * tls.el (tls-starttls-switches): New variable.
255         (tls-find-starttls-argument): Use it.
256         (open-tls-stream): Ditto.
257
258         * netrc.el (netrc-credentials): Return the value of the "default"
259         entry.
260         (netrc-machine): Ditto.
261
262         * nnimap.el (nnimap-find-article-by-message-id): Really return the
263         article number.
264         (nnimap-split-fancy): New variable.
265         (nnimap-split-incoming-mail): Use it.
266
267         * nntp.el (nntp-server-list-active-group): Document.
268
269         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
270         SELECT to get the message-id.
271
272         * mail-source.el (mail-sources): Removed webmail support.
273         (defvar): Ditto.
274         (mail-source-fetcher-alist): Ditto.
275         (mail-source-fetch-webmail): Removed.
276
277         * webmail.el: Removed -- doesn't seem relevant any more.
278
279         * gnus.el: Fix up make-obsolete-variable declarations throughout.
280
281         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
282         the \r.
283
284 2010-09-30  Julien Danjou  <julien@danjou.info>
285
286         * gnus-agent.el (gnus-agent-add-group): Fix call to
287         gnus-completing-read.
288
289 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * nndoc.el (nndoc-retrieve-groups): New function.
292
293         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
294         `default', use nnmail-split-methods.
295         (nnimap-request-article): Downcase the NILs so that they are nil.
296
297         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
298         symbol.
299
300         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
301         code, since if the user has requested network, that's what they ought
302         to get.
303         (nnimap-request-set-mark): Erase the buffer before issuing commands.
304         (nnimap-split-rule): Mark as obsolete.
305
306         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
307         variable.
308
309         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
310         correct slot, too.
311
312 2010-09-29  Julien Danjou  <julien@danjou.info>
313
314         * gnus.el (gnus-local-domain): Declare variable obsolete.
315
316         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
317         computing.
318         (gnus-ido-completing-read): Require ido.
319
320 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * gnus-registry.el: Don't prompt on load, which makes it impossible to
323         build Gnus.
324
325         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
326         when interpreting the structures.
327         (nnimap-request-accept-article): Add \r\n to the lines to make this
328         work with Cyrus.
329
330         * nndraft.el (nndraft-request-expire-articles): Use the group name
331         instead if "nndraft".  Fix found by Nils Ackermann.
332
333 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
334
335         * nnregistry.el: Added.
336
337 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
338
339         * nnmail.el (group, group-art-list, group-art):
340         Remove unneeded directives.
341
342 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
345         (mm-mime-charset)
346         * rfc2047.el (rfc2047-syntax-table)
347         * utf7.el (utf7-utf-16-coding-system): Comment fix.
348
349         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
350         rather than `insert-file-contents' and `eval-region'.
351
352         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
353         construction.
354
355         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
356
357         * time-date.el: No need to require cl for Emacs 21.
358
359 2010-09-29  Julien Danjou  <julien@danjou.info>
360
361         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
362         replacement of `gnus-gravatar-relief' to mimic
363         `gnus-faces-properties-alist'.
364         Add :version property.
365
366 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * mail-source.el (mail-source-report-new-mail)
369         * message.el (message-default-mail-headers)
370         * mm-decode.el (mm-valid-image-format-p): Comment fix.
371
372         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
373
374 2010-09-28  Julien Danjou  <julien@danjou.info>
375
376         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
377         mail-address contains the same string as real-name.
378
379         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
380         non-blank in header, otherwise it'll get stripped.
381
382         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
383         real-name, and then for mail address rather than doing : or , search.
384
385 2010-09-27  Julien Danjou  <julien@danjou.info>
386
387         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
388         (gnus-server-goto-server): Use gnus-completing-read.
389
390         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
391
392         * mm-util.el (defalias): Use gnus-completing-read.
393         (mm-codepage-setup): Use gnus-completing-read.
394
395         * smime.el (smime-sign-buffer): Use gnus-completing-read.
396         (smime-decrypt-buffer): Use gnus-completing-read.
397
398         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
399
400         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
401         (mml-minibuffer-read-disposition): Use gnus-completing-read.
402         (mml-insert-multipart): Use gnus-completing-read.
403
404         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
405
406         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
407
408         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
409
410         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
411
412         * gnus.el (gnus-read-method): Use gnus-completing-read.
413
414         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
415
416         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
417         (gnus-mime-action-on-part): Use gnus-completing-read.
418         (gnus-article-encrypt-body): Use gnus-completing-read.
419
420         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
421         (gnus-topic-move-matching): Use gnus-completing-read.
422         (gnus-topic-copy-matching): Use gnus-completing-read.
423         (gnus-topic-sort-topics): Use gnus-completing-read.
424         (gnus-topic-move): Use gnus-completing-read.
425
426         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
427         (gnus-agent-add-group): Use gnus-completing-read.
428
429         * nnmairix.el (nnmairix-create-server-and-default-group): Use
430         gnus-completing-read.
431         (nnmairix-update-groups): Use gnus-completing-read.
432         (nnmairix-get-server): Use gnus-completing-read.
433         (nnmairix-backend-to-server): Use gnus-completing-read.
434         (nnmairix-goto-original-article): Use gnus-completing-read.
435         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
436
437         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
438
439         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
440         (gnus-group-make-useful-group): Use gnus-completing-read.
441         (gnus-group-make-web-group): Use gnus-completing-read.
442         (gnus-group-add-to-virtual): Use gnus-completing-read.
443         (gnus-group-browse-foreign-server): Use gnus-completing-read.
444
445         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
446         (gnus-summary-limit-to-extra): Use gnus-completing-read.
447         (gnus-summary-execute-command): Use gnus-completing-read.
448         (gnus-summary-respool-article): Use gnus-completing-read.
449         (gnus-read-move-group-name): Use gnus-completing-read.
450
451         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
452         (gnus-summary-score-effect): Use gnus-completing-read.
453
454         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
455
456         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
457         right completing-read function.
458         (gnus-use-ido): New variable
459         (gnus-completing-read-with-default): Remove.
460
461 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
464         x-focus-frame.
465
466         * nnimap.el (auth-source-forget-user-or-password)
467         (auth-source-user-or-password): Autoload.
468
469         * message.el (message-from-style, message-interactive)
470         (message-cite-prefix-regexp, message-sendmail-envelope-from)
471         (message-yank-prefix, message-indentation-spaces, message-signature)
472         (message-signature-file): Add comment.
473
474 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
477         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
478         new articles.
479
480         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
481         parts.
482         (nnimap-request-article): Work with the t setting, too.
483
484         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
485         that you don't get flashes of other buffers.
486         (gnus-summary-show-complete-article): Intern before setting.
487
488 2010-09-27  David Engster  <dengste@eml.cc>
489
490         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
491         well as HEADERS.
492         (nnmairix-retrieve-headers): Provide new argument for the above.
493
494 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * gnus-sum.el (gnus-summary-move-article): Don't alter
497         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
498         group.
499
500         * nnimap.el (nnimap-update-info): Don't destructively alter active.
501
502         * message.el (message-cite-prefix-regexp): Revert my last edit.
503
504         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
505         variable instead of the Gnus variable.
506
507         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
508
509         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
510         again.
511
512         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
513         since some servers don't like it.
514         (nnimap-open-connection): Forget credentials if the server says the
515         password was wrong.
516         (nnimap-parse-line): Protect against invalid data.
517
518         * gnus-sum.el (gnus-summary-move-article): Add comment.
519         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
520         nothing alters it while scanning for new messages.
521
522         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
523         which may or may not help.
524         (nnimap-open-connection): If we're doing a stream connection, and then
525         discover we're on a STARTTLS-capable server, then open a STARTTLS
526         connection instead.
527
528 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * nnimap.el (utf7): Required.
531
532         * message.el (message-cite-prefix-regexp): Remove "}" from citation
533         prefix.
534
535 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
536
537         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
538
539 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * nnimap.el (nnimap-request-accept-article): Message the error on
542         error.
543
544 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
547
548 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * nndoc.el (nndoc-request-list): Return success always.
551
552         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
553         `fetch-old' -- we only want to fetch the articles we've requested.  The
554         rest are in the agent, probably.
555         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
556         disappeared server" to something low.  It's not important.
557
558         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
559         arrived before the FETCH data.
560
561         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
562         target here, because we don't know the Gnus name of the group.
563
564         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
565         for the correct group.
566
567         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
568
569         * gnus.el (gnus): Give a final warning after startup.
570
571         * gnus-util.el (gnus-action-message-log): New variable.
572         (gnus-message): Use it.
573         (gnus-final-warning): New function.
574
575         * nnimap.el (nnimap-open-connection): Record the greeting.
576         (nnimap): Add greeting.
577
578 2010-09-26  Julien Danjou  <julien@danjou.info>
579
580         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
581         arguments.
582         (gnus-html-wash-images): Fix spec computing to include start/end.
583
584         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
585
586 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
589         deletion.
590         (nnimap-retrieve-headers): Don't select the group, because that's
591         already done by nnimap-possibly-change-group.
592
593         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
594         (gnus-picon-transform-address): Use it.
595
596         * mail-source.el (mail-source-value): Revert previous patch.
597
598         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
599         on failure.
600         (nnimap-open-connection): Look up both virtual and physical server name
601         credentials.
602
603         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
604
605 2009-02-07  Dave Love  <fx@gnu.org>
606
607         * tls.el (open-tls-stream): Don't query killing process.
608
609 2009-02-08  Dave Love  <fx@gnu.org>
610
611         * gnus-win.el (gnus-window-to-buffer-helper,
612         gnus-all-windows-visible-p): Function needn't be a symbol.
613
614         * mail-source.el (mail-source-value): Function needn't be a symbol.
615
616 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * message.el (message-cite-prefix-regexp): Remove } from the cite
619         prefix.
620
621         * gnus-art.el (gnus-treatment-function-alist): Do picons before
622         highlight again, so that the highlight is correct.
623
624         * gnus-picon.el (gnus-picon): Remove again.
625         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
626
627         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
628         doing the header highlightling, so that the background colour of the
629         picon is correct.
630
631         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
632         (gnus-picon): Ditto.
633         (gnus-picon): Reinstate.  The background colour for picons is white.
634         (gnus-picon-insert-glyph): Make the background white.
635
636         * nnml.el (nnml-open-nov): Don't return dead buffers.
637
638         * auth-source.el (auth-source-create): Query the user for whether to
639         store the credentials.
640
641         * netrc.el (netrc-store-data): New function.
642
643         * auth-source.el (auth-source-user-or-password): Use the existing auth
644         sources, if any, for creation.
645
646         * gnus.el (gnus-group-fast-parameter): Return the last matching
647         parameter instead of the first matching parameter.
648
649 2010-09-26  Julien Danjou  <julien@danjou.info>
650
651         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
652
653 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * mml2015.el (mml2015-use): Remove gpg support.
656
657         * mml1991.el (mml1991-function-alist): Remove gpg function.
658         (mml1991-gpg-sign): Removed.
659
660 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
661
662         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
663         (gnus-browse-unsubscribe-current-group): Document it.
664         (gnus-browse-unsubscribe-group): Use it.
665
666 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
669         address to the To list for easier response.
670
671         * gnus.el (gnus-play-startup-jingle): Removed.
672         (gnus-splash): Don't play jingle.
673         (gnus): Silence gnus-load message.
674
675         * gnus-art.el (gnus-treat-play-sounds): Removed.
676
677         * gnus.el (gnus-play-jingle): Remove audio support.
678
679         * gnus-cus.el (gnus-score-customize): Remove audio reference.
680
681         * earcon.el: Removed -- no users.
682
683         * gnus-audio.el: Removed -- no users of this package.
684
685         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
686
687         * gnus-start.el (gnus-setup-news): Remove nocem support.
688
689         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
690
691         * gnus.el (gnus-use-nocem): Removed.
692
693         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
694         Removed.
695
696         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
697         uses NoCeM any more.
698
699         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
700         (gnus-button-ctan-handler): Ditto.
701         (gnus-button-handle-ctan-bogus-regexp): Ditto.
702         (gnus-button-ctan-directory-regexp): Ditto.
703         (gnus-button-handle-ctan): Ditto.
704         (gnus-button-tex-level): Ditto.
705         (gnus-button-alist): Removed CTAN stuff.
706
707 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
710         nnimap-streaming test.
711
712         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
713         servers twice.
714
715         * nnimap.el (nnimap-open-connection): Add more error reporting when
716         nnimap fails early.
717
718         * nnheader.el (nnheader-get-report-string): New function.
719         (nnheader-get-report): Use it.
720
721         * gnus-int.el (gnus-check-server): Say what the error was when opening
722         failed.
723
724         * nnimap.el (nnimap-wait-for-response): Search further when we're not
725         using streaming.
726
727 2010-09-25  Julien Danjou  <julien@danjou.info>
728
729         * gnus-html.el (gnus-html-rescale-image): Use our defalias
730         gnus-window-inside-pixel-edges.
731
732 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
735
736         * mm-decode.el (mm-save-part): Allow saving to other directories the
737         normal Emacs way.
738
739         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
740         by Jay Berkenbilt.
741
742         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
743         there isn't a single byte.
744
745         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
746         just do it.  It doesn't really seem to matter what the user responds
747         here, I think, so it's just a confusing question.
748
749         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
750         non-streaming case.
751
752         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
753         (gnus-article-encrypt-body): Use it.
754
755         * gnus-sum.el (gnus-summary-show-complete-article): New command and
756         keystroke.
757
758         * nnimap.el (nnimap-find-wanted-parts-1): Use
759         gnus-fetch-partial-articles.
760
761         * gnus-art.el (gnus-fetch-partial-articles): New variable.
762
763         * nnimap.el (nnimap-insert-partial-structure): New function.
764         (nnimap-get-partial-article): New function.
765         (nnimap-request-article): Use it.
766         (nnimap-wait-for-response): Return whether the wait was successful.
767         (nnimap-finish-retrieve-group-infos): Don't do anything if the
768         retrieval wasn't successful.
769         (nnimap-retrieve-group-data-early): Allow throttling servers.
770         (nnimap-streaming): New variable.
771         (nnimap-fetch-partial-articles): Removed.
772
773         * mm-decode.el (mm-with-part): Protect against killed buffers.
774
775         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
776         for prettier summary display.
777
778 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
779
780         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
781         directly.
782
783 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
786         apparently third-party libraries depend on it.
787
788         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
789         before starting negotiation.
790
791         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
792         privacy reasons.
793         (gnus-treat-mail-gravatar): Ditto.
794
795         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
796         buffer when inserting images.  Inserting text into the headers, for
797         instance, can make them invalid.
798
799 2010-09-25  Julien Danjou  <julien@danjou.info>
800
801         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
802         variables.
803
804         * nnheader.el: Remove useless variables news-reply-yank-from and
805         news-reply-yank-message-id.
806
807         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
808         variables.
809
810         * mml1991.el: Remove useless mml1991-verbose.
811
812         * gnus.el: Remove useless variable gnus-use-generic-from.
813         Remove obsolete variable gnus-topic-indentation.
814
815         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
816
817         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
818
819         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
820
821         * gnus-group.el: Remove useless gnus-group-icon-cache.
822         Remove useless gnus-ephemeral-group-server.
823
824         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
825
826         * mml2015.el: Remove useless mml2015-verbose.
827
828         * mml-smime.el: Remove useless mml-smime-verbose.
829
830         * gnus.el: Remove useless gnus-local-domain.
831
832         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
833         gnus-gravatar-size.
834
835         * gnus-art.el: Remove useless gnus-treat-translate.
836
837 2010-09-24  Julien Danjou  <julien@danjou.info>
838
839         * gnus-sum.el: Add support for Gravatars.
840
841         * gnus-art.el: Add support for Gravatars.
842
843         * gnus-gravatar.el: Add this file.
844
845         * gravatar.el: Add this file.
846
847 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
850
851         * gnus-group.el (gnus-group-fetch-faq): Removed.
852
853         * gnus.el (gnus-group-faq-directory): Removed.
854
855         * gnus-group.el (gnus-group-fetch-charter): Removed.
856
857         * gnus.el (gnus-group-charter-alist): Removed.
858
859         * gnus-group.el (gnus-group-archive-directory): Removed.
860         (gnus-group-recent-archive-directory): Ditto.
861         (gnus-group-make-archive-group): Removed.
862
863         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
864
865         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
866         use the same article number for all the cached articles.
867
868         * nnimap.el (nnimap-command): Register the last command time so
869         that we can use it for idling NOOPs.
870         (nnimap-open-connection): Start the keeplive timer.
871         (nnimap-make-process-buffer): Store all the process buffers.
872         (nnimap-keepalive): New function.
873
874         * starttls.el: (starttls-open-stream): Add autoload cookie.
875
876 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
877
878         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
879         handling.
880
881 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
884         its data structures.
885
886         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
887         instead of the cl.el copy-list.
888         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
889         equalp.
890
891 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
894         and tool-bar-local-item-from-menu.
895
896         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
897         mode-line-highlight face for Emacs.
898
899         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
900         loading gnus-sum.elc; fix comment for canlock-verify.
901         (gnus-article-jump-to-part): Use read-number.
902         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
903         Emacs pre-21 compatible code for help-echo.
904         (gnus-article-next-page-1): No need to adjust the number of lines.
905         (gnus-article-describe-bindings): Always use help-buffer.
906
907         * gnus-audio.el (gnus-audio-inline-sound)
908         * gnus-cus.el (gnus-custom-mode)
909         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
910
911         * gnus-sum.el (gnus-remove-overlays): Doc fix.
912
913         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
914         compatible code.
915
916 2010-09-24  Glenn Morris  <rgm@gnu.org>
917
918         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
919         visiting the fcc file in rmail-mode.
920
921         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
922
923 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * nnir.el: Silence the byte compiler.
926
927         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
928         alias to browse-url-url-encode-chars if any.
929         (gnus-html-encode-url): Use it.
930
931 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus-start.el (gnus-use-backend-marks): New variable.
934         (gnus-get-unread-articles-in-group): Use it.
935
936         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
937         makeover.
938
939 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
940
941         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
942
943 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
946         Removed.
947         (gnus-setup-news-hook): Removed
948         gnus-fixup-nnimap-unread-after-getting-new-news.
949
950         * gnus-int.el (gnus-request-update-info): Protect against backends not
951         having the function.
952
953         * nnimap.el (nnimap-stream): Mention starttls.
954         (nnimap-open-connection): Add starttls support.
955
956 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
957
958         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
959
960 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
963         BODYSTRUCTUREs.
964         (nnimap-transform-headers): Unfold quoted {42} headers.
965
966         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
967         the info.
968         (gnus-get-unread-articles): Only call updatep on backends that support
969         it.
970
971         * nnweb.el (nnweb-request-update-info): NOOP.
972
973         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
974
975         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
976         since it only deals with marks.
977
978         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
979         gnus-request-marks, and make a new gnus-request-update-info.
980
981         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
982         the active instead of the high number, which is usually too low.
983
984 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
985
986         * netrc.el (netrc-parse): Remove encrypt.el mentions.
987         * encrypt.el: Removed.
988
989 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
992         server in symbolic form.
993
994         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
995         0.9.
996
997 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1000         (nnimap-update-info): Fix up code slightly.
1001
1002         * gnus-int.el (gnus-open-server): Add tracing for performance
1003         debugging.
1004
1005         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1006         (gnus-group-insert-group-line): Pass the real group name so that it
1007         gets the right data.
1008
1009         * gnus-start.el (gnus-get-unread-articles): Don't have
1010         `gnus-get-unread-articles-in-group' update info, since that can be
1011         really slow and doesn't seem to be needed?
1012
1013 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1014
1015         * time-date.el (date-to-time): Try using parse-time-string first before
1016         using the slower timezone-make-date-arpa-standard.
1017
1018 2010-09-22  Julien Danjou  <julien@danjou.info>
1019
1020         * gnus-group.el (gnus-group-insert-group-line): Call
1021         gnus-group-highlight-line.
1022         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1023         default hook list.
1024         (gnus-group-update-eval-form): Add new function.
1025         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1026         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1027
1028 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1031         immediate, then expire all articles.
1032         (nnimap-update-info): Fix off-by-one errors.
1033         (nnimap-flags-to-marks): Would return no marks lists for group with no
1034         flags.  Instead return the other data.
1035
1036 2010-09-22  Julien Danjou  <julien@danjou.info>
1037
1038         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1039         Only return an icon.
1040         (gnus-group-insert-group-line): Compute icon to return.
1041
1042         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1043         variable.
1044         (gnus-html-image-fetched): Only cache if
1045         gnus-html-image-automatic-caching is set.
1046         (gnus-html-image-fetched): Check for errors.
1047
1048 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1051         once per method on `g'.  This ensures that backends like nnfolder don't
1052         open all their folders.
1053
1054         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1055         (nnimap-request-list): Nix out group in the correct buffer.
1056         (nnimap-parse-flags): Implement by using `read' instead of
1057         hand-parsing.
1058         (nnimap-flags-to-marks): Pass on permanent-flags.
1059         (nnimap-make-process-buffer): Record the server name.
1060         (nnimap-parse-flags): Fix typo.
1061         (nnimap-request-scan): Run split on the server in general, not just a
1062         single group.
1063
1064         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1065         parameter, and propagate this downwards.
1066
1067         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1068         since EXAMINE changes it on the server.
1069
1070         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1071         this command might take a while.
1072
1073 2010-09-22  Julien Danjou  <julien@danjou.info>
1074
1075         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1076         harmful if you have 2 images side-by-side, they can't be properly
1077         update on text deletion.  Using text-property is safer here.
1078         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1079         data.
1080
1081 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * nnimap.el (nnimap-expunge-inbox): Removed.
1084         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1085         (nnimap-expunge): Flip default to t.
1086
1087         * gnus.el (gnus-method-to-server): Don't push things to the cache
1088         unless it's unique.
1089         (gnus-server-to-method): Ditto.
1090
1091 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1092
1093         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1094
1095 2010-09-22  Julien Danjou  <julien@danjou.info>
1096
1097         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1098         get the start of data.
1099         (gnus-html-encode-url): Add this function to encode special chars in
1100         URL.
1101         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1102         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1103
1104         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1105         default.
1106         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1107
1108         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1109         images alt-text.
1110         (gnus-html-put-image): Put alt-text as help-echo.
1111
1112 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1115         * mm-util.el (mm-decompress-buffer)
1116         * nnir.el (nnir-run-find-grep)
1117         * pop3.el (pop3-list): Use 3rd arg of split-string.
1118
1119         * time-date.el (format-seconds): Comment fix.
1120
1121         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1122         and byte-optimize-form-code-walker.
1123         (dgnushack-make-auto-load): Don't advise make-autoload.
1124
1125         * lpath.el: Remove Emacs 21 stuff.
1126
1127 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1130         outside the active range.  Suggested by Dan Christensen.
1131
1132         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1133         slightly later to avoid double-getting it.
1134
1135         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1136         previous patch.
1137
1138         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1139
1140 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1141
1142         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1143
1144 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-int.el (gnus-open-server): Give a better error message in the
1147         "go offline" case.
1148
1149         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1150         marks for nnimap, which is seldom the right thing to do.
1151
1152         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1153         (gnus-same-method-different-name): New function.
1154
1155         * nnimap.el (parse-time): Require.
1156
1157         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1158         method in the presence of many similar methods.
1159
1160         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1161
1162         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1163         nnml-inhibit-expiry.
1164
1165         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1166         find out whether methods are equal.
1167
1168         * nnimap.el (nnimap-find-expired-articles): New function.
1169         (nnimap-process-expiry-targets): New function.
1170         (nnimap-request-move-article): Request the article before looking at
1171         what the Message-ID is.  Fix found by Andrew Cohen.
1172         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1173
1174         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1175         for oldness in addition to being a predicate.
1176
1177         * nnimap.el (nnimap-request-group): When we have zero articles, return
1178         the right data to Gnus.
1179         (nnimap-request-expire-articles): Only delete articles immediately if
1180         the target is 'delete.
1181
1182         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1183         method, this would bug out.
1184
1185         * gnus-group.el (gnus-group-expunge-group): Renamed from
1186         gnus-group-nnimap-expunge, and implemented as a normal interface
1187         function.
1188
1189         * gnus-int.el (gnus-request-expunge-group): New function.
1190
1191         * nnimap.el (nnimap-request-create-group): Implement.
1192         (nnimap-request-expunge-group): New function.
1193
1194 2010-09-21  Julien Danjou  <julien@danjou.info>
1195
1196         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1197         (gnus-html-cache-expired): Add new function.
1198         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1199         wethever we should display image for fetch it.
1200         Compute alt-text earlier to pass it to the fetching function too.
1201         (gnus-html-schedule-image-fetching): Change function argument to only
1202         get one image at a time, not a list.
1203         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1204         cache.
1205         (gnus-html-get-image-data): New function to retrieve image data from
1206         cache.
1207         (gnus-html-put-image): Change buffer argument to use image data rather
1208         than file, and place image above region rather than inserting a new
1209         one. Do not take alt-text as argument, since it's useless now: we place
1210         the image above alt-text.
1211         (gnus-html-prune-cache): Remove.
1212         (gnus-html-show-images): Start to fetch image when we find one, do not
1213         push into a temporary list.
1214         (gnus-html-prefetch-images): Only fetch image if they have expired.
1215         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1216         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1217
1218 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1221
1222 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1225         spec inser "*" if the group isn't active instead of 0.
1226
1227         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1228         opening the server.
1229         (nnimap-request-delete-group): Implement group deletion.
1230         (nnimap-transform-headers): Return the size of the entire message in
1231         the Bytes header, not just the size of the first part.
1232         (nnimap-request-move-article): When moving an article from nnimap,
1233         request the article first so the accepting form has an article to
1234         accept.  Reported by Dan Christensen.
1235         (nnimap-command): Make sure that the error message doesn't error out.
1236
1237 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1238
1239         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1240         we haven't requested anything.
1241
1242 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1245         "".  Fix found by Andrew Cohen.
1246
1247         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1248         instead of -encode-string.
1249
1250 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1253
1254         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1255         by mm-subst-char-in-string.
1256
1257 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1260         waiting for the connection string.
1261
1262         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1263         arriving.
1264
1265         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1266         bogus characters.  This allows selecting certain Gmail groups.
1267
1268         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1269         (nnimap-fetch-partial-articles): New variable.
1270         (nnimap-open-connection): When looking for credentials, also use the
1271         nnimap-server-port.
1272         (nnimap-request-article): Return the group/article number, so that Gnus
1273         `^' works as expected.
1274         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1275         them.
1276
1277         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1278         comments.
1279         (gnus-methods-sloppily-equal): New function.
1280         (gnus): When using the development version of Gnus, load the gnus-load
1281         file.
1282
1283         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1284         `gnus-open-server' on each method before trying to scan them etc.  This
1285         ensures that all the backend parameters are set correctly.
1286
1287         * nnimap.el (nnimap-authenticator): New variable.
1288         (nnimap-open-connection): Allow anonymous login.
1289         (nnimap-transform-headers): The chars header is called Chars not
1290         Bytes.
1291         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1292         drops.
1293
1294         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1295         patch, found by Knut Anders Hatlen.
1296
1297 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1298
1299         * gnus-agent.el (gnus-agent-batch-confirmation)
1300         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1301         to gnus-message.
1302         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1303         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1304         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1305         * gnus-int.el (gnus-open-server): Likewise.
1306         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1307         (gnus-score-check-syntax): Likewise.
1308         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1309         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1310         Likewise.
1311         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1312
1313 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1316         calling conventions so that prefetch doesn't bug out.
1317
1318 2010-09-19  Julien Danjou  <julien@danjou.info>
1319
1320         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1321         rather than `subst-char-in-region' in order to be able to replace ASCII
1322         char by UTF-8 ones.
1323
1324         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1325         than curl.
1326         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1327         the right URL and ALT text on images.
1328         (gnus-html-wash-tags): Fix tag case.
1329         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1330         (gnus-article-html): Add -o display_ins_del=2 option.
1331         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1332
1333 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1336         the extra mail headers, which sometimes seem to happen for unknown
1337         reasons.
1338
1339         * mail-parse.el (mail-header-encode-parameter): Define as
1340         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1341         (or most, perhaps?) mail readers don't understand the latter, but do
1342         understand the former.
1343
1344         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1345         to nil, so that no methods are automatically agentized.  I think this
1346         is probably what most users want.
1347
1348         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1349         from url-retrieve, for instance about invalid URLs.
1350
1351         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1352         groups that have no articles.
1353         (nnimap-request-article): Check that we really got an article when we
1354         requested one.
1355
1356         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1357         doesn't exist.
1358
1359         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1360         nntp buffer so the agent can save it.
1361         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1362         that CRLF doesn't get translated to \n.
1363         (nnimap-open-connection): Don't make 'shell commands only send \n.
1364
1365 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1366
1367         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1368         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1369         Update var name.
1370         (nnml-generate-nov-file): Use dolist.
1371         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1372         Use with-current-buffer.
1373
1374 2010-09-18  Julien Danjou  <julien@danjou.info>
1375
1376         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1377         parallel.
1378
1379 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1382         the range update right.
1383         (nnimap-request-group): Don't make `M-g' bug out on group with no
1384         marks.
1385         (nnoo): Required, so that other packages can require nnimap.
1386         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1387         command we're looking for.  This helps when the server sends more
1388         responses after we've gotten everything we expected.
1389         (nnimap): Add a `newlinep' field to keep track of end-of-line
1390         conventions.
1391         Don't send CRLF to things that don't want it.
1392         (nnimap-request-accept-article): Ditto.
1393
1394 2010-09-18  Julien Danjou  <julien@danjou.info>
1395
1396         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1397         than curl to retrieve images.
1398
1399 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1402         the marks.
1403         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1404         (nnimap-wait-for-connection): New function.
1405         (nnimap-open-connection): If we have PREAUTH, don't query for login
1406         credentials.
1407         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1408         when doing a partial update.
1409
1410 2010-09-18  Julien Danjou  <julien@danjou.info>
1411
1412         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1413         tags.
1414
1415 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * nnimap.el (nnimap-credentials): New function.
1418         (nnimap-open-connection): Use the new function to look for credentials
1419         also on the numeric equivalents of "imap" and "imaps".
1420
1421         * gnus-start.el (gnus-activate-group): Send the info to
1422         gnus-request-group.
1423
1424         * nnimap.el (nnimap-request-group): Have the "check" version of the
1425         function parse flags and update the info, so that a `M-g' get a total
1426         resync of all flags from the group.
1427
1428         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1429         to allow backends to alter the info on group selection.  Also alter all
1430         the backend -request-group functions to take the parameter.
1431
1432         * nnimap.el (nnimap-store-info): New function.
1433         (nnimap-update-info): Store the info for later usage.
1434         (nnimap-request-group): Use the stored info for the dont-check case, so
1435         that we don't retrieve all marks when we enter a group.
1436
1437         * nnimap.el: Use deffoo instead of defun for interface functions.
1438
1439         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1440         update the group info.  This makes the nndraft groups, for instance, go
1441         back to their old behaviour.
1442
1443         * gnus-sum.el (gnus-select-newsgroup): Indent.
1444
1445         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1446         in.
1447         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1448         nothing.
1449
1450         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1451         from methods that are denied.
1452
1453         * gnus-int.el (gnus-method-denied-p): New function.
1454
1455         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1456         store the password instead of netrc.
1457         (nnimap-open-connection): Don't error out when we can't make a
1458         connections.
1459
1460         * auth-source.el (auth-source-create): In the password prompt, say what
1461         we're querying for.  Also prompt for user name if that hasn't been
1462         given.
1463
1464         * nnimap.el (nnimap-with-process-buffer): Removed.
1465
1466 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1469         method when we're reading from the agent.
1470
1471         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1472
1473         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1474         that's probably most useful for users.
1475
1476         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1477         "failed" all the time.
1478
1479         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1480         ...)) with (with-current-buffer ... ).
1481
1482         * nntp.el (nntp-open-server): Return whether the open was successful or
1483         not.
1484
1485         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1486         select an unread unseen article first.
1487
1488         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1489         /etc/services, supply some sensible port defaults.
1490
1491         * dgnushack.el: Define netrc-credentials.
1492
1493 2010-09-17  Julien Danjou  <julien@danjou.info>
1494
1495         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1496
1497 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1498
1499         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1500         doesn't have any parameters.
1501
1502 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1505         only upcased checks.
1506
1507         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1508
1509         * nnimap.el (nnimap-open-shell-stream): New function.
1510         (nnimap-open-connection): Use it.
1511         (nnimap-transform-headers): Get the number of lines in each message.
1512         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1513         number of lines.
1514         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1515         problem.
1516
1517         * utf7.el (utf7-encode): Autoload.
1518
1519         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1520         to allow the mail splitting to not return a default group.  This is
1521         useful for nnimap, which will leave unmatched mail in the inbox.
1522
1523         * nnimap.el: Rewritten.
1524
1525         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1526         nnimap usage.
1527
1528         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1529         if the move is internal, so that nnimap can do fast internal moves.
1530
1531         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1532         data.
1533         (gnus-read-active-for-groups): Support finishing the early retrieval of
1534         data.
1535
1536         * gnus-range.el (gnus-range-nconcat): New function.
1537
1538         * gnus-int.el (gnus-finish-retrieve-group-infos)
1539         (gnus-retrieve-group-data-early): New functions.
1540
1541 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1542
1543         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1544         (nnrss-retrieve-groups):
1545         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1546         (pop3-quit): Use with-current-buffer.
1547
1548 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1551         instead of nnheader-accept-process-output.
1552
1553         * dgnushack.el (dgnushack-compile): Add comment.
1554
1555         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1556
1557         * gnus-html.el (gnus-html-schedule-image-fetching)
1558         (gnus-html-prefetch-images): Replace process-kill-without-query by
1559         gnus-set-process-query-on-exit-flag.
1560
1561 2010-09-16  Romain Francoise  <romain@orebokech.com>
1562
1563         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1564
1565 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1568         parameter to unintern is mandatory-ish in Emacs 24.
1569
1570         * gnus-html.el (gnus-html-schedule-image-fetching)
1571         (gnus-html-prefetch-images): Check for curl before using it.
1572
1573         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1574         depend on curl, which isn't essential.
1575
1576         * imap.el: Revert back to version
1577         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1578         seem problematic.
1579
1580 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1581
1582         * gnus-registry.el (gnus-registry-install-shortcuts):
1583         Explicitly pass `obarray' to `unintern' to avoid a warning.
1584
1585 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1588         change.
1589
1590         * nnrss.el (nnrss-request-list): Removed this function and related
1591         functions, including the moreover stuff.
1592
1593 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * nnrss.el (nnrss-retrieve-groups): New function.
1596
1597 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1598
1599         * .dir-locals.el: Add no-byte-compile cookie.
1600
1601 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * time-date.el (format-seconds): Comment fix.
1604
1605         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1606         for back end that doesn't support request-scan.
1607
1608 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1611         then do request scans from the backends.
1612
1613         * netrc.el (netrc-credentials): New conveniency function.
1614
1615         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1616         avoid running a hook per line, since this takes a lot of time,
1617         profiling shows.
1618         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1619         directly if gnus-visual-p is true.
1620
1621 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1624         groups; replace mapcar with dolist which is a bit faster; pass groups
1625         info to gnus-read-active-file-1.
1626         (gnus-read-active-file-1): Scan only specified groups if the new
1627         optional arg `infos' is given.
1628
1629 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1632
1633         * pop3.el (pop3-movemail): Removed.
1634         (pop3-streaming-movemail): Renamed to pop3-movemail.
1635
1636         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1637         don't restrict end-tag searches to the end of the line.
1638
1639 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1642         articles of every unchecked group to t, which means unknown since the
1643         server has never been opened.
1644
1645 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * gnus-html.el (gnus-html-show-alt-text): New command.
1648         (gnus-html-browse-image): Ditto.
1649         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1650         to browse the image directly.
1651         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1652         better.
1653
1654         * gnus-async.el (gnus-async-article-callback): Call
1655         `gnus-html-prefetch-images' unconditionally.
1656
1657         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1658         before feeding URLs to curl.
1659
1660 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1663         internal images as deletable by `W D D'.
1664
1665         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1666         (gnus-async-article-callback): Fix typo.
1667
1668 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1671         current line to work around bugs in the output from w3m.
1672
1673         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1674         for groups that want that.
1675
1676         * nntp.el (nntp-wait-for-string): Supply a timeout for
1677         accept-process-output to ensure progress.
1678
1679         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1680         level to get unread articles from, then use that for foreign groups,
1681         too.
1682
1683         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1684         confuses the rest of the function.
1685
1686         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1687         for the methods that support -retrieve-groups, too.
1688
1689         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1690
1691 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1694         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1695
1696         * pop3.el: Require cl when compiling.
1697         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1698
1699 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1702         that aren't going to be activated.
1703         (gnus-get-unread-articles): Fix up the last commit.
1704
1705         * gnus-html.el (gnus-article-html): Allow calling without specifying
1706         the handle.  In that case, dissect the buffer first.
1707
1708         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1709
1710         * nnimap.el (nnimap-open-connection): Revert the change that would look
1711         into authinfo for imaps instead of imap.
1712
1713         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1714         say that you don't want to call gnus-request-group with don-check, but
1715         do check the reponse.  This is for virtual groups only.
1716         (gnus-get-unread-articles): Count the archive groups as secondary, so
1717         that they're activated the same way as before.
1718
1719         * imap.el (imap-message-map): Removed optional buffer parameter, since
1720         no callers use it.
1721         (imap-message-get): Ditto.
1722         (imap-message-put): Ditto.
1723         (imap-mailbox-map): Ditto.
1724         (imap-mailbox-put): Ditto.
1725         (imap-mailbox-get): Ditto.
1726         (imap-mailbox-get): Revert last change for this function.
1727
1728         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1729         case-insensitively.
1730         (nnimap-debug): Removed.
1731
1732         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1733         to use `imap-fetch' instead.  According to the comments, this should be
1734         safe, since all other IMAP clients use the 1:* syntax.
1735         (imap-enable-exchange-bug-workaround): Removed.
1736         (imap-debug): Removed -- doesn't seem very useful.
1737
1738         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1739         mail from a file, and the file doesn't exist.
1740
1741         * imap.el (imap-log): New convenience function used throughout instead
1742         of repeating the same code all over the place.
1743
1744         * pop3.el (pop3-streaming-movemail): Return t for success.
1745
1746         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1747         .authinfo if we're using ssl connection.
1748
1749         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1750         already have if we're in a main Gnus `g' run.
1751
1752         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1753
1754 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1757
1758         * nnmh.el (nnmh-request-list-1): Bind `file'.
1759
1760         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1761         alias to set-process-query-on-exit-flag or process-kill-without-query.
1762         (pop3-open-server): Use it.
1763
1764 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1767         box to the Incoming file.  Fixes mistake in previous checkin.
1768
1769         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1770         request loop (for debugging purposes) removed.
1771
1772         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1773         culprit is more visible.
1774         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1775         (nnml-add-incremental-nov): New functions to do "incremental" nov
1776         updates, where we just append to the end of the existing nov files
1777         without reading/writing them in full.
1778
1779         * mail-source.el (mail-source-delete-crash-box): Really only check the
1780         incoming files once in a while.
1781
1782         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1783
1784         * mail-source.el (mail-source-delete-crash-box): Only check the
1785         incoming files for deletion once per day to save a lot of file
1786         accesses.
1787
1788         * pop3.el (pop3-logon): Fix up unbound variable typo.
1789
1790         * mail-source.el (pop3-streaming-movemail): Autoload.
1791
1792         * pop3.el (pop3-streaming-movemail): Respect
1793         pop3-leave-mail-on-server.
1794
1795         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1796         retrieval.
1797
1798         * pop3.el (pop3-process-filter): Removed unused function.
1799         (pop3-streaming-movemail, pop3-send-streaming-command)
1800         (pop3-wait-for-messages, pop3-write-to-file)
1801         (pop3-number-of-responses): New functions for streaming pop3
1802         retrieval.
1803
1804         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1805         come from no known methods.
1806         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1807         list.
1808
1809         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1810         message sizes.
1811         (pop3-movemail): Use erase-buffer instead of looping and deleting
1812         regions, which seems rather odd.
1813
1814         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1815         file once per `g' run.
1816
1817         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1818         directories.  This makes the draft queue directory work.
1819
1820         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1821         data from the backends, so that we only request the list of groups from
1822         each method once.  This should speed things up considerably.
1823
1824         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1825         detect that it's not implemented.
1826
1827         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1828         we actually do recurse down into the tree, but don't stat all leaf
1829         nodes.
1830
1831         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1832         then say so instead of bugging out.
1833
1834         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1835         files exist before trying to read them.
1836
1837         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1838         around <pre_int>.
1839
1840         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1841
1842         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1843
1844 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * mm-util.el (mm-image-load-path): Just return the image directories,
1847         not all directories in the path in addition to the image directories.
1848         (mm-image-load-path): Maintain a cache of the image directories so that
1849         the `g' command in Gnus doesn't have to stat dozens of directories each
1850         time.
1851
1852         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1853         (gnus-html-wash-tags): Add a new `i' command to insert images.
1854         (gnus-html-insert-image): New command and keystroke.
1855         (gnus-html-redisplay-with-images): New command and keystroke.
1856         (gnus-html-show-images): Renamed command.
1857         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1858         spacers.
1859         (gnus-html-wash-tags): Decode entities at the end, so that entities
1860         inside the tags don't mess up the rest of the "parsing".
1861
1862         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1863         so that nnimap methods aren't agentized by default.  There's apparently
1864         many problems related to agent/imap behaviour.
1865
1866         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1867
1868         * gnus-html.el: Doc fix.
1869
1870 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1873         specifier-spec-list for Emacs 21.
1874
1875         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1876         glyph-width and glyph-height instead of display-graphic-p and
1877         image-size; make avoidance of displaying small images work for XEmacs.
1878
1879         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1880         for XEmacs.
1881
1882         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1883         of symbol that holds plist data.
1884         (gnus-process-plist): Remove plist of process after getting it.
1885
1886 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * message.el (message-generate-hashcash): Change default to
1889         'opportunistic if hashcash is installed.
1890
1891         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1892         (gnus-html-put-image): Only call image-size once, since it's somewhat
1893         time-consuming on remote X servers.
1894
1895 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1898         type on data, not a file name.
1899
1900         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1901         window-pixel-edges for Emacs 21.
1902
1903         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1904         decoded contents.
1905         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1906
1907 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1910         group line format, since it isn't very interesting.
1911
1912         * gnus-agent.el (gnus-agent-short-article),
1913         (gnus-agent-long-article): Increase values for these two variables,
1914         since most people are likely to have more network connection and
1915         storage than before.
1916
1917         * gnus.el (gnus-refer-article-method): Change default to 'current.
1918         When referring an article, the common behaviour is to refer it from the
1919         current select method, not the native select method.  The chances of
1920         the native select method having the message in question is rather slim
1921         these days.
1922
1923         * gnus-sum.el (gnus-auto-select-subject): Change default to
1924         `unseen-or-unread'.  I think it's likely that most people want to
1925         select an unseen article over a previously seen, but unread one.
1926
1927         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1928         means that in the article buffer none of the minor mode elements will
1929         be shown, usually, and this is not desirable in most cases.
1930
1931         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1932         that commands like `d' (and the like) go to the next line in the
1933         buffer, instead of the next unread article.  I think this is the
1934         behaviour that is most natural for most users.
1935         (gnus-single-article-buffer): Change default to nil, so that people can
1936         have as many article buffers open as they have summary buffer.  I think
1937         this is the most natural way for the groups to behave.
1938
1939         * message.el (message-generate-new-buffers): Change default to
1940         `unsent', so that all new message buffers start their names with the
1941         string "*unsent", and it's easier to find the buffers if you move from
1942         them.
1943
1944 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1947         small.  They're probably tracking images.
1948         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1949         (gnus-html-rescale-image): Yet another try at getting the image sizing
1950         right.
1951
1952         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1953         nntp-marks-file-name is nil.
1954
1955 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1956
1957         * gnus-html.el (gnus-html-wash-tags)
1958         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1959         Better logging.
1960
1961 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1964
1965         * gnus-html.el (gnus-html-wash-tags): Check the value of
1966         gnus-blocked-images in the summary buffer.
1967
1968 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1971
1972 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1975         like "a", it seems like.
1976         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1977         since it needs to be picked from the correct buffer.
1978
1979         * nnwfm.el: Removed.
1980
1981         * nnlistserv.el: Removed.
1982
1983 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1984
1985         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1986         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1987
1988 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * nnkiboze.el: Removed.
1991
1992         * nndb.el: Removed.
1993
1994         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1995         alt text.
1996         (gnus-html-rescale-image): Try to get the rescaling logic right for
1997         images that are just wide and not tall.
1998
1999         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2000         overshadow variable bindings.
2001
2002 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * gnus-html.el (gnus-html-wash-tags)
2005         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2006         extra logging.
2007
2008 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2011         (gnus-max-image-proportion): New variable.
2012         (gnus-html-rescale-image): New function.
2013         (gnus-html-put-image): Rescale images.
2014
2015 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2016
2017         Fix up some byte-compiler warnings.
2018         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2019         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2020         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2021         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2022         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2023         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2024         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2025
2026 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * gnus-html.el (gnus-article-html): Decode contents by charset.
2029
2030 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2033         (gnus-html-frame-width, gnus-blocked-images)
2034         * message.el (message-prune-recipient-rules): Add custom version.
2035         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2036
2037         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2038         functions.
2039
2040         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2041         gnus-process-get.
2042
2043 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2044
2045         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2046         instead of lsub directly.
2047
2048 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * nnwarchive.el: Removed.
2051
2052         * gnus-soup.el: Removed.
2053
2054         * nnsoup.el: Removed.
2055
2056         * nnultimate.el: Removed.
2057
2058         * gnus-html.el (gnus-blocked-images): New variable.
2059
2060         * message.el (message-prune-recipients): New function.
2061         (message-prune-recipient-rules): New variable.
2062
2063         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2064         guess whether a long line is natural text or not.
2065
2066         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2067         gnus-process-plist and friends for compatibility.
2068
2069 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2070
2071         * gnus-html.el: Require packages that define macros used in this file.
2072         (gnus-article-mouse-face): Declare to silence byte-compiler.
2073         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2074         process-get.
2075         (gnus-html-put-image): Use plist-get to avoid getf.
2076         (gnus-html-prefetch-images): Use with-current-buffer.
2077
2078 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * gnus-ems.el: Provide compatibility functions for
2081         gnus-set-process-plist.
2082
2083         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2084         header-line-format for XEmacs 21.4.
2085
2086         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2087         * gnus.el (gnus-valid-select-methods)
2088         * message.el (message-send-mail-partially-limit)
2089         * mm-decode.el (mm-text-html-renderer)
2090         * mml.el (mml-insert-mime-headers-always)
2091         * smiley.el (smiley-regexp-alist): Bump custom version.
2092
2093 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * gnus-html.el: require mm-url.
2096         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2097         with the url to `url'.
2098         (gnus-html-wash-tags): Support cid: URLs/images.
2099
2100 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2103         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2104         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2105
2106         * gnus-move.el: Removed file, since it doesn't really work.
2107
2108         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2109         UTF-8.  This seems to fix problems with some German web feeds.
2110
2111         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2112         at the top so that the proper colours are applied.
2113
2114         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2115         don't have dots in their names.
2116
2117         * gnus-art.el (gnus-article-view-part): Doc fix.
2118
2119         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2120         XEmacs-compatible.
2121         (gnus-html-put-image): Don't do images on non-graphic displays.
2122
2123         * nnslashdot.el: Removed this unused backend.
2124
2125         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2126         actions.
2127         (gnus-undo-register-1): Revert last change.
2128
2129         * gnus-group.el (gnus-group-completing-read): Protect against not
2130         having completion-styles bound.
2131
2132         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2133         make broken recipients happier.
2134
2135         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2136
2137         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2138         point parameter.
2139
2140         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2141
2142         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2143         completion-styles for group selection.
2144
2145 2009-02-04  Andreas Schwab  <schwab@suse.de>
2146
2147         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2148         headers and regexp-quote the match if necessary.
2149
2150 2009-03-24  Miles Bader  <miles@gnu.org>
2151
2152         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2153         the blinking smiley.
2154
2155 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2156
2157         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2158         blink smiley.
2159
2160 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2163         where the dribbel file lives exists.
2164
2165         * message.el (message-send-mail-partially-limit): Change the default to
2166         nil, since most people don't want this.
2167
2168         * mm-url.el (mm-url-decode-entities): Also decode entities like
2169         &#x3212.
2170
2171 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2172
2173         * gnus-sum.el (gnus-summary-idna-message):
2174         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2175         Hyperlink urls in docstrings with URL `...'.
2176
2177 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2178
2179         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2180         functions.
2181
2182 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2185         say what the mouseover text should be.
2186
2187         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2188         version of the mm-w3m-safe-url-regexp variable to only download images
2189         in the groups where we want that to happen.
2190
2191         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2192
2193         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2194         easier debugging.
2195         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2196         big pictures in the article buffer.
2197
2198         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2199         gnus-article-html.
2200         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2201         w3m.
2202
2203         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2204
2205 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2208         which doesn't exist.
2209
2210         * message.el (message-inhibit-ecomplete): New variable to allow some
2211         function to inhibit ecomplete address storage.
2212         (message-resend): Disable ecomplete message storage when resending
2213         messages.
2214
2215         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2216
2217 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2220         Save excursion while copying, moving, and deleting articles in order to
2221         prevent the cursor from jumping to unforeseen place.
2222
2223 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * lpath.el: No need to bind bookmark-current-buffer,
2226         bookmark-yank-point and bookmark-make-record-function.
2227
2228 2010-08-17  Glenn Morris  <rgm@gnu.org>
2229
2230         * gnus-sync.el: Require gnus components whose functions are used.
2231
2232         * gnus-art.el (bookmark-make-record-function):
2233         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2234         Declare for compiler.
2235
2236         * mm-url.el (mml-compute-boundary): Autoload.
2237
2238 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2241
2242 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         Typo fix "hoo4a" -> "hook".
2245
2246         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2247
2248 2010-08-14  Glenn Morris  <rgm@gnu.org>
2249
2250         * gnus-sync.el (gnus-sync): Fix defgroup version.
2251
2252 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2253
2254         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2255
2256         * gnus-sync.el: Fix docs.
2257         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2258         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2259
2260 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2261
2262         Optimizations for gnus-sync.el.
2263
2264         * gnus-sync.el: Add docs about gnus-sync-backend
2265         possibilities.
2266         (gnus-sync-save): Remove unnecessary message.
2267         (gnus-sync-read): Optimize and show what groups were skipped.
2268
2269 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2270
2271         Minor bug fixes for gnus-sync.el.
2272
2273         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2274         read the sync on get-new-news.
2275
2276         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2277         quiet.
2278
2279         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2280
2281 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2282
2283         Make saving and restoring of hidden threads work with overlays.
2284         Patch applied by Ted Zlatanov.
2285
2286         * gnus-sum.el (gnus-hidden-threads-configuration)
2287         (gnus-restore-hidden-threads-configuration): Update to deal with text
2288         properties, rather than searching for a magic character.
2289
2290 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2291
2292         New gnus-sync.el library for synchronization of marks.
2293
2294         * gnus-sync.el: New library for synchronization of marks.
2295
2296         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2297         renamed from `gnus-registry-grep-in-list'.
2298
2299         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2300
2301         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2302
2303 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2306         determining charset of text fails.
2307
2308 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * nnmail.el (nnmail-get-new-mail-1): Revert.
2311
2312         * nnml.el (nnml-active-number): Make sure names of newly created groups
2313         in nnml-group-alist are encoded.
2314
2315 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2318         containing non-ASCII characters in active file for nnml back end.
2319
2320 2010-07-24  David Engster  <dengste@eml.cc>
2321
2322         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2323         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2324
2325 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2326
2327         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2328         tag (Bug#6654).
2329
2330 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2333         the article buffer, not the summary buffer.
2334
2335 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2338         Emacs 23 as well.
2339
2340 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2343         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2344
2345 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2346
2347         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2348         Patch applied by Karl Fogel.
2349
2350         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2351         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2352
2353 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2354
2355         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2356         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2357         C-w still not working correctly from Article buffers; Thierry's
2358         patch to fix that will be applied after this.
2359
2360         * gnus-art.el (bookmark-make-record-function): New local variable.
2361
2362         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2363         article buffer.
2364         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2365
2366 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2367
2368         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2369         on changes in bookmark.el.
2370
2371 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2374         `no-log' instead of message not to log prompt string.
2375
2376 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2377
2378         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2379         the *other* type of HTML form submission.
2380
2381 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2382
2383         * auth-source.el (auth-source-pick): If choice does not contain a
2384         questioned keyword, set the check to t.
2385
2386 2010-06-12  Romain Francoise  <romain@orebokech.com>
2387
2388         * gnus-util.el (gnus-date-get-time): Move up before first use.
2389
2390 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2393         (gnus-article-edit-part): Bind it to make last part that is substituted
2394         or deleted visible.
2395         (gnus-mime-display-single): Buttonize part of which id equals to
2396         gnus-mime-buttonized-part-id.
2397
2398 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2399
2400         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2401         (gnus-dd-mmm): Use gnus-date-get-time.
2402         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2403         simplify logic.
2404         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2405         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2406
2407 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2408
2409         * auth-source.el (top): Autoload `secrets-list-collections',
2410         `secrets-create-item', `secrets-delete-item'.
2411         (auth-sources): Fix tag string.
2412         (auth-get-source, auth-source-retrieve, auth-source-create)
2413         (auth-source-delete): New defuns.
2414         (auth-source-pick): Rewrite in order to avoid 2 passes.
2415         (auth-source-forget-user-or-password): New parameter USERNAME.
2416         (auth-source-user-or-password): New parameters CREATE-MISSING and
2417         DELETE-EXISTING.  Retrieve password interactively, if needed.
2418
2419 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2420
2421         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2422         deleting unused directories when gnus-expert-user is t.
2423
2424 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2427         for each temp file when gnus-article-browse-delete-temp is ask.
2428
2429 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2430
2431         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2432         Lisp calls to delete-backward-char by calls to delete-char.
2433
2434 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2435
2436         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2437
2438 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2439
2440         * password-cache.el (password-cache-remove): Fix docstring.
2441
2442 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2445         article unless decoding article to be saved.
2446
2447 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2450         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2451         generated within the mm-with-unibyte-current-buffer macro.
2452
2453 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2456         to nil when we're in a mml-preview buffer and no group is selected.
2457
2458 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2459
2460         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2461         when catching the `C-g'.  Reported by "Leo".
2462
2463 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * message.el (message-forward-make-body-plain)
2466         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2467         multibyte-string-p.
2468
2469         * lpath.el: Revert.
2470
2471 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * message.el (message-forward-make-body-mml): Assume original message
2474         is multibyte string; error on unibyte.
2475         (message-forward-make-body-plain): Ditto; don't add excessive newline
2476         in body end.
2477
2478         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2479
2480 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2481
2482         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2483         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2484
2485 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * mm-extern.el (mm-extern-url): Don't use
2488         mm-with-unibyte-current-buffer.
2489         (mm-extern-cache-contents): Use with-current-buffer instead of
2490         save-excursion + set-buffer.
2491
2492 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * mm-util.el (mm-emacs-mule): Remove.
2495
2496 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2497
2498         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2499         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2500         change.
2501
2502 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2505         bind the default value of enable-multibyte-characters to nil.
2506
2507 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * message.el (message-forward-make-body-plain)
2510         (message-forward-make-body-mml):
2511         Don't use mm-with-unibyte-current-buffer.
2512
2513 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2514
2515         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2516
2517 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2518
2519         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2520         (Bug#5592).
2521
2522 2010-05-07  Julien Danjou  <julien@danjou.info>
2523
2524         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2525         it to mm-pipe-part.
2526
2527         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2528         it is given.
2529
2530 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * binhex.el (binhex-decode-region-internal)
2533         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2534         (dns-query)
2535         * nnweb.el (nnweb-gmane-search)
2536         * pgg-parse.el (pgg-parse-armor)
2537         * pgg.el (pgg-verify-region)
2538         * sha1.el (sha1-string-external)
2539         * uudecode.el (uudecode-decode-region-internal)
2540         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2541         XEmacs.
2542
2543         * gnus-art.el (gnus-article-browse-html-parts)
2544         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2545         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2546         make-temp-file.
2547
2548         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2549         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2550         compiling.
2551
2552         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2553         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2554         XEmacs when compiling.
2555
2556         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2557         gnus-pick-mode-off-hook for XEmacs when compiling.
2558         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2559         gnus-binary-mode-off-hook for XEmacs when compiling.
2560
2561         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2562         nil if char-charset is not available.
2563
2564         * imap.el (imap-disable-multibyte)
2565         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2566         macros.
2567
2568         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2569         instead of encode-coding-string.
2570
2571         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2572         'xemacs) instead of mm-emacs-mule to switch function definitions.
2573         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2574
2575         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2576         bind temporary-file-directory for XEmacs;
2577         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2578         timer-set-function for XEmacs 21.4 and SXEmacs;
2579         bind timer-list for XEmacs 21.4 and SXEmacs;
2580         fbind char-charset and find-charset-region for non-Mule XEmacs;
2581         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2582         encode-coding-region and encode-coding-string for XEmacs having no
2583         file-coding feature.
2584
2585 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2586
2587         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2588
2589 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2592         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2593
2594 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2595
2596         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2597         alias `jka-compr-delete-temp-file' no longer exists.
2598
2599 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2600
2601         Use define-minor-mode in Gnus where applicable.
2602         * mml.el (mml-mode): Use define-minor-mode.
2603         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2604         (gnus-undo-mode): Use define-minor-mode.
2605         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2606         (gnus-dead-summary-mode): Use define-minor-mode.
2607         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2608         Initialize in declaration.
2609         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2610         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2611         (gnus-mailing-list-mode): Use define-minor-mode.
2612         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2613         (gnus-draft-mode): Use define-minor-mode.
2614         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2615         (gnus-dired-mode): Use define-minor-mode.
2616
2617 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2618
2619         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2620         handles on recursive mml-to-mime translation and check them for
2621         boundary delimiter collisions.  Reported by Greg Troxel.
2622
2623 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2626
2627 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2628
2629         * mm-util.el (mm-find-buffer-file-coding-system):
2630         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2631
2632 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2633
2634         * message.el (message-generate-headers): Record insertion of optional
2635         headers as well.  Otherwise the check to prevent repeated insertion of
2636         optional headers is a no-op.
2637
2638 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2639
2640         * smime.el: Don't mention CVS.
2641
2642         * nnrss.el (nnrss-fetch): Don't mention CVS.
2643
2644         * nnir.el: Don't mention CVS.
2645
2646 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2647
2648         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2649
2650 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * lpath.el: Fbind bookmark-default-handler,
2653         bookmark-get-bookmark-record, bookmark-make-record-default,
2654         bookmark-prop-get for Emacs <23 and XEmacs.
2655
2656 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2657
2658         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2659         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2660         Use with-current-buffer to silence the byte-compiler.
2661         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2662         bother to require `gnus'.
2663         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2664
2665 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2666
2667         * gnus-sum.el (gnus-summary-bookmark-make-record)
2668         (gnus-summary-bookmark-jump): New functions.
2669         (gnus-summary-mode): Setup bookmark support.
2670
2671 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2672
2673         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2674         if set.
2675
2676 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2679         gnus-article-browse-html-save-cid-image; make it work recursively for
2680         forwarded messages as well.
2681         (gnus-article-browse-html-parts): Work when prefix arg is given.
2682         (gnus-article-browse-html-article): Doc fix.
2683
2684 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2685
2686         * message.el (message-default-mail-headers):
2687         (message-default-headers): Carry the value mail-default-headers over
2688         into message-default-mail-headers, rather than message-default-headers.
2689
2690 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2691
2692         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2693         charset.
2694
2695         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2696         charset into the <meta> tag when the article is encoded to utf-8.
2697
2698 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2701         directories as well.
2702         (gnus-article-browse-html-parts): Work for images that do not specify
2703         file names; delete temp directory when quitting; insert header at the
2704         right place; use file: scheme for image files.
2705
2706 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2707
2708         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2709         (gnus-article-browse-html-parts): Use it to make temporary cid image
2710         files in addition to html file so that browser may display them.
2711
2712 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2715
2716 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2719
2720 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2721
2722         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2723         about Secret Service API sources.  Improve Customize options.
2724         (auth-source-pick): Change to accept any number of search parameters.
2725         Implement fallbacks iteratively, not recursively.  Add scoring on the
2726         second pass and sort by score.  Call Secret Service API when needed.
2727         (auth-source-user-or-password): Use it.  Call Secret Service API
2728         directly when needed to get the user name and the password.
2729
2730 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2731
2732         * message.el (message-interactive): Doc fix.
2733         (message-qmail-inject-args): Reflow.
2734         (message-kill-to-signature): Fix typo in docstring.
2735
2736         * smiley.el (smiley-buffer): Fix typo in docstring.
2737
2738 2010-03-24  Glenn Morris  <rgm@gnu.org>
2739
2740         * mail-source.el (gnus-message): Declare.
2741         (mail-source-delete-old-incoming): Require gnus-util.
2742
2743 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2746
2747         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2748
2749         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2750         password-cache's default if it is not bound.
2751         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2752         password-cache-expiry's default if it is not bound.
2753
2754         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2755         available in Emacs 21.
2756
2757         * lpath.el: Suppress compiler warnings for:
2758         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2759         XEmacs;
2760         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2761         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2762         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2763
2764 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2765
2766         * auth-source.el (auth-sources): Fix up definition so extra parameters
2767         are always inline.
2768
2769 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2770
2771         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2772         wasn't updated after mismatch.  Clear cached mailbox info correctly
2773         when uidvalidity changes.
2774         (nnimap-group-prefixed-name): New function to avoid some code
2775         duplication.
2776         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2777         (nnimap-request-group): Use it.
2778         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2779         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2780         with many imap folders.  This is done by caching the group status from
2781         the imap server persistently in a group parameter `imap-status'.  (This
2782         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2783         but not persistently, so every Gnus startup was still very slow.)
2784
2785 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2788         delete the extra newline.  Otherwise editing of :string and :number
2789         types don't work.
2790
2791 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2794         secrets.el dependency.
2795         (auth-sources): Add optional user name.  Add secrets.el configuration
2796         choice (unused right now).
2797
2798 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2799
2800         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2801         `gnus-registry-install-shortcuts' fill in the functions.
2802
2803         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2804         warnings.
2805         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2806         (gnus-registry-install-shortcuts): Populate and use it in a
2807         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2808
2809 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2810
2811         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2812         In-place substitutions for the group name encoding/decoding.
2813         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2814         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2815         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2816         (nnimap-update-unseen, nnimap-request-list)
2817         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2818         (nnimap-request-set-mark, nnimap-split-to-groups)
2819         (nnimap-split-articles, nnimap-request-newgroups)
2820         (nnimap-request-create-group, nnimap-request-accept-article)
2821         (nnimap-request-delete-group, nnimap-request-rename-group)
2822         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2823         `encoded-mbx' for consistency.
2824         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2825         variable `imap-current-mailbox'.
2826
2827         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2828         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2829
2830 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2831
2832         * pop3.el (pop3-display-message-size-flag): Display message size byte
2833         counts during POP3 download.
2834         (pop3-movemail): Use it.
2835         (pop3-list): Implement listing of available messages.
2836
2837 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2838
2839         * nnir.el (nnir-get-article-nov-override-function): New function to
2840         override the normal NOV retrieval.
2841         (nnir-retrieve-headers): Use it.
2842
2843 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2844
2845         * auth-source.el (netrc-machine-user-or-password): Autoload.
2846
2847 2010-03-19  Glenn Morris  <rgm@gnu.org>
2848
2849         Stop message.el from loading about 40 libraries it doesn't always need.
2850         The general approach is to autoload rather than require, and to
2851         require in the specific functions rather than the file.  (Bug#5642)
2852
2853         * gmm-utils.el: Don't require wid-edit.
2854         (widget-create-child-value, widget-convert, widget-default-get):
2855         Autoload.
2856
2857         * gnus-util.el: Don't require time-date, netrc.
2858         (message-fetch-field, gnus-group-name-decode): Declare rather than
2859         autoloading.
2860         (gnus-fetch-field): Require message.
2861         (gnus-decode-newsgroups): Require gnus-group.
2862
2863         * ietf-drums.el: Don't require time-date.
2864
2865         * message.el: Don't require hashcash, canlock, ecomplete.
2866         Do require mail-utils.  Require nnheader only when compiling.
2867         (smtpmail-default-smtp-server): Remove declaration.
2868         (message-send-mail-function): Check smtpmail-default-smtp-server
2869         is bound rather than requiring smtpmail.
2870         (message-auto-save-directory, message-insert-signature): Use
2871         expand-file-name rather than nnheader-concat.
2872         (nnheader-insert-file-contents): Autoload.
2873         (hashcash-wait-async): Declare.
2874         (message-send-mail): Only call gnus-setup-posting-charset if
2875         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2876         (message-send-mail-with-sendmail): Require sendmail.
2877         (canlock-password, canlock-password-for-verify): Declare.
2878         (message-canlock-password): Require canlock.
2879         (nnheader-get-report): Autoload.
2880         (gnus-setup-posting-charset): Declare.
2881         (message-send-news): Require gnus-msg.
2882         (message-make-references, message-make-in-reply-to): Use mail-header-id
2883         rather than the alias mail-header-message-id.
2884         (ecomplete-add-item, ecomplete-save): Declare.
2885         (message-put-addresses-in-ecomplete): Require ecomplete.
2886         (ecomplete-display-matches): Autoload.
2887
2888         * mm-decode.el: Don't require mailcap, gnus-util.
2889         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2890         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2891         Autoload.
2892         (mailcap-mime-extensions): Declare.
2893
2894         * mm-encode.el: Don't require mailcap.
2895         (mailcap-extension-to-mime): Autoload.
2896
2897         * mml-sec.el: Don't require password-cache.
2898
2899         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2900         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2901         (mml-minibuffer-read-type): Require mailcap.
2902         (mml-preview): Require gnus-msg.
2903
2904         * mml1991.el: Require password-cache.
2905         (password-cache-expiry): Remove declaration.
2906
2907         * mml2015.el: Require password-cache.
2908         (password-cache-expiry): Remove declaration.
2909
2910         * nneething.el (mailcap): Require mailcap.
2911
2912         * nnheader.el (declare-function): Add compatibility stub.
2913         (message-remove-header): Declare rather than autoload.
2914         (nnheader-replace-header): Require message.
2915
2916         * nnimap.el (declare-function): Add compatibility stub.
2917         (netrc-parse, netrc-machine-user-or-password): Declare.
2918         (nnimap-open-connection): Require netrc.
2919
2920         * nntp.el (declare-function): Add compatibility stub.
2921         (netrc-parse, netrc-machine, netrc-get): Declare.
2922         (nntp-send-authinfo): Require netrc.
2923
2924         * rfc2047.el: Don't require qp.
2925         (quoted-printable-encode-region, quoted-printable-decode-string):
2926         Autoload.
2927
2928         * sieve-mode.el: Don't require easymenu.
2929         (easy-menu-add-item): Autoload it.
2930
2931         * spam-stat.el (time-to-number-of-days): Autoload it.
2932
2933 2010-03-19  Glenn Morris  <rgm@gnu.org>
2934
2935         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2936
2937 2010-03-18  Glenn Morris  <rgm@gnu.org>
2938
2939         * hashcash.el (declare-function): Remove duplicate definition.
2940
2941 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2942
2943         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2944         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2945         value if any backslash escapes).
2946
2947 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2950         if it is available.  (bug#5647)
2951
2952         * lpath.el: Suppress compiler warning for coding-system-from-name for
2953         Emacs 21 and XEmacs.
2954
2955 2010-03-14  Juri Linkov  <juri@jurta.org>
2956
2957         * hmac-def.el:
2958         * hmac-md5.el:
2959         * netrc.el: Fix keywords.
2960
2961 2010-02-26  Glenn Morris  <rgm@gnu.org>
2962
2963         * message.el (message-send-mail-function): Change the default, so that
2964         it inherits from a customized send-mail-function.  (Bug#5643)
2965
2966 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2967
2968         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2969         shell-command-to-string signals an error (bug#5299).
2970
2971 2010-02-24  Glenn Morris  <rgm@gnu.org>
2972
2973         * message.el (message-smtpmail-send-it)
2974         (message-send-mail-with-mailclient): Doc fixes.
2975
2976 2010-02-16  Glenn Morris  <rgm@gnu.org>
2977
2978         * message.el (message-default-mail-headers): Change the default value
2979         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2980
2981 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2984         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2985
2986 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2987
2988         * time-date.el (date-to-time): Doc fix (Bug#5408).
2989
2990 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2991
2992         * message.el (message-mail): Just pass yank-action on to message-setup.
2993         (message-setup): Handle (FUN . ARGS) form of yank-action.
2994         (message-with-reply-buffer, message-widen-reply)
2995         (message-yank-original): Handle non-buffer values of
2996         message-reply-buffer (Bug#4080).
2997         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2998
2999 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3000
3001         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3002         Fix typo in docstring.
3003
3004 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3005
3006         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3007         response.
3008
3009 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3012
3013         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3014
3015         * message.el (message-check-news-header-syntax): Protect against a
3016         string that `rfc822-addresses' returns when parsing fails.
3017
3018 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3021         (gnus-previous-char-property-change): New functions.
3022
3023         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3024
3025 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3026
3027         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3028         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3029
3030 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3031
3032         * message.el (message-exchange-point-and-mark): Rework last change to
3033         avoid using optional arg of exchange-point-and-mark, for backward
3034         compatibility.
3035
3036 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3037
3038         * message.el (message-exchange-point-and-mark): Call
3039         exchange-point-and-mark with an argument rather than setting
3040         mark-active by hand (Bug#5175).
3041
3042 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * nntp.el (nntp-service-to-port): Work for service expressed with
3045         numeric string; replace [:digit:] with [0-9] for XEmacs.
3046
3047 2009-12-17  Glenn Morris  <rgm@gnu.org>
3048
3049         * gnus-group.el (gnus-bug-group-download-format-alist):
3050         Change emacs entry to debbugs.gnu.org.  Bump :version.
3051
3052 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3053
3054         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3055
3056 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3057
3058         * message.el (message-info): Explain why we use `Info-goto-node'.
3059
3060 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3063
3064 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3065
3066         * message.el (message-completion-in-region): New compatibility function.
3067         (message-expand-group): Use it.
3068
3069 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3072         with no unread article should be listed if the 2nd arg `predicate' is
3073         given.
3074
3075 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3078
3079 2009-11-29  Juri Linkov  <juri@jurta.org>
3080
3081         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3082         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3083         on `gnus-recenter'. (Bug#4698, Bug#4981)
3084
3085 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3086
3087         * sha1.el (sha1-string-external): default-directory "/" in case
3088         otherwise non-existent.  process-connection-type pipe for touch of
3089         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3090
3091 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3092
3093         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3094         it's comms related and sgml-mode.el has "comm" on that basis too.
3095
3096 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3099         containing tspecial characters if they have been already quoted.
3100
3101 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3102
3103         * dns-mode.el (auto-mode-alist): Purecopy string.
3104
3105 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3106
3107         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3108
3109 2009-10-24  Glenn Morris  <rgm@gnu.org>
3110
3111         * gnus-art.el (help-xref-stack-item): Define for compiler.
3112
3113 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3114
3115         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3116
3117 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3120
3121 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3124         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3125
3126 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3129         (gnus-overlays-in): New alias to overlays-in.
3130
3131         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3132         gnus-overlay-get, and gnus-delete-overlay.
3133         (gnus-summary-show-thread): Make it work as well for systems in which
3134         next-single-char-property-change is not available.
3135         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3136
3137         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3138         (gnus-overlay-get): New alias to extent-property.
3139         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3140
3141         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3142         SXEmacs.
3143
3144         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3145         SXEmacs.
3146
3147 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3148
3149         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3150
3151 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3152
3153         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3154         and XEmacs that don't have `remove-overlays'.
3155
3156 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3157
3158         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3159         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3160         selective display.  Use overlays instead.
3161
3162 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3163
3164         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3165
3166 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3167
3168         * spam-stat.el (spam-stat-load): Fix typo in message.
3169
3170 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3171
3172         * dig.el (dig-invoke): Fix typo in docstring.
3173         (query-dig): Reflow docstring.
3174
3175 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3176
3177         * gnus-art.el (gnus-article-encrypt-body):
3178         * message.el (message-check-recipients):
3179         * mm-util.el (mm-codepage-setup):
3180         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3181         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3182
3183 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3184
3185         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3186         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3187         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3188         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3189         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3190
3191 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3192
3193         * dig.el: Add "Keywords: comm", as per net-utils.el.
3194
3195 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3196
3197         * dig.el (dig-mode): Use define-derived-mode.
3198
3199 2009-09-19  Glenn Morris  <rgm@gnu.org>
3200
3201         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3202
3203 2009-09-18  Glenn Morris  <rgm@gnu.org>
3204
3205         * gnus-diary.el (gnus-diary-check-message):
3206         * message.el (message-insert-formatted-citation-line):
3207         * nnbabyl.el (top-level):
3208         * nndiary.el (nndiary-schedule):
3209         Fix typos in condition-case handlers.
3210
3211 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3214         configuration that provides the sole article window in a frame;
3215         position point correctly after deleting a part.
3216
3217 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3218
3219         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3220         (spam-resolve-registrations-routine): Use it to unregister articles
3221         that change status.
3222
3223 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3226         with XEmacs.
3227         (parse-time-string-chars): Use it.
3228
3229 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3230
3231         * imap.el (imap-interactive-login): Better messages.
3232         (imap-open): Fix bug with renamed buffer on reconnect.
3233         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3234         for easier debugging and cleaner code.  On successful (guessed based on
3235         server capabilities) secondary authentication, set imap-state
3236         correctly.
3237         (imap-last-authenticator): Define imap-last-authenticator as a variable
3238         to avoid warnings.
3239
3240 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * nnrss.el (nnrss-request-article): Remove binding of
3243         default-enable-multibyte-characters that has gotten needless by
3244         the 2007-07-13 change in rfc2047-encode-message-header.
3245
3246         * mml.el (mml-insert-multipart): Error on the message header.
3247         (mml-insert-part): Error on the message header; position point at
3248         the end of a MIME tag.
3249
3250 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * time-date.el (autoload): Expand define-obsolete-function-alias into
3253         defalias and make-obsolete for old Emacsen that Gnus supports.
3254         (with-no-warnings): Define it for old Emacsen.
3255         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3256         is available.
3257         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3258         float-time is available; suppress compile warning for time-to-seconds.
3259
3260         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3261         (gnus-float-time): Alias to float-time if it exists.
3262
3263         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3264         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3265         float-time is available; suppress compile warning for time-to-seconds.
3266
3267         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3268         XEmacs.
3269
3270 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3271
3272         * imap.el (imap-message-map): Docstring fix.
3273
3274 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3277         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3278         Add the optional argument `encoding' that overrides the default.
3279
3280         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3281         mm-encode-buffer.
3282
3283 2009-09-04  Glenn Morris  <rgm@gnu.org>
3284
3285         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3286         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3287         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3288         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3289         * mm-util.el (mm-with-unibyte-current-buffer)
3290         (mm-find-buffer-file-coding-system):
3291         * yenc.el (yenc-decode-region): Use default-value rather than
3292         default-enable-multibyte-characters.
3293
3294 2009-09-03  Glenn Morris  <rgm@gnu.org>
3295
3296         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3297         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3298         than default-enable-multibyte-characters.
3299
3300 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3301
3302         * gnus-art.el (gnus-article-read-summary-keys):
3303         Fix gnus-buffer-configuration's value temporarily used.
3304
3305 2009-09-02  Glenn Morris  <rgm@gnu.org>
3306
3307         * gnus-util.el (gnus-float-time): New function.
3308         * gnus-delay.el (gnus-delay-article):
3309         * gnus-sum.el (gnus-thread-latest-date):
3310         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3311         * nnspool.el (nnspool-request-newgroups):
3312         Use gnus-float-time rather than time-to-seconds.
3313         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3314
3315         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3316         (gnus-header-subject-face, gnus-header-newsgroups-face)
3317         (gnus-header-name-face, gnus-header-content-face):
3318         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3319         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3320         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3321         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3322         (gnus-cite-face-11):
3323         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3324         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3325         (gnus-server-closed-face, gnus-server-denied-face)
3326         (gnus-server-offline-face):
3327         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3328         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3329         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3330         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3331         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3332         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3333         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3334         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3335         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3336         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3337         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3338         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3339         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3340         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3341         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3342         (gnus-summary-high-undownloaded-face)
3343         (gnus-summary-low-undownloaded-face)
3344         (gnus-summary-normal-undownloaded-face)
3345         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3346         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3347         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3348         (gnus-splash-face):
3349         * message.el (message-header-to-face, message-header-cc-face)
3350         (message-header-subject-face, message-header-newsgroups-face)
3351         (message-header-other-face, message-header-name-face)
3352         (message-header-xheader-face, message-separator-face)
3353         (message-cited-text-face, message-mml-face):
3354         * sieve-mode.el (sieve-control-commands-face)
3355         (sieve-action-commands-face, sieve-test-commands-face)
3356         (sieve-tagged-arguments-face):
3357         * spam.el (spam-face):
3358         Mark face aliases with "-face" in the name as obsolete.
3359
3360 2009-09-01  Glenn Morris  <rgm@gnu.org>
3361
3362         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3363         than goto-line.
3364
3365 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3368         Don't move point if the command is invoked inside the message header.
3369
3370 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3371
3372         * imap.el (imap-send-command): Simplify.
3373         (imap-wait-for-tag): point-max -> buffer-size.
3374
3375 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3376
3377         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3378         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3379         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3380         * nnir.el (nnir-swish-e-index-file):
3381         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3382         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3383         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3384         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3385         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3386         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3387
3388 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3391         Don't save excursion.
3392
3393 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3394
3395         * nnheader.el (nnheader-find-file-noselect):
3396         * mm-util.el (mm-insert-file-contents):
3397         Use (default-value 'major-mode) instead of default-major-mode.
3398
3399 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3400
3401         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3402
3403 2009-08-26  Glenn Morris  <rgm@gnu.org>
3404
3405         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3406         than placing in files.el.
3407
3408 2009-08-25  Glenn Morris  <rgm@gnu.org>
3409
3410         * nnir.el (top-level): Don't require cl at run-time.
3411         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3412         Replace cl-function substitute with gnus-replace-in-string.
3413         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3414         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3415         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3416         simplified expansions.
3417
3418 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3419
3420         * dig.el (dig): Add autoload cookie.
3421
3422 2009-08-22  Glenn Morris  <rgm@gnu.org>
3423
3424         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3425         goto-line.
3426
3427 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3428
3429         * parse-time.el (parse-time-string-chars): Save match data.
3430
3431 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3432
3433         * parse-time.el (parse-time-string-chars): Compute using character
3434         classes, to handle non-ascii characters (Bug#3190).
3435
3436 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3439
3440         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3441         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3442         (gnus-mm-display-part, gnus-mime-display-single)
3443         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3444         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3445
3446         * gnus-sum.el
3447         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3448         (gnus-summary-move-article): Add expirable mark to articles copied or
3449         moved to group that has auto-expire turned on if the option is non-nil.
3450
3451 2009-07-24  Glenn Morris  <rgm@gnu.org>
3452
3453         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3454         Fix typo.  (Bug#3903)
3455
3456 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3459         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3460         that should not be used for draft articles.
3461         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3462         that has no concern in minor mode keys.
3463         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3464         Abolish.
3465
3466 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3469         article without making inquiry to a user for unknown encoding.
3470
3471         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3472         (nnmaildir--scan): Assume i-node and device number that file-attributes
3473         returns might be cons-cell.
3474
3475         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3476
3477         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3478
3479 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3480
3481         * auth-source.el: Remove docs now in auth.texi.  Don't use
3482         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3483         `auth-source-hide-passwords' and use them.
3484
3485 2009-07-15  Glenn Morris  <rgm@gnu.org>
3486
3487         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3488
3489 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3492         excessive whitespace from the default values of title and description.
3493
3494 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3497         mail-fetch-field to fetch Content-Description header in order to
3498         exclude newlines.
3499
3500 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3501
3502         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3503         format used by GnuPG 2.0.11.
3504
3505 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3508         to deleted part.
3509
3510 2009-05-30  David Engster  <dengste@eml.cc>
3511
3512         * nnmairix.el: Remove old documentation in the commentary block.
3513         (nnmairix-request-group): Do not update active file for nnml back ends.
3514         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3515         end so that overview files are ignored.
3516         (nnmairix-update-groups): Make updating the groups more robust by using
3517         marks.
3518         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3519         with dollar characters in message-id.
3520
3521 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3522
3523         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3524         2008-12-25 in dns.el.
3525
3526 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3527
3528         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3529         could happen if the text is only composed of spaces and/or tabs.
3530
3531 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3532
3533         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3534         when sending a queued message to avoid extra mml tags.
3535
3536 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3539
3540 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3543         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3544         rmail-toggle-header for XEmacs;
3545         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3546
3547 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-dired.el: Remove autoload for gnus-setup-message.
3550         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3551         displaying Gnus logo; always use compose-mail.
3552
3553 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3556
3557 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3560         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3561         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3562         available.
3563         (gnus-nocem-epg-verify): New function.
3564
3565 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3568
3569 2009-02-15  Glenn Morris  <rgm@gnu.org>
3570
3571         * gnus-util.el (rmail-insert-rmail-file-header)
3572         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3573         autoloads.
3574         (rmail-default-rmail-file): Remove unnecessary declaration.
3575         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3576
3577 2009-02-14  Glenn Morris  <rgm@gnu.org>
3578
3579         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3580         variable (only used in gnus-util, which declares it anyway).
3581         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3582         which was only needed by gnus-art (changed to not use it any more).
3583         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3584         only used in gnus-util, which autoloads it itself.
3585         (rmail-update-summary): Fix autoload.
3586
3587         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3588         rather than rmail-output-to-rmail-file.
3589
3590 2009-02-07  Glenn Morris  <rgm@gnu.org>
3591
3592         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3593         autoload of function that no longer exists.
3594         (rmail-toggle-header): Declare.
3595         (message-forward-rmail-make-body): Handle mbox Rmail.
3596
3597 2009-01-31  Glenn Morris  <rgm@gnu.org>
3598
3599         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3600         2009-01-09 change.
3601
3602 2009-01-31  Dave Love  <fx@gnu.org>
3603
3604         * imap.el (imap-fetch-safe): Bind debug-on-error.
3605         (imap-debug): Add imap-fetch-safe.
3606
3607 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3610         (auth-source-forget-all-cached): New convenience function.
3611         (auth-source-user-or-password): Accept list of modes or a single mode.
3612
3613         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3614         auth-source modes.
3615
3616         * netrc.el (netrc-machine-user-or-password): Use list of
3617         auth-source modes.
3618
3619         * nnimap.el (nnimap-open-connection): Use list of
3620         auth-source modes.
3621
3622         * nntp.el (nntp-send-authinfo): Use list of
3623         auth-source modes.
3624
3625 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3626
3627         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3628         now.
3629
3630 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3633         coding system in XEmacs; add a workaround for XEmacs.
3634
3635         * lpath.el: Fbind coding-system-aliasee.
3636
3637 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3640         of current-language-environment.
3641
3642 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3643
3644         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3645         available at runtime.
3646
3647 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3650
3651 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3652
3653         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3654         the greatest positive fixnum value doesn't work under an XEmacs with
3655         bignum support; use the most-positive-fixnum constant instead,
3656         available since Emacs 21.1 with cl and XEmacs 21.1.
3657
3658 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3661         XEmacs gets not to work.
3662
3663 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * mm-util.el (mm-coding-system-priorities): Allow the value like
3666         "Japanese (UTF-8)" of current-language-environment.
3667
3668 2009-01-09  Glenn Morris  <rgm@gnu.org>
3669
3670         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3671         with last-command-event.
3672
3673 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3674
3675         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3676         in the doc string.
3677
3678         * message.el (message-fix-before-sending): Amend comment.
3679
3680 2009-01-08  Dave Love  <fx@gnu.org>
3681
3682         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3683
3684 2009-01-07  David Engster  <dengste@eml.cc>
3685
3686         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3687         simplified server definitions by converting it via
3688         gnus-server-to-method.
3689
3690 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3693         parameter's operands.
3694
3695 2009-01-06  David Engster  <dengste@eml.cc>
3696
3697         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3698         primary select method (for gnus-group-mark-article-as-read).
3699
3700 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3701
3702         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3703         `(gnus)Face', not `(gnus)X-Face'.
3704
3705 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * mm-util.el (mm-ucs-to-char): New function.
3708
3709         * mm-url.el (mm-url-decode-entities): Use it.
3710
3711         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3712         unicode-to-char.
3713
3714 2009-01-05  Dave Love  <fx@gnu.org>
3715
3716         * time-date.el: Require cl for `declare'.
3717
3718 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3719
3720         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3721         Dave Love.
3722
3723 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * message.el (message-fix-before-sending): Add `eight-bit' to
3726         illegible-text check.
3727
3728 2009-01-03  Michael Olson  <mwolson@gnu.org>
3729
3730         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3731         `headers' is nil.  This can occur if the IMAP server does not have
3732         permissions to read messages from a folder, but can write new messages
3733         to the folder.
3734         (nnimap-request-article-part): Do not insert `data' if it is nil.
3735
3736         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3737         characters which will confuse `read', so skip past them.
3738
3739 2009-01-01  Dave Love  <fx@gnu.org>
3740
3741         * imap.el (imap-string-to-integer): Fix typo.
3742         (imap-fetch-safe): New function.
3743         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3744
3745         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3746
3747         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3748         (imap-parse-greeting): Fix doc strings.
3749         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3750         (imap-parse-flag-list): Make messages unique.
3751         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3752
3753         * nnimap.el: Fix author email.
3754         (nnimap-split-rule): Add FIXME comment.
3755         (nnimap-debug): Fix doc string.
3756
3757 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3760
3761 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3762
3763         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3764         nslookup if resolv.conf isn't available.
3765         (dns-query): Rename from query-dns.
3766         (dns-query-cached): Rename from query-dns-cached.
3767
3768 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3771         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3772         to check if those variables exist (first appeared in Emacs 18.50).
3773
3774 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * mm-util.el (mm-line-number-at-pos): New function.
3777
3778         * spam-report.el (spam-report-process-queue): Use it.
3779
3780 2008-12-24  David Engster  <dengste@eml.cc>
3781
3782         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3783         parameters that haven't existed as variables as buffer-local variables.
3784
3785 2008-12-23  Dave Love  <fx@gnu.org>
3786
3787         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3788         cadar.
3789
3790         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3791         imap-starttls-p.
3792         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3793
3794 2008-12-22  Dave Love  <fx@gnu.org>
3795
3796         * imap.el: Fix author email.  Doc fixes.
3797         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3798         reply.
3799
3800 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * spam-report.el (spam-report-gmane-max-requests): New constant.
3803         (spam-report-gmane-wait): New variable.
3804         (spam-report-gmane-ham, spam-report-gmane-spam)
3805         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3806         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3807         the server.
3808
3809         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3810         Add explanations.
3811
3812         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3813         nnheader-accept-process-output and nnheader-read-timeout if available.
3814         (pop3-movemail): Use it.
3815
3816         * message.el (message-check-news-body-syntax): Fix signature check if
3817         there's an attachment.
3818
3819 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * mm-util.el: Add comments to the mm- emulating functions.
3822
3823 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3826         by Stephen Berman <stephen.berman@gmx.net>.
3827
3828 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * mm-util.el (mm-substring-no-properties): New function.
3831         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3832         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3833         (mm-string-to-multibyte): Doc fix.
3834
3835         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3836
3837 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * mml.el (mml-attach-file): Strip text properties from file name.
3840         (Bug#1574)
3841
3842 2008-12-16  Glenn Morris  <rgm@gnu.org>
3843
3844         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3845
3846 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3849         knows since the charset specified might be a bogus alias that
3850         mm-charset-synonym-alist provides.
3851
3852 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3853
3854         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3855         "ISO_8859-1".
3856
3857         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3858
3859 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * mm-util.el (mm-charset-eval-alist):
3862         Define it before mm-charset-to-coding-system.
3863         (mm-charset-to-coding-system): Add optional argument `silent';
3864         define it before mm-charset-override-alist.
3865         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3866         default value if it can be used in Emacs currently running;
3867         silence mm-charset-to-coding-system.
3868
3869 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3872         `allow-override' which says whether to use `mm-charset-override-alist'.
3873         (rfc2047-decode-encoded-words): Use it.
3874
3875         * mm-util.el (mm-charset-override-alist): Fix custom type;
3876         add `(gb2312 . gbk)' to choices.
3877
3878 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3881         fast.
3882
3883         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3884
3885         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3886
3887 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3888
3889         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3890         on links.
3891
3892         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3893
3894 2008-12-03  Lute Kamstra  <lute@gnu.org>
3895
3896         * sha1.el: Remove leading * from docstrings of defcustoms,
3897         deffaces, defconsts and defuns.
3898
3899 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3902         users' addresses that don't have domain parts.
3903         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3904         rather than message-narrow-to-head since there will be the message
3905         header separator.
3906
3907 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3908
3909         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3910         since the result is inserted in a unibyte buffer anyway.
3911         (nnimap-demule-use-string-to-multibyte): Remove.
3912         (nnimap-demule): Alias it to mm-string-to-multibyte.
3913
3914 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3915
3916         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3917         variable for debugging bug#464 and bug#1174.
3918         (nnimap-demule): Use it.
3919
3920 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3921
3922         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3923         score calculation correctly.
3924
3925 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3926
3927         * message.el (message-send-mail): Just set the buffer to unibyte
3928         rather than use mm-with-unibyte-current-buffer which does a lot more.
3929         (message-send-mail-partially): Don't bother with
3930         mm-with-unibyte-current-buffer since it's already been made unibyte by
3931         message-send-mail.
3932
3933 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3936
3937 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3938
3939         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3940
3941 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3944         require itself and to remove `with-no-warnings'.
3945
3946 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         * starttls.el (starttls-any-program-available): Get the name of the
3949         available TLS layer program.
3950         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3951         well as the host name in the "opening" message.
3952
3953         * auth-source.el (auth-source-cache, auth-source-do-cache)
3954         (auth-source-user-or-password): Cache passwords and logins by default,
3955         allow override with `auth-source-do-cache'.
3956         (auth-source-forget-user-or-password): Allow users to remove cache
3957         entries if needed.
3958
3959 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3960
3961         * md4.el (md4-buffer): Fix typo in docstring.
3962         (md4, md4-64): Doc fixes.
3963         (md4-pack-int32): Reflow docstring.
3964
3965 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3966
3967         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3968         condition-case to only the forward-sexp call.
3969
3970 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3971
3972         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3973         quotes contained.  Make it more robust regardless by an extra
3974         condition-case wrapper.
3975
3976 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3979
3980 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * nnml.el (nnml-request-expire-articles): Check if the function set to
3983         `nnmail-expiry-target' returns the symbol `delete'.
3984
3985         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3986
3987         * nnmail.el (nnmail-expiry-target): Fix custom type.
3988
3989 2008-10-02  Glenn Morris  <rgm@gnu.org>
3990
3991         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3992         Silence compiler warning.
3993
3994 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3995
3996         * tls.el (open-tls-stream): Show the actual command being
3997         executed, instead of the format string.
3998
3999 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * lpath.el: Fbind codepage-setup for Emacs 23.
4002
4003 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4004
4005         * mml.el (mml-menu): Don't assume mml2015 is bound.
4006
4007 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4010         exists.
4011
4012 2008-09-27  Glenn Morris  <rgm@gnu.org>
4013
4014         * gnus-util.el (mail-header-remove-comments): Autoload it.
4015
4016 2008-09-27  Andreas Schwab  <schwab@suse.de>
4017
4018         * gnus-util.el (gnus-split-references): Strip comments.
4019         (gnus-parent-id): Likewise.
4020
4021 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * message.el (message-confirm-send): Fix version.
4024
4025 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * message.el (message-idna-to-ascii-rhs-1): Use
4028         mail-extract-address-components rather than mail-header-parse-addresses
4029         that is an alias by default to ietf-drums-parse-addresses that does not
4030         support non-ASCII names in headers' contents.
4031
4032 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4033
4034         * message.el (message-confirm-send): Fixed variable documentation to
4035         avoid the "y/n" wording.
4036
4037 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4038
4039         * message.el (message-set-auto-save-file-name): Save to a different
4040         filename so multiple messages (especially drafts) can be recovered.
4041
4042 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * message.el (message-confirm-send): Add appropriate version.
4045
4046 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4049         defvar.
4050
4051 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4052
4053         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4054         (mm-pkcs7-enveloped-magic): Ditto.
4055
4056 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4057
4058         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4059         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4060
4061 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4062
4063         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4064         default, it's better.
4065
4066 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4067
4068         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4069         summary line gnus-number property and ignore them (with a warning
4070         message).
4071
4072 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4075         macro caddr in the interactive form since it won't be expanded.
4076
4077 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4080         `charset'; fix name of function called recursively.
4081         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4082
4083 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4086         (gnus-mime-set-charset-parameters): New function.
4087         (gnus-mime-view-part-as-charset): Use it to correctly display part
4088         specifying wrong charset.
4089
4090 2008-09-08  David Engster  <dengste@eml.cc>
4091
4092         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4093         in completing-read for back end server.
4094
4095 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4096
4097         * message.el (message-confirm-send): New variable to confirm sending a
4098         message.
4099         (message-send): Use it.
4100
4101 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4102
4103         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4104
4105 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4108
4109 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4110
4111         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4112         prevent tracking too many groups.
4113         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4114         Use it.
4115
4116 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4117
4118         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4119         moving point to the bottom of the window in order to avoid recentering.
4120
4121 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4124
4125         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4126         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4127         (gnus-article-beginning-of-window): Fix calculation.
4128
4129 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-msg.el (gnus-summary-supersede-article)
4132         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4133         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4134         message header.
4135
4136 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4137
4138         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4139         pending output coming after the status change.
4140
4141 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4142
4143         * message.el:
4144         * gnus-start.el:
4145         * gnus-registry.el: Remove VMS support.
4146
4147 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4150         macro.
4151         (rfc2104-hash): Use it.
4152
4153 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4156         (gnus-summary-sort-by-most-recent-date): New commands.
4157         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4158         and menu entries.
4159
4160 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4163         don't redisplay article for raw contents; remove plural articles stuff.
4164
4165         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4166         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4167         on gnus-summary-save-article; display results properly.
4168
4169 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * lpath.el: No need to fbind ns-focus-frame.
4172
4173 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4176
4177 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4180         gnus-save-all-headers.
4181
4182 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4183
4184         * gnus-util.el (ns-focus-frame): Remove declaration.
4185         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4186         like x.
4187
4188 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4189
4190         * rfc2104.el (rfc2104-zero): Delete defconst.
4191         (rfc2104-hex-alist): Likewise.
4192         (rfc2104-hex-to-int): Delete func.
4193         (rfc2104-hexstring-to-bitstring): Likewise.
4194         (rfc2104-nybbles): New defconst.
4195         (rfc2104-hash): Rewrite for speed.
4196
4197 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * tls.el (open-tls-stream): Make it work with the 2nd argument
4200         BUFFER that is a string but does not exist as a buffer object, as
4201         mentioned in the doc-string.
4202
4203 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4206         SXEmacs.
4207
4208 2008-07-16  Glenn Morris  <rgm@gnu.org>
4209
4210         * gnus-util.el (ns-focus-frame): Declare for compiler.
4211
4212 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4215         set as a group parameter.
4216         (gnus-summary-save-in-pipe): Work when it is called independently.
4217         (gnus-summary-pipe-to-muttprint): Don't modify
4218         gnus-summary-pipe-output-default-command.
4219
4220 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4221
4222         * message.el (message-send-mail-with-sendmail):
4223         Display the error message.
4224
4225 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-default-article-saver):
4228         Add gnus-summary-save-in-pipe to choices.
4229         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4230         gnus-summary-pipe-output-default-command as the default command.
4231         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4232         instead of gnus-last-shell-command.
4233
4234         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4235         New user option.
4236         (gnus-summary-muttprint-program): Mention the value will be changed.
4237         (gnus-summary-save-article): Force showing of all headers.
4238         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4239
4240 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4241
4242         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4243
4244 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4245
4246         * nnimap.el (nnimap-id):
4247         * sieve-manage.el (sieve-manage-open): Doc fixes.
4248
4249 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4250
4251         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4252         if available.
4253
4254 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4255
4256         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4257
4258         * nnkiboze.el (nnkiboze-generate-group):
4259         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4260
4261         * nnmairix.el: Require CL.
4262
4263 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * dgnushack.el: Autoload get-display-table and put-display-table for
4266         XEmacs 21.5.
4267
4268         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4269         21.4 and SXEmacs.
4270
4271 2008-06-15  David Engster  <dengste@eml.cc>
4272
4273         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4274
4275 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4276
4277         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4278         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4279         runtime choice under XEmacs.
4280
4281         * gnus-sum.el (gnus-summary-set-display-table):
4282         Use `gnus-put-display-table', `gnus-get-display-table',
4283         `gnus-set-display-table' for the display table, instead of `aset'.
4284
4285         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4286         Use `gnus-put-display-table', `gnus-get-display-table',
4287         `gnus-set-display-table' for the display table.
4288
4289 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4290
4291         * nnmairix.el: Add autoloads.
4292
4293 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4294
4295         * nnmairix.el (nnmairix-delete-recreate-group)
4296         (nnmairix-update-and-clear-marks): Fix error messages.
4297
4298 2008-06-14  David Engster  <dengste@eml.cc>
4299
4300         * nnmairix.el: Upgrade to version 0.6.
4301         (nnmairix-group-toggle-propmarks-this-group)
4302         (nnmairix-group-toggle-readmarks-this-group)
4303         (nnmairix-group-delete-recreate-this-group)
4304         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4305         (nnmairix-remove-tick-mark-original-article): New commands.
4306         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4307         (nnmairix-propagate-marks-to-nnmairix-groups)
4308         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4309         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4310         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4311         functions needed for marks propagation and manipulation of read marks.
4312         (nnmairix-update-groups): New function.
4313         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4314         (nnmairix-determine-original-group-from-registry)
4315         (nnmairix-determine-original-group-from-path)
4316         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4317         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4318         New helper functions.
4319         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4320         keystrokes for new commands.
4321         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4322         (nnmairix-request-group): Check allow-fast group parameter.
4323         (nnmairix-request-create-group): Set allow-fast group parameter if
4324         nnmairix-allowfast-default is set.
4325         (nnmairix-close-group): Propagate marks upon closing if needed.
4326         (nnmairix-group-toggle-threads-this-group): Use new.
4327         nnmairix-group-toggle-parameter helper function.
4328         (nnmairix-search): Better check for empty search result.
4329         (nnmairix-goto-original-article): Use new helper functions for
4330         determining original article.
4331         (nnmairix-show-original-article): Make sure message-id is in brackets.
4332         (nnmairix-call-mairix-binary): Change variable name.
4333         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4334         helper function.
4335         (nnmairix-widget-toggle-activate): Fix doc string.
4336
4337 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * nnir.el: Require edmacro when compiling with XEmacs.
4340         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4341         available in Emacs 21.
4342
4343 2008-06-11  Glenn Morris  <rgm@gnu.org>
4344
4345         * gnus-util.el (x-focus-frame):
4346         * gnus.el (image-size):
4347         * mm-decode.el (image-size): Declare.
4348
4349         * gnus-picon.el (declare-function): Add compat definition.
4350         (image-size): Declare.
4351
4352         * gnus-group.el (tool-bar-map):
4353         * gnus-sum.el (tool-bar-map): Define for compiler.
4354
4355         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4356
4357         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4358
4359         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4360         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4361         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4362         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4363         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4364         * sieve-manage.el, spam-report.el, spam.el:
4365         Remove unnecessary eval-and-compile of autoloads.
4366
4367 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4368
4369         * auth-source.el: Precise Tramp doc.
4370
4371 2008-06-07  Glenn Morris  <rgm@gnu.org>
4372
4373         * nnmairix.el: Remove unnecessary eval-when-compile.
4374
4375 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * lpath.el: Fbind propertize for XEmacs 21.4.
4378
4379 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * nnir.el: Move here from ../contrib.
4382
4383 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4384
4385         * gnus-util.el (gnus-read-shell-command): New function.
4386         * mm-decode.el (mm-pipe-part):
4387         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4388
4389 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4392
4393 2008-06-03  Glenn Morris  <rgm@gnu.org>
4394
4395         * pop3.el (nnheader-accept-process-output): Autoload it.
4396
4397 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4400         are not 2-digit hexadecimal characters that follow `%'s.
4401
4402 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4403
4404         * message.el (message-bogus-recipient-p): Fix type in doc string.
4405         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4406         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4407         Improve custom options.
4408         (message-bogus-recipient-p): Adjust accordingly.
4409
4410 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4411
4412         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4413         long-form month and day names.
4414
4415 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * dgnushack.el: Autoload debug, eudc-expand-inline and
4418         pgg-snarf-keys-region for XEmacs.
4419
4420         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4421
4422         * nnmairix.el: Require edmacro when compiling with XEmacs.
4423
4424 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4427         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4428
4429 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         * auth-source.el: Add more docs.
4432
4433         * netrc.el (netrc-machine): Always match if the port is not given.
4434
4435 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4438         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4439         retrieval faster in some cases, but might make CPU usage larger.  If
4440         this has any bad side effects, we might revert this change.
4441
4442         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4443         seems to make mail retrieval much, much faster.
4444         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4445         unconditionally.
4446
4447         * gnus-draft.el (gnus-group-send-queue): Bind
4448         message-send-mail-partially-limit to nil to avoid being prompted.
4449
4450 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4451
4452         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4453
4454         * message.el (message-bogus-address-regexp): Fix and improve custom
4455         type.
4456         (message-setup-hook): Add message-check-recipients as custom option.
4457
4458 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * message.el (message-cite-function): Remove bogus autoload which crept
4461         in during merge from v5-10.
4462
4463 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4466
4467         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4468
4469         * auth-source.el: Preliminary Tramp docs.
4470         (auth-sources): Change the default auth-sources to use
4471         EPA .gpg files.
4472
4473 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4474
4475         * nntp.el: Autoload `auth-source-user-or-password'.
4476         (nntp-send-authinfo): Use it.
4477
4478         * nnimap.el: Autoload `auth-source-user-or-password'.
4479         (nnimap-open-connection): Use it.
4480
4481         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4482         for the gnus-message function.
4483         (auth-source-user-or-password): Use it.
4484
4485 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4486
4487         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4488         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4489         (rfc2104-hash): Use it.
4490
4491 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4492
4493         * gnus-art.el (gnus-article-toggle-truncate-lines):
4494         Don't use `iff' in docstring.
4495
4496 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4497
4498         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4499
4500         * gnus-util.el (gnus-extract-address-component-name)
4501         (gnus-extract-address-component-email): Convenience functions around
4502         `gnus-extract-address-components'.
4503
4504         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4505         Use `gnus-extract-address-component-email' to fix bug of comparing full
4506         sender name to `user-mail-address'.
4507
4508 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4511         catch/throw to optimize.
4512         (gnus-registry-find-keywords): Just use member to find a keyword.
4513
4514 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4515
4516         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4517         is current before calling gnus-server-prepare.
4518         (gnus-server-setup-buffer, gnus-server-update-server)
4519         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4520
4521 2008-05-04  Juri Linkov  <juri@jurta.org>
4522
4523         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4524         (mailcap-file-default-commands): Use mailcap-replace-in-string
4525         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4526         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4527
4528 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4529
4530         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4531
4532 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4533
4534         * gnus.el: Bump version to 0.11.
4535
4536 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4537
4538         * gnus.el: No Gnus v0.10 is released.
4539
4540 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4543         hooks.
4544         (gnus-update-read-articles): Speed up non-marks-using users.
4545         (gnus-use-marks): Define gnus-use-marks.
4546         (gnus-propagate-marks): Rename variable to something more sensible.
4547
4548 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4549
4550         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4551         (gmm-image-load-path-for-library): Fix typos in docstrings.
4552         (gmm-message): Reflow docstring.
4553
4554 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4555
4556         * mail-source.el (mail-source-set-1, mail-source-bind):
4557         Move auth-source code out of the macro to clean it up and fix bugs.
4558
4559 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4562         by sender if it's equal to user-mail-address, it's likely to be
4563         useless.
4564
4565         * mail-source.el (mail-source-bind): Don't use user or password if they
4566         are not bound.  Unintern them if they are nil.  Don't use server unless
4567         it's bound, and default it to empty string otherwise.
4568
4569 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         * mail-source.el: Load auth-source.el.
4572         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4573         get user name or password, if auth-sources is set up.
4574
4575         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4576         strategy of splitting with parent.
4577         (gnus-registry-split-fancy-with-parent)
4578         (gnus-registry-post-process-groups): Use it and fix prior
4579         bug (returning a list as the split result).
4580
4581         * auth-source.el (auth-sources): Remove server parameter.
4582         (auth-source-pick, auth-source-user-or-password)
4583         (auth-source-user-or-password-imap)
4584         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4585         (auth-source-user-or-password-sftp)
4586         (auth-source-user-or-password-smtp): Remove server parameter.
4587
4588 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4589
4590         * smime.el (smime-sign-region, smime-encrypt-region)
4591         (smime-decrypt-region):
4592         Remove redundant calls to `generate-new-buffer-name'.
4593
4594 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4595
4596         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4597         Don't use QP for message/rfc822.
4598         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4599
4600 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4601
4602         * sieve-manage.el (sieve-string-bytes): Remove.
4603         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4604         correct byte-length only if the process's coding-system is the same as
4605         the one used internally by Emacs to represent strings.
4606
4607 2008-04-22  Juri Linkov  <juri@jurta.org>
4608
4609         * mailcap.el (mailcap-file-default-commands): New function.
4610
4611 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4612
4613         * message.el (message-signature-separator, message-cite-function):
4614         Change custom version.
4615
4616 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4617
4618         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4619         commands.
4620         (tls-checktrust): Ditto.
4621
4622 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * mm-decode.el (mm-display-external): Make temp file read-only.
4625
4626 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4629         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4630         `C-c C-f d'.
4631
4632 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4633
4634         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4635
4636 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * gnus.el: Bump version to 0.9.
4639
4640 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * gnus.el: No Gnus v0.8 is released.
4643
4644 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4645
4646         * mail-source.el (mail-source-value):
4647         Prefer fboundp to functionp so it works with macros as well.
4648
4649 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4650
4651         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4652         Fix last change in case the element is not even a symbol.
4653
4654 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4655
4656         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4657         Prefer fboundp to functionp so it works with macros as well.
4658
4659 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4660
4661         * auth-source.el: Added docs.
4662         (auth-sources): Modify format to support server.
4663         (auth-source-pick, auth-source-user-or-password)
4664         (auth-source-user-or-password-imap)
4665         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4666         (auth-source-user-or-password-sftp)
4667         (auth-source-user-or-password-smtp): Add server parameter.
4668
4669 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * gnus-registry.el: Initialize the registry when gnus-registry-install
4672         is t.
4673
4674 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * compface.el (uncompface): Make buffer unibyte.
4677
4678 2008-04-05  Glenn Morris  <rgm@gnu.org>
4679
4680         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4681
4682 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4683
4684         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4685         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4686
4687         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4688         multibyteness after rather than before erasing it.
4689
4690         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4691         mm-with-multibyte.
4692         (gnus-request-article-this-buffer): Make sure the proper decoding is
4693         used if gnus-original-article-buffer happens to be unibyte.
4694
4695         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4696         default-enable-multibyte-characters.
4697
4698         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4699         default-enable-multibyte-characters.
4700
4701         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4702
4703         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4704
4705 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4706
4707         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4708         (imap-message-copyuid-1): Use it.
4709         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4710         J. Williams in
4711         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4712
4713         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4714         imap-enable-exchange-bug-workaround.
4715         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4716
4717 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4718
4719         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4720         a 100 byte status-checks into a 2-3MB transfer for each group.
4721         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4722         to enable bug workaround or not.
4723         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4724
4725 2008-03-31  Glenn Morris  <rgm@gnu.org>
4726
4727         * message.el (mml2015-use): Declare for compiler.
4728         (message-info): Require mml2015 when appropriate.
4729
4730 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4733         whitespace.
4734
4735 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4736
4737         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4738         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4739         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4740         (nntp-service-to-port): New function.
4741         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4742         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4743         (nntp-open-netcat-stream): New function.
4744         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4745
4746 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4747
4748         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4749
4750 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4751
4752         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4753
4754 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4755
4756         * dns.el (dns-write): Use set-buffer-multibyte.
4757
4758 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4759
4760         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4761
4762 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4763
4764         * message.el (message-signature-separator): Change default.
4765         Improve custom type.
4766         (message-cite-function): Change default to
4767         message-cite-original-without-signature.
4768
4769         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4770         toggle.
4771
4772         * message.el (message-check-news-body-syntax): Fix signature check.
4773         (message-setup-1): Mark buffer as unmodified _after_ running
4774         message-setup-hook and handling message-alternative-emails.
4775         (message-shorten-references): Be more strict when building list of
4776         valid references to comply with GNKSA.
4777
4778         * gnus-group.el (gnus-read-ephemeral-bug-group)
4779         (gnus-read-ephemeral-debian-bug-group)
4780         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4781
4782         * message.el (message-info): Don't use booleanp which isn't supported
4783         in Emacs 21 and XEmacs.
4784
4785 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4786
4787         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4788         gnus-group-gmane-group-download-format.
4789         (gnus-group-read-ephemeral-gmane-group): Rename from
4790         gnus-group-read-ephemeral-gmane-group.
4791         (gnus-read-ephemeral-gmane-group-url): Rename from
4792         gnus-group-read-ephemeral-gmane-group-url.
4793         (gnus-bug-group-download-format-alist): New variable.
4794         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4795         (gnus-read-ephemeral-emacs-bug-group): New commands.
4796
4797 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4798
4799         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4800         (gnus-visible-headers): Improve custom type.
4801
4802 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4803
4804         * mml.el (mml-menu): Add workarounds for XEmacs.
4805
4806         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4807         X-Boundary header.
4808
4809         * message.el (message-simplify-recipients): Fix previous commit.
4810
4811 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4812
4813         * mm-util.el (mm-set-buffer-multibyte): New function.
4814         * mm-decode.el (mm-copy-to-buffer): Use it.
4815
4816 2008-03-19  Glenn Morris  <rgm@gnu.org>
4817
4818         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4819         Accidentally removed in the sync process with Emacs.
4820
4821 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4822
4823         * message.el (message-alter-recipients-discard-bogus-full-name):
4824         New function.
4825         (message-alter-recipients-function): New variable.
4826         (message-get-reply-headers): Use it.
4827         (message-replace-header): New helper function.
4828         (message-recipients-without-full-name): New variable.
4829         (message-simplify-recipients): New command.
4830
4831         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4832
4833         * message.el (message-info): Handle EasyPG manual.
4834
4835         * mml.el (mml-menu): Add entry for EasyPG.
4836
4837 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4838
4839         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4840         parameter.
4841
4842         * message.el (message-disassociate-draft): Specify drafts group name
4843         fully.
4844
4845 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4846
4847         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4848         unnecessary duplicates from the match list.
4849
4850 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4853
4854         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4855
4856         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4857         args of `how-many' of which the XEmacs version doesn't take; declare
4858         Info-index-next as function.
4859
4860 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * gnus-score.el (gnus-score-headers): Fix handling of
4863         gnus-inhibit-slow-scoring.
4864
4865         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4866         string.
4867         (gnus-button-url-regexp): Improve handling of parenthesis.
4868         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4869         (gnus-button-handle-info-keystrokes): Handle index entries.
4870
4871 2008-03-15  Glenn Morris  <rgm@gnu.org>
4872
4873         * parse-time.el (parse-time-string): Simplify.
4874
4875 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4878         Incoming* files.
4879
4880 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4881
4882         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4883         (auth-source-pick): Use it.
4884
4885 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4886
4887         * binhex.el (binhex-decode-region-internal):
4888         * uudecode.el (uudecode-decode-region-internal):
4889         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4890         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4891         setting default-enable-multibyte-characters.
4892
4893 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4894
4895         * auth-source.el (auth-source-protocols)
4896         (auth-source-protocols-customize, auth-source-choices): Added and
4897         modified variable customizations and defaults.
4898         (auth-source-pick, auth-source-user-or-password)
4899         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4900         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4901         (auth-source-user-or-password-sftp)
4902         (auth-source-user-or-password-smtp): Use new variables and provide an
4903         interface to netrc.el.
4904
4905 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4908         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4909         Make sure the nntp port to specify is a string.
4910
4911 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4912
4913         * nntp.el: Use with-current-buffer.
4914         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4915         dubious mm-with-unibyte-current-buffer.
4916         (nntp-with-open-group-function): New function extracted from
4917         nntp-with-open-group macro.
4918         (nntp-with-open-group): Use the function, so it's easier to debug.
4919         Add indentation and debugging info.
4920         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4921         the use of the netcat alternatives.
4922
4923         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4924         Avoid mm-string-as-multibyte as well.
4925
4926         * nnweb.el (nnweb-insert-html):
4927         Remove use of nnheader-string-as-multibyte.
4928
4929         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4930         (nnheader-string-as-multibyte): Remove.
4931
4932         * mm-view.el: Use inhibit-read-only.
4933         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4934         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4935         or unibyte-string.
4936
4937         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4938         (mm-uu-yenc-extract): Use with-current-buffer.
4939
4940         * gnus-soup.el (gnus-soup-send-packet): Don't use
4941         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4942
4943         * nnmh.el: Use with-current-buffer.
4944         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4945         mm-string-as-multibyte on the output of mm-encode-coding-string.
4946
4947         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4948         (nnimap-request-move-article): Use with-current-buffer.
4949
4950         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4951         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4952         conversion uses string-make-unibyte rather than string-as-unibyte.
4953
4954         * gnus-msg.el: Use with-current-buffer.
4955
4956         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4957
4958 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4959
4960         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4961         string for caching if it is 'PIN.
4962
4963 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * lpath.el: Consider the case without Emacs/W3.
4966
4967 2008-03-08  Glenn Morris  <rgm@gnu.org>
4968
4969         * time-date.el (date-to-time, time-subtract, time-add)
4970         (safe-date-to-time): Doc fixes.
4971
4972 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * mail-source.el (mail-source-delete-old-incoming-confirm):
4975         Change default to nil.
4976         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4977
4978 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * lpath.el: Rearrange.
4981
4982         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4983         (gnus-article-goto-prev-page): Work for articles having ^L's.
4984
4985         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4986
4987         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4988
4989 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4990
4991         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4992         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4993         (gnus-bookmark-jump): Adjust some variable names.
4994
4995 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4996
4997         * auth-source.el: New package.
4998         (auth-source-choices): Add customization entry point variable.
4999
5000         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5001         bug.
5002
5003 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5006         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5007         (gnus-registry-install-shortcuts): Rename from
5008         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5009         the `gnus-registry-mark-map' keymap dynamically from
5010         `gnus-registry-marks'.  The generated functions update the summary line
5011         when a registry mark is added or deleted, and will call
5012         `gnus-registry-install-p' (see the comments in the code).
5013         (gnus-registry-user-format-function-M): Use concat intelligently.
5014
5015         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5016         the registry mark functions.
5017
5018 2008-03-05  Glenn Morris  <rgm@gnu.org>
5019
5020         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5021         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5022         gnus-art.
5023         (top-level): No need to load own source when compiling.
5024
5025 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5026
5027         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5028         Suggested by <chris.anderton@zetnet.co.uk>.
5029
5030 2008-03-04  Glenn Morris  <rgm@gnu.org>
5031
5032         * gnus-sum.el (top-level): No need to require gnus when compiling,
5033         since unconditionally required near start of file.
5034         (gnus-summary-display-while-building): Move definition before use.
5035
5036 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5037
5038         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5039         formatting function.
5040
5041 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5042
5043         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5044         with plists.
5045         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5046         Use new format.
5047
5048 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5051         `where-is-internal' that returns a range of key sequences.
5052
5053 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5054
5055         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5056
5057         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5058         (gnus-summary-jump-to-group): Consider windows on other displayed
5059         frames as well.  Similar changes might be needed elsewhere, but that's
5060         the one I've bumped into during my use.
5061
5062         * nndoc.el (nndoc-oe-dbx-type-p):
5063         * gnus-msg.el (gnus-debug):
5064         * gnus-group.el (gnus-update-group-mark-positions):
5065         Use mm-string-to-multibyte.
5066
5067 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5070         doesn't handle NotDashEscaped.
5071
5072         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5073         (mml-dnd-attach-options): Fix typo in custom choice.
5074
5075         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5076         nndoc-article-type to mbox.
5077         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5078
5079         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5080         to nil, instead of html2text.
5081
5082         * imap.el (imap-debug): Add `imap-ping-server'.
5083
5084         * gnus-bookmark.el: Add FIXMEs.
5085
5086         * message.el (message-form-letter-separator)
5087         (message-send-form-letter-delay): New variables.
5088         (message-send-form-letter): Use them.  New command to send form
5089         letters.  Requested by Uwe Siart.
5090         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5091
5092 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * Update copyright years.
5095
5096 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5097
5098         Sync from EMACS_22_BASE.
5099
5100         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5101
5102 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5103
5104         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5105         empty author.
5106
5107 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5108
5109         * gnus-registry.el (gnus-registry-marks): Add variable for
5110         customization of marks and their appearance.
5111         (gnus-registry-read-mark): Use it.
5112         (gnus-registry-do-marks): Add utility function to loop through
5113         `gnus-registry-marks'.
5114         (gnus-registry-install-shortcuts-and-menus): Add function to install
5115         shortcuts and menus.
5116         (gnus-registry-initialize): Use it.
5117         (gnus-registry-default-mark): Clarify documentation.
5118
5119 2008-02-29  Glenn Morris  <rgm@gnu.org>
5120
5121         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5122         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5123         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5124         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5125         Change defcustom :version from 23.0 to 23.1.
5126
5127 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5128
5129         * gnus-registry.el (gnus-registry-follow-group-p)
5130         (gnus-registry-post-process-groups): Add functions to aid registry
5131         splitting and improve logging.  Clarify behavior in function
5132         documentation.
5133         (gnus-registry-split-fancy-with-parent): Use them.
5134
5135 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5136
5137         * gnus-art.el: Use with-current-buffer.
5138
5139 2008-02-27  David Engster  <dengste@eml.cc>
5140
5141         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5142         Express real group name in the response.
5143
5144 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5147         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5148         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5149         autoload gnus-registry-fetch-group when compiling.
5150         (nnmairix-request-group-with-article-number-correction): Remove
5151         unreferenced argument passed to nnmairix-call-backend.
5152
5153 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5156         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5157         Wilde.
5158
5159 2008-02-27  Glenn Morris  <rgm@gnu.org>
5160
5161         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5162         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5163         variables to defconsts.  Convert comments to doc-strings.
5164         (nnmairix-last-server, nnmairix-current-server): Convert from free
5165         variables to defvars.  Convert comments to doc-strings.
5166         (gnus-registry-fetch-group): Autoload.
5167         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5168         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5169         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5170         caddr.
5171         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5172         nnmairix-request-group-with-article-number-correction call.
5173         (nnmairix-fast, nnmairix-group): New, less general names, for free
5174         variables passed from nnmairix-request-group to
5175         nnmairix-request-group-with-article-number-correction.  Declare.
5176         (nnmairix-request-group-with-article-number-correction):
5177         Use nnmairix-fast, nnmairix-group rather than fast, group.
5178
5179 2008-02-26  David Engster  <dengste@eml.cc>
5180
5181         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5182         version 0.5.
5183
5184 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5185
5186         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5187         instead of making an extra function call.  Don't add the current group
5188         to articles only when they have the group.  Use
5189         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5190         Reported by David <de_bb@arcor.de>.
5191
5192 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5195         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5196
5197 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * mail-source.el (mail-source-delete-incoming): Change default.
5200         Supplement doc string.
5201
5202         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5203
5204 2008-02-14  Glenn Morris  <rgm@gnu.org>
5205
5206         * time-date.el (format-seconds): New function.
5207
5208 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * nnmail.el (nnmail-message-id-cache-file): Derive from
5211         `gnus-home-directory'.
5212
5213 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5216         Document negative prefix.
5217
5218         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5219
5220 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * message.el (message-unsent-separator): Add the Exim bounce
5223         separator.
5224
5225 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5226
5227         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5228         list.
5229         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5230         recipient/signer list.
5231
5232 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * Makefile.in (datarootdir): Define.
5235         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5236         name that might contain whitespace.
5237
5238 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5239
5240         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5241         fbound (Emacs 23 unicode), signal an error.
5242
5243 2008-02-08  Glenn Morris  <rgm@gnu.org>
5244
5245         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5246
5247 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5248
5249         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5250         ports to the calls to `netrc-machine-user-or-password' in addition to
5251         "imap" and "imaps".
5252
5253 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5254
5255         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5256
5257         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5258
5259 2008-02-01  Kenichi Handa  <handa@m17n.org>
5260
5261         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5262         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5263         (rfc2104-hash): Convert the result of concat to unibyte string.
5264
5265 2008-02-01  Dave Love  <fx@gnu.org>
5266
5267         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5268         coding-system-for-read.
5269         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5270
5271 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5272
5273         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5274         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5275         <hanche@math.ntnu.no>.
5276
5277 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5280
5281         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5282
5283 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5284
5285         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5286         * message.el (message-beginning-of-line): Use featurep instead of bound
5287         tests in order to resolve conditionals at compile time.
5288
5289 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5290
5291         * mail-source.el (mail-sources): Add `group' choice.
5292
5293         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5294         parameter `in-group' to control into which group the articles go.
5295         Add treatment of `group' mail-source.
5296
5297 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5300
5301         * mm-decode.el (mm-dissect-buffer): Decode description.
5302
5303         * mml.el (mml-to-mime): Encode message header first.
5304
5305 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5308         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5309
5310         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5311         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5312
5313 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5314
5315         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5316
5317 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5320         prefix keys.
5321         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5322         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5323         gnus-xmas.el.
5324
5325         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5326         (gnus-xmas-article-describe-bindings): New function.
5327         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5328         gnus-xmas-article-describe-bindings.
5329
5330         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5331
5332 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5335         Add new variables for article mark management.
5336         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5337         list of extra data entries which, when present, will indicate that the
5338         article ID should not be trimmed from the registry.
5339         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5340         functions.
5341         (gnus-registry-read-mark): New function to read a mark name from the
5342         user.
5343         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5344         (gnus-registry-set-article-mark-internal): New functions to add and
5345         remove marks.
5346         (gnus-registry-get-article-marks): New function to show the marks for
5347         an article, or retrieve them for further use.
5348
5349 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5352         keys when no argument is given.
5353
5354 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * imap.el (imap-ping-server): New variable.
5357         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5358         (imap-ping-server): Minor doc string fixes.
5359
5360 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5361
5362         * imap.el (imap-ping-server): New function.
5363         (imap-opened): Call imap-ping-server.
5364
5365 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * gnus-sum.el (gnus-article-sort-by-random)
5368         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5369         jidanni@jidanni.org.
5370
5371 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (gnus-article-describe-bindings): New function.
5374         (gnus-article-read-summary-keys): Use it.
5375         (gnus-article-mode-map): Bind `C-h b' to it.
5376
5377 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5380         XEmacs.
5381         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5382         against non-character events.
5383
5384         * lpath.el: Fbind map-keymap for Emacs 21.
5385
5386 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5387
5388         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5389         command.
5390         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5391         instead of END.  Change name of the temp file.
5392         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5393         customizable.
5394
5395 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5398         bind `S W' to gnus-article-wide-reply-with-original; set default
5399         binding to gnus-article-read-summary-send-keys.
5400         (gnus-article-read-summary-keys): Fix the order of keys; display
5401         continuation keys correctly in the echo area; describe bindings
5402         correctly when keys end with `C-h'.
5403         (gnus-article-read-summary-send-keys): New function.
5404         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5405         for gnus-article-read-summary-send-keys; display continuation keys
5406         correctly in the echo area.
5407         (gnus-article-reply-with-original): Ignore prefix argument.
5408         (gnus-article-wide-reply-with-original): New function.
5409
5410         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5411         Emacs 21.
5412
5413 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5416         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5417
5418 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5419
5420         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5421         (gnus-group-read-ephemeral-gmane-group): New command.
5422
5423 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5424
5425         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5426
5427 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         * message.el (message-send-mail-function): Increase custom version.
5430
5431         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5432         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5433
5434 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5435
5436         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5437         for the cases where imap-authenticate is called with a nil buffer
5438         parameter.
5439
5440 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5443         html parts correctly; support forwarded messages.
5444         (gnus-article-browse-html-article): Remove work buffers.
5445
5446         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5447         compiling.
5448         (netrc-bound-and-true-p): New macro.
5449         (netrc-parse): Use it instead of bound-and-true-p that is not available
5450         in XEmacs 21.4.
5451
5452 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * gnus-registry.el (gnus-registry-mark-article)
5455         (gnus-registry-article-marks): Add functionality to mark articles
5456         through the Gnus registry.
5457
5458         * encrypt.el: Clarify documentation for the new pgg method.
5459         (encrypt-file-alist): Add PGG option.
5460         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5461         functionality.  Abstract password key and messaging to external
5462         functions.
5463         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5464         (encrypt-message-method-and-cipher): Add new convenience external
5465         functions.
5466         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5467         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5468
5469         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5470         (netrc-parse): Use encrypt-file-alist to determine if
5471         encrypt-find-model or encrypt-insert-file-contents should be used.
5472
5473         * encrypt.el: Clarify documentation.  Load password-cache or
5474         password, whichever one is found first, instead of autoloading.
5475
5476 2007-12-19  Glenn Morris  <rgm@gnu.org>
5477
5478         * mml.el (message-options-set, message-narrow-to-head)
5479         (message-in-body-p, message-mail-p, message-encode-message-body):
5480         Autoload.
5481         (message-remove-header, message-narrow-to-headers-or-head)
5482         (message-subscribed-p, message-make-mail-followup-to)
5483         (message-position-on-field, message-news-p)
5484         (message-options-set-recipient, message-generate-headers)
5485         (message-sort-headers): Declare as functions.
5486
5487 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5488
5489         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5490         convention in doc string.
5491
5492 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5495         title to html parts.
5496         (gnus-article-browse-html-article): Pass message header to it.
5497
5498         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5499
5500 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5503         or password compatible with XEmacs.
5504
5505 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5508         format document.
5509         (gnus-mime-delete-part): Don't write description line if empty.
5510         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5511
5512 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5513
5514         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5515         (gnus-summary-mark-read-and-unread-as-read)
5516         (gnus-summary-mark-current-read-and-unread-as-read)
5517         (gnus-summary-mark-unread-as-ticked): Doc fix.
5518         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5519
5520 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5523         Christoph Conrad <christoph.conrad@gmx.de>.
5524
5525 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5528         yes-or-no-p.
5529
5530 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * mm-decode.el (mm-add-meta-html-tag): New function.
5533         (mm-save-part-to-file, mm-pipe-part): Use it.
5534
5535         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5536         gnus-y-or-n-p instead of y-or-n-p.
5537         (gnus-article-browse-html-parts): Work with message/external-body; use
5538         mm-add-meta-html-tag.
5539
5540 2007-12-11  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-cache.el: Require gnus-sum not just when compiling.
5543
5544         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5545
5546         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5547         definitions before use.
5548
5549         * mm-decode.el: Require gnus-util.
5550         (mm-remove-part): Only call delete-annotation on XEmacs.
5551
5552         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5553
5554         * nnmail.el: Require gnus-int.
5555
5556         * spam.el: Move `require's before `eval-when-compile's.
5557
5558         * gnus-ems.el (gnus-alive-p):
5559         * gnus-fun.el (message-goto-eoh):
5560         * gnus-util.el (gnus-group-name-decode):
5561         * mail-source.el (gnus-compress-sequence):
5562         * message.el (Info-goto-node, format-spec):
5563         * mm-bodies.el (message-options-get):
5564         * mm-decode.el (mm-view-pkcs7):
5565         * mm-util.el (gmm-write-region):
5566         * mml-smime.el (mml-compute-boundary)
5567         (gnus-completing-read-with-default):
5568         * mml.el (widget-button-press, gnus-make-hashtable):
5569         * mml1991.el (mm-decode-content-transfer-encoding)
5570         (mm-encode-content-transfer-encoding)
5571         (message-options-get, message-options-set):
5572         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5573         * nnfolder.el (gnus-request-group):
5574         * nnheader.el (ietf-drums-unfold-fws):
5575         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5576         * smime.el (gnus-run-mode-hooks):
5577         * spam-stat.el (gnus-message): Autoload.
5578
5579         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5580         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5581         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5582         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5583         Add declare-function compatibility definition.
5584
5585         * gnus-cache.el (nnvirtual-find-group-art):
5586         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5587         (gnus-add-image, gnus-add-wash-type):
5588         * gnus-group.el (nnkiboze-score-file):
5589         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5590         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5591         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5592         (message-tokenize-header, gnus-get-buffer-create)
5593         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5594         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5595         * gnus.el (gnus-group-decoded-name):
5596         * mail-source.el (imap-capability):
5597         * mm-bodies.el (message-options-set):
5598         * mm-decode.el (gnus-configure-windows):
5599         * mm-extern.el (message-goto-body):
5600         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5601         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5602         (epg-sub-key-validity, message-options-set):
5603         * mml.el (widget-event-point, gnus-configure-windows):
5604         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5605         * mml2015.el (epg-check-configuration, epg-configuration)
5606         (message-options-set):
5607         * nndb.el (nndb-request-article):
5608         * nnfolder.el (gnus-request-create-group):
5609         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5610         * nnmaildir.el (gnus-group-mark-article-read):
5611         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5612         * rfc1843.el (message-fetch-field):
5613         * spam.el (gnus-extract-address-components):
5614         Declare as functions.
5615
5616 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5619
5620         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5621
5622         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5623         bind show-trailing-whitespace for XEmacs.
5624
5625 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5626
5627         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5628         new no-op macro for backward compatibility.
5629
5630         * imap.el (imap-string-to-integer): New function.
5631
5632 2007-12-09  Glenn Morris  <rgm@gnu.org>
5633
5634         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5635
5636         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5637         * message.el, mm-view.el, sieve-manage.el, smime.el:
5638         Add declare-function compatibility definition.
5639
5640         * gnus-art.el (w3-region, w3m-region, Info-menu):
5641         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5642         * gnus-sum.el (gnus-get-predicate):
5643         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5644         * message.el (mail-abbrev-in-expansion-header-p):
5645         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5646         (w3m-detect-meta-charset, w3m-region):
5647         * sieve-manage.el (password-read, password-cache-add)
5648         (password-cache-remove):
5649         * smime.el (password-read-and-add): Declare as functions.
5650
5651 2007-12-08  David Kastrup  <dak@gnu.org>
5652
5653         * gnus-sum.el (gnus-summary-simplify-subject-query):
5654         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5655         `message'.
5656
5657 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5660         it to bind idna-program, installation-directory, defined-colors, and
5661         face-attribute for XEmacs of the version that compiles defcustom forms.
5662
5663 2007-12-07  Glenn Morris  <rgm@gnu.org>
5664
5665         * gnus-art.el (article-make-date-line): Revert previous change.
5666
5667 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5670
5671 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5672
5673         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5674         Call gnus-add-to-range ranges only once with a prepared article-list.
5675
5676 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5677
5678         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5679         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5680         group names with backslashes.  Reported by Tassilo Horn
5681         <tassilo@member.fsf.org>.
5682
5683 2007-12-06  Deepak Goel  <deego3@gmail.com>
5684
5685         * gnus-art.el (article-make-date-line):
5686         * gnus-start.el (gnus-load):
5687         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5688
5689 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-art.el (gnus-use-idna)
5692         * gnus-start.el (gnus-site-init-file)
5693         * message.el (message-use-idna)
5694         * mm-uu.el (mm-uu-hide-markers)
5695         * smiley.el (smiley-style): Revert changes that suppress warnings.
5696
5697 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5700         specify charset to html source.  Reported by Christoph Conrad
5701         <christoph.conrad@gmx.de>.
5702
5703 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5706         idna-program in order to suppress byte compile warning issued by XEmacs
5707         that came to byte compile the default value section of defcustom forms
5708         recently.
5709
5710         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5711         value of installation-directory.
5712
5713         * message.el (message-use-idna): Don't directly refer to the value of
5714         idna-program.
5715
5716         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5717
5718         * smiley.el (smiley-style): Don't directly call face-attribute.
5719
5720 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5721
5722         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5723
5724         * gnus-dired.el: Reduce Gnus dependencies.
5725         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5726         require.  Use autoloads instead.
5727         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5728         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5729         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5730         (gnus-dired-mode): Adjust doc string.
5731         (gnus-dired-mail-mode): New variable.
5732         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5733         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5734         (gnus-dired-mail-buffers): New function.  Return mail or message
5735         composition buffers.
5736         (gnus-dired-attach): Use it.
5737         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5738         NO-DECODE.
5739         (gnus-dired-print): Use `gnus-print-buffer' depending on
5740         `gnus-dired-mail-mode'.
5741
5742 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * rfc2047.el (rfc2047-encoded-word-regexp)
5745         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5746         explaining what regexp patterns are for.
5747
5748 2007-12-04  Glenn Morris  <rgm@gnu.org>
5749
5750         * password.el: Move to password-cache.el.
5751
5752         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5753         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5754         * mml-smime.el (password-read, password-cache-add)
5755         (password-cache-remove):
5756         No need to autoload, since mml-sec requires password.
5757
5758         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5759         * message.el (gnus-extract-address-components):
5760         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5761
5762         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5763         password.
5764
5765 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5766
5767         * mailcap.el: Reduce dependencies.
5768         (mail-header-parse-content-type): Autoload.
5769         (mailcap-delete-duplicates): New alias.
5770         (mailcap-mime-info): Add optional argument NO-DECODE.
5771         (mailcap-mime-types): Use mailcap-delete-duplicates.
5772
5773         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5774
5775 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5776
5777         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5778         (imap-parse-status): Upcase status-att for servers that sends them
5779         lower-case (e.g., MS Exchange 2007).
5780
5781 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5784         function.
5785
5786         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5787         (gnus-uu-yenc-article): New function.
5788
5789         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5790
5791         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5792         buffer.
5793
5794 2007-12-02  Glenn Morris  <rgm@gnu.org>
5795
5796         * binhex.el (binhex): New custom group.
5797         (binhex-decoder-program, binhex-decoder-switches)
5798         (binhex-use-external): Move to the binhex custom group.
5799
5800         * uudecode.el (uudecode): New custom group.
5801         (uudecode-decoder-program, uudecode-decoder-switches)
5802         (uudecode-use-external): Move to the uudecode custom group.
5803
5804         * netrc.el (top-level): Don't load `encrypt' features.
5805         (netrc-parse): Don't use encrypt.
5806         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5807
5808         * encrypt.el: Remove file.
5809
5810 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5813         matches on patches.
5814
5815         * gnus-art.el (gnus-article-browse-html-article): Mention
5816         `mm-text-html-renderer' in the doc string.
5817
5818         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5819         string.  Add comments.
5820
5821         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5822         if rhs is ASCII.
5823
5824 2007-12-01  Glenn Morris  <rgm@gnu.org>
5825
5826         * mail-source.el (top-level): Require format-spec before
5827         eval-when-compile.
5828
5829 2007-11-30  Glenn Morris  <rgm@gnu.org>
5830
5831         * encrypt.el: Require password, rather than autoloading password-read.
5832
5833 2007-11-29  Glenn Morris  <rgm@gnu.org>
5834
5835         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5836         (sasl-make-client, sasl-next-step, sasl-step-data)
5837         (sasl-step-set-data): Declare as functions.
5838
5839 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5840
5841         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5842
5843 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5844
5845         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5846         certs should be verified and what is to be done in the event of a
5847         verification failure.
5848
5849         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5850         caller can indicate whether the cache should be disregarded for this
5851         call.  This way the result of the call is reproducible at all times and
5852         can be considered a canonical server name for the supplied method.
5853         (gnus-agent-method-p): Canonicalize server names by pushing their
5854         method through `gnus-method-to-server' using the no-cache argument.
5855
5856         * gnus-srvr.el (gnus-server-insert-server-line): Call
5857         `gnus-method-to-server' with `no-cache' argument.
5858
5859         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5860         gnus-agent-possibly-synchronize-flags as this should be called when the
5861         server is actually being opened.
5862         (gnus-agent-possibly-synchronize-flags)
5863         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5864         flags file of an agentized server to the latter function.
5865
5866         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5867         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5868         after a connection has been established successfully.
5869
5870 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * gnus-art.el (article-display-face): Force to display face if called
5873         interactively; check if gnus-article-x-face-too-ugly matches author.
5874         (article-display-x-face): Display face even if From header is missing
5875         as article-display-face does.
5876
5877 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5878
5879         * hashcash.el (message-narrow-to-headers-or-head)
5880         (message-fetch-field, message-goto-eoh)
5881         (message-narrow-to-headers): Declare as functions.
5882
5883 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5884
5885         * mail-source.el (mail-sources): Default to fetch from file for
5886         compatibility with default of nnmail-spool-file.
5887
5888 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5891         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5892         to look for encoded word that should be encoded again.
5893         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5894         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5895         encoding pattern.
5896         (rfc2047-decode-region): Switch strict regexp and loose one according
5897         to rfc2047-allow-irregular-q-encoded-words.
5898
5899 2007-11-25  Romain Francoise  <romain@orebokech.com>
5900
5901         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5902
5903 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * tls.el (tls-program): Provide more custom choices from
5906         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5907         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5908
5909 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5912         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5913
5914         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5915         `nnmail-spool-file'.
5916
5917         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5918         `nnmail-spool-file'.
5919
5920         * gnus-move.el (gnus-change-server): Ditto.
5921
5922         * gnus-kill.el (gnus-batch-score): Ditto.
5923
5924         * gnus-cache.el (gnus-jog-cache): Ditto.
5925
5926         * gnus-msg.el (gnus-summary-reply):
5927         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5928
5929 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5930
5931         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5932         version.  Minor improvement to doc strings.
5933         (tls-program): Add comment.
5934
5935 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5936
5937         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5938         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5939         mismatch between the hostname provided in the certificate and the name
5940         of the host connnecting to.
5941         (open-tls-stream): Use them.  Check certificates against trusted root
5942         certificates.
5943
5944 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * gnus-cache.el (gnus-cache-generate-nov-databases):
5947         Use nnml-generate-nov-databases-directory instead of
5948         nnml-generate-nov-databases-1.
5949
5950 2007-11-24  Glenn Morris  <rgm@gnu.org>
5951
5952         * message.el (message-tool-bar-retro): Update for rename
5953         mail_send.xpm->mail-send.xpm.
5954
5955 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5958         `smime-ldap-search' for Emacs 22 and up.
5959
5960 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5961
5962         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5963
5964         * message.el (message-send-mail-function): Fix error convention.
5965         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5966         (message-widen-reply, message-send-mail, message-talkative-question)
5967         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5968         (message-clone-locals, message-send-news): Use with-current-buffer.
5969         (message-insert-or-toggle-importance): Remove unused var `valid'.
5970         (message-make-references): Remove unused var `new-references'.
5971         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5972
5973 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5974
5975         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5976         (spam-split-symbolic-return-positive): Reflow docstring.
5977         (spam-backends, spam-summary-exit-behavior)
5978         (spam-mark-ham-unread-before-move-from-spam-group)
5979         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5980         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5981         (spam-clear-cache, spam-backend-check, spam-install-backend)
5982         (spam-install-statistical-backend, spam-list-of-processors)
5983         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5984         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5985         (spam-check-crm114, spam-initialize, spam-unload-hook):
5986         Fix typos in docstrings.
5987
5988 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5991         been checked if they have never been read and those group levels are
5992         higher than the one that a user specified.
5993
5994 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5997         foreign groups unless a group level is specified by a user.
5998         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5999
6000 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * message.el (message-send-mail-function): Require sendmail.
6003
6004 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * message.el (message-send-mail-function): Check for smtpmail too.
6007
6008         * utf7.el (utf7-encode, utf7-decode): Use coding system
6009         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6010
6011         * message.el (message-send-mail-function): New function.
6012         (message-send-mail-function): Set default using
6013         message-send-mail-function.  Adjust doc string.
6014         (message-send-mail-with-mailclient): New function.
6015
6016 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6017
6018         * smime.el (from):
6019         * rfc2047.el (message-posting-charset):
6020         * qp.el (mm-use-ultra-safe-encoding):
6021         * pop3.el (parse-time-months):
6022         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6023         * nnml.el (files):
6024         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6025         (jka-compr-compression-info-list, ange-ftp-path-format)
6026         (efs-path-regexp):
6027         * nndiary.el (files):
6028         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6029         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6030         (epg-digest-algorithm-alist, inhibit-redisplay)
6031         (password-cache-expiry):
6032         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6033         (pgg-output-buffer, password-cache-expiry):
6034         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6035         (efs-path-regexp):
6036         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6037         (inhibit-redisplay):
6038         * mm-uu.el (file-name, start-point, end-point, entry)
6039         (gnus-newsgroup-name, gnus-newsgroup-charset):
6040         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6041         (latin-unity-ucs-list):
6042         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6043         (mm-uu-binhex-decode-function):
6044         * message.el (gnus-message-group-art, gnus-list-identifiers)
6045         (rmail-enable-mime-composing, gnus-local-organization)
6046         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6047         (gnus-read-active-file, facemenu-add-face-function)
6048         (facemenu-remove-face-function, gnus-article-decoded-p)
6049         (tool-bar-mode):
6050         * mail-source.el (display-time-mail-function):
6051         * gnus-util.el (nnmail-pathname-coding-system)
6052         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6053         (gnus-original-article-buffer, gnus-user-agent)
6054         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6055         (xemacs-codename, sxemacs-codename, emacs-program-version):
6056         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6057         * gnus-start.el (gnus-agent-covered-methods)
6058         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6059         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6060         (gnus-newsgroup-headers, gnus-group-list-mode)
6061         (gnus-group-mark-positions, gnus-newsgroup-data)
6062         (gnus-newsgroup-unreads, nnoo-state-alist)
6063         (gnus-current-select-method, mail-sources)
6064         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6065         (nnmail-spool-file, gnus-cache-active-hashtb):
6066         * gnus-mh.el (mh-lib-progs):
6067         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6068         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6069         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6070         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6071         (gnus-group-buffer):
6072         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6073         (font-lock-set-defaults):
6074         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6075         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6076         (gnus-summary-post-menu, total-parts, type, condition, length):
6077         * gnus-agent.el (gnus-agent-read-agentview):
6078         * flow-fill.el (show-trailing-whitespace):
6079         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6080         eval-and-compile wrappers for byte compiler pacifiers.
6081
6082         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6083         (mm-display-inline-fontify): Check for featurep 'xemacs not
6084         extent-list.
6085
6086         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6087         itimer-list.
6088         (mm-create-image-xemacs): Only do something for XEmacs.
6089         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6090
6091         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6092
6093         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6094         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6095
6096 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6097
6098         * nnimap.el (nnimap-split-download-body):
6099         * gnus-demon.el (gnus-demon):
6100         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6101
6102 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6105         macros.
6106         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6107         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6108         copy data from unibyte buffer to multibyte current buffer.
6109         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6110         to copy data from unibyte current buffer to multibyte buffer.
6111         (nntp-make-process-buffer): Make process buffer unibyte.
6112
6113         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6114
6115 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6116
6117         * pop3.el (pop3-open-server): Accept and process data more robustly at
6118         connexion start to avoid spurious "POP SSL connexion failed" errors.
6119
6120 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6123         read group names.
6124
6125 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6128
6129 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6132         (nnmail-save-active): Use a unibyte buffer when saving active file,
6133         which may contain non-ASCII group names.
6134
6135         * nnml.el (nnml-request-group): Decode group names in messages.
6136
6137 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * message.el (message-citation-line-function)
6140         (message-insert-formatted-citation-line): Fix spelling of
6141         `message-insert-formated-citation-line'.
6142
6143 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6146
6147 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6150         nnmail-pathname-coding-system.
6151
6152         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6153         that a user enters; decode group names in messages.
6154
6155         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6156
6157 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6160
6161         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6162
6163         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6164         risky local variable.
6165
6166         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6167
6168 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * encrypt.el: Improve documentation to fix function name typo.
6171         Reported by Daiki Ueno <ueno@unixuser.org>.
6172
6173 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6176         even if the point is not in the last page of an article.
6177         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6178         back to the previous page.
6179
6180 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6183
6184 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6187
6188 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6189
6190         * message.el (message-check-news-body-syntax): Avoid
6191         mm-string-as-multibyte.
6192         (message-hide-headers): Don't assume (point-min)==1.
6193
6194 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * message.el (message-remove-blank-cited-lines): Fix if remove is
6197         given.
6198         (message-bogus-address-regexp): New variable.
6199         (message-bogus-recipient-p): New function.
6200         (message-check-recipients): New command.
6201         (message-syntax-checks): Add `bogus-recipient'.
6202         (message-fix-before-sending): Add `bogus-recipient'.
6203
6204         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6205         (gnus-treat-body-boundary): Don't test window-system.
6206
6207 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6208
6209         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6210
6211 2007-10-28  Miles Bader  <miles@gnu.org>
6212
6213         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6214         at compile-time too.
6215
6216 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * gnus-msg.el (gnus-message-setup-hook): Add
6219         `message-remove-blank-cited-lines' to options.
6220
6221 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * message.el (message-remove-blank-cited-lines): New function.
6224         Suggested by Karl Plästerer.
6225
6226 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6229         mapc.
6230
6231         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6232         (top-level): Use mapc to set functions to be traced for debugging.
6233
6234         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6235         called for effect with while loop.
6236
6237         * message.el (message-talkative-question): Replace mapcar called for
6238         effect with mapc.
6239
6240         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6241         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6242         called for effect with dolist.
6243
6244         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6245
6246         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6247         gnus-extra-headers and nnmail-extra-headers.
6248
6249         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6250         called for effect with dolist.
6251         (top-level): Use mapc to set functions to be traced for debugging.
6252
6253         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6254         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6255         dolist.
6256
6257         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6258         Replace mapcar called for effect with mapc.
6259         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6260         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6261         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6262         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6263
6264         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6265         remove-if that's a cl function.
6266
6267         * webmail.el (webmail-debug): Replace mapcar called for effect with
6268         dolist.
6269
6270         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6271         with mapc.
6272
6273 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6276         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6277         with while loop.
6278
6279         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6280         functions from article-* functions.
6281         (gnus-multi-decode-header): Replace mapcar called for effect with
6282         dolist.
6283
6284         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6285         (gnus-bookmark-show-details): Replace mapcar called for effect with
6286         while loop.
6287
6288         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6289         called for effect with while loop.
6290
6291         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6292         with dolist.
6293
6294         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6295         mapcar called for effect with dolist.
6296
6297         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6298
6299         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6300         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6301         Replace mapcar called for effect with dolist.
6302         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6303         mapc.
6304
6305         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6306         Replace mapcar called for effect with dolist.
6307         (gnus-topic-list): Replace mapcar called for effect with mapc.
6308
6309         * gnus.el: Use mapc instead of mapcar to add autoloads.
6310
6311 2007-10-23  Richard Stallman  <rms@gnu.org>
6312
6313         * gnus-group.el (gnus-group-highlight): Mark as risky.
6314
6315 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus.el (gnus-server-to-method): Return method found first in
6318         gnus-newsrc-alist.
6319
6320         * gnus-art.el (gnus-article-highlight-signature)
6321         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6322         button overlay without the front stickiness.
6323
6324 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6325
6326         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6327         overview buffer needed a catch to receive its throw.
6328         (gnus-agent-flush-cache): Declared as interactive to make this function
6329         easier to use.
6330
6331 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6334         `next-line'.
6335
6336 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6339         exclude address matching message-dont-reply-to-names.
6340
6341 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-util.el (gnus-string<): New function.
6344
6345         * gnus-sum.el (gnus-article-sort-by-author)
6346         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6347
6348 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6351         the frame-focus tag is set in gnus-buffer-configuration.
6352
6353 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6356         the front stickiness.
6357
6358 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6361         url pattern; remove duplicate one.
6362         (gnus-article-extend-url-button): New function.
6363         (gnus-article-add-buttons): Use it.
6364         (gnus-button-push): Use concatenated url that it makes.
6365
6366 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6367
6368         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6369
6370 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6371
6372         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6373         Don't hardcode point-min==1.
6374
6375 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6378         Fix comment about "iso8859-1".
6379
6380 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6381
6382         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6383         ones returned from the verify-function.
6384
6385         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6386         mml2015-extract-cleartext-signature if extraction failed.
6387
6388 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6389
6390         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6391         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6392         failed.
6393
6394 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6395
6396         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6397
6398 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6401         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6402         recommends to use EasyPG instead of PGG.
6403
6404         * pgg.el: Revert to revision 6.23.2.16.
6405
6406         * pgg-def.el: Revert to revision 6.6.2.14.
6407
6408         * pgg-gpg.el: Revert to revision 6.23.2.34.
6409
6410 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6411
6412         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6413         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6414         thread for both the null and zero (kill/expire thread) universal prefix
6415         cases.
6416         (gnus-summary-expire-thread): Add new function to expire a thread,
6417         using gnus-summary-kill-thread.
6418         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6419         shortcuts for gnus-summary-expire-thread.
6420         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6421         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6422
6423 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6426         extras value, so an extras entry can be deleted.
6427         (gnus-registry-delete-extra-entry): Use it.
6428         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6429         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6430         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6431         storage through the gnus-registry, and provide an appropriate API for
6432         it.
6433
6434 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6437         Suggested by Leo <sdl.web@gmail.com>.
6438
6439         * gnus.el: Do.
6440
6441 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6444         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6445
6446         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6447
6448         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6449         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6450
6451 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6454         newline.
6455         (nnmbox-request-accept-article): Don't change article in source buffer;
6456         narrow to header to use message-fetch-field rather than
6457         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6458         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6459         as delimiters; make sure article ends with newline.
6460         (nnmbox-delete-mail): Correct last position of article to be deleted;
6461         ignore X-Gnus-Newsgroup header in article body.
6462         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6463         positions; make sure article ends with newline.
6464
6465         * message.el (message-display-abbrev): Don't infloop when a user
6466         inserts SPC in the beginning of header.
6467
6468         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6469         coding-system-for-read and coding-system-for-write for XEmacs having no
6470         file-coding feature.
6471
6472         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6473
6474 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6477         list of groups not followed by default.  Fix type to be regexp.
6478         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6479
6480 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6481
6482         * hmac-def.el (define-hmac-function): Switch from old-style to
6483         new-style backquotes.
6484
6485         * md4.el (md4-make-step): Likewise.
6486
6487 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6490         raw-text coding system when saving .newsrc file, which may contain
6491         non-ASCII group names.
6492
6493 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-cus.el (gnus-score-extra): New widget.
6496         (gnus-score-extra-convert): New function.
6497         (gnus-score-customize): Use it for Extra.
6498
6499 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6500
6501         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6502         (mml2015-mailcrypt-clear-verify): Use it.
6503         (mml2015-gpg-clear-verify): Use it.
6504         (mml2015-pgg-clear-verify): Use it.
6505         (mml2015-epg-clear-verify): Replace the current part with the output
6506         from GnuPG; don't extract the plaintext by itself.
6507
6508         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6509         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6510         mml2015-clear-verify-function; don't touch the armor headers or
6511         dash-escaped text here.
6512
6513 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6516         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6517         parts, or application/octet-stream as a last resort.
6518         (gnus-mime-view-part-as-type): Don't toggle display.
6519         (gnus-mime-view-part-as-charset): Don't turn off display before
6520         querying charset.
6521
6522         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6523         stuff to undisplayer function in Emacs.
6524         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6525
6526         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6527         text/calendar parts.
6528
6529 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6532         decoding text/calendar parts.
6533
6534         * message.el (message-forward-make-body-mime): Always mark body as
6535         having no illegible text; remove signed-or-encrypted argument.
6536         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6537
6538         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6539         (mml-generate-mime-1): Don't encode body if it is specified to be in
6540         raw form; don't make buffer be unibyte when inserting multibyte string.
6541
6542 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6543
6544         * sha1.el: Fix up comment style.
6545         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6546         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6547
6548         * hex-util.el: Fix up comment style.
6549         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6550
6551         * gnus-salt.el: Use with-current-buffer.
6552         (gnus-pick-setup-message): Fix long-standing typo.
6553
6554 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * imap.el (imap-logout-timeout): New variable.
6557         (imap-logout, imap-logout-wait): New functions.
6558         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6559
6560         * nnimap.el (nnimap-logout-timeout): New server variable.
6561         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6562         nnimap-logout-timeout.
6563
6564         * gnus-art.el (gnus-article-summary-command-nosave)
6565         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6566
6567 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus.el (gnus-maximum-newsgroup): New variable.
6570
6571         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6572         according to gnus-maximum-newsgroup.
6573
6574         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6575         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6576         Limit the range of articles according to gnus-maximum-newsgroup.
6577
6578 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6579
6580         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6581         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6582         Don't perform gnus-configure-windows here; reuse existing sticky
6583         article buffer.
6584
6585         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6586         it doesn't exist in gnus-article-mode.
6587
6588 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6591         (gnus-agent-decoded-group-name): New function.
6592         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6593         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6594
6595 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6596
6597         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6598         Add binding for gnus-sticky-article.
6599         (gnus-summary-exit): Don't kill sticky article buffers.
6600
6601         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6602         article buffer.
6603         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6604         (gnus-kill-sticky-article-buffers): New commands.
6605
6606 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * nntp.el (nntp-xref-number-is-evil): New server variable.
6609         (nntp-find-group-and-number): If it is non-nil, don't trust article
6610         numbers in the Xref header.
6611
6612 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-agent.el (gnus-agent-read-group): New function.
6615         (gnus-agent-flush-group, gnus-agent-expire-group)
6616         (gnus-agent-regenerate-group): Use it.
6617         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6618         nnmail-pathname-coding-system.
6619
6620 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6623
6624         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6625         that are unread as unread, and also as selected so that information of
6626         marks having been changed by a user may be updated when exiting group.
6627
6628 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6631         calculated ignoring signature parts to gnus-treat-article.
6632
6633 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6636         a point here in order to keep the window start.
6637         (gnus-insert-mime-security-button): Make a button overlay without the
6638         front stickiness.
6639         (gnus-mime-display-security): Goto the end of a button.
6640
6641         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6642
6643 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6646         group-name-at-point.
6647         (gnus-group-completing-read): New function that offers decoded
6648         non-ASCII group names for completion.
6649         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6650         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6651         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6652         (gnus-group-fetch-control): Use it.
6653         (gnus-fetch-group): Use group-name-at-point for the initial value
6654         rather than the default value; use gnus-alive-p.
6655
6656         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6657         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6658         (gnus-summary-post-news): Use gnus-group-completing-read.
6659
6660         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6661         (gnus-read-move-group-name): Decode group name for completion.
6662
6663 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6664
6665         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6666         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6667         Yamaoka slightly modified the code).
6668
6669 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6672         (nnmail-split-incoming): Bind it.
6673
6674         * nnml.el (nnml-group-name-charset): New function.
6675         (nnml-decoded-group-name): Use it; don't decode group name if
6676         nnmail-group-names-not-encoded-p is non-nil.
6677         (nnml-encoded-group-name): New function.
6678         (nnml-group-pathname): Inline nnml-decoded-group-name.
6679         (nnml-request-expire-articles): Decode group name in message.
6680         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6681         nnmail-pathname-coding-system.
6682         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6683         not decoded ones according to nnmail-group-names-not-encoded-p.
6684         (nnml-generate-active-info): Use nnml-encoded-group-name.
6685
6686 2007-08-08  Glenn Morris  <rgm@gnu.org>
6687
6688         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6689         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6690         doc-strings and comments.
6691
6692 2007-07-25  Glenn Morris  <rgm@gnu.org>
6693
6694         * Relicense all FSF files to GPLv3 or later.
6695
6696 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-sum.el (gnus-summary-move-article): Make
6699         gnus-summary-respool-article work.
6700
6701 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6704         string.
6705
6706 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6707
6708         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6709         that should be ignored when comparing distant RSS articles with local
6710         ones.
6711         (nnrss-make-hash-index): New function.  Create a hash index according
6712         to the ignored fields.
6713         (nnrss-check-group): Use it.
6714
6715 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6718
6719         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6720
6721         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6722         the new optional argument ENCODED is non-nil.
6723         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6724         coding system for encoding group name.
6725         (gnus-group-make-rss-group): Pass un-encoded group name to
6726         gnus-group-make-group.
6727         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6728         encoded.
6729
6730         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6731         Encode group name to which articles are moved or copied.
6732         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6733         coding system for encoding Newsgroup, Followup-To and Xref headers.
6734
6735         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6736         marks; use nnheader-file-coding-system to write a file.
6737         (nnagent-retrieve-headers): Bind file-name-coding-system to
6738         nnmail-pathname-coding-system.
6739
6740         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6741
6742         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6743         (nnml-request-article, nnml-request-create-group)
6744         (nnml-request-rename-group, nnml-find-id)
6745         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6746         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6747         (nnml-save-marks): Use nnml-group-pathname instead of
6748         nnmail-group-pathname.
6749
6750         (nnml-request-create-group, nnml-request-expire-articles)
6751         (nnml-request-move-article, nnml-request-delete-group)
6752         (nnml-deletable-article-p, nnml-possibly-create-directory)
6753         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6754         (nnml-open-marks): Bind file-name-coding-system to
6755         nnmail-pathname-coding-system.
6756
6757         (nnml-request-article): Pass server argument to nnml-find-group-number.
6758         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6759         server argument to nnml-possibly-create-directory.
6760         (nnml-request-accept-article): Pass server argument to
6761         nnml-active-number and nnml-save-mail.
6762         (nnml-find-group-number): Pass server argument to nnml-find-id.
6763         (nnml-request-update-info): Pass server argument to
6764         nnml-marks-changed-p.
6765
6766         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6767         (nnml-save-mail, nnml-active-number): Add server argument.
6768
6769         (nnml-request-delete-group): Warn if group is missing.
6770         (nnml-get-nov-buffer): Decode group name.
6771         (nnml-generate-active-info): Encode group name.
6772         (nnml-open-marks): Decode group name in messages.
6773
6774 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6777         if it is not specified.
6778         (gnus-article-pipe-part, gnus-article-save-part)
6779         (gnus-article-interactively-view-part, gnus-article-copy-part)
6780         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6781         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6782         (gnus-article-replace-part, gnus-article-delete-part)
6783         (gnus-article-view-part-as-type): Pass raw prefix argument to
6784         gnus-article-part-wrapper.
6785
6786 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus-agent.el (gnus-agent-save-active): Bind
6789         nnheader-file-coding-system to gnus-agent-file-coding-system.
6790
6791         * gnus-cache.el (gnus-cache-save-buffers)
6792         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6793         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6794         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6795         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6796         (gnus-cache-generate-active, gnus-cache-rename-group)
6797         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6798         (gnus-cache-update-overview-total-fetched-for): Bind
6799         file-name-coding-system to nnmail-pathname-coding-system.
6800         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6801         variables.
6802         (gnus-cache-decoded-group-name): New function.
6803         (gnus-cache-file-name): Use it.
6804         (gnus-cache-generate-active): Use non-decoded group name for active.
6805
6806         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6807         right place.
6808         (gnus-write-active-file): Don't break non-ASCII group names.
6809
6810         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6811         nnmail-pathname-coding-system.
6812
6813         * lpath.el: Bind default-file-name-coding-system,
6814         file-name-coding-system and language-info-alist for XEmacs.
6815
6816         * gnus-uu.el (gnus-uu-decode-save): Typo.
6817
6818 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6821
6822 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6825         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6826         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6827         (gnus-agent-flush-group, gnus-agent-flush-cache)
6828         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6829         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6830         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6831         (gnus-agent-regenerate-group)
6832         (gnus-agent-update-files-total-fetched-for)
6833         (gnus-agent-update-view-total-fetched-for): Bind
6834         file-name-coding-system to nnmail-pathname-coding-system.
6835         (gnus-agent-group-pathname): Don't encode file names by
6836         nnmail-pathname-coding-system.
6837         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6838         coding-system-for-write instead of buffer-file-coding-system to
6839         gnus-agent-file-coding-system.
6840
6841         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6842         Decode group name.
6843
6844         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6845
6846         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6847         (gnus-read-newsrc-el-file): Make group names unibyte.
6848
6849         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6850         nnmail-pathname-coding-system.
6851
6852         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6853         (nnrss-request-delete-group): Bind file-name-coding-system to
6854         nnmail-pathname-coding-system.
6855         (nnrss-read-server-data, nnrss-read-group-data): Bind
6856         file-name-coding-system correctly.
6857         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6858
6859         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6860         (nntp-server-to-method-cache): New variable.
6861         (nntp-group-pathname): New function that decodes non-ASCII group names.
6862         (nntp-possibly-create-directory, nntp-marks-changed-p)
6863         (nntp-save-marks, nntp-open-marks): Use it.
6864         (nntp-possibly-create-directory, nntp-open-marks):
6865         Bind file-name-coding-system to nnmail-pathname-coding-system.
6866         (nntp-open-marks): Decode group names when bootstrapping marks.
6867
6868         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6869         Newsgroups and Folowup-To headers.
6870
6871 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6874         (gnus-server-closed-face, gnus-server-denied-face)
6875         (gnus-server-offline-face): Remove variable.
6876         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6877
6878         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6879         of modifying message-stack directly for XEmacs.
6880
6881         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6882         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6883         if the coding-system argument is nil for XEmacs.
6884
6885         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6886         mm-charset-override-alist.
6887
6888         * rfc2047.el: Don't require base64; require rfc2045 for the function
6889         rfc2045-encode-string.
6890         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6891         to quote the parameter value.
6892
6893 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6896         form in gnus-group-name-charset-method-alist.
6897
6898         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6899         overrides the default layout edit-form.
6900
6901         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6902
6903         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6904
6905 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6908         as unfetched articles.
6909
6910 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6913
6914 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6917         original back end that keeps marks in the local system.
6918
6919 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6922         arg of pop-to-buffer for XEmacs.
6923         (gnus-article-read-summary-keys): Ditto; don't restore window
6924         configuration if summary command ends up with neither article buffer
6925         nor summary buffer; describe bindings if summary keys end with C-h.
6926
6927 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * message.el (message-fix-before-sending): Skip raw message part to be
6930         forwarded while checking illegible text.
6931         (message-forward-make-body-mime, message-forward-make-body): Mark
6932         signed or encrypted raw message as having no illegible text.
6933
6934 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6937         (gnus-message-with-timestamp-1): New macro.
6938         (gnus-message-with-timestamp): New function.
6939         (gnus-message): Use them.
6940
6941         * nnheader.el (nnheader-message): Use them.
6942
6943 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6946         .newsrc.eld file.
6947
6948 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gnus-agent.el (gnus-agent-fetch-headers)
6951         (gnus-agent-retrieve-headers): Bind
6952         gnus-decode-encoded-address-function to identity.
6953
6954         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6955         available also when the server returns simply a dot.
6956
6957         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6958
6959 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6962
6963 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-ems.el (gnus-x-splash): Make it work.
6966
6967         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6968         from being used.
6969
6970         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6971
6972 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6975         4th and the 5th arguments.
6976
6977         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6978         the front stickiness.
6979         (gnus-article-summary-command-nosave): Correct the order of the
6980         arguments passed to pop-to-buffer.
6981         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6982         summary command ends up with the article buffer.
6983
6984         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6985         the same faces.
6986
6987 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6988
6989         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6990
6991 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6992
6993         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6994         * gnus-sum.el (gnus-summary-highlight):
6995         * pgg.el (pgg-sign-region, pgg-sign):
6996         * mail-source.el (mail-source-delete-old-incoming-confirm):
6997         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6998
6999 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-art.el (gnus-mime-view-part-externally)
7002         (gnus-mime-view-part-internally): Fix predicate function passed to
7003         completing-read.
7004
7005         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7006
7007         * gnus.el (gnus-update-message-archive-method): Add :version.
7008
7009 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus.el (gnus-update-message-archive-method): New variable.
7012
7013         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7014         according to gnus-message-archive-method if
7015         gnus-update-message-archive-method is non-nil.
7016
7017 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7020         by Loic Dachary <loic@dachary.org>.
7021         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7022
7023 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * message.el (message-pop-to-buffer): Add switch-function argument.
7026         (message-mail): Pass switch-function argument to it.
7027
7028 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7031         Improve doc string.
7032
7033 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7036         (gnus-header-content)
7037         * gnus-cite.el (gnus-cite-10)
7038         * gnus-srvr.el (gnus-server-closed)
7039         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7040         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7041         (gnus-group-mail-3-empty, gnus-group-mail-low)
7042         (gnus-group-mail-low-empty, gnus-splash)
7043         * message.el (message-header-to, message-header-cc)
7044         (message-header-subject, message-header-other, message-header-name)
7045         (message-header-xheader, message-separator, message-cited-text)
7046         (message-mml): Lighten colors of faces used for dark background.
7047
7048 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7049
7050         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7051         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7052
7053 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * message.el (message-narrow-to-headers-or-head):
7056         Ignore mail-header-separator in the body.
7057
7058 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7061         same as window size.
7062
7063 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7064
7065         * message.el (message-font-lock-keywords): Use message-header-xheader
7066         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7067         ahead of the anything pattern, to get it recognised.
7068
7069 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7072         spam.el loads uses it in the compiled defadvice form.
7073
7074 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7075
7076         * gnus-sum.el (gnus-articles-to-read)
7077         (gnus-summary-insert-old-articles): Don't truncate group name for
7078         `read-string'.
7079
7080         * gnus-util.el (gnus-limit-string): Delete this function.
7081
7082         * gnus-sum.el (gnus-simplify-subject-fully): Use
7083         `truncate-string-to-width' instead.
7084
7085 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7086
7087         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7088         if, on summary exit, the next group has to be selected.
7089         (gnus-summary-exit): Use it.
7090
7091 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7094         non-break space.
7095
7096 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7099         Check if group is not a directory.
7100         (nnfolder-request-expire-articles): Don't delete articles if the target
7101         group is not available.
7102
7103         * nnml.el (nnml-request-create-group): Properly check if group is not a
7104         file.
7105         (nnml-request-expire-articles): Don't delete articles if the target
7106         group is not available.
7107
7108         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7109         Don't quote characters that are within parentheses.
7110
7111 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7114         (gnus-handle-ephemeral-exit): Select article according to it.
7115
7116 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * message.el (message-insert-formated-citation-line): Remove newline.
7119         (message-citation-line-format): Add final \n here so that the user can
7120         avoid a blank line.
7121
7122 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7123
7124         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7125         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7126         Update lanl/arXiv support.
7127
7128 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * gnus.el: Bump version number.
7131
7132 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * gnus.el (gnus-version-number): Bump version.
7135
7136 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7137
7138         * gnus.el: No Gnus v0.6 is released.
7139
7140 2007-04-27  Didier Verna  <didier@xemacs.org>
7141
7142         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7143         * gmm-utils.el (gmm-regexp-concat): here.
7144         * message.el: Don't require 'gnus-util.
7145         (message-dont-reply-to-names): Handle name change above.
7146         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7147
7148 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7151         since the initial value varies according to the system.
7152
7153 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7156
7157 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7158
7159         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7160
7161 2007-04-24  Didier Verna  <didier@xemacs.org>
7162
7163         Improve the type of gnus-ignored-from-addresses.
7164         * gnus-util.el (gnus-orify-regexp): New function.
7165         * message.el (gnus-util): Require it.
7166         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7167         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7168         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7169
7170 2007-04-24  Didier Verna  <didier@xemacs.org>
7171
7172         * gnus-sum.el:
7173         * gnus-utils.el: Fix some trailing whitespaces.
7174
7175 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7178         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7179         article's Message-ID; refer parent article in summary buffer.
7180
7181         * message.el (message-bounce): Call mime-to-mml.
7182
7183         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7184         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7185         optimize and/or forms properly.
7186
7187 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7190         URL.
7191
7192 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7195
7196 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7199         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7200         displayed of multipart/alternative part if it is invoked from summary
7201         buffer.
7202
7203         * mm-view.el (mm-inline-text-html-render-with-w3m)
7204         (mm-inline-text-html-render-with-w3m-standalone)
7205         (mm-inline-render-with-function): Use mail-parse-charset by default.
7206
7207 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7208
7209         * parse-time.el (parse-time-string-chars): Check if CHAR
7210         is less than the length of parse-time-syntax.
7211
7212 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7215         from gnus-newsgroup-processable.
7216
7217 2007-04-16  Didier Verna  <didier@xemacs.org>
7218
7219         * gnus-msg.el (gnus-configure-posting-styles): Handle
7220         message-signature-directory properly with :file syntax.  Reported by
7221         "Leo".
7222
7223 2007-04-11  Didier Verna  <didier@xemacs.org>
7224
7225         New user option: message-signature-directory.
7226         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7227         * message.el (message-insert-signature): Ditto.
7228         * message.el (message-signature-file): Doc update.
7229         * message.el (message-signature-directory): New.
7230
7231 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * gnus-msg.el (gnus-inews-yank-articles): Use
7234         message-exchange-point-and-mark instead of exchange-point-and-mark.
7235
7236 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * message.el (message-yank-original): Make sure cited text ends with
7239         newline; don't exchange point and mark.
7240
7241 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7242
7243         * tls.el (open-tls-stream): Properly handle case where there
7244         is no associated buffer.
7245
7246 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7247
7248         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7249         message-yank-original, make sure (< mark TEXT point).
7250
7251 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7252
7253         * message.el (message-fill-column): New variable.
7254         (message-mode): Use it.  Add comment on a possible new hook.
7255
7256         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7257         (nnmail-get-new-mail): Reformat.
7258
7259         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7260
7261         * gmm-utils.el: Fix Commentary.
7262         (gmm-tool-bar-from-list): Fix typo in doc string.
7263
7264 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7265
7266         * message.el (message-yank-original): Don't switch point and mark
7267         unnecessarily to put point and mark as documented.
7268
7269 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7272         from the message heads.
7273
7274 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7275
7276         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7277         article buffer does not have a window.  This may not be the best
7278         solution but is certainly better than setting the start of the null,
7279         that is the current, window.
7280
7281 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7284         (gnus-draft-setup): Run it.
7285
7286         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7287         gnus-score-fast-scoring.  Allow regexp.
7288         (gnus-score-headers): Use it.
7289
7290         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7291         XEmacs.
7292
7293         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7294         string.
7295         (gnus-button-alist): Also catch `<f1> k ...'.
7296         (gnus-treat-display-x-face): Fix doc string.
7297
7298 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7299
7300         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7301         evaluation of gnus-extended-version to ensure correct generation of the
7302         User-Agent header when message-generate-headers-first is used.
7303
7304 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7305
7306         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7307         hashcash-path is nil.  Don't call callback with incorrect number of
7308         parameters if val is 0.
7309
7310 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7311
7312         * message.el (message-required-news-headers):
7313         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7314
7315 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7316
7317         * tls.el (open-tls-stream): In handshake-waiting loop,
7318         don't wait more if there is output available to process.
7319
7320 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7321
7322         * tls.el (tls-program): Doc fix.
7323
7324 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * message.el (message-generate-new-buffers): Change the meaning of the
7327         nil value; add `standard' to the choices; treat t as `unique'; improve
7328         doc string.
7329         (gnus-select-frame-set-input-focus): Autoload.
7330         (message-buffer-name): Search for the existing message buffer if
7331         message-generate-new-buffers is nil or `standard'; treat the value t of
7332         message-generate-new-buffers as `unique'.
7333         (message-pop-to-buffer): Raise the frame already displaying the message
7334         buffer; clear the echo area after querying.
7335         (message-setup): Pass the `continue' argument to compose-mail.
7336         (message-mail): Prefer `switch-function' if it is given; search for the
7337         existing message buffer if the `continue' argument is non-nil; pass
7338         continue and switch-function arguments to compose-mail by way of
7339         message-setup.
7340         (message-mail-other-window): Adjust argument of message-setup.
7341         (message-mail-other-frame): Ditto.
7342
7343 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7346         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7347         to turn font-lock on when turning gnus-message-citation-mode on.
7348
7349 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7350
7351         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7352         (mml-smime-function-alist): New variable; add epg as the backend.
7353         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7354         mml-smime- functions instead.
7355         * mm-view.el: Require smime.
7356
7357 2007-03-05  Didier Verna  <didier@xemacs.org>
7358
7359         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7360         instead of just inheritance for posting styles.
7361         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7362
7363 2007-02-24  Chris Moore  <dooglus@gmail.com>
7364
7365         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7366         * pgg-pgp.el (pgg-pgp-encrypt-region):
7367         * pgg-gpg.el (pgg-gpg-encrypt-region):
7368         Check pgg-encrypt-for-me if no other recipients.
7369
7370 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7371
7372         * tls.el (tls-certtool-program): Fix custom type.
7373
7374 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7377         and point-at-eol instead of line-(beginning|end)-position.
7378
7379         * assistant.el (assistant-parse-buffer): Ditto.
7380
7381         * netrc.el (netrc-parse-services): Ditto.
7382
7383 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7384
7385         * mml2015.el (mml2015-epg-find-usable-key): New function.
7386         (mml2015-epg-sign): Use it.
7387         (mml2015-epg-encrypt): Use it.
7388
7389 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * message.el (message-make-in-reply-to): Quote name containing
7392         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7393         if there are special characters.  Reported by NAKAJI Hiroyuki
7394         <nakaji@jp.freebsd.org>.
7395
7396 2007-02-27  Didier Verna  <didier@xemacs.org>
7397
7398         Include the group parameters as well as the topic ones in the
7399         inheritance filter process.
7400         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7401         argument GROUP-PARAMS-LIST.
7402         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7403
7404 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * nntp.el (nntp-never-echoes-commands)
7407         (nntp-open-connection-functions-never-echo-commands): New variables.
7408         (nntp-send-command): Use them.
7409
7410 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7411
7412         * mml2015.el (mml2015-epg-verify): Simplified.
7413
7414 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * mml.el (mml-content-disposition-alist): New user option.
7417         (mml-content-disposition): New function.
7418         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7419         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7420
7421 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7422
7423         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7424         verification.
7425
7426 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7427
7428         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7429         articles posted in the last 24 hours.
7430
7431 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7432
7433         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7434
7435 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7436
7437         * nntp.el (nntp-send-command): Don't wait for echoes when
7438         nntp-open-ssl-stream is used.
7439
7440 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7443         (gnus-message-add-citation-keywords)
7444         (gnus-message-remove-citation-keywords): Remove.
7445         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7446         directly, make the variables in font-lock-defaults buffer-local, add
7447         gnus-message-citation-keywords to them and then update the value of
7448         font-lock-keywords.
7449
7450 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * message.el (message-cite-original-1): Don't call
7453         gnus-article-highlight-citation.
7454
7455         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7456         citations; fix line count.
7457
7458 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7461         (gnus-message-add-citation-keywords)
7462         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7463         versions of font-lock-add-keywords and font-lock-remove-keywords to
7464         work with XEmacs correctly.
7465
7466 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-cite.el (gnus-cite-face-list): Set the values of
7469         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7470         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7471         (gnus-message-cite-prefix-regexp): New variable.
7472         (gnus-message-search-citation-line): Use it; protect against long
7473         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7474         the 0th match data for Emacs.
7475         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7476         (gnus-message-add-citation-keywords): Append keywords rather than
7477         prepending; emulate font-lock-add-keywords if it is not available.
7478         (gnus-message-remove-citation-keywords): Emulate
7479         font-lock-remove-keywords if it is not available.
7480
7481         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7482
7483         * message.el (message-cite-prefix-regexp): Set the value of
7484         gnus-message-cite-prefix-regexp.
7485
7486 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7487
7488         * nnweb.el (nnweb-google-parse-1): Update parser.
7489
7490 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7491
7492         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7493
7494 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7495
7496         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7497         regexp.
7498
7499 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7502         string-to-multibyte.
7503         (uudecode-decode-region-internal): Use it.
7504
7505         * lpath.el: Fbind string-as-multibyte for XEmacs.
7506
7507 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7510         custom choice.
7511
7512         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7513
7514 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7515
7516         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7517
7518         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7519         `write-region' to respect `mm-inhibit-file-name-handlers'.
7520
7521 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7524         Use gnus-home-directory instead of "~/" or "$HOME".
7525
7526 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7529         to mention filename.
7530         Add comments at beginning regarding usage.
7531         (encrypt-write-file-contents): Change interactive so a string is
7532         acceptable.  If the file has no associated model, show an error instead
7533         of a nonsense prompt.
7534
7535 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7536
7537         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7538         Thanks to Yoshihiko Yamada for kind notification of this typo.
7539
7540 2007-01-12  Kenichi Handa  <handa@m17n.org>
7541
7542         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7543         multibyte buffer.
7544
7545 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * gnus-score.el (gnus-score-fast-scoring): New variable.
7548         (gnus-score-headers): Use it.
7549
7550         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7551
7552         * message.el (message-cite-original-1): Call
7553         gnus-article-highlight-citation if requested.
7554         (message-make-from): Allow name and address as optional arguments.
7555
7556         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7557
7558         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7559         bugs to doc string.
7560         (gnus-button-alist): Add mid\\|message-id.
7561         (gnus-button-fetch-group): Extend for use in
7562         `browse-url-browser-function'.
7563         (gnus-button-url-regexp): Try to catch paired parentheses like in
7564         Wikipedia URLs.
7565
7566         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7567         Suggested by Simon Krahnke <overlord@gmx.li>.
7568
7569 2007-01-13  Romain Francoise  <romain@orebokech.com>
7570
7571         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7572         Update copyright.
7573
7574 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7575
7576         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7577
7578 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7579
7580         * gnus-registry.el (gnus-registry-unfollowed-groups)
7581         (gnus-registry-split-fancy-with-parent): Fix documentation.
7582
7583 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7584
7585         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7586         from nnweb groups.
7587
7588 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7591         Xref urls.  Erase buffer before requesting head.
7592
7593 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7596         customizable.
7597
7598 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7599
7600         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7601         no signing key is found.
7602         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7603         no encrypting and/or signing key is found.
7604
7605 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7608
7609 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7610
7611         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7612         headers read from disk with the ones newly found in the current search.
7613         This should no longer cause problems, because the article numbers in
7614         Gmane's `nov.php' output are ignored since the previous change.
7615
7616 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7617
7618         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7619
7620 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7623         replace-regexp-in-string; bind url-version; fbind display-images-p and
7624         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7625         find-face and set-itimer-function for Emacs; bind itimer-list for
7626         Emacs.
7627
7628         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7629
7630 2007-01-01  Romain Francoise  <romain@orebokech.com>
7631
7632         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7633
7634 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7635
7636         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7637         `define-minor-mode' macro definition expanded properly.
7638         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7639         exclude it there.
7640
7641         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7642         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7643         `fboundp' test.
7644         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7645         This is OK to autoload in (S)XEmacs now.
7646
7647 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7650         keystroke.
7651         (gnus-summary-limit-to-singletons): Fix typo.
7652
7653         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7654         else fails.
7655
7656 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7657
7658         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7659         docstring.
7660
7661         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7662         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7663         (gnus-summary-insert-dormant-articles): Fix typo in message.
7664
7665 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7668         nil for XEmacs.
7669         (gnus-message-citation-mode): Don't autoload in XEmacs.
7670
7671         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7672
7673 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7674
7675         * nnimap.el (nnimap-expunge-search-string): Mention
7676         nnimap-search-uids-not-since-is-evil in docstring.
7677
7678 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * spam.el: Revert to make-obsolete-variable because
7681         define-obsolete-variable-alias is not supported in Emacs 21.
7682
7683         * spam.el (spam-ifile-path, spam-ifile-database-path)
7684         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7685         make-obsolete-variable.
7686         (spam-bsfilter-path, spam-bsfilter-program)
7687         (spam-spamassassin-path, spam-spamassassin-program)
7688         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7689         use "path" inappropriately.
7690         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7691         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7692         variable names.
7693
7694 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7695
7696         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7697         summary buffer.
7698
7699         * password.el (password-cache-remove): Use clear-string to burn
7700         password, if available.
7701
7702 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7705
7706         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7707
7708         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7709         (gnus-message-highlight-citation): Move defcustom here from
7710         gnus-cite.el.
7711         (gnus-message-citation-mode): Autoload.
7712
7713         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7714         checks to make it compile with XEmacs.
7715         (gnus-message-citation-mode): New minor mode.
7716         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7717         (gnus-message-highlight-citation): New variables.
7718         (gnus-message-search-citation-line)
7719         (gnus-message-add-citation-keywords)
7720         (gnus-message-remove-citation-keywords)
7721         (turn-on-gnus-message-citation-mode)
7722         (turn-off-gnus-message-citation-mode): New functions.
7723
7724 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7725
7726         * gnus-cite.el: Enable highlighting of different citation levels in
7727         message-mode.
7728
7729 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * message.el (message-make-fqdn): Fix comment.
7732         (message-bogus-system-names): Add ".local".
7733
7734         * spam.el (spam-ifile-path, spam-ifile-program)
7735         (spam-ifile-database-path, spam-ifile-database)
7736         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7737         Don't use "path" inappropriately.
7738         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7739         strings.
7740         (spam-check-ifile, spam-ifile-register-with-ifile)
7741         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7742         new variable names.
7743
7744         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7745         (gnus-treat-display-smileys): Simplify using
7746         gnus-image-type-available-p.
7747
7748         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7749         available.
7750
7751         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7752         `display-images-p' if available.
7753
7754 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7757         one after turning on the buffer's multibyteness instead of decoding
7758         them directly in the unibyte buffer that causes unexpected conversion
7759         in Emacs 23 (unicode).
7760
7761 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7762
7763         * message.el (message-generate-hashcash): Fix custom type.
7764
7765 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7768
7769 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7772         disconnect icons.  Add help text.
7773
7774 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7775
7776         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7777         negated to be consistent with the others we handle.
7778
7779 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780
7781         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7782         version of gnus-summary-buffer to something, so that we can use two
7783         article buffers at the same time.
7784
7785 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7786
7787         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7788         trigger all the extra headers.
7789         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7790         sorting.
7791
7792 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7793
7794         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7795         solid groups.
7796
7797 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7798
7799         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7800
7801 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * legacy-gnus-agent.el: Add Copyright notice.
7804
7805 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7806
7807         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7808
7809 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810
7811         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7812
7813         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7814         to make it work reliably in CVS Emacs.
7815         (gnus-summary-limit-strange-charsets-predicate)
7816         (gnus-summary-limit-to-predicate): New functions.
7817
7818 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7819
7820         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7821         specifying array size.
7822         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7823         array if it is too small.
7824         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7825         (gnus-sort-threads-loop): New function.
7826
7827 2006-12-06  Chris Moore  <dooglus@gmail.com>
7828
7829         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7830         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7831
7832 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7833
7834         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7835         options.
7836
7837 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7840         DOS-ing the recipient.
7841
7842         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7843         the headers when creating the mapping to avoid mismappings.
7844         (nnweb-gmane-create-mapping): Always nix out old mapping.
7845
7846 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7849         and mm-verify-option to never.
7850
7851 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * message.el (message-signed-or-encrypted-p): New function.
7854         (message-forward-make-body): Use it.
7855
7856         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7857         Replace encode-coding-string with mm-encode-coding-string.
7858
7859 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * nneething.el (nneething-decode-file-name): Replace
7862         decode-coding-string with mm-decode-coding-string.
7863
7864         * gnus-int.el (gnus-open-server): Say failed server's name.
7865
7866 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7867
7868         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7869         strings to a single string.  Quote `errors-file-name'.
7870         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7871         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7872         Adjust calls.  Use `shell-quote-argument'.
7873
7874 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7875
7876         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7877         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7878
7879         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7880         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7881         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7882         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7883         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7884         (gnus-subscribe-newsgroup, gnus-1):
7885         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7886         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7887         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7888         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7889
7890 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7893         keystroke.
7894         (gnus-summary-limit-to-bodies): Implement headersp.
7895
7896 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7899
7900 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7903
7904 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7905
7906         * message.el (message-generate-hashcash): Expand range of values to
7907         include `opportunistic'.
7908         (message-send-mail): Use it.
7909
7910 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7911
7912         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7913         and comment it.
7914
7915         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7916
7917 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * gnus-util.el (gnus-extract-address-components): Improve comment.
7920
7921 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-util.el (gnus-extract-address-components): Work with address in
7924         which the name portion contains @.
7925
7926         * lpath.el: Fbind custom-autoload.
7927
7928 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * gnus.el (gnus-start): Move custom group up.
7931         (gnus-select-method): Don't autoload, but make it available for
7932         `customize-variable'.
7933         (gnus-getenv-nntpserver): Don't autoload.
7934
7935 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7938
7939 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * message.el (message-sendmail-extra-arguments): New variable.
7942         (message-send-mail-with-sendmail): Use it.
7943
7944 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7947         mm-with-unibyte-current-buffer to make string unibyte.
7948
7949         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7950         mm-string-as-multibyte.
7951
7952 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7953
7954         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7955         Reported by Werner Koch <wk@gnupg.org>.
7956
7957 2006-11-14  Daiki Ueno  <ueno@p360>
7958
7959         * mml2015.el: Autoload epa-select-keys when compiling.
7960
7961 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7962
7963         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7964         message-options.
7965         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7966
7967 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7968
7969         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7970         EasyPG (< 0.0.6).
7971         (mml2015-always-trust): New user option.
7972         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7973         prompt.
7974
7975 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * nntp.el (nntp-authinfo-force): New variable.
7978         (nntp-send-authinfo): Use it.
7979
7980 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7983         decode encoded words.  Improve prompt.  Add comment about forwarding.
7984         (message-replacement-char): Move up.
7985
7986 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7987
7988         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7989         instead of gnus-intersection because arguments of gnus-sorted-nunion
7990         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7991
7992 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7995         (message-simplify-subject-functions): Enable
7996         message-strip-subject-encoded-words by default.
7997
7998 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * message.el (message-strip-subject-encoded-words): New function.
8001         (message-simplify-subject-functions): New variable.
8002         (message-simplify-subject): Use it.  Fix typo in doc string.
8003         Support message-strip-subject-encoded-words.
8004
8005 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8006
8007         * gnus-diary.el (gnus-diary-delay-format-function):
8008         * nndiary.el (nndiary-reminders):
8009         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8010
8011 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus-art.el (article-hide-boring-headers): Fetch date from
8014         gnus-original-article-buffer to avoid problems with localized date
8015         strings.
8016
8017 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8020
8021 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8024         New variables.
8025         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8026         (mm-charset-synonym-alist): Move some entries to
8027         mm-codepage-iso-8859-list.
8028         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8029         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8030
8031 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8034
8035 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8038         with Emacs 21 and XEmacs.
8039
8040 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * spam.el (spam-parse-address): New function for better parsing,
8043         catching errors, etc.
8044         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8045
8046 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * mm-view.el: Add interactive arg to html2text autoload.
8049
8050 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8053
8054 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8057         variables.
8058         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8059         (mm-charset-synonym-alist): Move some entries to
8060         mm-codepage-iso-8859-list.
8061
8062         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8063
8064 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * message.el (message-citation-line-format)
8067         (message-insert-formated-citation-line): Fix implementation of %E, %N
8068         and %n according to the doc string.
8069
8070 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8071
8072         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8073         car-safe to avoid bad parses.
8074
8075 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8078         names.
8079
8080         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8081
8082 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8085         header.
8086
8087         * message.el (message-draft-headers): Add Date.
8088         (message-headers-to-generate): Fix typo in docstring.
8089
8090         * nndraft.el (nndraft-required-headers): New variable.
8091         (nndraft-generate-headers): Use it.
8092
8093         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8094
8095 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8096
8097         * gnus-registry.el (gnus-registry-wash-for-keywords)
8098         (gnus-registry-find-keywords): New functions to allow easy searching of
8099         articles that are in the registry.
8100
8101 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8102
8103         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8104         ietf-drums-parse-address instead of gnus-extract-address-components.
8105         Reported by Damien Elmes <damien@repose.cx>.
8106
8107 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * gnus.el (gnus-mime): Remove unused custom group.
8110
8111 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8112
8113         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8114         "blank line" when searching for end of armor headers.
8115
8116 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gmm-utils.el (gmm-write-region): Fix variable name.
8119
8120 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * gmm-utils.el (gmm-write-region): New function based on compatibility
8123         code from `mm-make-temp-file'.
8124
8125         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8126
8127         * nnmaildir.el (nnmaildir--update-nov)
8128         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8129         Use `gmm-write-region'.
8130
8131 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8132
8133         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8134         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8135
8136         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8137
8138         * message.el (message-replacement-char): New variable.
8139         (message-fix-before-sending): Use it.
8140         (message-simplify-subject): New function to remove duplicate code.
8141         (message-reply, message-followup): Use it.
8142
8143         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8144         gnus-summary-limit-to-articles.
8145
8146 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-util.el (gnus-with-local-quit): New macro.
8149
8150         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8151
8152 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8153
8154         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8155         ignore non-string data.
8156
8157 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8158
8159         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8160         non-string data (needs to be done in the registry too).
8161
8162 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8163
8164         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8165         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8166         (gnus-registry-split-fancy-with-parent)
8167         (gnus-registry-fetch-simplified-message-subject-fast)
8168         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8169         Remove text properties on ingress into the registry and when it's saved.
8170         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8171         registry from entries with no groups.
8172
8173 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8174
8175         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8176         function to remove string properties.
8177
8178 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * gmm-utils.el (gmm): Adjust custom version.
8181
8182         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8183         custom version.
8184
8185         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8186
8187 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * gnus-art.el (gnus-insert-prev-page-button)
8190         (gnus-insert-next-page-button): Simplify.  Reformat.
8191
8192 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8193
8194         * gnus-art.el (gnus-insert-prev-page-button)
8195         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8196
8197 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8198
8199         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8200
8201 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8202
8203         * gnus-art.el (gnus-insert-mime-button)
8204         (gnus-insert-mime-security-button):
8205         Apply gnus-article-button-face to MIME and security buttons.
8206
8207 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8210         readable.
8211
8212 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8215
8216 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8217
8218         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8219         `browse-url-of-file' instead of `browse-url'.
8220
8221 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8222
8223         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8224         regexp.  Articles containing quotation were cut prematurely.
8225
8226 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * message.el (message-cite-original-1): Use nobody by default for the
8229         value of From header.
8230         (message-reply): Ditto.
8231
8232 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8233
8234         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8235         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8236         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8237
8238 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8241         mails in the doc string.  Add some URLs in comment.
8242         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8243
8244 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8247         backslashes handling and the way to find boundaries of quoted strings.
8248
8249 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8250
8251         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8252         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8253         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8254         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8255
8256 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8259         doc string.
8260         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8261
8262 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * lpath.el: Fbind epg-check-configuration.
8265
8266 2006-09-06  Simon Josefsson  <jas@extundo.com>
8267
8268         * mml2015.el (mml2015-use): Doc fix, mention epg.
8269
8270 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8271
8272         * mml2015.el (mml2015-use): Default to epg, if available.
8273
8274 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8275
8276         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8277         message-sender.
8278         (mml1991-epg-encrypt): Ditto.
8279         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8280         message-sender.
8281         (mml2015-epg-encrypt): Ditto.
8282
8283 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8284
8285         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8286         several common directories.
8287
8288 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8289
8290         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8291         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8292
8293 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * gnus-art.el (article-decode-encoded-words): Make it fast.
8296
8297 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8300
8301         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8302         in quoted string into `\'.
8303
8304 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8307         Use standard-syntax-table.
8308
8309 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-art.el (gnus-decode-address-function): New variable.
8312         (article-decode-encoded-words): Use it to decode headers which are
8313         assumed to contain addresses.
8314         (gnus-mime-delete-part): Remove useless `or'.
8315
8316         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8317         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8318         (gnus-nov-parse-line): Use it to decode From header.
8319         (gnus-get-newsgroup-headers): Ditto.
8320         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8321
8322         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8323         (mail-decode-encoded-address-string): New alias.
8324
8325         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8326         New function.
8327         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8328         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8329         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8330         (rfc2047-decode-string): Ditto.
8331         (rfc2047-decode-address-region): New function.
8332         (rfc2047-decode-address-string): New function.
8333
8334 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * message.el (message-caesar-buffer-body): Allow rotating headers.
8337
8338         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8339
8340         * message.el (message-insert-formated-citation-line): Fix %f.
8341         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8342
8343 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8346         (gnus-bookmark-mouse-available-p): New macro.
8347         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8348         (gnus-bookmark-bmenu-show-infos): Use it.
8349         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8350         (gnus-bookmark-bmenu-hide-infos): Ditto.
8351         (gnus-bookmark-remove-properties): New function.
8352         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8353         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8354         (gnus-bookmark-write-file): Bind coding-system-for-write.
8355         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8356         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8357         group before selecting it.
8358         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8359         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8360         quit-window if it is not available; use gnus-mouse-2 and bind it to
8361         gnus-bookmark-bmenu-select-by-mouse.
8362         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8363         (gnus-bookmark-bmenu-select-by-mouse): New function.
8364
8365 2006-08-13  Romain Francoise  <romain@orebokech.com>
8366
8367         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8368         space.
8369
8370 2006-08-10  Romain Francoise  <romain@orebokech.com>
8371
8372         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8373         (dns-mode-soa-auto-increment-serial): New user option.
8374         (dns-mode-soa-maybe-increment-serial): New function.
8375         (dns-mode): Add the latter to `write-contents-functions'.
8376
8377 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * compface.el (uncompface): Use binary rather than raw-text-unix.
8380
8381 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * compface.el (uncompface): Make sure the eol conversion doesn't take
8384         place when communicating with the external programs.  Reported by
8385         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8386
8387 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8390
8391 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8392
8393         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8394         Make it more robust by parsing author and date independently.
8395
8396 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8399
8400 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8401
8402         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8403         first matching secret key.
8404         (mml2015-epg-encrypt): Ditto.
8405
8406         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8407         first matching secret key.
8408         (mml1991-epg-encrypt): Ditto.
8409
8410         * mml2015.el (mml2015-encrypt-to-self): New user option.
8411         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8412         mml2015-epg-encrypt-to-self is set.
8413
8414         * mml1991.el (mml1991-encrypt-to-self): New variable.
8415         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8416         mml1991-epg-encrypt-to-self is set.
8417
8418         * mml2015.el (mml2015-signers): New user option.
8419         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8420         (mml2015-epg-encrypt): Allow to select signing keys.
8421
8422         * mml1991.el (mml1991-signers): New variable.
8423         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8424         (mml1991-epg-encrypt): Allow to select signing keys.
8425
8426 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * nnheader.el (nnheader-insert-head): Make it work even if the file
8429         uses CRLF for the line-break code.
8430
8431 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8432
8433         * mml2015.el: Require mml-sec instead of password.
8434         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8435         (mml2015-cache-passphrase): Inherit the default value from
8436         mml-secure-cache-passphrase.
8437         (mml2015-passphrase-cache-expiry): Inherit the default value from
8438         mml-secure-passphrase-cache-expiry.
8439
8440         * mml1991.el: Require mml-sec instead of password.
8441         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8442         (mml1991-cache-passphrase): Inherit the default value from
8443         mml-secure-cache-passphrase.
8444         (mml1991-passphrase-cache-expiry): Inherit the default value from
8445         mml-secure-passphrase-cache-expiry.
8446
8447         * mml-sec.el: Require password.
8448         (mml-secure-verbose): New user option.
8449         (mml-secure-cache-passphrase): New user option.
8450         (mml-secure-passphrase-cache-expiry): New user option.
8451
8452 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8453
8454         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8455         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8456         andreas@altroot.de (Andreas Vögele).
8457
8458         FIXME: Use `tiny change'?
8459
8460 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8461
8462         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8463         workaround for the url package included with Emacs.
8464
8465         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8466
8467 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8470         correctly.  This fixes a bug caused by the 2006-05-12 change.
8471
8472 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8473
8474         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8475         some information about the error when saying that the `bogus' mail
8476         group will be used.
8477
8478 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8481         string.
8482
8483 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8484
8485         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8486
8487 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8488
8489         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8490
8491 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8492
8493         * mml1991.el (mml1991-function-alist): Add epg.
8494         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8495         (mml1991-epg-encrypt): New functions.
8496
8497 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8498
8499         * mml2015.el (mml2015-verbose): New variable.
8500         (mml2015-cache-passphrase): Ditto.
8501         (mml2015-passphrase-cache-expiry): Ditto.
8502         (mml2015-function-alist): Add epg.
8503         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8504         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8505         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8506         functions.
8507
8508 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8509
8510         * message.el (message-cite-original-1): Preserve region when removing
8511         quoted text due to X-No-Archive in order to avoid bogus attribution
8512         when citing multiple messages.
8513
8514 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8515
8516         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8517         Kenneth Jacker <khj@be.cs.appstate.edu>.
8518
8519 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-diary.el (gnus-user-format-function-d)
8522         (gnus-user-format-function-D): Autoload.
8523
8524         * imap.el (Commentary): Fix typo.
8525
8526         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8527         2006-04-22 contribution.
8528
8529 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8530
8531         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8532         It didn't really fix the bogosity I'm seeing with solid web groups.
8533
8534 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8535
8536         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8537         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8538         created using server names.  If we use the feature without declaring
8539         it, Gnus does not properly manage server and group state.
8540
8541         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8542         bound.
8543
8544 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8545
8546         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8547         looking up the method using GROUP's prefix before inventing a new one.
8548         It is used on killed/unknown groups in various places where returning
8549         an all-new method isn't expected by the caller.
8550
8551         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8552         and match semantics of gnus-group-real-prefix.
8553
8554 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * nnmail.el (nnmail-broken-references-mailers): New variable.
8557         (nnmail-ignore-broken-references): New function generalizing
8558         nnmail-fix-eudora-headers.
8559         (nnmail-fix-eudora-headers): Now obsolete.
8560
8561         * gnus-art.el (gnus-button-handle-custom): Support
8562         `customize-apropos*'.
8563
8564 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8567
8568         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8569         articles.
8570
8571 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * message.el (message-cite-reply-above): New variable.
8574         (message-yank-original): Use it.
8575
8576 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8579
8580 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8583         as read.
8584
8585         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8586
8587 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8590         (gnus-bookmark-default-file): Use gnus-directory.
8591         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8592         Remove "*" in doc string.
8593         (gnus-bookmark-write-file): Simplify.
8594         (gnus-bookmark-maybe-sort-alist): Use `when'.
8595         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8596         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8597         FIXME about Emacs 21 and XEmacs compatibility.
8598         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8599         compatibility.
8600         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8601         compatibility.
8602         (gnus-bookmark-menu-heading): Fix version.
8603
8604 2006-06-19  Bastien Guerry  <bzg@altern.org>
8605
8606         * gnus-bookmark.el: New file.
8607
8608 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * message.el (message-syntax-checks): Doc fix.
8611
8612 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8613
8614         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8615         unsubscribed groups as if they were killed ones.  It causes duplicate
8616         entries in gnus-newsrc-alist.
8617
8618 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * message.el (message-syntax-checks): Doc fix.
8621         (message-send-mail): Add check for continuation headers.
8622         (message-check-news-header-syntax): Fix regexp used to check for
8623         continuation headers.
8624
8625 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8628
8629 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8632
8633 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8636         default-truncate-lines.
8637
8638 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8641         to fill the utf-8 entry.
8642
8643         * lpath.el: Fbind unicode-precedence-list.
8644
8645 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8646
8647         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8648
8649 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8650
8651         * gnus-agent.el (directory-files-and-attributes): Move all the way
8652         forward (the third and final move).
8653         (gnus-agent-read-agentview): Trap reconstruction errors due to
8654         nonexistant directory.  Handle by returning nil.
8655
8656 2006-05-30  Didier Verna  <didier@xemacs.org>
8657
8658         * message.el (message-dont-reply-to-names): Update the custom type.
8659         * message.el (message-dont-reply-to-names): New defsubst: potentially
8660         convert a list of regexps into a single one.
8661         * message.el (message-get-reply-headers): Use it.
8662         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8663
8664 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-agent.el (directory-files-and-attributes): Move forward.
8667
8668 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gnus-ml.el (gnus-mailing-list-subscribe)
8671         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8672         (gnus-mailing-list-message): Fix doc strings.
8673
8674 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8675
8676         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8677         of doing it manually.
8678
8679 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8682         comment.
8683
8684 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8685
8686         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8687         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8688         (gnus-agent-read-local): All symbols allocated in my-obarray.
8689         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8690         (gnus-agent-regenerate-group): Check numeric names to see if they are
8691         messages or groups.
8692         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8693         better way of do this...)
8694
8695         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8696         'dummy.group' (there should be a better way of do this...)
8697
8698 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8701         (gnus-saved-headers): Ditto.
8702         (gnus-default-article-saver): Mention functions may have properties.
8703         (gnus-article-save): Override gnus-save-all-headers and
8704         gnus-saved-headers by :headers property which saver function may have.
8705         (gnus-summary-save-in-file): Add :headers property.
8706         (gnus-summary-write-to-file): Ditto.
8707
8708         * gnus-sum.el (gnus-summary-save-article): Bind
8709         gnus-prompt-before-saving to t when saving many articles in a file;
8710         always show all headers.
8711
8712         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8713
8714 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8717         marks.
8718
8719         * message.el (message-indent-citation): Add optional arguments to allow
8720         using it outside of message buffers.
8721
8722         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8723         (gnus-article-treat-unfold-headers): Use it.
8724         (gnus-article-truncate-lines): New variable.
8725         (gnus-article-mode): Use it.
8726         (gnus-article-toggle-truncate-lines): New function.
8727
8728         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8729         gnus-article-toggle-truncate-lines.
8730
8731         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8732         coding system in XEmacs, use binary.
8733
8734 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8737         after-load-alist.
8738
8739         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8740         this function should save decoded articles.
8741         (gnus-summary-write-to-file): Use property to specify this function
8742         should save decoded articles and specify gnus-summary-save-in-file
8743         should be used to save articles other than the first one when saving
8744         many articles.
8745         (gnus-summary-save-body-in-file): Use property to specify this
8746         function should save decoded articles.
8747         (gnus-summary-write-body-to-file): Use property to specify this
8748         function should save decoded articles and specify
8749         gnus-summary-save-body-in-file should be used to save articles other
8750         than the first one when saving many articles.
8751
8752         * gnus-sum.el (gnus-summary-save-article): Simplify.
8753
8754 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-art.el (gnus-default-article-saver): Add
8757         gnus-summary-write-body-to-file.
8758         (gnus-article-save-coding-system): Don't use coding system object
8759         in XEmacs.
8760         (gnus-read-save-file-name): Add optional `dir-var' argument which
8761         specifies directory in which files are saved; work even if optional
8762         `variable' argument is not specified.
8763         (gnus-summary-write-to-file): Read file name.
8764         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8765         (gnus-summary-write-body-to-file): New function.
8766
8767         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8768         (gnus-summary-local-variables): Add it.
8769         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8770         (gnus-summary-save-article): Remove optional `decode' argument;
8771         determine whether to decode articles by the value of
8772         gnus-default-article-saver; when saving many files using
8773         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8774         it first and use gnus-summary-save-in-file or
8775         gnus-summary-save-body-in-file thereafter unless
8776         gnus-prompt-before-saving is always; move point to article which
8777         will be saved.
8778         (gnus-summary-save-article-file): Revert.
8779         (gnus-summary-write-article-file): Revert.
8780         (gnus-summary-save-article-body-file): Revert.
8781         (gnus-summary-write-article-body-file): New function.
8782
8783 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-art.el (gnus-default-article-saver): Doc fix.
8786         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8787         from gnus-summary-save-article-coding-system, and default to a
8788         certain coding system.
8789         (gnus-output-to-file): Add coding cookie and encode text according
8790         to gnus-article-save-coding-system; don't use mm-append-to-file.
8791
8792         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8793         gnus-art.el and rename to gnus-article-save-coding-system.
8794         (gnus-summary-save-article): Require gnus-art; don't show all
8795         headers if it decodes articles; don't add coding cookie here;
8796         don't bind mm-text-coding-system-for-write.
8797         (gnus-summary-save-article-file): Save decoded articles.
8798         (gnus-summary-write-article-file): When saving many files, use
8799         gnus-summary-write-to-file first and gnus-summary-save-in-file
8800         thereafter unless gnus-prompt-before-saving is always.
8801         (gnus-summary-save-article-body-file): Save decoded articles.
8802
8803         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8804
8805 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * nnrss.el (nnrss-check-group): Bind hash-index.
8808
8809 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8810
8811         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8812         its hash index.  Store this hash in `nnrss-group-data'.
8813         (nnrss-read-group-data): Update accordingly.
8814
8815 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8818         entry.
8819
8820         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8821         gnus-article-browse-html-article.
8822
8823 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8824
8825         * gnus-sum.el (gnus-summary-mime-map): Add
8826         gnus-article-browse-html-article.
8827
8828         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8829
8830 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8833         suitable coding systems in customize.
8834
8835 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * mail-source.el (mail-sources): Fix custom type.
8838
8839 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8842         (gnus-summary-expire-articles-now): Shorten prompt.
8843
8844         * gmm-utils.el (wid-edit): Require.
8845         (defun-gmm): Renamed from `gmm-defun-compat'.
8846         (gmm-image-search-load-path): Use it.
8847         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8848
8849 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8852         variable.
8853         (gnus-summary-save-article): Add optional `decode' argument.  If
8854         it is set and gnus-summary-save-article-coding-system is non-nil,
8855         save decoded article.
8856         (gnus-summary-write-article-file): Save decoded article if
8857         gnus-summary-save-article-coding-system is non-nil.
8858
8859         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8860         type.
8861
8862 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8865
8866 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8869         first to test gnus-single-article-buffer which may be buffer-local.
8870
8871         * gnus-sum.el (gnus-summary-setup-buffer): Make
8872         gnus-single-article-buffer buffer-local and nil in ephemeral
8873         group; make gnus-article-buffer, gnus-article-current, and
8874         gnus-original-article-buffer always buffer-local.
8875         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8876         group.
8877         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8878
8879 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * nnml.el (nnml-request-compact-group): Compressed files might not
8882         have .gz extension.
8883
8884 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8885
8886         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8887         (mm-copy-to-buffer): Use with-current-buffer.
8888         (mm-display-part): Simplify.
8889         (mm-inlinable-p): Add optional arg `type'.
8890
8891 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8892
8893         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8894         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8895         Try harder to show the attachment internally or externally using
8896         gnus-mime-view-part-as-type.
8897
8898 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * message.el (message-from-style, message-signature-separator)
8901         (message-user-organization-file, message-send-mail-function)
8902         (message-citation-line-function, message-yank-prefix)
8903         (message-indent-citation-function, message-signature)
8904         (message-signature-file, message-signature-insert-empty-line):
8905         Remove autoloads.
8906
8907         * gnus-art.el (gnus-buttonized-mime-types): Remove
8908         "multipart/signed".  Revert 2006-04-26 change.
8909
8910 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911
8912         * gnus.el (gnus-version-number): Bump version.
8913
8914 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8915
8916         * gnus.el: No Gnus v0.5 is released.
8917
8918 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8919
8920         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8921         fetching articles by message-id.
8922
8923 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * message.el (hashcash): Require hashcash as normal.
8926
8927         * ecomplete.el (ecomplete-highlight-match-line): Use
8928         point-at-eol.
8929         (ecomplete-highlight-match-line): Use `highlight', because that
8930         face exists in both Emacs and XEmacs.
8931
8932         * message.el (message-display-abbrev): Use point-at-bol.
8933
8934         * mail-source.el: Don't require timer/timer-funcs.
8935
8936         * gnus-async.el: Ditto.
8937
8938         * password.el: Ditto.
8939
8940         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8941
8942         * mm-url.el: Ditto.
8943
8944         * gnus-xmas.el: Don't require timer-funcs.
8945
8946         * mm-util.el: Require timer/timer-funcs.
8947
8948 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8949
8950         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8951         Close.
8952
8953 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8956         unibyte after clear-decrypt function runs.
8957
8958         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8959         returns as a unibyte string.
8960
8961 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * lpath.el: Revert.
8964
8965         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8966         (pgg-gpg-process-sentinel): Revert.
8967
8968         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8969         (pgg-pgp-lookup-key): Revert.
8970
8971         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8972         (pgg-pgp5-lookup-key): Revert.
8973
8974         * pgg.el (pgg-fetch-key): Revert.
8975
8976 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * lpath.el: Fbind string-as-multibyte for XEmacs.
8979
8980         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8981         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8982         (mml1991-pgg-encrypt): Ditto.
8983
8984         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8985         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8986         a multibyte buffer.
8987
8988         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8989         (pgg-pgp-lookup-key): Ditto.
8990
8991         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8992         (pgg-pgp5-lookup-key): Ditto.
8993
8994         * pgg.el (pgg-fetch-key): Ditto.
8995
8996 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * message.el (message-user-organization-file): Check several
8999         locations of the organization file.
9000
9001         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9002         Add gnus-article-view-part-as-type.
9003
9004         * gnus-art.el (gnus-article-view-part-as-type): New function.
9005
9006         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9007         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9008
9009         * mml.el: Simplify autoload.
9010         (mml-mode): defvar dnd-protocol-alist instead of using
9011         symbol-value.
9012         (mml-default-directory): New variable.
9013         (mml-minibuffer-read-file): Use it.
9014         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9015
9016         * message.el (message-citation-line-format): New variable.
9017         (message-insert-formated-citation-line): New function.
9018         (message-citation-line-function): Add
9019         `message-insert-formated-citation-line' to custom type.
9020
9021         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9022         to doc string.
9023
9024         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9025         depending on mm-verify-option.
9026
9027 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9030         binding pgg-* variables; reimplement the section which prevents
9031         MIME header from being signed.
9032         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9033         pgg-text-mode; remove a blank line at the top of body.
9034
9035         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9036         lines at the top of body; use gnus-newsgroup-charset if there's no
9037         Charset header.
9038
9039 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * message.el (message-self-insert-commands): Doc fix.
9042
9043         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9044         (mm-uu-pgp-encrypted-test): Ditto.
9045         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9046         between header and body; return application/pgp-encrypted handle
9047         if decryption failed; decode decrypted body by charset.
9048
9049         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9050         element match to application/pgp-*.
9051
9052 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9053
9054         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9055         HTML.
9056
9057 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * mail-source.el (mail-source-call-script): Message the error
9060         string.
9061
9062 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * gnus-util.el (gnus-byte-compile): Use it.
9065
9066 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9067
9068         * gnus-util.el (kill-empty-logs): New function.
9069
9070 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * message.el (message-mail-alias-type): Doc fix.
9073         (message-mail-alias-type-p): New function.
9074         (message-send): Use it.
9075         (message-mode): Ditto.
9076         (message-strip-forbidden-properties): Ditto.
9077
9078         * ecomplete.el (ecomplete-database-file-coding-system): New
9079         variable.
9080         (ecomplete-save): Use it.
9081         (ecomplete-setup): Use it.
9082
9083 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * message.el (message-self-insert-commands): New variable.
9086         (message-strip-forbidden-properties): Use it.
9087
9088 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9089
9090         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9091         that doesn't make XEmacs choke.
9092
9093 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * gnus-util.el (gnus-replace-in-string):
9096         Prefer replace-regexp-in-string over of replace-in-string.
9097
9098 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * gnus-util.el (gnus-select-frame-set-input-focus):
9101         Use select-frame-set-input-focus if it is available in XEmacs; use
9102         definition defined in Emacs 22 for old Emacsen.
9103
9104         * dgnushack.el: Autoload unmorse-region for XEmacs.
9105
9106         * lpath.el: Bind cursor-in-non-selected-windows and
9107         select-frame-set-input-focus for XEmacs.
9108
9109 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9112
9113 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9114
9115         * gnus-registry.el (gnus-registry-cache-save): Remove text
9116         properties when saving via the temp buffer.
9117
9118 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * message.el (message-generate-hashcash): Honor custom type.
9121
9122 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * message.el (message-generate-hashcash): Default to non-nil when
9125         hashcash is found.
9126
9127         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9128         (gnus-refer-thread-limit): Increase default to 500.
9129
9130         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9131
9132         * flow-fill.el (fill-flowed): Allow delete-space.
9133
9134 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9137         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9138         Remove autoloads.
9139
9140 2006-04-18  Simon Josefsson  <jas@extundo.com>
9141
9142         * message.el (message-generate-hashcash): Default to.
9143
9144 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9147         concatenating segments rather than before concatenating them.
9148
9149 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9152
9153 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9156
9157         * message.el (message-forward-make-body-plain): Allow
9158         message-forward-ignored-headers to be a list.
9159         (message-remove-ignored-headers): Factor out into function.
9160         (message-forward-make-body-mml): Use it.
9161
9162         * imap.el (imap-quote-specials): New function.
9163         (imap-login-auth): Quote specials.
9164
9165         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9166         (rfc2231-parse-string): Allow concatanation of parameters that
9167         aren't contiguous.  The test case is
9168           (mail-header-parse-content-type "message/external-body;
9169             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9170             access-type=LOCAL-FILE;
9171             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9172
9173 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9174
9175         * nntp.el (nntp-accept-process-output): Return the value of
9176         `nnheader-accept-process-output'.
9177
9178 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9181         (gnus-button-alist): Recognize more diff formats.
9182         (gnus-button-patch): Strip directory.
9183
9184 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9187         Emacs 22 when setting focus.
9188
9189 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190
9191         * gnus-art.el (gnus-article-treat-types): Do treatment of
9192         text/x-verbatim parts.
9193         (gnus-button-patch): New command.
9194
9195         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9196         addresses that contain invalid characters.
9197
9198 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * message.el (message-put-addresses-in-ecomplete): Use
9201         gnus-replace-in-string.
9202         (message-is-yours-p): Use the more correct
9203         mail-header-parse-address instead of
9204         mail-extract-address-components.
9205         (message-put-addresses-in-ecomplete): Fix typo.
9206
9207         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9208         keystroke.
9209
9210         * gnus-art.el (gnus-treatment-function-alist): Change order of
9211         newsgroups/generic header folding to avoid double-folding.
9212
9213         * message.el (message-hidden-headers): Add X-Draft-From.
9214
9215         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9216         command.
9217         (gnus-summary-repeat-search-article-backward): New command.
9218
9219         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9220         groups in the parent topic.
9221
9222 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9223
9224         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9225         (spam-extra-header-to-number): Return the CRM114 number as a
9226         number instead of a string.
9227
9228 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * gnus-art.el (gnus-face-properties-alist): Moved here from
9231         gnus-fun.
9232
9233         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9234
9235 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * message.el (message-strip-forbidden-properties): Only display on
9238         self-insert-command.
9239
9240         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9241         reindent.
9242         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9243
9244 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9245
9246         * smiley.el (smiley-style): Fix typo.
9247
9248 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * hashcash.el (hashcash-insert-payment-async-2): Use
9251         message-goto-eoh instead of doing it manually.
9252         (mail-add-payment): Use message-narrow-to-header instead of trying
9253         to do the same itself.
9254
9255         * message.el (message-hidden-headers): Add Face.
9256
9257         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9258         reparenting code.
9259         (gnus-summary-reparent-children): Refactored out code.
9260         (gnus-summary-thread-map): New keystroke.
9261         (gnus-summary-reparent-children): Make into command.
9262
9263         * smiley.el (smiley-style): Default to `medium' if using a large
9264         font.
9265
9266         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9267         does it itself.
9268
9269         * message.el (message-point-in-header-p): Simplify definition.
9270
9271 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272
9273         * nnagent.el (nnagent-request-set-mark): Silence log file
9274         writing.
9275         (nnagent-request-set-mark): Use write-region instead of
9276         append-to-file.
9277
9278         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9279         strange select method.
9280
9281         * ecomplete.el (ecomplete-display-matches): Get highlightling
9282         right.
9283         (ecomplete-display-matches): Use literals.
9284         (ecomplete-display-matches): Disable message logging.
9285
9286         * message.el (message-display-abbrev): Small optimization.
9287
9288         * ecomplete.el (ecomplete-display-matches): Allow automatic
9289         display.
9290
9291         * message.el (message-strip-forbidden-properties): Display
9292         abbrevs.
9293         (message-display-abbrev): Get automatic display right.
9294
9295         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9296         keystrokes.
9297
9298 2006-04-13  Romain Francoise  <romain@orebokech.com>
9299
9300         TODO: Backport to v5-10!
9301
9302         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9303         Moved here (and renamed) from gnus-registry.el.
9304
9305         * gnus-registry.el: Require gnus-util.
9306         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9307
9308 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * gnus-group.el (gnus-group-catchup-current): Change
9311         if-then-else-if-then-else into cond.
9312         (gnus-group-catchup): Indent.
9313         (group-name-at-point): New function.
9314         (gnus-fetch-group): Provide default from thing at point.
9315
9316 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * message.el (message-display-abbrev): Fix regexp.
9319
9320         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9321         choosing.
9322         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9323         dead variables.
9324
9325         * message.el (message-newline-and-indent): Remove debugging.
9326         (message-display-abbrev): Use new implementation.
9327
9328 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * gnus-art.el (gnus-article-mode): Set
9331         cursor-in-non-selected-windows to nil.
9332
9333         * smiley.el: Revert previous change.
9334         (smiley-data-directory): defvar it before using it in the
9335         defcustom of `smiley-style'.
9336
9337 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338
9339         * message.el (message-newline-and-indent): New function.
9340
9341         * ecomplete.el: Implement more bits.
9342
9343         * message.el (message-put-addresses-in-ecomplete): Clean up the
9344         string.
9345
9346         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9347
9348         * gnus-sum.el (gnus-summary-save-parts): Bind
9349         gnus-summary-save-parts-counter and use it to make unique file
9350         names.
9351
9352         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9353
9354         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9355         parameter to say whether to actually parse the individual
9356         addresses.
9357
9358         * message.el (message-put-addresses-in-ecomplete): New function.
9359         (ecomplete): Require.
9360         (message-mail-alias-type): Add ecomplete as an option.
9361
9362 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9363
9364         * flow-fill.el (fill-flowed): Remove trailing space from blank
9365         quoted lines.
9366
9367 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * smiley.el (smiley-style): Move definition later to avoid a
9370         compilation warning.
9371
9372 2006-04-12  Kenichi Handa  <handa@m17n.org>
9373
9374         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9375         buffer and then decode the buffer text if necessary.
9376         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9377         first, and after mm-encode-body, change the buffer to unibyte.
9378         Use mm-disable-multibyte instead of set-buffer-multibyte.
9379
9380 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9383         Content-Type header instead of Content-Disposition header.
9384         (gnus-mime-inline-part): Ditto.
9385         (gnus-mime-view-part-as-charset): Ignore charset that the part
9386         specifies.
9387
9388         * mm-decode.el (mm-display-part): Work with external parts and
9389         usual parts similarly.
9390
9391         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9392         instead of gnus-display-mime.
9393
9394         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9395         instead of with-temp-buffer.
9396
9397         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9398         tag to summarized topics part in order to encode non-ASCII text.
9399
9400 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * smiley.el (smiley-style): New variable.
9403         (smiley-directory): New function.
9404         (smiley-data-directory): Derive from `smiley-style' using
9405         `smiley-directory'.
9406         (smiley-regexp-alist): Add new entries.
9407
9408         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9409         (gnus-article-browse-delete-temp): Add :version.
9410
9411 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9412
9413         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9414         the sieve region.
9415
9416 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * gnus.el (gnus-version-number): Bump version.
9419
9420 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * gnus.el: No Gnus v0.4 is released.
9423
9424 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9427         layout.
9428
9429         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9430         unknown charset.
9431
9432         * message.el (message-header-synonyms): Add Original-To to the
9433         default.
9434
9435         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9436         optional parameter.
9437
9438 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9439
9440         * gnus-fun.el (gnus): Require it for gnus-directory.
9441
9442 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9445
9446 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9447
9448         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9449
9450 2006-04-05  Simon Josefsson  <jas@extundo.com>
9451
9452         * password.el (password-reset): New function.
9453
9454 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9455
9456         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9457         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9458
9459 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9460
9461         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9462         Some whitespace was matched into the url, which broke browsing hits
9463         > 100 when mm-url-use-external was nil.
9464
9465 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9468         gnus-extra-headers for 'Newsgroups.
9469
9470         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9471         bound.
9472
9473 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9474
9475         * pgg-gpg.el: Clean up process buffers every time gpg processes
9476         complete.
9477
9478 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9481         doc string.
9482
9483 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9484
9485         * pgg-gpg.el (pgg-gpg-process-filter)
9486         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9487
9488         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9489         lines, temporary fix.
9490
9491 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9494
9495 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9496
9497         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9498         default-enable-multibyte-characters.  This reverts the change from
9499         revision 6.17 which is no longer necessary because the passphrase
9500         is sent separately now.  GnuPG messages are unreadable under
9501         multibyte locales with default-enable-multibyte-characters set to
9502         nil.
9503
9504 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * message.el (message-tool-bar-gnome): Move "spell".
9507
9508 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9511         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9512         instead.
9513
9514 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9515
9516         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9517         newsgroups handling for NNTP overviews which don't include
9518         Newsgroups.
9519
9520 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9521
9522         * message.el (message-resend): Bind message-generate-hashcash to nil.
9523
9524 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9525
9526         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9527         when searching for already-paid recipients.
9528
9529 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9530
9531         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9532         passphrases when it is not needed.
9533         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9534         passphrase stuff from gpg, should only be necessary when you use
9535         gpg with a smartcard.
9536
9537 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * mml.el (mml-insert-mime): Ignore cached contents of
9540         message/external-body part.
9541
9542         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9543         (mm-insert-part): Ditto.
9544
9545 2006-03-23  Simon Josefsson  <jas@extundo.com>
9546
9547         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9548         Reiner.
9549         (pgg-gpg-use-agent-p): Use it again.
9550
9551 2006-03-23  Simon Josefsson  <jas@extundo.com>
9552
9553         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9554         older emacsen.
9555         (pgg-gpg-use-agent-p): Don't use it.
9556
9557 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9560         if we can.
9561
9562 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9563
9564         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9565         (pgg-gpg-update-agent): New function.
9566         (pgg-gpg-use-agent-p): New function.
9567         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9568         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9569         (pgg-gpg-sign-region): Use it.
9570
9571 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9574         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9575
9576 2006-03-21  Simon Josefsson  <jas@extundo.com>
9577
9578         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9579         <wilde@sha-bang.de>.
9580         (pgg-gpg-use-agent): New variable.
9581         (pgg-gpg-process-region): Use it.
9582         (pgg-gpg-encrypt-region): Likewise.
9583         (pgg-gpg-encrypt-symmetric-region): Likewise.
9584         (pgg-gpg-decrypt-region): Likewise.
9585         (pgg-gpg-sign-region): Likewise.
9586         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9587
9588 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9591
9592         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9593         Add comment on version.
9594
9595 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * smiley.el: Add missing test smiley.
9598
9599 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * mm-decode.el (mm-with-part): New macro.
9602         (mm-get-part): Use it; work with message/external-body as well.
9603         (mm-save-part): Treat name and filename equally.
9604
9605         * mm-extern.el (mm-extern-cache-contents): New function.
9606         (mm-inline-external-body): Use it; force the part to be displayed;
9607         move undisplayer added to the cached handle to the parent.
9608
9609         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9610         (gnus-mime-view-part-as-type): Work with message/external-body.
9611
9612         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9613
9614 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9617         images in image-load-path.  [Sync with image.el, revision 1.60, in
9618         Emacs.]
9619
9620 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9623         path rather than symbol.  Always return list of directories.
9624         Guarantee that image directory comes first.  [Sync with image.el,
9625         revision 1.59, in Emacs.]
9626
9627         * message.el (message-make-tool-bar): Adjust to new API of
9628         `gmm-image-load-path-for-library'.
9629
9630         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9631
9632         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9633
9634 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9635
9636         * gnus-art.el (gnus-article-only-boring-p):
9637         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9638         intangible text.
9639         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9640
9641 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9644         `defun' instead of `gmm-defun-compat'.
9645
9646 2006-03-14  Simon Josefsson  <jas@extundo.com>
9647
9648         * message.el (message-unique-id): Don't use message-number-base36
9649         if (user-uid) is a float.
9650         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9651
9652 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9655
9656         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9657         empty line between a part and a message part.
9658
9659 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * smiley.el: Add more test smileys.
9662         (smiley-data-directory, smiley-regexp-alist)
9663         (gnus-smiley-file-types): Fix doc strings.
9664         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9665         adding new elements.
9666         (smiley-mouse-map): Unused code.  Make it a comment.
9667
9668 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9671         scan latest NoCeM messages instead of old ones.
9672         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9673         delimiters that are recently used.
9674         (gnus-nocem-load-cache): Add autoload cookie.
9675
9676         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9677
9678         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9679         level which is larger than gnus-use-nocem is specified.
9680
9681         * gnus-group.el (gnus-group-get-new-news): Ditto.
9682
9683 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * gnus-util.el (gnus-tool-bar-update): New function.
9686
9687         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9688         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9689
9690         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9691
9692         * gnus-group.el (gnus-group-redraw-when-idle)
9693         (gnus-group-redraw-check): Remove.
9694         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9695
9696 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9699         if optional last element is specified in splits (FIELD VALUE...).
9700
9701 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9704         to gmm-image-load-path-for-library.  Call with no-error argument.
9705         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9706
9707         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9708
9709         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9710
9711         * gmm-utils.el (gmm-image-load-path): Remove alias.
9712
9713 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * gmm-utils.el (gmm-image-load-path): Add alias.
9716
9717         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9718         nnml-generate-nov-databases-1.
9719         (nnml-generate-nov-databases): Use it.
9720         (nnml-generate-nov-databases-directory): Document no-active
9721         argument.
9722
9723         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9724         directory if path is t.  Add no-error.
9725
9726         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9727         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9728
9729         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9730         resetting gnus-article-browse-html-temp-list.
9731
9732         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9733         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9734         Add example to docstring.  Rename local variables.  Move error
9735         checks to default case in cond and simplify.
9736
9737 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9740         handle is multipart when calling it recursively.
9741         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9742
9743 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9744
9745         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9746         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9747
9748 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9751         is loaded.
9752
9753         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9754         loaded.
9755
9756 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9759         to "Emacs 23 (unicode)" in doc string.
9760
9761         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9762         "Emacs 23 (unicode)" in comment.
9763
9764 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9767
9768         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9769         characters 160 through 255 in Emacs 23.
9770
9771 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9774         gnus-article-browse-html-temp.
9775         (gnus-article-browse-delete-temp): Make it customizable.  Add
9776         `file'.  Adjust doc string.
9777         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9778         query for each file.  Adjust doc string.
9779         (gnus-article-browse-html-parts): Add
9780         `gnus-article-browse-delete-temp-files' to
9781         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9782
9783 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9784
9785         * gnus-art.el (gnus-article-browse-html-temp)
9786         (gnus-article-browse-delete-temp): New variables.
9787         (gnus-article-browse-delete-temp-files): New function.
9788         (gnus-article-browse-html-parts): Use it.
9789
9790 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9793
9794         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9795         string.
9796
9797         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9798         gnus-summary-insert-new-articles when unplugged.  Remove
9799         gnus-summary-search-article-forward.
9800
9801         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9802         display-visual-class instead of display-color-cells.
9803
9804 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * dgnushack.el: Autoload customize-group for XEmacs.
9807
9808         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9809         message/* containing non-ASCII text properly.
9810
9811 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * message.el: Require gmm-utils, remove autoloads.
9814         (message-tool-bar): Set default based on
9815         gmm-tool-bar-style.
9816         (message-tool-bar-gnome): Add gmm-customize-mode.
9817
9818         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9819         gmm-tool-bar-style.
9820         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9821
9822         * gnus-group.el (gnus-group-tool-bar): Set default based on
9823         gmm-tool-bar-style.
9824         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9825
9826         * gmm-utils.el (gmm-image-directory): Rename variable from
9827         gmm-image-load-path.
9828         (gmm-image-load-path): Use gmm-image-directory.
9829         (gmm-customize-mode): New function.
9830         (gmm-tool-bar-style): New variable.
9831
9832         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9833         gnus-group-redraw-line-number.
9834         (gnus-group-redraw-check): Simplify.
9835         (gnus-group-tool-bar-update): Remove redraw check.
9836         (gnus-group-make-tool-bar): Add redraw check.
9837
9838 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9839
9840         * gnus-art.el (gnus-button): Add missing parentheses.
9841
9842 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * lpath.el: Fbind line-number-at-pos.
9845
9846 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9849
9850 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-art.el (gnus-button): New face.
9853         (gnus-article-button-face): Use it.
9854
9855         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9856         gnus-summary-next-page.  Re-order.
9857
9858         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9859         next-node are now included.
9860         (gnus-group-redraw-line-number): New internal variable.
9861         (gnus-group-redraw-check): Helper function for updating the tool
9862         bar.
9863         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9864
9865         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9866
9867         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9868         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9869         Use it to match format of Spamassassin 3.0 and later.  Reported by
9870         IRIE Tetsuya <irie@t.email.ne.jp>.
9871         (spam-check-bogofilter)
9872         (spam-bogofilter-register-with-bogofilter): Fix args of
9873         `gnus-error' calls.
9874
9875 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9878         unnecessary interaction when sending queued mails.  Reported by
9879         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9880
9881 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9884         first or last are nil.
9885
9886 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9887
9888         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9889
9890 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9893
9894 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * dns.el (query-dns): Protect more against buggy tcp output.
9897
9898 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9901         nov.php.
9902
9903 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9904
9905         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9906         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9907         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9908         output on the server side.
9909         (nnweb-google-create-mapping): Update regexps and add some
9910         progress indication.
9911
9912 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9915         gnus-agent-toggle-plugged.  Re-order icons.
9916         (gnus-group-tool-bar-gnome): Add
9917         gnus-group-{prev,next}-unread-group.
9918         (gnus-group-tool-bar-gnome): Re-order icons.
9919
9920         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9921         gnus-summary-insert-new-articles.
9922
9923         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9924         comments.
9925
9926         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9927         also available in Emacs 21.3.
9928
9929         * message.el (message-fix-before-sending): Change "Emacs 22" to
9930         "Emacs 23 (unicode)" in comment.
9931
9932         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9933         "Emacs 23 (unicode)" in comment.
9934
9935         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9936         comment.
9937         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9938
9939         * mm-view.el (mm-fill-flowed): Add :version.
9940
9941 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9944         and load-path.
9945
9946 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * message.el: Autoload gmm-image-load-path.
9949         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9950         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9951         consitency.
9952
9953         * gmm-utils.el (gmm-image-load-path): Also search in
9954         "../etc/images".  Don't set gmm-image-load-path if we don't find
9955         the image.
9956
9957 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gmm-utils.el (gmm-image-load-path): Don't make
9960         `gmm-image-load-path' include subdirectories which the second arg
9961         `image' might specify.
9962
9963         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9964         subdirectory to icon file names.
9965
9966         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9967
9968 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9971         gmm-image-load-path calls.
9972
9973         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9974
9975         * message.el (message-make-tool-bar): Ditto.
9976
9977         * mml.el (mml-preview): Added comment concerning tool bar icons.
9978
9979         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9980         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9981
9982         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9983         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9984
9985         * message.el (message-tool-bar-gnome): Use new icon names.
9986         (message-make-tool-bar): Use `gmm-image-load-path'.
9987
9988         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9989         functions from MH-E.
9990         (gmm-image-load-path): New variable from MH-E.
9991         (gmm-image-load-path): New function from MH-E.  Added arguments
9992         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9993         *-image-load-path-called-flag.
9994
9995 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9996
9997         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9998
9999 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10000
10001         * nnimap.el (nnimap-request-move-article): Change folder back to
10002         source group before deleting.
10003
10004 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10007
10008         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10009         mm-url.
10010
10011         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10012
10013 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10016         coding system which mm-charset-to-coding-system returns for a
10017         given charset is valid.
10018
10019 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10020
10021         * html2text.el (html2text-remove-tag-list):
10022         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10023
10024 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10025
10026         * gnus-cus.el: Revert 2005-10-17 change.
10027
10028 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-art.el (article-strip-banner): Call
10031         article-really-strip-banner only when the regexp match is made.
10032
10033 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-art.el (article-strip-banner): Use
10036         gnus-extract-address-components instead of
10037         mail-header-parse-addresses to make it work with non-ASCII text;
10038         remove mail-encode-encoded-word-string.
10039
10040         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10041         values which are surrounded with \"...\"; make it never cause a
10042         Lisp error; give up parsing of parameters if it failed in
10043         extracting type.
10044
10045 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10046
10047         * smime.el (smime-cert-by-ldap-1): Fix bug where
10048         `smime-ldap-search' returns results without userCertificates.
10049
10050 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10053
10054 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * spam.el (spam-check-spamassassin-headers): Adapt format for
10057         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10058         <ari@mbf.ocn.ne.jp>.
10059         (spam-list-of-processors): Add spam-use-gmane.
10060
10061 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10064         make-temp-file; make it work with XEmacs as well.
10065
10066         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10067         mm-make-temp-file.
10068
10069         * mm-decode.el (mm-display-external): Use the 3rd arg of
10070         mm-make-temp-file.
10071         (mm-create-image-xemacs): Ditto.
10072
10073 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10076         with message-narrow-to-headers.
10077         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10078         (gnus-draft-check-draft-articles): New function.
10079         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10080
10081 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * gnus-art.el (gnus-article-browse-html-parts):
10084         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10085         Don't use suffix argument for mm-make-temp-file for Emacs 21
10086         compatibility.  Remove useless `format'.
10087
10088 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10089
10090         * nnweb.el (nnweb-google-wash-article): Update regexps.
10091         (nnweb-group-alist): Use defvoo instead of defvar.
10092
10093 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10096         re-loading nn* modules.
10097
10098 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10101         for `tool-bar-mode' and don't check it's default-value.
10102
10103         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10104
10105         * message.el (message-make-tool-bar): Ditto.
10106
10107         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10108         `substring'.  Shorten tmp-file name.
10109
10110         * gnus.el: Remove bogus comment.
10111
10112 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10113
10114         * gnus-art.el (gnus-article-browse-html-parts): New function.
10115         (gnus-article-browse-html-article): New function for viewing html
10116         articles with a browser.
10117
10118 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10119
10120         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10121         in elisp.
10122         (pgg-gpg-encrypt-symmetric-region): Ditto.
10123         (pgg-gpg-sign-region): Ditto.
10124
10125         * pgg-def.el (pgg-text-mode): New variable.
10126
10127         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10128         (mml2015-pgg-encrypt): Ditto.
10129
10130         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10131         (mml1991-pgg-encrypt): Ditto.
10132
10133 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10136         message-make-date instead of current-time-string.
10137
10138         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10139         to gnus-decoded which mm-uu might set.
10140
10141 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10144         don't decode quoted parameters; remove misimported Emacs code.
10145         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10146         (rfc2231-decode-encoded-string): Don't use split-string which
10147         behaves differently according to Emacs version; use
10148         mm-decode-coding-region to convert charset to coding-system.
10149         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10150         (rfc2231-encode-string): Remove misimported Emacs code.
10151
10152 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10155         when calling mail-header-parse-content-type.
10156         (article-de-quoted-unreadable): Ditto.
10157         (article-de-base64-unreadable): Ditto.
10158         (article-wash-html): Ditto.
10159
10160         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10161         calling mail-header-parse-content-type and
10162         mail-header-parse-content-disposition.
10163         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10164         mail-header-parse-content-type.
10165
10166         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10167         insert charset and format parameters; encode description after
10168         inserting it to buffer.
10169         (mml-insert-parameter): Fold lines properly even if a parameter is
10170         segmented into two or more lines; change the max column to 76.
10171
10172         * rfc1843.el (rfc1843-decode-article-body): Don't use
10173         ignore-errors when calling mail-header-parse-content-type.
10174
10175         * rfc2231.el (rfc2231-parse-string): Return at least type if
10176         possible; don't cause an error even if it fails in parsing of
10177         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10178         (rfc2231-encode-string): Don't break lines at the beginning, leave
10179         it to mml-insert-parameter.
10180
10181         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10182         calling mail-header-parse-content-type.
10183
10184 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * spam-report.el (spam-report-gmane-use-article-number):
10187         Improve doc string.
10188         (spam-report-gmane-internal): Check if a suitable header was found
10189         in the article.
10190
10191 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10194         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10195
10196 2006-02-05  Romain Francoise  <romain@orebokech.com>
10197
10198         Update copyright notices of all files in the gnus directory.
10199
10200 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10201
10202         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10203
10204 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10207         segmented lines of parameter value to cope with Thunderbird 1.5
10208         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10209         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10210         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10211
10212 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10213
10214         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10215         parts.
10216
10217 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10218
10219         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10220         there's only one active file for all servers.
10221         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10222         solid groups.  Gnus might have used a FAST request to select the group.
10223         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10224         and nnweb-search redundantly in the active file.
10225         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10226         (nnweb-request-create-group): Don't use ARGS.
10227         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10228         initialisations.  Let nnoo do the work.
10229
10230 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10233         Say the part has been decoded.
10234
10235         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10236
10237 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10238
10239         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10240         mailcap-viewer-test-cache when there's no 'test clause, since that
10241         will invert the meaning of a "nil" test previously determined by
10242         mailcap-mailcap-entry-passes-test.
10243
10244 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10247         compiling.
10248
10249         * gnus-sum.el: Ditto.
10250
10251         * message.el: Don't bind tool-bar-map when compiling.
10252
10253 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10256
10257 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10258
10259         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10260         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10261         current Google Groups.
10262
10263 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10266         and tool-bar-mode.
10267
10268         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10269         and tool-bar-mode.
10270
10271         * message.el (message-tool-bar-update): Simplify.
10272         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10273
10274         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10275         gnus-summary-buffer.
10276         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10277         gnus-summary-reply.
10278
10279         * gmm-utils.el (gmm): Add :version.
10280
10281 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * Makefile.in (clean): New rule.
10284         (distclean): Use it.
10285
10286 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10287
10288         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10289         autoload.
10290
10291 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gmm-utils.el (gmm-verbose): Add :group.
10294
10295 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * message.el: Change some comments WRT tool-bars.
10298
10299         * gnus-sum.el (gnus-summary-tool-bar)
10300         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10301         (gnus-summary-tool-bar-zap-list): New variables.
10302         (gnus-summary-make-tool-bar): Complete rewrite using
10303         `gmm-tool-bar-from-list'.
10304
10305         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10306         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10307         variables.
10308         (gnus-group-make-tool-bar): Complete rewrite using
10309         `gmm-tool-bar-from-list'.
10310         (gnus-group-tool-bar-update): New function.
10311
10312         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10313
10314 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10317         is dissected into a single part of which the type is the same as
10318         the given one; decode charset.
10319
10320 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10321
10322         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10323         into alists as symbol not string, since that's what
10324         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10325         look for.
10326
10327 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10330         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10331
10332         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10333
10334 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10337         (gnus-xmas-mime-security-button-menu): New function.
10338
10339         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10340         (gnus-mime-security-button-menu): New definition.
10341         (gnus-mime-security-button-map): Use them.
10342         (gnus-mime-security-button-menu): New function.
10343         (gnus-insert-mime-security-button): Addition to help echo.
10344         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10345         (gnus-mime-security-pipe-part): New functions.
10346
10347         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10348         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10349
10350         * mm-decode.el (mm-handle-set-disposition): Remove.
10351         (mm-handle-set-description): Remove.
10352
10353 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10356         (mm-w3m-standalone-supports-m17n-p): New function.
10357         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10358         w3m usage.
10359
10360         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10361         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10362
10363 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * message.el (message-tool-bar-zap-list): Use
10366         gmm-tool-bar-zap-list as custom type.
10367         (message-tool-bar-update): New function.
10368         (message-tool-bar, message-tool-bar-gnome)
10369         (message-tool-bar-retro): Add message-tool-bar-update.
10370         (message-tool-bar-gnome): Add flyspell-buffer.
10371
10372         * gnus-util.el (gnus-error): Describe `args'.
10373
10374         * gmm-utils.el (gmm-error): Describe `args'.
10375         (gmm-tool-bar-zap-list): New widget.
10376         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10377
10378 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10381         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10382         the number of recursive calls.
10383
10384         * mm-decode.el (mm-handle-set-disposition): New macro.
10385         (mm-handle-set-description): New macro.
10386
10387 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10390         encoding.
10391
10392 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * message.el (message-tool-bar-zap-list, message-tool-bar)
10395         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10396         (message-tool-bar-local-item-from-menu): Remove.
10397         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10398         (message-make-tool-bar): New function.
10399         (message-mode): Use `message-make-tool-bar'.
10400
10401         * gmm-utils.el: New file.
10402         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10403         (gmm-lazy): New widget copied from `nnmail.el'.
10404         (gmm-tool-bar-from-list): New function for creating customizable
10405         tool bars.
10406         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10407         output.
10408         (gmm): Add :prefix to defgroup.
10409
10410 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10411
10412         * gmm-utils.el (gmm-widget-p): New function.
10413
10414 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * mml.el (mml-attach-file): Describe `description' in doc string.
10417         (mml-menu): Add Emacs MIME manual and PGG manual.
10418
10419 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10420
10421         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10422
10423 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10424
10425         * nntp.el (nntp-end-of-line): Doc fix.
10426
10427 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10428
10429         * imap.el (imap-open): Handle case where buffer is a buffer
10430         object.
10431
10432 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10433
10434         * gnus-delay.el (gnus-delay): Don't autoload.
10435         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10436         to be re-loaded when customizing the `gnus-delay' group.
10437
10438 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10439
10440         * message.el (message-insert-citation-line): Use newlines.
10441
10442 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10443
10444         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10445         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10446         these routines, so the passphrase can be managed externally and
10447         passed in to the system.
10448         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10449         pgg-add-passphrase-to-cache function.
10450
10451         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10452         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10453         these routines, so the passphrase can be managed externally and
10454         passed in to the system.
10455         (pgg-pgp5-sign-region): Use new name of
10456         pgg-add-passphrase-to-cache function.
10457
10458 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10459
10460         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10461         part of the decoded armor to find the key-identifier.
10462         (pgg-gpg-lookup-key-owner): New function to return the
10463         human-readable identifier of a key owner.
10464         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10465         itself.
10466         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10467         the key value) if we have a key and can match it against a secret
10468         key.  Also, added a note pointing out fact that the prompt only
10469         indicates the first matching key.
10470
10471         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10472         pgg-decrypt-region.
10473         (pgg-add-passphrase-to-cache): Rename from
10474         `pgg-add-passphrase-cache' to reduce confusion (all callers
10475         changed).
10476         (pgg-remove-passphrase-from-cache): Rename from
10477         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10478         changed).
10479         (pgg-read-passphrase, pgg-add-passphrase-cache)
10480         (pgg-remove-passphrase-cache): Add informative docstrings.
10481         (pgg-decrypt): Convey provided passphrase in subordinate call to
10482         pgg-decrypt-region.
10483
10484 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10485
10486         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10487         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10488         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10489         'passphrase' argument, so the passphrase can be managed externally
10490         and then passed in to the system.
10491
10492         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10493         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10494         so the passphrase cache can be used reliably with identifiers
10495         besides a pgp packet's key id.
10496
10497         * pgg-gpg.el (pgg-gpg-encrypt-region)
10498         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10499         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10500         these routines, so the passphrase can be managed externally and
10501         passed in to the system.
10502
10503         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10504         'notruncate' argument, so the passphrase cache can be used
10505         reliably with identifiers besides a pgp packet's key id.
10506
10507 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10508
10509         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10510         symmetric encryption.
10511         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10512         encrypted session key.
10513         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10514         message ask for the passphrase in a proper way.
10515
10516         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10517         New user commands for symmetric encryption.
10518
10519 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10522
10523         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10524
10525 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10526
10527         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10528
10529 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * mm-decode.el (mm-inlined-types): Add application/pgp.
10532         (mm-automatic-display): Ditto.
10533
10534         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10535         part as text.
10536
10537 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * nnrss.el: Update copyright.
10540         (nnrss-opml-import): Query whether to subscribe to each entry.
10541
10542         * gnus-art.el:
10543         * gnus-sum.el:
10544         * gnus-xmas.el:
10545         * messagexmas.el:
10546         * mm-uu.el:
10547         * mm-view.el: Update copyright.
10548
10549 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * message.el (message-info): New function.
10552         (message-mode-menu): Add it.
10553         Update copyright.
10554
10555         * ChangeLog: Fix and update copyright.
10556
10557 2006-01-13  Romain Francoise  <romain@orebokech.com>
10558
10559         * message.el (message-forward-subject-name-subject): Prefer the
10560         address to 'nowhere' if the sender has no name.
10561         Fix typo.  Update copyright year.
10562
10563 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-art.el (article-wash-html): Use
10566         gnus-summary-show-article-charset-alist if a numeric arg is given.
10567         (gnus-article-wash-html-with-w3m-standalone): New function.
10568
10569         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10570         mm-inline-text-html-render-with-w3m-standalone.
10571         (mm-text-html-washer-alist): Map w3m-standalone to
10572         gnus-article-wash-html-with-w3m-standalone.
10573         (mm-inline-text-html-render-with-w3m-standalone): New function.
10574
10575 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10578         Improve LaTeX.
10579
10580 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10583         (nnrss-request-article): Render text/plain parts as HTML.
10584
10585         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10586         the buffer.
10587
10588 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10591         custom definition of `gnus-posting-styles'.
10592
10593         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10594         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10595
10596 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10599         Use nntp for bug archive.
10600
10601 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10604         parts.
10605         (nnrss-normalize-date): New function converts ISO 8601 date into
10606         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10607         (nnrss-check-group): Use it.
10608
10609 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10612
10613         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10614         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10615         (nnrss-insert-w3): Ditto.
10616
10617 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10620         the articles to be forwarded including the case where neither a
10621         number of articles nor a region is specified.
10622
10623 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * nnrss.el (nnrss-request-article): Fix last change; fill
10626         text/plain parts.
10627
10628 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10631         in text/plain part.
10632         (nnrss-check-group): Don't add excessive newline to dc:subject.
10633
10634 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10635
10636         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10637         article.
10638
10639 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10642         (nnml-use-compressed-files, nnml-save-mail): Support other
10643         comression programs such as bzip2.
10644
10645 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * dns.el (query-dns): Make sure we check the buffer size before
10648         removing tcp headers.
10649
10650 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10653         remove MIME buttons associated with multipart/alternative parts.
10654         (gnus-mime-display-alternative): Tag buttons using `article-type'
10655         text property.
10656
10657         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10658         associated with multipart/alternative parts.
10659
10660         * gnus-art.el (gnus-signature-separator): Fix custom type.
10661
10662         * mm-decode.el (mm-inlined-types): Fix custom type.
10663         (mm-keep-viewer-alive-types): Ditto.
10664         (mm-automatic-display): Ditto.
10665         (mm-attachment-override-types): Ditto.
10666         (mm-inline-override-types): Ditto.
10667         (mm-automatic-external-display): Ditto.
10668
10669 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * spam-report.el (spam-report-user-mail-address)
10672         (spam-report-user-agent): New variables.
10673         (spam-report-url-ping-plain): Use spam-report-user-agent.
10674
10675 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10676
10677         * gnus-art.el (gnus-button-handle-custom): Do not just use
10678         `customize-apropos' for any "M-x customize-*" button but the
10679         function called for.  Accept both the function name and its
10680         argument in order to achieve this.
10681         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10682         function name to `gnus-button-handle-custom' in case of "M-x
10683         customize-*" buttons.
10684
10685 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10688         multipart/alternative and add xref to mm-discouraged-alternatives
10689         in doc string.
10690
10691         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10692         gnus-buttonized-mime-types in doc string.
10693
10694 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10697         Suggest image/.* in the doc string.
10698
10699 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10702         message-marks (Debian bug #342521).
10703
10704 2005-12-12  Simon Josefsson  <jas@extundo.com>
10705
10706         * password.el (password-read-from-cache): Add.
10707         (password-read): Use it.
10708
10709 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10712         us-ascii as a MIME charset.
10713
10714         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10715         against the case where the 2nd arg TYPE is nil.
10716
10717 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * pop3.el (pop3-stream-type): Fix custom version.
10720
10721         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10722
10723 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10724
10725         * mm-decode.el (mm-display-external): Add missing cdr.
10726
10727 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10730         RFC1524) if it is in mailcap or add a suffix according to
10731         mailcap-mime-extensions when generating a temp filename; postpone
10732         deleting a temp file for 2 seconds for some wrappers, shell
10733         scripts, and so on, which might exit right after having started a
10734         viewer command as a background job.
10735
10736 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * nntp.el (nntp-marks-directory): Fix custom group.
10739
10740         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10741         steps when < 10.
10742
10743         * gnus-start.el (gnus-no-server-1): Mention
10744         `gnus-level-default-subscribed' in doc string.
10745
10746 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10747
10748         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10749         parens.
10750
10751 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-xmas.el (gnus-use-toolbar): Revert.
10754         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10755         gnus-use-toolbar is default.
10756
10757         * messagexmas.el (message-use-toolbar): Revert.
10758         (message-setup-toolbar): Use global default-toolbar if
10759         message-use-toolbar is default.
10760
10761 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10764         according to default-toolbar-visible-p.
10765
10766         * messagexmas.el (message-use-toolbar): Ditto.
10767
10768 2005-11-26  Dave Love  <fx@gnu.org>
10769
10770         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10771         (tls-program, tls-success): Provide openssl alternative.
10772
10773         * starttls.el: Doc fixes.
10774         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10775         SERVICE to PORT.
10776
10777         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10778         port null or service name.
10779         (starttls-negotiate): Autoload.
10780
10781 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * message.el (message-kill-to-signature): Fix interactive spec.
10784
10785 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * pop3.el (pop3-open-server): Recognize a string as a service name.
10788
10789 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10790
10791         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10792
10793 2005-11-23  Dave Love  <fx@gnu.org>
10794
10795         Add pop3s, pop3/starttls.
10796
10797         * pop3.el (pop3-authentication-scheme): Clarify doc.
10798         (open-tls-stream, starttls-open-stream): Autoload.
10799         (pop3-stream-type): New.
10800         (pop3-open-server): Use it.
10801
10802         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10803         for POP.
10804         (mail-source-keyword-map): Add :stream for POP.
10805         (mail-source-fetch-pop): Use pop3-stream-type.
10806
10807 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10810         of current-time-string.
10811
10812 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10813
10814         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10815         date header.
10816
10817 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10818
10819         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10820         it can seriously impact performance as it bypasses the agent's
10821         local caches.
10822
10823 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10824
10825         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10826         must be explicitly online rather than "not explicitly offline" for
10827         its flags to be synchronized.
10828
10829         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10830         that gnus-uu-unmark-thread will function correctly.
10831
10832         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10833         1024K is instead displayed as 1M.
10834
10835 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10836
10837         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10838
10839 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10840
10841         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10842
10843 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10844
10845         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10846         error message to display actual error condition.
10847         (gnus-agent-save-local): Avoid saving symbols that are bound to
10848         nil as they simply result in a warning message in
10849         gnus-agent-read-local.
10850
10851 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10854         rather than make-variable-buffer-local for file-precious-flag.
10855
10856 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10857
10858         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10859         for duplicates which are removed.  The invalid sort check then
10860         triggers a rescan after the sort as sorting may have moved
10861         duplicate entries such that they can be cheaply detected.
10862
10863 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10866
10867 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10868
10869         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10870         internal variable to a custom variable.  Changed default value
10871         from compressed(2) to uncompressed(1).
10872         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10873         support for uncompressed agentview files.  Taken together, reading
10874         the agentview file should now be 6-7 times faster.
10875
10876 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10877
10878         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10879         as a buffer-local variable.  This avoids creating truncated
10880         dribble files as a result of a hang up, eg.
10881
10882 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10883
10884         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10885         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10886         XEmacs.
10887
10888 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * gnus-start.el (gnus-start-draft-setup): Enforce
10891         `gnus-draft-mode' for nndraft:drafts at startup.
10892
10893         * gnus.el (gnus-splash): Change custom group.
10894         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10895         allow-list argument.
10896
10897         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10898         string.
10899
10900 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10901
10902         * gnus-art.el (gnus-default-article-saver): Add user-defined
10903         `function' to custom type.
10904
10905 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10906
10907         * imap.el (imap-open): Handle case where buffer is a buffer
10908         object.
10909
10910 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10913         long lines.
10914         (gnus-cache-delete-group): Wrap doc strings.
10915
10916         * gnus-agent.el (gnus-agent-rename-group)
10917         (gnus-agent-delete-group): Wrap doc strings.
10918
10919 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * messagexmas.el (message-use-toolbar): Change the valid values
10922         into default, top, bottom, left, and right.
10923         (message-toolbar-thickness): New variable.
10924         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10925         well.
10926         (message-setup-toolbar): Make it work.
10927
10928         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10929         (gnus-use-toolbar): Change the valid values into default, top,
10930         bottom, left, and right.
10931         (gnus-toolbar-thickness): New variable.
10932         (gnus-xmas-setup-toolbar): New function.
10933         (gnus-xmas-setup-group-toolbar): Use it.
10934         (gnus-xmas-setup-summary-toolbar): Use it.
10935
10936 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * gnus-start.el (gnus-1): Add "native" to
10939         gnus-predefined-server-alist.
10940
10941         * gnus.el (gnus-method-to-server): Don't add "native" to the
10942         lists here, because that leads to problems when
10943         gnus-select-method is bound.
10944
10945 2005-11-09  Simon Josefsson  <jas@extundo.com>
10946
10947         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10948         use (not sort-by-date) instead.
10949
10950 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10951
10952         * gnus-delay.el (gnus-delay-group): Don't autoload.
10953         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10954         to be re-loaded when customizing the `gnus-delay' group.
10955
10956 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10957
10958         * message.el: Revert last changes.
10959         (message-insert-citation-line): Use newlines.
10960
10961 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10962
10963         * message.el (message-courtesy-message)
10964         (message-mark-insert-begin, message-mark-insert-end)
10965         (message-elide-ellipsis, message-cancel-message)
10966         (message-add-header, message-change-subject)
10967         (message-cross-post-followup-to-header)
10968         (message-cross-post-insert-note, message-reduce-to-to-cc)
10969         (message-widen-reply, message-delete-not-region)
10970         (message-kill-to-signature, message-insert-signature)
10971         (message-insert-importance-high, message-insert-importance-low)
10972         (message-insert-or-toggle-importance)
10973         (message-insert-disposition-notification-to)
10974         (message-indent-citation, message-yank-original)
10975         (message-cite-original-without-signature, message-cite-original)
10976         (message-insert-citation-line, message-position-on-field)
10977         (message-fix-before-sending, message-send-mail-partially)
10978         (message-send-mail, message-send-mail-with-sendmail)
10979         (message-send-mail-with-qmail, message-send-news)
10980         (message-check-news-header-syntax, message-generate-headers)
10981         (message-insert-courtesy-copy, message-fill-address)
10982         (message-fill-header, message-shorten-references)
10983         (message-setup-1, message-cancel-news)
10984         (message-forward-make-body-plain, message-forward-make-body-mime)
10985         (message-forward-make-body-mml, message-encode-message-body)
10986         (message-forward-make-body-digest-plain)
10987         (message-forward-make-body-digest-mime)
10988         (message-use-alternative-email-as-from): Insert `hard-newline'
10989         instead of ordinary newlines.
10990
10991 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * message.el (message-generate-headers): Downcase the argument
10994         given to message-check-element.
10995
10996 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10997
10998         * nntp.el (nntp-authinfo-rejected): New error condition.
10999         (nntp-wait-for): Use new error condition to signal authentication
11000         error.
11001         (nntp-retrieve-data): Rethrow new error condition to break out of
11002         recursive call to nntp-send-authinfo.
11003
11004 2005-11-08  Romain Francoise  <romain@orebokech.com>
11005
11006         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11007         (gnus-summary-exit-map): Bind to `Z p'.
11008         (gnus-summary-make-menu-bar): Add menu item.
11009
11010 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11013         (gnus-treat-*): Add `first' in all doc strings.
11014
11015         * gnus-group.el (gnus-group-compact-group): Fix typo.
11016
11017 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus.el (gnus-parameters-case-fold-search): New variable.
11020         (gnus-parameters-get-parameter): Use it.
11021
11022         * gnus-score.el (gnus-home-score-file): Doc fix.
11023
11024 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11025
11026         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11027
11028 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * mm-util.el (mm-special-display-p): New function.
11031
11032         * mml.el (mml-preview): Use it; doc fix.
11033
11034 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11035
11036         * imap.el (imap-open): Handle case where buffer is a buffer object.
11037
11038 2005-10-29  Romain Francoise  <romain@orebokech.com>
11039
11040         * message.el (message-fix-before-sending): Fix comment.
11041
11042 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11043
11044         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11045
11046 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11047
11048         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11049         Used in gnus-score.el.
11050
11051 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11054
11055 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11058         whitespace removed in revision 7.8.  Use concatenated string to
11059         protect trailing whitespace.
11060
11061 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11062
11063         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11064         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11065         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11066         Courier IMAP ("some version from 2004").  Mostly based on similar
11067         code in the same function.
11068
11069 2005-10-26  Didier Verna  <didier@xemacs.org>
11070
11071         * gnus-group.el (gnus-group-compact-group): Invalidate original
11072         article buffer.
11073         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11074         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11075         NOV database and in article itself.
11076         Invalidate article backlog.
11077
11078 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11081
11082 2005-10-26  Simon Josefsson  <jas@extundo.com>
11083
11084         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11085         part of 2004-07-25 change.
11086
11087 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * message.el (message-display-completion-list): New function.
11090         (message-expand-group): Use it; make sure the Completions buffer
11091         is modifiable.
11092 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11093
11094         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11095         user-mail-name is an empty string.
11096
11097 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11100         depending on gnus-score-decay-constant.
11101
11102         * encrypt.el (encrypt-insert-file-contents)
11103         (encrypt-write-file-contents): Don't use `gnus-message'.
11104
11105         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11106         arguments.
11107         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11108         arguments to mm-uu-verbatim-marks-extract.
11109         (mm-uu-hide-markers): New variable.
11110         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11111
11112         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11113         (gnus-convert-image-to-face-command): Use "convert" by default to
11114         allow other input image formats.
11115         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11116         accordingly.
11117
11118 2005-10-23  Simon Josefsson  <jas@extundo.com>
11119
11120         * imap.el (imap-gssapi-program): Align command line parameters
11121         with latest GNU SASL.
11122         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11123
11124 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11127         HTML.
11128         (nnslashdot-request-article): Ditto.
11129
11130         * lpath.el (featurep): Add nobreak-char-display.
11131
11132 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11133
11134         * mail-source.el (mail-source-fetch-pop): Require pop3.
11135         (mail-source-check-pop): Ditto.
11136
11137 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11140         errors.
11141
11142 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11145         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11146
11147         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11148
11149         * mm-bodies.el (mm-decode-string): Call
11150         `mm-charset-to-coding-system' with allow-override argument.
11151
11152 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11155         (rfc2047-charset-to-coding-system): New function.
11156         (rfc2047-decode-encoded-words): New function.
11157         (rfc2047-decode-region): Use them.
11158         (rfc2047-decode-cte): Remove.
11159         (rfc2047-parse-and-decode): Remove.
11160         (rfc2047-decode): Remove.
11161
11162 2005-10-15  Kenichi Handa  <handa@m17n.org>
11163
11164         * rfc2047.el (rfc2047-decode-cte): New function.
11165         (rfc2047-decode-region): Change the way to decode successive
11166         encoded-words: decode B- or Q-encoding in each encoded-word,
11167         concatenate them, and decode it as charset.
11168
11169 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * lpath.el: Fbind codepage-setup for XEmacs.
11172
11173 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11174
11175         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11176         widget-move-and-invoke.
11177         (gnus-custom-mode): Use gnus-custom-map.
11178
11179 2005-10-15  Bill Wohler  <wohler@newt.com>
11180
11181         * message.el (message-tool-bar-map): Renamed image file from
11182         mail_send to mail/send.
11183
11184 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11185
11186         * message.el (message-expand-group): Pass the common
11187         prefix substring of completion to `display-completion-list'.
11188
11189 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * mml-sec.el (mml-secure-method): New internal variable.
11192         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11193         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11194         functions using mml-secure-method.
11195
11196         * mml.el (mml-mode-map): Add key bindings for those functions.
11197         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11198         Harder <harder@myrealbox.com>.
11199         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11200         end of message if point is the headers of the message.
11201
11202         * message.el (message-in-body-p): New function.
11203
11204         * assistant.el: Autoload gnus-util and netrc.
11205
11206         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11207         Use `mm-charset-override-alist' only when decoding.
11208
11209         * mm-bodies.el (mm-decode-body): Call
11210         `mm-charset-to-coding-system' with allow-override argument.
11211
11212         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11213         `filename' from Content-Disposition if Content-Type doesn't
11214         provide `name'.
11215         (gnus-mime-view-part-as-type): Set default instead of
11216         initial-input.
11217
11218 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11219
11220         * format-spec.el (format-spec): Propagate text properties of % spec.
11221
11222 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * gnus-art.el (gnus-treat-predicate): Add `first'.
11225
11226 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11229         (mm-charset-override-alist): New variable.
11230         (mm-charset-to-coding-system): Use it.
11231         (mm-codepage-setup): New helper function.
11232         (mm-charset-eval-alist): New variable.
11233         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11234         about unknown charsets.
11235
11236         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11237
11238 2005-10-04  David Hansen  <david.hansen@gmx.net>
11239
11240         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11241         (nnrss-check-group): Ditto.
11242
11243 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11246         Rename x-gnus-verbatim to x-verbatim.
11247         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11248
11249         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11250         x-verbatim.
11251
11252         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11253
11254         * gnus-util.el (gnus-remove-duplicates): Remove.
11255
11256         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11257         instead of gnus-remove-duplicates.
11258
11259         * message.el (message-remove-duplicates): Remove.
11260         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11261         message-remove-duplicates.
11262
11263         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11264         available, else use implementation from `delete-dups'.
11265
11266         * message.el (message-insert-expires): New function.
11267         (message-mode-map): Add key binding.
11268         (message-mode-field-menu): Add menu entry.
11269         (message-mode): Document it.
11270         (message-make-expires-date): Use `message-make-date'.
11271
11272 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11273
11274         * message.el (message-make-expires-date): New function.
11275
11276 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * Makefile.in (list-installed-shadows): New entry.
11279         (install): Use it.
11280         (remove-installed-shadows): New entry.
11281
11282         * dgnushack.el (dgnushack-default-load-path): New variable.
11283         (dgnushack-find-lisp-shadows): New function.
11284         (dgnushack-remove-lisp-shadows): New function.
11285
11286 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * Makefile.in (install-el-elc): New entry.
11289         (install): Use it so that .el files are necessarily installed.
11290
11291 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11294
11295 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11296
11297         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11298         function rather than the diff-mode.el package.
11299         (mm-display-external): Use with-current-buffer.
11300         (mm-viewer-completion-map, mm-viewer-completion-map):
11301         Move initialization inside declaration.
11302
11303 2005-09-29  Simon Josefsson  <jas@extundo.com>
11304
11305         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11306         autoload mail-check-payment.
11307         (spam-check-hashcash): Define unconditionally, since hashcash.el
11308         is part of Gnus now.  Ignore errors from payment checking.
11309
11310 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * message.el (message-bold-region, message-unbold-region): Rename
11313         from `bold-region' and `unbold-region'.
11314
11315         * message.el: Remove useless autoloads.
11316
11317 2005-09-28  Simon Josefsson  <jas@extundo.com>
11318
11319         * message.el (message-use-idna): Default to t.
11320         (message-use-idna): Test whether encoding works too.  Doc fix.
11321
11322 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * nntp.el (nntp-warn-about-losing-connection): Remove.
11325
11326 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11329         customizable.  Change default value.
11330         (mm-uu-diff-groups-regexp): Change default value.
11331         (mm-uu-type-alist): Add doc string.
11332         (mm-uu-configure): Add doc string.  Make it interactive.
11333         (mm-uu-tex-groups-regexp): New variable.
11334         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11335         (mm-uu-type-alist): Add LaTeX documents.
11336         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11337         of "text/verbatim".
11338         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11339
11340         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11341         instead of "text/verbatim".
11342
11343         * message.el (message-mark-inserted-region)
11344         (message-mark-insert-file): Use slrn style marks when called with
11345         prefix argument.
11346
11347 2005-09-27  Simon Josefsson  <jas@extundo.com>
11348
11349         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11350
11351 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11352
11353         * message.el (message-remove-duplicates): New function.
11354         Implementation borrowed from `gnus-remove-duplicates'.
11355         (message-idna-to-ascii-rhs): Also encode idna addresses in
11356         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11357         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11358         only ask about the same idna domain once per header and also tell
11359         in what header to replace the idna domain.
11360
11361         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11362         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11363         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11364         a header is decoded and not just the last one.
11365
11366 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11369         has been decoded.
11370
11371         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11372         (mm-insert-part): Don't modify text if it has been decoded.
11373
11374         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11375         decoded.
11376
11377         * mm-view.el (mm-inline-text): Don't strip text props unless
11378         decoding enriched or richtext parts.
11379
11380 2005-09-25  Romain Francoise  <romain@orebokech.com>
11381
11382         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11383         * gnus-start.el (gnus-subscribe-interactively):
11384         * gnus-uu.el (gnus-uu-grab-articles):
11385         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11386         space.
11387
11388 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11389
11390         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11391         * mm-view.el (mm-view-pkcs7-decrypt):
11392         * gnus-sum.el (gnus-summary-limit-to-extra)
11393         (gnus-summary-respool-article, gnus-read-move-group-name):
11394         * gnus-score.el (gnus-summary-increase-score):
11395         * gnus-util.el (gnus-completing-read-with-default):
11396         * gnus-art.el (gnus-read-save-file-name)
11397         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11398         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11399         * message.el (message-check-news-header-syntax):
11400         Follow convention for reading with the minibuffer.
11401
11402 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * spam-report.el (spam-report-url-ping-plain):
11405         Use gnus-extended-version as User-Agent.
11406
11407         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11408         default value is nil.
11409
11410         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11411         (mm-uu-verbatim-marks-extract): New function.
11412         (mm-uu-extract): New face.
11413         (mm-uu-copy-to-buffer): Use it.
11414
11415         * spam-report.el (spam-report-gmane-ham): Renamed from
11416         `spam-report-gmane-unspam'.
11417         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11418         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11419
11420         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11421         Autoload.
11422         (spam-report-gmane-unregister-routine): Renamed
11423         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11424
11425 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11426
11427         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11428         (spam-report-gmane-unregister-routine): Add support for gmane
11429         unregistration.
11430
11431         * spam-report.el (spam-report-gmane-unspam)
11432         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11433         (spam-report-gmane): Change to take a single article and do unspam
11434         registration.
11435
11436 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * mm-url.el (mm-url-decode-entities): Fix regexp.
11439
11440 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11441
11442         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11443         default to nil, to be able to use Gnus at all.  If the default
11444         switches to something else, then the function should be fixed not
11445         be exceedingly slow.
11446
11447 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11450         fail hard.
11451
11452         * spam-report.el: Add better Keywords line.
11453
11454         * spam.el: Add Maintainer and better Keywords line.
11455
11456 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gnus-art.el (gnus-article-replace-part)
11459         (gnus-mime-replace-part): New functions.
11460         (gnus-mime-action-alist, gnus-mime-button-commands)
11461         (gnus-mime-save-part-and-strip): Added file argument.
11462         (gnus-article-part-wrapper): Added interactive argument.
11463
11464         * gnus-sum.el (gnus-summary-mime-map): Add
11465         `gnus-article-replace-part'.
11466
11467 2005-09-19  Didier Verna  <didier@xemacs.org>
11468
11469         The nnml compaction feature:
11470         * nnml.el (nnml-request-compact-group): New function.
11471         * nnml.el (nnml-request-compact): New function.
11472         * gnus-int.el (gnus-request-compact-group): New function.
11473         * gnus-int.el (gnus-request-compact): New function.
11474         * gnus-group.el (gnus-group-compact-group): New function.
11475         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11476         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11477         * gnus-srvr.el (gnus-server-compact-server): New function.
11478         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11479         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11480
11481 2005-09-18  Deepak Goel  <deego@gnufans.org>
11482
11483         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11484         format spec.
11485
11486 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11489
11490 2005-09-15  Romain Francoise  <romain@orebokech.com>
11491
11492         * message.el (message-fill-paragraph): Clarify docstring.
11493
11494 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * gnus-art.el (gnus-mime-display-part): Protect against broken
11497         MIME messages.
11498
11499 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11502         before parsing header.
11503
11504 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11505
11506         * html2text.el (html2text-replace-list): Add new entities.
11507
11508 2005-09-11  Romain Francoise  <romain@orebokech.com>
11509
11510         * message.el (message-alternative-emails): Improve docstring.
11511         (message-setup-1): Call `message-use-alternative-email-as-from'
11512         after `message-setup-hook' to give it precedence over posting
11513         styles, etc.
11514         (message-use-alternative-email-as-from): Add docstring.  Remove
11515         the original From header if present.
11516
11517         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11518         (nnml-save-mail): Use it.
11519
11520         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11521         articles.  Add new argument `silent'.
11522         (gnus-uu-mark-all): Report the total number of marked articles.
11523
11524 2005-09-10  Romain Francoise  <romain@orebokech.com>
11525
11526         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11527         (gnus-uu-mark-series): Likewise.
11528
11529 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * spam-report.el (spam-report-gmane): Fix generation of spam
11532         report URL.
11533
11534 2005-09-10  Simon Josefsson  <jas@extundo.com>
11535
11536         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11537         t, based on discussion on the ding list with Robert Epprecht
11538         <epprecht@solnet.ch>.
11539
11540 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * spam-report.el (spam-report-gmane): Make it work without
11543         X-Report-Spam header.  Gmane now only provides Archived-At.
11544         This is only used if `spam-report-gmane-use-article-number' is nil.
11545         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11546
11547         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11548         make `gnus-summary-sort-by-recipient' work with threading.
11549
11550         * nnweb.el (nnweb-google-wash-article): Print a message if article
11551         is not available.
11552
11553 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11554
11555         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11556         change.  Decode text/* parts content before displaying.
11557
11558 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11561
11562 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11565
11566         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11567         url-package-name, url-package-version,
11568         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11569         w3m-display-inline-images, and w3m-minor-mode-map.
11570
11571 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * message.el (message-tab-body-function): Fix mismatched custom type.
11574
11575         * gnus.el (gnus-group-change-level-function): Ditto.
11576
11577         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11578
11579         * gnus-art.el (gnus-signature-limit)
11580         (gnus-article-mime-part-function): Ditto.
11581
11582 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * mml.el (mml-mode): Silence the byte compiler.
11585
11586         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11587         using `(sit-for 0)' before moving the point to the specified part;
11588         skip unbuttonized parts.
11589         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11590         return to the summary window if gnus-auto-select-part is non-nil.
11591
11592 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11595         variables.
11596         (mml-dnd-attach-file, mml-mode): Use them.
11597
11598         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11599         Make fetching article by MID work again for Google Groups.  Added
11600         FIXME concerning gnus-group-make-web-group.
11601
11602         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11603         Don't depend on Gnus by using mail-extract-address-components if
11604         gnus-extract-address-components is not bound.
11605
11606 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11607
11608         * gnus-art.el (gnus-mime-display-security): Don't display the
11609         signature, but only the signed part.
11610
11611 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11614
11615         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11616         list, not listp.
11617
11618 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11619
11620         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11621         when encoding.
11622
11623         * mm-bodies.el (mm-decode-content-transfer-encoding):
11624         De-canonicalize CRLF for all text content types, not just
11625         text/plain.
11626
11627 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11630         valid article; point arrow and cursor at the MIME button.
11631
11632 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11635         Suggested by Dan Christensen <jdc@uwo.ca>.
11636
11637         * mm-decode.el (mm-save-part): Enable change of prompt.
11638
11639 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11640
11641         * gnus-msg.el (gnus-inews-add-send-actions): Made
11642         `message-post-method' lambda parameter ARG `&optional'.
11643
11644 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * gnus-sum.el (gnus-summary-mime-map): Added
11647         gnus-article-save-part-and-strip, gnus-article-delete-part and
11648         gnus-article-jump-to-part.
11649
11650         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11651         (gnus-article-edit-part): Use it.
11652         (gnus-article-part-wrapper): Added no-handle argument.
11653         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11654         functions.
11655
11656 2005-08-29  Romain Francoise  <romain@orebokech.com>
11657
11658         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11659         docstring.
11660         (gnus-face-from-file): Likewise.
11661
11662 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11665         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11666         non-nil.
11667         (gnus-auto-select-part): New variable.
11668         (gnus-article-jump-to-part): New function.
11669         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11670         (gnus-mime-delete-part): Allow selecting specified part after
11671         deleting or stripping parts.
11672         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11673         part if argument is bogus.
11674
11675 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11676
11677         * gnus-art.el (w3m-minor-mode-map):
11678         * gnus-spec.el (gnus-newsrc-file-version):
11679         * gnus-util.el (nnmail-active-file-coding-system)
11680         (gnus-original-article-buffer, gnus-user-agent):
11681         * gnus.el (gnus-ham-process-destinations)
11682         (gnus-parameter-ham-marks-alist)
11683         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11684         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11685         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11686         * mm-decode.el (gnus-current-window-configuration):
11687         * mm-extern.el (gnus-article-mime-handles):
11688         * mm-url.el (url-current-object, url-package-name)
11689         (url-package-version):
11690         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11691         (smime-keys, w3m-cid-retrieve-function-alist)
11692         (w3m-current-buffer, w3m-display-inline-images)
11693         (w3m-minor-mode-map):
11694         * mml-smime.el (gnus-extract-address-components):
11695         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11696         (gnus-newsrc-hashtb, message-default-charset)
11697         (message-deletable-headers, message-options)
11698         (message-posting-charset, message-required-mail-headers)
11699         (message-required-news-headers):
11700         * mml1991.el (mc-pgp-always-sign):
11701         * mml2015.el (mc-pgp-always-sign):
11702         * nnheader.el (nnmail-extra-headers):
11703         * rfc1843.el (gnus-decode-encoded-word-function)
11704         (gnus-decode-header-function, gnus-newsgroup-name):
11705         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11706
11707 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11708
11709         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11710         the end of the date treatments.
11711
11712 2005-08-15  Simon Josefsson  <jas@extundo.com>
11713
11714         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11715         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11716         Capello and Romain Francoise.
11717         (pgg-fetch-key-function): Removed, not used?
11718         (pgg-insert-url-with-w3): Require url, to get
11719         url-insert-file-contents regardless of where it is defined.
11720
11721 2005-08-13  Romain Francoise  <romain@orebokech.com>
11722
11723         * message.el (message-cite-original-1): New function.
11724         (message-cite-original): Use it.
11725         (message-cite-original-without-signature): Ditto.
11726
11727 2005-08-08  Romain Francoise  <romain@orebokech.com>
11728
11729         * message.el (message-yank-empty-prefix): New variable.
11730         (message-indent-citation): Use it.
11731         (message-cite-original-without-signature): Respect X-No-Archive.
11732
11733 2005-08-08  Simon Josefsson  <jas@extundo.com>
11734
11735         * pgg.el: Autoload url-insert-file-contents instead of loading
11736         w3/url.
11737         (pgg-insert-url-with-w3): Don't load url here.
11738
11739 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11740
11741         * message.el (message-kill-to-signature): Don't insert newline at
11742         bol.
11743         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11744
11745 2005-08-06  Romain Francoise  <romain@orebokech.com>
11746
11747         * message.el (message-user-fqdn): Fix typo in docstring.
11748
11749 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11750
11751         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11752
11753         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11754
11755 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * mm-bodies.el (mm-encode-body): Use coding system rather than
11758         charset to encode text.
11759
11760         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11761         number of charsets if utf-8 is available (XEmacs).
11762
11763 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11766         taken from `gnus-button-mid-or-mail-regexp'.
11767         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11768         (gnus-button-alist): Improve regexp for domain part of the MIDs
11769         for news:localpart@domain buttons.
11770         (gnus-button-ctan-directory-regexp): Update.
11771
11772 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * sieve-manage.el (sieve-manage-interactive-login): Use
11775         make-local-variable rather than make-variable-buffer-local.
11776         (sieve-manage-open): Ditto.
11777         (sieve-manage-authenticate): Ditto.
11778
11779         * mml.el (mml-generate-mime-1): Make the content type default to
11780         text/plain if the filename is not specified.
11781
11782 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11785         instead of insert-buffer.
11786
11787         * message.el (message-yank-original): Ditto; set the mark at the
11788         end of the yanked message.
11789
11790 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11793         lines to scroll rather than to stop it.
11794
11795         * mml.el (mml-generate-default-type): Add doc string.
11796         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11797         default to application/octet-stream when determining the content
11798         type if it is not specified for the part or the mml contents; add
11799         a comment about mml-generate-default-type.
11800
11801 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11804         make it default to application/octet-stream when determining the
11805         content type if it is not specified for the external contents.
11806
11807 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11810         segmented parameter but also other parameters might be there.
11811
11812 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * mm-decode.el (mm-display-external): Delete temp file, directory
11815         and buffer immediately if the external process is exited.
11816
11817 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11820         fewer lines than that of scroll-margin.
11821         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11822
11823 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-art.el (gnus-article-next-page): Revert.
11826         (gnus-article-beginning-of-window): New macro.
11827         (gnus-article-next-page-1): Use it.
11828         (gnus-article-prev-page): Ditto.
11829         (gnus-article-edit-part): Use insert-buffer-substring instead of
11830         insert-buffer.
11831         (gnus-article-edit-exit): Ditto.
11832
11833         * gnus-util.el (gnus-beginning-of-window): Remove.
11834         (gnus-end-of-window): Remove.
11835
11836         * lpath.el: Don't bind header-line-format and scroll-margin.
11837
11838 2005-07-25  Simon Josefsson  <jas@extundo.com>
11839
11840         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11841         to have the url package without w3.  Reported by Daiki Ueno
11842         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11843
11844 2005-07-20  Didier Verna  <didier@xemacs.org>
11845
11846         * gnus-diary.el: Remove the description comment (nndiary is now
11847         properly documented in the Gnus manual).
11848         Fix the spelling of "Back End".
11849         * nndiary.el: Ditto.
11850         Fix the copyright notice.
11851
11852 2005-07-18  Romain Francoise  <romain@orebokech.com>
11853
11854         * gnus-sum.el (gnus-summary-to-prefix)
11855         (gnus-summary-newsgroup-prefix): New variables.
11856         (gnus-summary-from-or-to-or-newsgroups): Use them.
11857
11858 2005-07-17  Romain Francoise  <romain@orebokech.com>
11859
11860         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11861         space as it's generally not especially interesting to the user.
11862
11863 2005-07-16  Romain Francoise  <romain@orebokech.com>
11864
11865         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11866         nil to avoid prompting and file modification if one of the
11867         messages at the top of the nnfolder file contains a copyright
11868         notice.
11869         Update copyright notice.
11870
11871         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11872         instead of `current-time-string' as the latter creates a time
11873         string that is not RFC 2822 compliant (it lacks the zone).
11874         Update copyright notice.
11875
11876 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11877
11878         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11879         for text/rtf.  Display default in prompt.  Pass default for M-n.
11880
11881         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11882
11883 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11884
11885         * gnus-msg.el (gnus-button-mailto): Remove
11886         save-selected-window-window hackery because it relies on
11887         save-selected-window internals.
11888
11889 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11892         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11893         (gnus-article-prev-page): Ditto.
11894
11895         * gnus-util.el (gnus-beginning-of-window): New function.
11896         (gnus-end-of-window): New function.
11897
11898         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11899
11900 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11901
11902         * gnus-score.el (gnus-score-edit-all-score): Set
11903         gnus-score-edit-exit-function to gnus-score-edit-done and call
11904         gnus-message.
11905
11906 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11907
11908         * gnus-msg.el (gnus-button-mailto): Remove
11909         save-selected-window-window hackery because it relies on
11910         save-selected-window internals.
11911
11912 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11915         add-minor-mode.
11916         (gnus-binary-mode): Ditto.
11917
11918         * gnus-topic.el (gnus-topic-mode): Ditto.
11919
11920 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11921
11922         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11923         (gnus-article-prev-page): Take scroll-margin into consideration.
11924
11925 2005-07-04  Lute Kamstra  <lute@gnu.org>
11926
11927         Update FSF's address in GPL notices.
11928
11929 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11930
11931         * gnus.el (gnus-exit):
11932         * gnus-group.el (gnus-group-icons):
11933         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11934
11935         * gnus-nocem.el (gnus-nocem):
11936         * message.el (message-various, message-buffers, message-sending)
11937         (message-interface, message-forwarding, message-insertion)
11938         (message-headers, message-news, message-mail):
11939         * pgg-gpg.el (pgg-gpg):
11940         * pgg-parse.el (pgg-parse):
11941         * pgg-pgp.el (pgg-pgp):
11942         * pgg-pgp5.el (pgg-pgp5):
11943         * pop3.el (pop3): Finish `defgroup' description with period.
11944
11945 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-art.el (article-display-face): Improve the efficiency.
11948         (article-display-x-face): Ditto; remove grey x-face stuff.
11949
11950 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * gnus-art.el (article-display-face): Correct the position in
11953         which Faces are inserted.
11954
11955 2005-06-29  Didier Verna  <didier@xemacs.org>
11956
11957         * gnus-art.el (article-display-face): Display faces in correct
11958         order.
11959
11960 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11963         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11964         (gnus-nocem-check-article): Fetch the Type header.
11965         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11966         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11967         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11968         make sure gnus-nocem-hashtb is initialized.
11969         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11970         (gnus-nocem-unwanted-article-p): Ditto.
11971
11972         * pgg.el (pgg-verify): Return the verification result.
11973
11974 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11975
11976         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11977         is ascii.
11978
11979 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11980
11981         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11982         `show-nonbreak-escape'.
11983
11984 2005-06-23  Lute Kamstra  <lute@gnu.org>
11985
11986         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11987
11988         * dig.el (dig-mode):
11989         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11990
11991 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11992
11993         * nnimap.el (nnimap-split-download-body): Fix spellings.
11994
11995 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11996
11997         * gnus-art.el (gnus-article-encrypt-body):
11998         * gnus-cus.el (gnus-score-customize):
11999         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12000         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12001
12002 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12003
12004         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12005         header by looking for magic "MII" at the beginnig.
12006
12007 2005-06-16  Miles Bader  <miles@gnu.org>
12008
12009         * gnus-xmas.el (gnus-xmas-group-startup-message):
12010         Use renamed gnus-splash face.
12011
12012         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12013         (assistant-field-face): New backward-compatibility alias for renamed
12014         face.
12015         (assistant-render-text): Use renamed assistant-field face.
12016
12017         * spam.el (spam): Remove "-face" suffix from face name.
12018         (spam-face): New backward-compatibility alias for renamed face.
12019         (spam-face, spam-initialize): Use renamed spam face.
12020
12021         * message.el (message-header-to, message-header-cc)
12022         (message-header-subject, message-header-newsgroups)
12023         (message-header-other, message-header-name)
12024         (message-header-xheader, message-separator, message-cited-text)
12025         (message-mml): Remove "-face" suffix from face names.
12026         (message-header-to-face, message-header-cc-face)
12027         (message-header-subject-face, message-header-newsgroups-face)
12028         (message-header-other-face, message-header-name-face)
12029         (message-header-xheader-face, message-separator-face)
12030         (message-cited-text-face, message-mml-face):
12031         New backward-compatibility aliases for renamed faces.
12032         (message-font-lock-keywords): Use renamed message faces.
12033
12034         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12035         (sieve-test-commands, sieve-tagged-arguments):
12036         Remove "-face" suffix from face names.
12037         (sieve-control-commands-face, sieve-action-commands-face)
12038         (sieve-test-commands-face, sieve-tagged-arguments-face):
12039         New backward-compatibility aliases for renamed faces.
12040         (sieve-control-commands-face, sieve-action-commands-face)
12041         (sieve-test-commands-face, sieve-tagged-arguments-face):
12042         Use renamed sieve faces.
12043
12044         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12045         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12046         (gnus-group-news-3-empty, gnus-group-news-4)
12047         (gnus-group-news-4-empty, gnus-group-news-5)
12048         (gnus-group-news-5-empty, gnus-group-news-6)
12049         (gnus-group-news-6-empty, gnus-group-news-low)
12050         (gnus-group-news-low-empty, gnus-group-mail-1)
12051         (gnus-group-mail-1-empty, gnus-group-mail-2)
12052         (gnus-group-mail-2-empty, gnus-group-mail-3)
12053         (gnus-group-mail-3-empty, gnus-group-mail-low)
12054         (gnus-group-mail-low-empty, gnus-summary-selected)
12055         (gnus-summary-cancelled, gnus-summary-high-ticked)
12056         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12057         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12058         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12059         (gnus-summary-low-undownloaded)
12060         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12061         (gnus-summary-low-unread, gnus-summary-normal-unread)
12062         (gnus-summary-high-read, gnus-summary-low-read)
12063         (gnus-summary-normal-read, gnus-splash):
12064         Remove "-face" suffix from face names.
12065         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12066         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12067         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12068         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12069         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12070         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12071         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12072         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12073         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12074         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12075         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12076         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12077         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12078         (gnus-summary-normal-ticked-face)
12079         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12080         (gnus-summary-normal-ancient-face)
12081         (gnus-summary-high-undownloaded-face)
12082         (gnus-summary-low-undownloaded-face)
12083         (gnus-summary-normal-undownloaded-face)
12084         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12085         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12086         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12087         (gnus-splash-face):
12088         New backward-compatibility aliases for renamed faces.
12089         (gnus-group-startup-message): Use renamed gnus faces.
12090
12091         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12092         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12093         (gnus-server-agent): Remove "-face" suffix from face names.
12094         (gnus-server-agent-face, gnus-server-opened-face)
12095         (gnus-server-closed-face, gnus-server-denied-face)
12096         (gnus-server-offline-face):
12097         New backward-compatibility aliases for renamed faces.
12098         (gnus-server-agent-face, gnus-server-opened-face)
12099         (gnus-server-closed-face, gnus-server-denied-face)
12100         (gnus-server-offline-face): Use renamed gnus faces.
12101
12102         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12103         Remove "-face" suffix from face names.
12104         (gnus-picon-xbm-face, gnus-picon-face):
12105         New backward-compatibility aliases for renamed faces.
12106
12107         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12108         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12109         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12110         (gnus-cite-11): Remove "-face" suffix from face names.
12111         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12112         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12113         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12114         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12115         New backward-compatibility aliases for renamed faces.
12116         (gnus-cite-attribution-face, gnus-cite-face-list)
12117         (gnus-article-boring-faces): Use renamed gnus faces.
12118
12119         * gnus-art.el (gnus-signature, gnus-header-from)
12120         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12121         (gnus-header-content): Remove "-face" suffix from face names.
12122         (gnus-signature-face, gnus-header-from-face)
12123         (gnus-header-subject-face, gnus-header-newsgroups-face)
12124         (gnus-header-name-face, gnus-header-content-face):
12125         New backward-compatibility aliases for renamed faces.
12126         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12127
12128         * gnus-sum.el (gnus-summary-selected-face)
12129         (gnus-summary-highlight): Use renamed gnus faces.
12130         * gnus-group.el (gnus-group-highlight): Likewise.
12131
12132 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12133
12134         * gnus-sieve.el (gnus-sieve-article-add-rule):
12135         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12136         * spam-stat.el (spam-stat-buffer-change-to-spam)
12137         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12138
12139         * message.el (message-is-yours-p):
12140         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12141
12142 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * mm-view.el (mm-inline-text): Withdraw the last change.
12145
12146 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12149         executing enriched-decode.
12150
12151 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12154         charset of tar files.
12155
12156 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12157
12158         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12159
12160 2005-06-04  Lute Kamstra  <lute@gnu.org>
12161
12162         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12163         information is never recorded.
12164
12165 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12166
12167         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12168
12169 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * pop3.el (pop3-apop): Run md5 in the binary mode.
12172
12173         * starttls.el (starttls-set-process-query-on-exit-flag):
12174         Use eval-and-compile.
12175
12176 2005-05-31  Simon Josefsson  <jas@extundo.com>
12177
12178         * smime.el (smime-replace-in-string): Define.
12179         (smime-cert-by-ldap-1): Use it.
12180
12181 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * gnus-art.el (article-display-x-face): Replace
12184         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12185
12186         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12187         set-process-query-on-exit-flag or process-kill-without-query.
12188
12189         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12190         loop instead of replace-regexp.
12191
12192         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12193         instead of process-kill-without-query if it is available.
12194
12195         * lpath.el: Fbind ldap-search-entries.
12196
12197         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12198         instead of find-file-hooks if it is available.
12199
12200         * mml1991.el: Bind pgg-default-user-id when compiling.
12201
12202         * mml2015.el: Bind pgg-default-user-id when compiling.
12203
12204         * nndraft.el (nndraft-request-associate-buffer):
12205         Use write-contents-functions instead of write-contents-hooks if it is
12206         available.
12207
12208         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12209         instead of find-file-hooks if it is available.
12210
12211         * nntp.el (nntp-open-connection): Replace
12212         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12213         (nntp-open-ssl-stream): Ditto.
12214         (nntp-open-tls-stream): Ditto.
12215
12216         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12217         set-process-query-on-exit-flag or process-kill-without-query.
12218         (starttls-open-stream-gnutls): Use it instead of
12219         process-kill-without-query.
12220         (starttls-open-stream): Ditto.
12221
12222 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12223
12224         * smime.el (smime-cert-by-ldap-1): Don't use
12225         replace-regexp-in-string.
12226
12227 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12228
12229         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12230
12231         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12232         in PEM format.  Adjust to the XEmacs compability.
12233
12234 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12237         by `string-to-number'.
12238         * gnus-agent.el (gnus-agent-regenerate-group)
12239         (gnus-agent-fetch-articles): Ditto.
12240         * gnus-art.el (gnus-button-fetch-group): Ditto.
12241         * gnus-cache.el (gnus-cache-generate-active)
12242         (gnus-cache-articles-in-group): Ditto.
12243         * gnus-group.el (gnus-group-set-current-level)
12244         (gnus-group-insert-group-line): Ditto.
12245         * gnus-score.el (gnus-score-set-expunge-below)
12246         (gnus-score-set-mark-below, gnus-summary-score-effect)
12247         (gnus-summary-score-entry): Ditto.
12248         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12249         (gnus-soup-pack): Ditto.
12250         * gnus-spec.el (gnus-xmas-format): Ditto.
12251         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12252         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12253         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12254         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12255         * nndb.el (nndb-get-remote-expire-response): Ditto.
12256         * nndiary.el (nndiary-parse-schedule-value)
12257         (nndiary-string-to-number, nndiary-request-replace-article)
12258         (nndiary-request-article): Ditto.
12259         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12260         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12261         * nneething.el (nneething-make-head): Ditto.
12262         * nnfolder.el (nnfolder-request-article)
12263         (nnfolder-retrieve-headers): Ditto.
12264         * nnheader.el (nnheader-file-to-number): Ditto.
12265         * nnkiboze.el (nnkiboze-request-article): Ditto.
12266         * nnmail.el (nnmail-process-unix-mail-format)
12267         (nnmail-process-babyl-mail-format): Ditto.
12268         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12269         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12270         (nnmh-request-create-group, nnmh-request-list-1)
12271         (nnmh-request-group, nnmh-request-article): Ditto.
12272         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12273         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12274         * nnsoup.el (nnsoup-make-active): Ditto.
12275         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12276         * nntp.el (nntp-find-group-and-number)
12277         (nntp-retrieve-headers-with-xover): Ditto.
12278         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12279         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12280         (pgg-format-key-identifier): Ditto.
12281         * pop3.el (pop3-last, pop3-stat): Ditto.
12282         * qp.el (quoted-printable-decode-region): Ditto.
12283
12284         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12285         of concat.
12286
12287 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12290
12291         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12292
12293         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12294
12295         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12296
12297         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12298
12299         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12300
12301         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12302         (gnus-carpal-mode): Ditto.
12303
12304         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12305         (gnus-browse-mode): Ditto.
12306
12307         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12308
12309         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12310
12311 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12312
12313         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12314
12315 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-util.el (gnus-run-mode-hooks): New function.
12318
12319         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12320
12321         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12322         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12323
12324 2005-05-27  Lute Kamstra  <lute@gnu.org>
12325
12326         * dns-mode.el (dns-mode): Specify customization group.
12327
12328 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12329
12330         * gnus-agent.el (gnus-agent-make-mode-line-string):
12331         Use mode-line-highlight as mouse-face.
12332
12333 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * canlock.el (canlock): Change the parent group to news.
12336
12337         * deuglify.el (gnus-outlook-deuglify): Add :group.
12338
12339         * dig.el (dig): Add :group.
12340
12341         * dns-mode.el (dns-mode): Add :group.
12342
12343         * encrypt.el (encrypt): Add :group.
12344
12345         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12346         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12347         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12348         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12349         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12350
12351         * gnus-diary.el (gnus-diary): Add :group.
12352
12353         * gnus.el (gnus-group-news-1-face): Add :group.
12354         (gnus-group-news-1-empty-face): Ditto.
12355         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12356         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12357         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12358         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12359         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12360         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12361         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12362         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12363         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12364         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12365         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12366         (gnus-summary-high-ticked-face): Ditto.
12367         (gnus-summary-low-ticked-face): Ditto.
12368         (gnus-summary-normal-ticked-face): Ditto.
12369         (gnus-summary-high-ancient-face): Ditto.
12370         (gnus-summary-low-ancient-face): Ditto.
12371         (gnus-summary-normal-ancient-face): Ditto.
12372         (gnus-summary-high-undownloaded-face): Ditto.
12373         (gnus-summary-low-undownloaded-face): Ditto.
12374         (gnus-summary-normal-undownloaded-face): Ditto.
12375         (gnus-summary-high-unread-face): Ditto.
12376         (gnus-summary-low-unread-face): Ditto.
12377         (gnus-summary-normal-unread-face): Ditto.
12378         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12379         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12380
12381         * hashcash.el (hashcash): New custom group.
12382         (hashcash-default-payment): Add :group.
12383         (hashcash-payment-alist): Ditto.
12384         (hashcash-default-accept-payment): Ditto.
12385         (hashcash-accept-resources): Ditto.
12386         (hashcash-path): Ditto.
12387         (hashcash-extra-generate-parameters): Ditto.
12388         (hashcash-double-spend-database): Ditto.
12389         (hashcash-in-news): Ditto.
12390
12391         * message.el (message-minibuffer-local-map): Add :group.
12392
12393         * netrc.el (netrc): Add :group.
12394
12395         * sieve-manage.el (sieve-manage-log): Add :group.
12396         (sieve-manage-default-user): Diito.
12397         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12398         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12399         (sieve-manage-authenticators): Ditto.
12400         (sieve-manage-authenticator-alist): Ditto.
12401         (sieve-manage-default-port): Ditto.
12402
12403         * sieve-mode.el (sieve-control-commands-face): Add :group.
12404         (sieve-action-commands-face): Ditto.
12405         (sieve-test-commands-face): Ditto.
12406         (sieve-tagged-arguments-face): Ditto.
12407
12408         * smime.el (smime): Add :group.
12409
12410         * spam-report.el (spam-report): Add :group.
12411
12412         * spam.el (spam, spam-face): Add :group.
12413
12414 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12417         return \n.\n.\n at the end of articles.  Protect against that.
12418         (nntp-with-open-group): Allow debugging.
12419
12420         * nnheader.el (mail-header-set-extra): Make into a function
12421         because I just could't understand how to quote the list properly.
12422
12423         * dns.el (query-dns-cached): New function.
12424
12425 2005-05-26  Lute Kamstra  <lute@gnu.org>
12426
12427         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12428
12429 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12432
12433         * gnus-art.el: Don't autoload mail-extract-address-components.
12434
12435         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12436         eval-and-compile to evaluate it.
12437
12438         * hashcash.el: Don't autoload executable-find.
12439
12440         * nndb.el: Don't declare the nndb back end two or more times; don't
12441         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12442
12443         * nntp.el: Autoload format-spec instead of format; use
12444         eval-and-compile to evaluate autoload forms.
12445
12446 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12447
12448         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12449
12450 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12451
12452         * gnus.el (gnus-version-number): Bump version.
12453
12454 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12455
12456         * gnus.el: No Gnus v0.3 is released.
12457
12458 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12459
12460         * lpath.el (featurep): Bind show-nonbreak-escape.
12461
12462 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-art.el (gnus-article-edit-part): Disable undo.
12465
12466 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12469         gnus-article-date-lapsed-new-header is t if date timer is active;
12470         skip headers in which the original date value is empty.
12471         (gnus-article-save-original-date): Redefine it as a macro.
12472         (gnus-display-mime): Use it.
12473
12474 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-art.el (article-date-ut): Support converting date in
12477         forwarded parts as well.
12478         (gnus-article-save-original-date): New function.
12479         (gnus-display-mime): Use it.
12480
12481 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12482
12483         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12484         enclosure element of <item>.
12485
12486 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12487
12488         * message.el (message-kill-buffer-query): Renamed from
12489         `message-kill-buffer-query-if-modified'.  Added :version.
12490
12491 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12494         window layout.
12495
12496 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * mml.el: Autoload dnd when compiling.
12499
12500 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12503         x-dnd-*.
12504
12505 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * qp.el (quoted-printable-encode-region): Save excursion.
12508
12509 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12510
12511         * message.el (message-kill-buffer-query-if-modified): Add new variable
12512         so the user can kill a modified message buffer quickly.
12513         (message-kill-buffer): Use it.
12514
12515 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * lpath.el: Fbind display-time-event-handler; don't fbind
12518         string-to-multibyte.
12519
12520         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12521
12522 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12525         contained in text because xml.el decodes entities) with LFs.
12526
12527 2005-04-11  Lute Kamstra  <lute@gnu.org>
12528
12529         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12530         differently.
12531
12532 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12533
12534         * mm-util.el (mm-detect-coding-region): Typo.
12535
12536 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12539
12540 2005-04-06  Deepak Goel  <deego@gnufans.org>
12541
12542         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12543         user-function allow user modifications of the scores.
12544         (spam-stat-score-buffer-user): New function, to allow
12545         user-computed modifications to the score.
12546         (spam-stat-score-buffer-user-functions): List of additional
12547         scoring functions.
12548         (spam-stat-error-holder): Global temporary error holder.
12549         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12550         variable.
12551
12552 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12553
12554         * gnus-registry.el (gnus-registry-clean-empty-function)
12555         (gnus-registry-trim, gnus-registry-fetch-groups)
12556         (gnus-registry-delete-group): Groups that match
12557         `gnus-registry-ignored-groups' are removed from the registry
12558         entries, not just ignored for splitting.  This helps clean up the
12559         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12560         to get all the groups a message ID is in.
12561
12562         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12563         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12564         (spam-stat-score-buffer-user-functions): Add :number custom type.
12565
12566 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12569         argument in XEmacs.
12570
12571         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12572         (nnrss-request-group): Decode group name first.
12573         (nnrss-request-article): Make a text/plain article if mml-to-mime
12574         failed.
12575         (nnrss-get-encoding): Return a compatible encoding according to
12576         nnrss-compatible-encoding-alist.
12577         (nnrss-find-el): Use consp instead of listp.
12578         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12579
12580 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12583         which Emacs 20 doesn't support.
12584         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12585
12586 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12589         silence the byte compiler inside the defun.
12590
12591         * gnus-demon.el (parse-time-string): Add autoload.
12592
12593         * gnus-delay.el (parse-time-string): Add autoload.
12594
12595         * gnus-art.el (parse-time-string): Add autoload.
12596
12597         * nnultimate.el (parse-time): Require for `parse-time-string'.
12598
12599 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12602
12603         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12604
12605         * smime.el (smime-ldap-host-list): Add :version.
12606
12607 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12610         pass it to `gnus-browse-read-group'.
12611         (gnus-browse-read-group): Add NUMBER argument and pass it to
12612         `gnus-group-read-ephemeral-group'.
12613
12614         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12615         argument and pass it to `gnus-group-read-group'.
12616
12617 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12618
12619         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12620         mm-xemacs-find-mime-charset-1 if we have the mule feature
12621         available at runtime.
12622
12623 2005-03-25  Werner Lemberg  <wl@gnu.org>
12624
12625         * nnmaildir.el: Replace `illegal' with `invalid'.
12626
12627 2005-03-23  Lute Kamstra  <lute@gnu.org>
12628
12629         * time-date.el: Add comment on time value formats.
12630         Don't require parse-time.
12631         (with-decoded-time-value): New macro.
12632         (encode-time-value): New function.
12633         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12634         (days-to-time): Return a valid time value when arg is huge.
12635         (time-since): Use time-subtract.
12636         (time-to-number-of-days): Use time-to-seconds.
12637
12638 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12639
12640         * gnus-start.el (gnus-display-time-event-handler):
12641         Check display-time-timer at runtime rather than only at load time
12642         in case display-time-mode is turned off in the mean time.
12643
12644 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12647         used.
12648
12649         * nneething.el (nneething-map-file-directory): Derive from
12650         `gnus-directory'.
12651
12652         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12653         the To/Cc button.
12654
12655 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * nnmaildir.el (nnmaildir-request-accept-article):
12658         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12659
12660 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12661
12662         * gnus-async.el: Require timer-funcs at compile time when in
12663         XEmacs for `run-with-idle-timer'.
12664
12665 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12666
12667         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12668         autoloaded function.
12669
12670 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12671
12672         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12673
12674 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12675
12676         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12677
12678 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12679
12680         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12681         gnus-expert-user to default.
12682
12683 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12684
12685         * nnimap.el (nnimap-open-server): Ditto.
12686
12687         * imap.el (imap-authenticate): Fix typo.
12688
12689 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12690
12691         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12692         buffer (since IMAP server might return FETCH response out of
12693         order, and the nntp buffer must be sorted).
12694
12695 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12696
12697         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12698         comparison on string.
12699
12700         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12701         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12702         (gnus-agent-summary-fetch-series): Modified to protect against
12703         gnus-agent-summary-fetch-group clearing processable flags.
12704         (gnus-agent-synchronize-group-flags): Update live group buffer as
12705         synchronization may occur due to the user toggle the plugged
12706         status.
12707         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12708         successfully downloaded.
12709         (gnus-agent-expire-group-1): Avoid using markers when the overview
12710         is in ascending order; greatly improves performance.
12711         (gnus-agent-regenerate-group): Use
12712         gnus-agent-synchronize-group-flags to reset read status in both
12713         gnus and server.
12714         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12715
12716 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * message.el: Don't autoload former message-utils variables.
12719         (message-strip-subject-trailing-was): Change doc string.
12720
12721         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12722         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12723         (nnweb-google-search): Add "hl=en" here.
12724         (nnweb-google-parse-1, nnweb-google-create-mapping):
12725         Don't hardcode URL.
12726
12727 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * message.el (message-get-reply-headers, message-followup):
12730         Mention related variables `message-use-followup-to' and
12731         `message-use-mail-followup-to', in the information buffer.
12732
12733         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12734         of broken groups(-beta).google.com.
12735
12736 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12737
12738         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12739         parameter to invoked gnus-request-move-article; remove the
12740         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12741         all at once instead of once per article.
12742         (gnus-summary-remove-process-mark): Accept a list of articles as
12743         well as a single article for processing.
12744
12745         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12746         parameter.
12747
12748         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12749
12750         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12751
12752         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12753         parameter.
12754
12755         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12756         parameter.
12757
12758         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12759         parameter and remove the gnus-sum-hint-move-is-internal variable.
12760
12761         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12762         parameter.
12763
12764         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12765         parameter.
12766
12767         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12768         parameter.
12769
12770         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12771
12772         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12773         parameter.
12774
12775         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12776         parameter.
12777
12778 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12779
12780         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12781         a more conservative way.
12782
12783 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12784
12785         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12786         buffer, so it moves the window's cursor.
12787
12788 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12789
12790         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12791         `mm-dissect-multipart' and receive the from field as an (optional)
12792         argument from `mm-dissect-multipart'.
12793         (mm-dissect-multipart): Receive the from field as an argument and
12794         pass it on when we call `mm-dissect-buffer' on MIME parts.
12795         Fixes verification/decryption of signed/encrypted MIME parts.
12796
12797 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12798
12799         * gnus-sum.el (gnus-summary-move-article): Set
12800         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12801         whatever it calls (right now, only nnimap-request-move article
12802         respects it).
12803
12804         * nnimap.el (nnimap-request-move-article): When
12805         gnus-sum-hint-move-is-internal is set, don't do the extra
12806         nnimap-request-article.
12807
12808 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12811
12812         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12813         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12814
12815         * gnus-sum.el (gnus-summary-caesar-message):
12816         Apply `gnus-treat-article' after rotation.
12817
12818         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12819         doc string.
12820
12821 2005-02-22  Simon Josefsson  <jas@extundo.com>
12822
12823         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12824         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12825         <arne@arnested.dk>.
12826         (encrypt): Add password-cache and password-cache-expiry as group
12827         members.
12828
12829 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12830
12831         * smime.el (smime-ldap-host-list): Doc fix.
12832         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12833         cache) password.
12834         (smime-sign-region): Use it.
12835         (smime-decrypt-region): Use it.
12836         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12837         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12838         fails.
12839         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12840         certificate from DER to PEM format rather than calling openssl.
12841
12842         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12843
12844         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12845         for signing/encryption.
12846
12847         * mml.el (mml-parse-1): Use them.
12848
12849 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12850
12851         * nnrss.el (nnrss-verbose): Removed.
12852         (nnrss-request-group): Use `nnheader-message' instead.
12853
12854 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12855
12856         * nnrss.el (nnrss-verbose): New variable.
12857         (nnrss-request-group): Make it say nnrss is requesting a group.
12858
12859 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12862         Handle news URL with given port correctly.
12863
12864 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12867         containing special characters.
12868
12869         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12870
12871         * mml.el (mime-to-mml): Ditto.
12872
12873         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12874         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12875         (rfc2047-decode-region): Quote decoded words containing special
12876         characters when rfc2047-quote-decoded-words-containing-tspecials
12877         is non-nil.
12878
12879 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12880
12881         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12882
12883         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12884
12885 2005-02-15  Simon Josefsson  <jas@extundo.com>
12886
12887         * nnimap.el (nnimap-debug): Doc fix.
12888
12889         * imap.el (imap-debug): Doc fix.
12890
12891 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12894
12895 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12896
12897         * gnus.el (spam-contents): Improve docs for spam-contents
12898         parameter in its variable incarnation.
12899
12900 2005-02-14  Simon Josefsson  <jas@extundo.com>
12901
12902         * smime-ldap.el: Use require instead of load-library for ldap.
12903         (smime-ldap-search): Indent.
12904         (smime-ldap-search-internal): Shorten line.
12905
12906         * smime.el (smime-cert-by-dns): Add doc-string.
12907         (smime-cert-by-ldap-1): Indent.
12908
12909         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12910         mml-smime-get-dns-ldap.
12911         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12912
12913 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12914
12915         * smime.el: Require smime-ldap.
12916         (smime-ldap-host-list): New variable.
12917         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12918
12919         * mml-smime.el (mml-smime-encrypt-query): New function.
12920         (mml-smime-encrypt-query): Use it.
12921
12922         * smime-ldap.el: New file.
12923
12924 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12927
12928 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12931         argument in doc string.  Make query for type more clear.
12932
12933 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus.el (gnus-group-startup-message): Search for gnus images in
12936         etc/images/gnus.
12937         * mm-util.el (mm-image-load-path): Likewise.
12938         * smiley.el (smiley-data-directory): Search for smilies in
12939         etc/images/smilies.
12940
12941 2005-02-09  Kim F. Storm  <storm@cua.dk>
12942
12943         Change Emacs release version from 21.4 to 22.1 throughout.
12944         Change Emacs development version from 21.3.50 to 22.0.50.
12945
12946 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12949
12950         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12951         non-Mule XEmacs as well.
12952         (mm-decompress-buffer): Signal an error intentionally if it does
12953         not decompress compressed data because auto-compression-mode is
12954         disabled.
12955
12956 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12957
12958         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12959         an ID in the registry even if it has no groups.
12960
12961 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12964         merge it into mm-decompress-buffer.
12965         (gnus-mime-copy-part): Use the MIME part charset, the value which
12966         a user specified or gnus-newsgroup-charset for decoding, like
12967         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12968         save-buffer what was used.  Suggested by Kevin Ryde
12969         <user42@zip.com.au>.
12970         (gnus-mime-inline-part): Allow the name parameter as well as the
12971         filename parameter; force decompressing of compressed data; always
12972         display contents being not decoded as unibyte.
12973
12974         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12975         as well as the filename parameter.
12976
12977         * mm-util.el (mm-decompress-buffer): Merge
12978         gnus-mime-jka-compr-maybe-uncompress.
12979         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12980         of compressed data.
12981
12982 2005-02-08  Simon Josefsson  <jas@extundo.com>
12983
12984         * imap.el (imap-log): Doc fix.
12985
12986 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12989         the coding cookies; decompress compressed parts.
12990
12991         * mml.el (mml-generate-mime-1): Add the charset parameter according
12992         to the value which a user specified manually or the coding cookie.
12993
12994         * mm-util.el (mm-string-to-multibyte): New function.
12995         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12996         (mm-coding-system-to-mime-charset): New function.
12997         (mm-decompress-buffer): New function.
12998         (mm-find-buffer-file-coding-system): New function.
12999
13000         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13001         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13002         parts.
13003
13004 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13005
13006         * mm-view.el (mm-display-inline-fontify): Decode a part according
13007         to the charset parameter.
13008
13009 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13012         prefix arg is neither nil nor a number, as info specifies.
13013
13014 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13017         timestamps.
13018
13019 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13020
13021         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13022         groups error checking and notify user.
13023
13024 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13025
13026         * message.el (message-send-mail-function): Check existence of
13027         sendmail-program first before using default value
13028         `message-send-mail-with-sendmail'.  Otherwise use more generic
13029         `smtpmail-send-it'.
13030
13031 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * nntp.el (nntp-request-update-info): Always return nil.
13034
13035 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13036
13037         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13038
13039 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13040
13041         * message.el (message-beginning-of-line): Change the behavior when
13042         invoked between BOL and : so that it first moves backward.
13043
13044 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13047         article buffer when editing of the article is discarded.
13048         (gnus-article-prepare): Revert.
13049
13050 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * gnus-art.el (gnus-article-prepare):
13053         Remove message-strip-forbidden-properties from the local hook.
13054
13055 2005-01-27  Simon Josefsson  <jas@extundo.com>
13056
13057         * password.el (password-cache-add): Only start one timer per key.
13058         Reported by Derek Atkins <warlord@MIT.EDU>.
13059
13060 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13061
13062         * run-at-time.el: Removed.  It is no longer needed as
13063         timer-funcs.el in the xemacs-base package has a working version of
13064         `run-at-time'.
13065
13066         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13067
13068         * password.el: Require timer-funcs instead of run-at-time in
13069         XEmacs.
13070         Remove `password-run-at-time' macro.
13071         (password-cache-add): Use `run-at-time' instead of
13072         `password-run-at-time'.
13073
13074         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13075         Remove `nnheader-cancel-function-timers' alias,
13076         `cancel-function-timers' exists in XEmacs in timer-funcs.
13077
13078         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13079         for `run-with-idle-timer'.
13080
13081         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13082         for `run-at-time'.
13083
13084         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13085         for `with-timeout'.
13086
13087         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13088         the same as for XEmacs 21.4.
13089         No need to ignore `run-with-idle-timer', this function exists in
13090         XEmacs now in timer-funcs.el in the xemacs-base package.
13091         (dgnushack-compile): No need to delete
13092         run-at-time.el from the list of files to compile because it
13093         doesn't exist anymore.
13094
13095 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13098         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13099
13100 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13101
13102         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13103         sensitively.
13104
13105 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13106
13107         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13108
13109 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13112         which will be inserted according to the multibyteness of a buffer
13113         rather than the type of contents.  Suggested by ARISAWA Akihiro
13114         <ari@mbf.ocn.ne.jp>.
13115
13116         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13117         of string which old xml.el may return rather than a string.
13118
13119 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13122
13123 2005-01-16  Simon Josefsson  <jas@extundo.com>
13124
13125         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13126         idn/idna.el isn't available.
13127         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13128         <michael@waxrat.com>.
13129
13130         * hashcash.el: Remove non-FSF copyright header.
13131
13132         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13133         (hashcash-generate-payment): Use it.
13134         (hashcash-generate-payment-async): Use it.
13135
13136 2005-01-15  Simon Josefsson  <jas@extundo.com>
13137
13138         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13139         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13140
13141         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13142         gnus-summary-idna-message.
13143         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13144         (gnus-summary-idna-message): New function.
13145
13146 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13149         gnus-novice-user.
13150
13151 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * nnrss.el (nnrss-request-delete-group): Delete entries in
13154         nnrss-group-alist as well.
13155         (nnrss-save-server-data): Insert newline.
13156
13157 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * gnus.el (gnus-user-agent): Use list of symbols instead of
13160         symbols.  Display full version number for (S)XEmacs.  Optionally
13161         display (S)XEmacs codename.
13162
13163         * gnus-util.el (gnus-emacs-version): Update for new
13164         `gnus-user-agent'.
13165
13166         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13167         Gnus version.
13168
13169 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13172         which is unreadable in some setups.
13173
13174 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-spec.el (gnus-update-format-specifications): Flush the
13177         group format spec cache if it doesn't support decoded group names.
13178
13179 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13182         Allow to apply decay on score files matching a regexp.
13183
13184 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13187         compatibility in %g and %c.
13188
13189 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13192         name for only %g and %c.
13193         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13194         of gnus-tmp-group to decoded group name.
13195         (gnus-group-make-rss-group): Exclude `/'s from group names.
13196
13197 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * nnrss.el (nnrss-get-encoding): Fix regexp.
13200
13201 2004-12-27  Simon Josefsson  <jas@extundo.com>
13202
13203         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13204         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13205         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13206
13207 2004-12-17  Kim F. Storm  <storm@cua.dk>
13208
13209         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13210
13211         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13212
13213 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13214
13215         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13216
13217 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * nnrss.el: Require rfc2047 and mml.
13220         (nnrss-file-coding-system): New variable.
13221         (nnrss-format-string): Redefine it as an inline function.
13222         (nnrss-decode-group-name): New function.
13223         (nnrss-string-as-multibyte): Remove.
13224         (nnrss-retrieve-headers): Decode group name; don't use
13225         nnrss-format-string.
13226         (nnrss-request-group): Decode group name.
13227         (nnrss-request-article): Decode group name; allow a Message-ID as
13228         well as an article number; don't use nnrss-format-string; encode a
13229         Message-ID string which may contain non-ASCII characters; use
13230         mml-to-mime to compose a MIME article.
13231         (nnrss-request-expire-articles): Decode group name.
13232         (nnrss-request-delete-group): Decode group name.
13233         (nnrss-fetch): Clarify error message.
13234         (nnrss-read-server-data): Use insert-file-contents instead of load;
13235         bind file-name-coding-system; use multibyte buffer.
13236         (nnrss-save-server-data): Bind coding-system-for-write to the
13237         value of nnrss-file-coding-system; bind file-name-coding-system;
13238         add coding cookie.
13239         (nnrss-read-group-data): Use insert-file-contents instead of load;
13240         bind file-name-coding-system; use multibyte buffer.
13241         (nnrss-save-group-data): Bind coding-system-for-write to the
13242         value of nnrss-file-coding-system; bind file-name-coding-system.
13243         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13244         make it work with non-ASCII text.
13245         (nnrss-find-el): Make it work with old xml.el as well.
13246
13247 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13248
13249         * nnrss.el (nnrss-get-encoding): New function.
13250         (nnrss-fetch): Use unibyte buffer initially; bind
13251         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13252         decode contents according to the encoding attribute.
13253         (nnrss-save-group-data): Add coding cookie.
13254         (nnrss-mime-encode-string): New function.
13255         (nnrss-check-group): Use it to encode subject and author.
13256
13257 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13258
13259         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13260         imaginary variable.
13261
13262 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13265         correctly even if there are wide characters.
13266
13267 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13268
13269         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13270         downcased symbol names; make a new cache instead of reusing
13271         bbdb-hashtable.
13272
13273 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13276         concatenating segments rather than before concatenating them.
13277         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13278
13279         * message.el (message-get-reply-headers): Bind `extra'.
13280
13281 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13282
13283         * message.el (message-extra-wide-headers): New variable.
13284         (message-get-reply-headers): Use it.
13285
13286 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13289         (gnus-agent-group-pathname): Ditto.
13290
13291         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13292
13293         * gnus-group.el (gnus-group-make-group): Decode group name.
13294         (gnus-group-make-rss-group): Register the group data after opening
13295         the nnrss group.
13296
13297 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13298
13299         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13300         by expiry now get marked as read.
13301
13302 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13305
13306 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13307
13308         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13309         unify Latin characters in XEmacs.
13310         (mm-find-mime-charset-region): Use it.
13311
13312 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * gnus-util.el (gnus-delete-directory): New function.
13315
13316         * gnus-agent.el (gnus-agent-delete-group): Use it.
13317
13318         * gnus-cache.el (gnus-cache-delete-group): Use it.
13319
13320 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13323         names.
13324
13325 2004-12-16  Simon Josefsson  <jas@extundo.com>
13326
13327         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13328
13329 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13332
13333         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13334         (gnus-group-set-current-level): Decode group name.
13335
13336 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13337
13338         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13339         failed.
13340
13341 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-group.el (gnus-group-delete-group): Decode group name.
13344         (gnus-group-make-rss-group): Encode group name.
13345         (gnus-group-catchup-current): Decode group name.
13346         (gnus-group-kill-group): Decode group name.
13347
13348 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13349
13350         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13351
13352 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus-group.el (gnus-group-make-rss-group):
13355         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13356
13357         * gnus-start.el (gnus-setup-news): Honor user's setting to
13358         gnus-message-archive-method.  Suggested by Lute Kamstra
13359         <lute@gnu.org>.
13360
13361 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13362
13363         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13364         global counterparts of the buffer-local variables.
13365
13366 2004-11-16  Romain Francoise  <romain@orebokech.com>
13367
13368         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13369         counterparts of the buffer-local variables.
13370
13371 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * message.el (message-forbidden-properties): Fixed typo in doc
13374         string.
13375
13376 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * gnus-util.el (gnus-replace-in-string): Added doc string.
13379
13380         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13381         to avoid problems when splitting mails with many recipients.
13382
13383 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13384
13385         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13386         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13387
13388 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13389
13390         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13391         if there is no hashtable in memory or file modification time is
13392         newer than cached timestamp.
13393
13394 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13397         not-matching option.
13398
13399 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13402         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13403         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13404         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13405         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13406         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13407
13408 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * message.el (message-forward-make-body-mml): Remove headers
13411         according to message-forward-ignored-headers if a message is decoded.
13412
13413 2004-12-02  Romain Francoise  <romain@orebokech.com>
13414
13415         * message.el (message-forward-make-body-plain): Always remove
13416         headers according to message-forward-ignored-headers.
13417
13418 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13419
13420         * spam.el (spam-summary-prepare-exit): Remove the
13421         gnus-summary-limit pop for now, it has problems with ham marks for
13422         me.
13423
13424 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13425
13426         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13427         correctly.
13428
13429 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13430
13431         * format-spec.el (format-spec): Message the char.
13432
13433 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13434
13435         * gnus-art.el (gnus-split-methods): Reformat comments.
13436
13437         * spam.el (spam-summary-prepare-exit): Remove article limits
13438         before exiting the summary buffer.
13439
13440 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13443         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13444
13445         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13446         order to silence the byte compiler.
13447
13448         * spam.el: Fix the way to silence the byte compiler, which
13449         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13450         bbdb-search-simple, spam-BBDB-register-routine,
13451         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13452         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13453         spam-stat-buffer-is-spam, spam-stat-load,
13454         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13455         spam-stat-save and spam-stat-split-fancy.
13456
13457 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13460         which may confuse users.
13461         (canlock-password-for-verify): Ditto.
13462
13463         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13464
13465         * gnus-art.el (gnus-emphasis-alist): Ditto.
13466
13467         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13468
13469         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13470
13471         * gnus-start.el (gnus-save-killed-list): Ditto.
13472
13473         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13474         (gnus-sum-thread-tree-root): Ditto.
13475         (gnus-sum-thread-tree-false-root): Ditto.
13476         (gnus-sum-thread-tree-single-indent): Ditto.
13477
13478         * message.el (message-courtesy-message): Ditto.
13479         (message-archive-note): Ditto.
13480         (message-subscribed-address-file): Ditto.
13481         (message-user-fqdn): Ditto.
13482
13483         * spam-report.el (spam-report-gmane-regex): Ditto.
13484
13485         * spam.el (spam-blackhole-good-server-regex): Ditto.
13486
13487 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * mml.el (mml-preview): Widen the message buffer before copying
13490         the contents to the preview buffer; sort headers before previewing.
13491
13492         * message.el (message-hidden-headers): Fix the way to avoid a bug
13493         in the `repeat' widget in Emacs 21.3 or earlier.
13494
13495 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * message.el (message-hidden-headers): Default to "^References:".
13498         Improve customization type.  Suggested by Reiner Steib
13499         <Reiner.Steib@gmx.de>.
13500
13501 2004-11-25  Romain Francoise  <romain@orebokech.com>
13502
13503         * message.el (message-strip-forbidden-properties): Remove check for
13504         obsolete `message-hidden' text property, hidden headers are not
13505         accessible in the buffer anymore.
13506
13507 2004-11-22  Romain Francoise  <romain@orebokech.com>
13508
13509         * message.el (message-header-format-alist): Add `From' in list
13510         so that it can be sorted.
13511         (message-fix-before-sending): Widen and sort headers before
13512         sending.
13513         (message-hide-headers): Use narrowing to hide headers by moving
13514         them to the top of the buffer and narrowing to the region
13515         underneath.
13516
13517 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13518
13519         * message.el (message-strip-forbidden-properties): Bind
13520         buffer-read-only (etc) to nil.
13521
13522 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13525         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13526
13527 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13528
13529         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13530
13531 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13532
13533         * dns.el (query-dns): Use sit-for to time instead of
13534         accept-process-output, since that doesn't seem to work on udp
13535         sockets.
13536
13537 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13540
13541 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13542
13543         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13544         doc string.  Improve doc string.
13545
13546 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * nntp.el (nntp-request-update-info): Return nil if
13549         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13550         may not call gnus-activate-group which uselessly issues the GROUP
13551         commands for all nntp groups and wastes time.  Reported by Romain
13552         Francoise <romain@orebokech.com>.
13553
13554         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13555
13556 2004-11-15  Simon Josefsson  <jas@extundo.com>
13557
13558         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13559         headers separately.
13560         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13561         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13562
13563 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13564
13565         * gnus-start.el (gnus-convert-old-newsrc):
13566         Assign legacy-gnus-agent to 5.10.7.
13567
13568 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13569
13570         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13571         start of the lines.
13572
13573 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13574
13575         * hashcash.el (hashcash-default-payment): Change default to 20.
13576         (hashcash-default-accept-payment): Change default to 20.
13577         (hashcash-process-alist): New variable.
13578         (hashcash-generate-payment-async): Add.
13579         (hashcash-already-paid-p): Add.
13580         (hashcash-insert-payment): Don't generate payments twice.
13581         (hashcash-insert-payment-async): Add.
13582         (hashcash-insert-payment-async-2): Add.
13583         (hashcash-cancel-async): Add.
13584         (hashcash-wait-async): Add.
13585         (hashcash-processes-running-p): Add.
13586         (hashcash-wait-or-cancel): Add.
13587         (mail-add-payment): New optional argument.  Conditionally start
13588         asynchronous calculation.
13589         (mail-add-payment-async): Add.
13590
13591         * message.el (message-send-mail): Wait for asynchronous hashcash
13592         results.  Don't clobber existing X-Hashcash headers.
13593         (message-setup-1): Call mail-add-payment-async when
13594         message-generate-hashcash is non-nil.
13595
13596 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13597
13598         * message.el (message-use-alternative-email-as-from): Examine the
13599         From header as well; use message-make-from in order to include a
13600         user's full name.
13601
13602 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13605         default; improve customization type.
13606         (gnus-emphasis-custom-with-format): New macro.
13607         (gnus-emphasis-custom-value-to-external): New function.
13608         (gnus-emphasis-custom-value-to-internal): New function.
13609
13610 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13611
13612         * dns.el (query-dns): Resolve reverse addresses.
13613
13614 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13615
13616         * gnus-group.el (gnus-group-get-new-news): Use it.
13617
13618         * gnus-start.el (gnus-check-reasonable-setup): New function.
13619
13620 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13623         "Args out of range" error.  Reported by Arnaud Giersch
13624         <arnaud.giersch@free.fr>.
13625
13626 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13627
13628         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13629
13630 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13631
13632         * spam.el (spam group): Add :version.
13633
13634         * pgg-def.el (pgg group): Add :version.
13635
13636 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-art.el (gnus-article-edit-article): Don't associate the
13639         article buffer with a draft file.  This is a temporary measure
13640         against the 2004-08-22 change to gnus-article-edit-mode.
13641
13642 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13645         (html2text-format-tags): Remove unused variable `attr'.
13646
13647 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13648
13649         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13650
13651         * tls.el (tls-process-connection-type, tls-success)
13652         (tls-certtool-program): Add :version.
13653
13654         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13655         (starttls-extra-arguments, starttls-process-connection-type)
13656         (starttls-connect, starttls-failure, starttls-success): Add :version.
13657
13658         * spam-stat.el (spam-stat): Add :version.
13659
13660         * sieve.el (sieve): Add :version.
13661
13662         * sha1.el (sha1): Add :version.
13663         (sha1-use-external): Remove redundant version.
13664
13665         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13666         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13667         (nnmail-split-fancy-match-partial-words)
13668         (nnmail-split-lowercase-expanded): Add :version.
13669
13670         * nndiary.el (nndiary): Add :version.
13671
13672         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13673
13674         * mml-sec.el (mml-default-sign-method)
13675         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13676         Add :version.
13677
13678         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13679
13680         * mm-url.el (mm-url-use-external, mm-url-program)
13681         (mm-url-arguments): Add :version.
13682
13683         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13684         (mm-attachment-file-modes, mm-decrypt-option)
13685         (mm-w3m-safe-url-regexp): Add :version.
13686
13687         * message.el (message-cite-prefix-regexp)
13688         (message-sendmail-envelope-from, message-minibuffer-local-map)
13689         (message-user-fqdn, message-completion-alist): Add :version.
13690
13691         * gnus-win.el (gnus-configure-windows-hook)
13692         (gnus-use-frames-on-any-display): Add :version.
13693
13694         * gnus-art.el (gnus-article-address-banner-alist)
13695         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13696         (gnus-treat-from-picon, gnus-treat-mail-picon)
13697         (gnus-treat-x-pgp-sig): Add :version.
13698
13699         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13700         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13701         (gnus-summary-article-delete-hook)
13702         (gnus-summary-display-while-building): Add :version.
13703
13704         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13705         (gnus-get-top-new-news-hook): Add :version.
13706
13707         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13708         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13709
13710         * gnus-registry.el (gnus-registry): Add :version.
13711
13712         * gnus-spec.el (gnus-use-correct-string-widths)
13713         (gnus-make-format-preserve-properties): Add :version.
13714
13715         * gnus.el (gnus-group-charter-alist)
13716         (gnus-group-fetch-control-use-browse-url)
13717         (gnus-install-group-spam-parameters): Add :version.
13718
13719         * gnus-diary.el (gnus-diary): Add :version.
13720
13721         * gnus-delay.el (gnus-delay): Add :version.
13722
13723         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13724         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13725         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13726         Add :version.
13727
13728         * gnus-agent.el (gnus-agent-max-fetch-size)
13729         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13730         (gnus-agent-prompt-send-queue): Add :version.
13731
13732         * deuglify.el (gnus-outlook-deuglify): Add :version.
13733
13734         * html2text.el: Beautify code.  Improve doc strings.  Some
13735         checkdoc cleanup.
13736         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13737
13738 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13739
13740         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13741
13742 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13743
13744         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13745         when package is loaded.
13746
13747         * spam.el (spam-summary-score-preferred-header): Add global preference
13748         for people who want to override the default SpamAssassin over
13749         Bogofilter preference (when both are set).
13750         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13751         (spam-user-format-function-S): Check
13752         spam-summary-score-preferred-header.
13753         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13754         (spam-user-format-function-S): Format the score correctly.
13755
13756 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13759         signature file.  Suggested by Manoj Srivastava
13760         <srivasta@golden-gryphon.com>.
13761
13762         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13763         iso-2022-jp even in the Japanese language environment.
13764         Suggested by Jason Rumney <jasonr@gnu.org>.
13765
13766 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13769         use the same characters as the dummy marks; make it free from
13770         getting affected by the language environment.
13771         (gnus-summary-read-group-1): Update mark positions only when the
13772         format spec is updated.
13773
13774         * gnus-spec.el (gnus-update-format-specifications): Return a list
13775         of updated types.
13776
13777 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13780         of boundp to check if display-warning is available.
13781
13782 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13783
13784         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13785
13786 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * nnspool.el (nnspool-spool-directory): Use news-path if the
13789         news-directory variable is not bound.
13790
13791         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13792         function instead of display-warning if it is not available.
13793
13794 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13797         v5-10: Use `point-at-bol'.
13798
13799 2004-10-26  Simon Josefsson  <jas@extundo.com>
13800
13801         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13802         <chenggao@gmail.com>.
13803
13804 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13807         instead.
13808
13809 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13810
13811         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13812         to remove a server from the nnimap-server-buffer-alist.
13813         (nnimap-open-connection, nnimap-close-server): Use it.
13814
13815         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13816
13817 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13820         running the major-mode function.
13821
13822 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13825         dummy marks in the right way.
13826
13827 2004-10-18  David Edmondson  <dme@dme.org>
13828
13829         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13830         excessively.
13831
13832 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13833
13834         * gnus-util.el (gnus-split-references): Accept a nil references
13835         string and go on blissfully.
13836
13837         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13838         cases where the references string is non-nil but has no references.
13839
13840         * encrypt.el: Add autoload tags.
13841
13842         * spam.el (spam-resolve-registrations-routine): Remove article
13843         from unregistration list too.  Reported by David Hanak
13844         <dhanak@isis.vanderbilt.edu>
13845
13846 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13849         nil.  Changed custom type.
13850
13851 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13854
13855         * gnus-sum.el (gnus-summary-move-article): Use it.
13856
13857 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         * encrypt.el: Add autoload cookies.
13860
13861         * spam.el (spam-backend-article-list-property)
13862         (spam-backend-get-article-todo-list)
13863         (spam-backend-put-article-todo-list)
13864         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13865         Resolve registrations separately.
13866         (spam-register-routine): Format comments.
13867         (spam-unregister-routine, spam-register-routine): Always call with
13868         specific-articles, no default list.
13869         (spam-summary-prepare-exit): Use the spam-classifications function.
13870
13871         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13872         gnus-encrypt.el.
13873
13874         * encrypt.el: Copied from gnus-encrypt.el.
13875
13876         * gnus-encrypt.el: Commented that it's obsolete.
13877
13878 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13881         (gnus-score-save): Use it.
13882
13883         * message.el (message-bury): Use `window-dedicated-p'.
13884
13885 2004-10-15  Simon Josefsson  <jas@extundo.com>
13886
13887         * pop3.el (top-level): Don't require nnheader.
13888         (pop3-read-timeout): Add.
13889         (pop3-accept-process-output): Add.
13890         (pop3-read-response, pop3-retr): Use it.
13891
13892 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13893
13894         * spam.el (spam-register-routine): Move comment.
13895         (spam-verify-bogofilter): Use 'unknown for the initial
13896         spam-bogofilter-valid state, not 'never.
13897
13898         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13899         for netrc-machine.
13900
13901         * nnimap.el (nnimap-open-connection): Use
13902         netrc-machine-user-or-password.
13903
13904 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13905
13906         * gnus-registry.el (gnus-registry-unload-hook):
13907         Set as a variable with add-hook.
13908
13909         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13910         of news-path.
13911
13912         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13913
13914         * spam.el: Delete duplicate `provide'.
13915         (spam-unload-hook): Set as a variable with add-hook.
13916
13917 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13920         in the doc string.
13921
13922         * message.el (message-ignored-news-headers)
13923         (message-ignored-supersedes-headers)
13924         (message-ignored-resent-headers)
13925         (message-forward-ignored-headers): Improve custom type.
13926
13927 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * message.el (message-tokenize-header): Fix 2004-09-06 change
13930         which used point-min in the wrong place.
13931
13932 2004-10-12  Simon Josefsson  <jas@extundo.com>
13933
13934         * tls.el (tls-certtool-program): New variable.
13935         (tls-certificate-information): New function, based on
13936         ssl-certificate-information.
13937
13938 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * compface.el: Move the version of ELisp-based uncompface program
13941         to the contrib directory because of the copyright problem.
13942
13943 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * message.el (message-kill-buffer): Raise the current frame.
13946
13947 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13950
13951         * gnus.el (message-y-or-n-p): Autoload.
13952
13953         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13954         (pop3-password-required, pop3-authentication-scheme)
13955         (pop3-leave-mail-on-server): Made customizable.
13956         (pop3): New custom group.
13957         (pop3-retr): Remove `sleep-for' statements.
13958         Suggested by Dave Love <fx@gnu.org>.
13959
13960         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13961         Windows/DOS.
13962
13963         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13964         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13965         Dave Love <fx@gnu.org>.
13966
13967         * mml.el (mml-minibuffer-read-disposition): Require match.
13968         Suggested by Dave Love <fx@gnu.org>.
13969
13970 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13971
13972         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13973         doc string.
13974
13975 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13978
13979 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13980
13981         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13982         instead of calling `mm-insert-inline', to decode text/* parts
13983         before displaying them.
13984
13985 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * mm-uu.el (mm-uu-text-plain-type): New variable.
13988         (mm-uu-pgp-signed-extract-1): Use it.
13989         (mm-uu-pgp-encrypted-extract-1): Use it.
13990         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13991         bind mm-uu-text-plain-type with that value.
13992         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13993         mm-uu-dissect.
13994
13995 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-group.el (gnus-update-group-mark-positions):
13998         * gnus-sum.el (gnus-update-summary-mark-positions):
13999         * message.el (message-check-news-body-syntax):
14000         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14001         of string-as-multibyte.
14002
14003 2004-10-05  Juri Linkov  <juri@jurta.org>
14004
14005         * gnus-group.el (gnus-update-group-mark-positions):
14006         * gnus-sum.el (gnus-update-summary-mark-positions):
14007         * message.el (message-check-news-body-syntax):
14008         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14009         8-bit unibyte values to a multibyte string for search functions.
14010
14011 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14014         (mm-uu-dissect-text-parts): New function.
14015
14016         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14017         dissect text parts.
14018
14019         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14020         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14021
14022         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14023
14024         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14025         gnus-current-topics instead of gnus-current-topic.
14026
14027 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14028
14029         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14030
14031 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14032
14033         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14034         where approriate.
14035
14036         * nnml.el (nnml-generate-active-info): do.
14037
14038         * nndiary.el (nndiary-generate-active-info): do.
14039
14040         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14041         (gnus-topic-move): do.
14042
14043         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14044         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14045
14046         * gnus-srvr.el (gnus-server-prepare)
14047         (gnus-server-open-all-servers): do.
14048
14049         * gnus-msg.el (gnus-summary-cancel-article)
14050         (gnus-summary-resend-message)
14051         (gnus-summary-mail-crosspost-complaint): do.
14052
14053         * gnus-move.el (gnus-change-server): do.
14054
14055         * gnus-group.el (gnus-group-unmark-all-groups)
14056         (gnus-group-set-current-level): do.
14057
14058 2004-10-04  Simon Josefsson  <jas@extundo.com>
14059
14060         * message.el (message-generate-hashcash): Doc fix.
14061
14062 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14063
14064         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14065         avoid infinite recursion via gnus-get-function.
14066
14067 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14068
14069         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14070
14071         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14072
14073         * nnmail.el (nnmail-split-history): do.
14074
14075         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14076         (nnml-request-delete-group): do.
14077
14078         * nnslashdot.el (nnslashdot-read-groups): do.
14079
14080         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14081         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14082
14083         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14084         (nnspool-sift-nov-with-sed): Use last.
14085         (nnspool-retrieve-headers-with-nov): Use mapc.
14086         (nnspool-request-newgroups): Use dolist.
14087         (nnspool-request-group): Use last.
14088
14089         * nntp.el (nntp-read-server-type): Use dolist.
14090
14091         * nnvirtual.el (nnvirtual-create-mapping)
14092         (nnvirtual-update-read-and-marked): Use dolist.
14093         (nnvirtual-convert-headers): Simplify.
14094
14095 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14096
14097         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14098         support for sync'ing tick marks.
14099
14100 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14103         there's no visible header.
14104
14105 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14106
14107         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14108         necessary, pass full group name to gnus-request-set-marks.
14109
14110 2004-10-01  Simon Josefsson  <jas@extundo.com>
14111
14112         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14113         acroread.
14114
14115 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * spam-report.el (spam-report-gmane): Fix interactive.
14118
14119         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14120
14121         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14122         when writing file.
14123         (gnus-agent-synchronize-flags): Don't default to being
14124         interactive.
14125
14126 2004-09-30  Simon Josefsson  <jas@extundo.com>
14127
14128         * message.el (message-generate-hashcash): Add.
14129         (message-send-mail): Use it, call mail-add-payment.
14130
14131 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14132
14133         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14134
14135 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14136
14137         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14138         gnus-requst-update-info with explicit code to sync the in-memory
14139         info read flags with the marks being sync'd to the backend.
14140
14141         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14142
14143 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14144
14145         * spam.el (spam-verify-bogofilter): Add new function.
14146         (spam-check-bogofilter)
14147         (spam-bogofilter-register-with-bogofilter): Use it.
14148         (spam-verify-bogofilter): Add small fixes.
14149
14150 2004-09-28  Simon Josefsson  <jas@extundo.com>
14151
14152         * hashcash.el (hashcash-generate-payment): Revert.
14153
14154 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14155
14156         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14157         gnus-extract-references instead of gnus-split-references.
14158
14159         * gnus-util.el (gnus-extract-references): Add new function, analogous
14160         to gnus-split-references but extracts only the message-ID without
14161         anything extra.
14162
14163         * hashcash.el (hashcash-generate-payment)
14164         (hashcash-check-payment): Do the right thing if hashcash-path is
14165         nil (because the hashcash program could not be found).
14166
14167         * spam.el (spam-use-hashcash): Remove comment.
14168
14169 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14170
14171         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14172         (gnus-cache-enter-article, gnus-cache-remove-article)
14173         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14174
14175         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14176
14177         * gnus-art.el (article-hide-boring-headers)
14178         (article-translate-strings, article-display-face)
14179         (gnus-article-mime-match-handle-first)
14180         (gnus-article-highlight-headers)
14181         (gnus-article-add-buttons-to-head): do.
14182
14183 2004-09-27  Simon Josefsson  <jas@extundo.com>
14184
14185         * hashcash.el: New version, from
14186         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14187         ../contrib/.
14188
14189 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14192
14193 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14194
14195         * gnus-dup.el (gnus-dup-open): Use mapc.
14196         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14197
14198         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14199         Reported by Stefan Wiens <s.wi@gmx.net>.
14200
14201         * gnus.el (gnus-shutdown): Use dolist.
14202
14203         * gnus-undo.el (gnus-undo): Use mapc.
14204
14205         * nnrss.el (nnrss-generate-active): do.
14206
14207         * message.el (message-cite-original-without-signature)
14208         (message-cite-original): Use mapc.
14209         (message-do-actions, message-make-forward-subject): Use dolist.
14210
14211 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14212
14213         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14214         deletion to remove entire duplicate line.  Fixes merged article
14215         number bug.
14216
14217 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14218
14219         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14220         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14221         first ask if you want to open a server and then, even when you
14222         responded with no, asking if you want to synchronize the server's
14223         flags.
14224         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14225         multi-line expressions.
14226         (gnus-agent-synchronize-group-flags): New internal function.
14227         Updates marks in memory (in the info structure) AND in the
14228         backend.
14229
14230         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14231
14232         * nnagent.el (nnagent-request-set-mark): Use
14233         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14234         method, to ensure that synchronization updates marks in the
14235         backend and in the info (in memory) structure.
14236
14237 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14240         convention fully; don't miss the root article of a thread; make
14241         the X-Draft-From header with correct article numbers.
14242
14243 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14244
14245         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14246         unless plugged.  Disable the agent so that an open failure causes
14247         an error.
14248
14249         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14250         Reverted 2004-09-21 change.  The backend must be opened while
14251         synchronizing flags even when the backend stores the flags
14252         locally.
14253
14254 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14257         in `header' match.  Reported by Svend Tollak Munkejord.
14258
14259         * message.el (message-cite-original): Fix use of
14260         `message-cite-articles-with-x-no-archive'.
14261
14262 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14265         (gnus-window-to-buffer): Ditto.
14266
14267         * mml.el (mml-preview-buffer): New variable.
14268         (mml-preview): Manage window layout with gnus-buffer-configuration.
14269
14270         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14271         X-Draft-From header even if those articles aren't quoted.
14272
14273 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14274
14275         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14276         (gnus-request-set-mark, gnus-request-update-mark): Use new
14277         g-s-t-u-l-m to decide to use backend even when unplugged.
14278
14279 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14282         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14283
14284 2004-09-20  Simon Josefsson  <jas@extundo.com>
14285
14286         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14287         "utf-16-le".
14288
14289 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14290
14291         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14292
14293 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * uudecode.el (uudecode-use-external): Add :version.
14296
14297         * smime.el (smime-CA-file, smime-encrypt-cipher)
14298         (smime-dns-server): Add :version.
14299
14300         * smiley.el (gnus-smiley-file-types): Add :version.
14301
14302         * sha1.el (sha1-use-external): Add :version.
14303
14304         * pgg-def.el (pgg-query-keyserver): Add :version.
14305
14306         * nnmail.el (nnmail-fancy-expiry-targets)
14307         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14308         Add :version.
14309
14310         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14311         (nnimap-retrieve-groups-asynchronous): Add :version.
14312         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14313
14314         * mml.el (mml-content-disposition-parameters)
14315         (mml-insert-mime-headers-always): Add :version.
14316
14317         * mm-util.el (mm-coding-system-priorities): Add :version.
14318
14319         * mm-decode.el (mm-inline-text-html-with-images)
14320         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14321         (mm-verify-option): Add :version.
14322         (mm-text-html-renderer): Change :version.
14323
14324         * message.el (message-fcc-externalize-attachments)
14325         (message-required-headers, message-draft-headers)
14326         (message-subject-trailing-was-query)
14327         (message-subject-trailing-was-ask-regexp)
14328         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14329         (message-mark-insert-end, message-archive-header)
14330         (message-archive-note, message-cross-post-default)
14331         (message-cross-post-note, message-followup-to-note)
14332         (message-cross-post-note-function, message-use-mail-followup-to)
14333         (message-subscribed-address-functions)
14334         (message-subscribed-address-file, message-subscribed-addresses)
14335         (message-subscribed-regexps, message-allow-no-recipients)
14336         (message-yank-cited-prefix, message-signature-insert-empty-line)
14337         (message-hidden-headers, message-hierarchical-addresses)
14338         (message-mail-user-agent, message-use-idna)
14339         (message-valid-fqdn-regexp)
14340         (message-strip-special-text-properties, message-header-synonyms)
14341         (message-beginning-of-line, message-tab-body-function): Add :version.
14342         (message-insert-canlock, message-wide-reply-confirm-recipients):
14343         Change :version.
14344
14345         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14346         and :version.
14347         (mail-source-delete-old-incoming-confirm)
14348         (mail-source-movemail-program): Add :version.
14349
14350         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14351         (gnus-agent-cache, gnus-agent): Change :version.
14352
14353         * gnus-util.el (gnus-use-byte-compile): Change :version.
14354
14355         * gnus-sum.el (gnus-summary-make-false-root-always)
14356         (gnus-summary-default-high-score)
14357         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14358         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14359         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14360         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14361         (gnus-sum-thread-tree-single-indent)
14362         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14363         (gnus-sum-thread-tree-leaf-with-other)
14364         (gnus-sum-thread-tree-single-leaf): Add :version.
14365         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14366         (gnus-article-loose-mime): Change :version.
14367
14368         * gnus-start.el (gnus-backup-startup-file)
14369         (gnus-save-startup-file-via-temp-buffer): Add :version.
14370
14371         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14372         (gnus-server-offline-face): Add :version.
14373
14374         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14375
14376         * gnus-msg.el (gnus-gcc-externalize-attachments)
14377         (gnus-debug-files, gnus-debug-exclude-variables)
14378         (gnus-discouraged-post-methods): Change :version.
14379         (gnus-confirm-mail-reply-to-news)
14380         (gnus-confirm-treat-mail-like-news): Add :version.
14381
14382         * gnus-int.el (gnus-server-unopen-status): Add :version.
14383
14384         * gnus-group.el (gnus-group-jump-to-group-prompt)
14385         (gnus-large-ephemeral-newsgroup)
14386         (gnus-fetch-old-ephemeral-headers): Add :version.
14387
14388         * gnus-fun.el (gnus-x-face-directory)
14389         (gnus-convert-pbm-to-x-face-command)
14390         (gnus-convert-image-to-x-face-command)
14391         (gnus-convert-image-to-face-command): Add :version.
14392
14393         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14394
14395         * gnus-cite.el (gnus-cite-blank-line-after-header)
14396         (gnus-article-boring-faces): Add :version.
14397
14398         * gnus-art.el (gnus-buttonized-mime-types)
14399         (gnus-inhibit-mime-unbuttonizing)
14400         (gnus-treat-display-face)
14401         (gnus-treat-body-boundary): Change :version.
14402         (gnus-body-boundary-delimiter, gnus-picon-databases)
14403         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14404         (gnus-treat-date-english, gnus-treat-fold-headers)
14405         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14406         (gnus-treat-mail-picon, gnus-treat-wash-html)
14407         (gnus-article-encrypt-protocol)
14408         (gnus-use-idna, gnus-article-over-scroll)
14409         (gnus-mime-display-multipart-alternative-as-mixed)
14410         (gnus-mime-display-multipart-related-as-mixed)
14411         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14412         (gnus-ctan-url, gnus-button-ctan-handler)
14413         (gnus-button-handle-ctan-bogus-regexp)
14414         (gnus-button-ctan-directory-regexp)
14415         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14416         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14417         (gnus-button-man-level, gnus-button-emacs-level)
14418         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14419
14420         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14421         (gnus-agent-go-online): Change :version.
14422         (gnus-agent-expire-unagentized-dirs)
14423         (gnus-agent-auto-agentize-methods): Add :version.
14424
14425         * flow-fill.el (fill-flowed-display-column)
14426         (fill-flowed-encode-column): Add :version.
14427
14428         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14429         (gnus-outlook-deuglify-unwrap-max)
14430         (gnus-outlook-deuglify-cite-marks)
14431         (gnus-outlook-deuglify-unwrap-stop-chars)
14432         (gnus-outlook-deuglify-no-wrap-chars)
14433         (gnus-outlook-deuglify-attrib-cut-regexp)
14434         (gnus-outlook-deuglify-attrib-verb-regexp)
14435         (gnus-outlook-deuglify-attrib-end-regexp)
14436         (gnus-outlook-display-hook): Add :version.
14437
14438         * binhex.el (binhex-use-external): Add :version.
14439
14440 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14443         and `invisible'.
14444
14445 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14446
14447         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14448         in gnus-registry-trim.
14449
14450 2004-09-13  Simon Josefsson  <jas@extundo.com>
14451
14452         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14453
14454         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14455
14456         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14457         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14458         <yamaoka@jpl.org>.
14459         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14460         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14461         <yamaoka@jpl.org>.
14462
14463         * sieve.el (sieve-manage-mode): Ditto.
14464
14465 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14468
14469 2004-09-11  Simon Josefsson  <jas@extundo.com>
14470
14471         * dns-mode.el: Add.
14472
14473         * mm-view.el (mm-display-dns-inline): Add.
14474
14475         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14476         (mm-automatic-display): Ditto.
14477
14478         * mailcap.el (mailcap-mime-data): Add text/dns.
14479         (mailcap-mime-extensions): Map .soa to text/dns.
14480
14481 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14482
14483         * gnus-art.el (article-decode-mime-words, article-babel)
14484         (gnus-article-highlight-signature, gnus-article-add-buttons)
14485         (gnus-signature-toggle): Remove unnecessary bindings of
14486         `inhibit-read-only' inherited from v5.10 merge.
14487
14488 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * nntp.el (nntp): New customization group.
14491         (nntp-authinfo-file): Add customization group.
14492
14493         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14494
14495         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14496
14497         * gnus.el (to-address, to-list, subscribed)
14498         (large-newsgroup-initial): Ditto.
14499
14500         * flow-fill.el (fill-flowed-display-column)
14501         (fill-flowed-encode-column): Ditto.
14502
14503 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14504
14505         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14506         Use point-min rather than 1.
14507         (message-send-mail): Use buffer-size rather than point-max.
14508
14509         * gnus-sum.el (gnus-summary-search-article-forward):
14510         Signal a specific `search-failed' rather than a generic `error'.
14511
14512         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14513         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14514         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14515
14516 2004-09-10  Simon Josefsson  <jas@extundo.com>
14517
14518         * nndb.el (require): Remove tcp and duplicate cl.
14519
14520 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-agent.el (directory-files-and-attributes): Move forward.
14523
14524 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14525
14526         * gnus-agent.el (directory-files-and-attributes): Optionally
14527         defined to support XEmacs.
14528
14529 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14530
14531         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14532         to avoid run-time CL dependencies.
14533         (gnus-agent-unfetch-articles): New function.
14534         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14535         article numbers even when local .overview file is missing.
14536         (gnus-agent-read-article-number): New function.  Only accepts
14537         27-bit article numbers.
14538         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14539         gnus-agent-read-article-number.
14540         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14541         from backend while recognizing that article numbers in .overview
14542         must be valid.
14543         (gnus-agent-update-files-total-fetched-for): Use
14544         directory-files-and-attributes to improve performance.
14545         * gnus-int.el (gnus-request-move-article): Use
14546         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14547         improve performance.
14548
14549         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14550         some users confused by references to .newsrc when they only have a
14551         .newsrc.eld file.
14552         (gnus-convert-mark-converter-prompt)
14553         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14554         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14555         New function.  Used internally to only display 'gnus converting
14556         files' message when actually necessary.
14557
14558         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14559         methods now autoloaded.
14560
14561 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14564         identifiers.
14565
14566 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gnus-picon.el: Fix indentation and closing parenthesis.
14569
14570 2004-09-01  Simon Josefsson  <jas@extundo.com>
14571
14572         * message.el (message-canlock-generate): Require sha1, not
14573         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14574         to require within a function.  Sadly, if sha1.el isn't loaded, the
14575         let binding in m-c-g will hide the defcustom definition, which is
14576         bad.)
14577
14578         * canlock.el: Require sha1, not sha1-el.
14579
14580         * message.el: Don't autoload sha1 (there is a autoload cookie in
14581         sha1.el).
14582
14583         * sha1-el.el: Renamed to sha1.el.
14584
14585 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14586
14587         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14588
14589 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14590
14591         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14592
14593 2004-08-30  Kim F. Storm  <storm@cua.dk>
14594
14595         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14596
14597         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14598         Add :group 'nnimap.
14599
14600 2004-08-30  Andreas Schwab  <schwab@suse.de>
14601
14602         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14603         ?* and ?\;.
14604
14605         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14606         and ?\' to symbol instead of whitespace.
14607
14608 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14611
14612         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14613         instead of re-search-forward.
14614
14615         * gnus-uu.el (gnus-uu-save-article): Ditto.
14616         (gnus-uu-post-encode-uuencode): Ditto.
14617
14618         * html2text.el (html2text-clean-list-items): Ditto.
14619         (html2text-clean-dtdd): Ditto.
14620         (html2text-format-tags): Ditto.
14621
14622         * message.el (message-send-mail-with-sendmail): Fix regexp.
14623         (message-fill-field-general): Use search-forward instead of
14624         re-search-forward.
14625         (unbold-region): Ditto.
14626
14627         * nnrss.el (nnrss-request-article): Ditto.
14628
14629         * nnslashdot.el (nnslashdot-request-article): Ditto.
14630
14631         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14632
14633         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14634         "Unrecognized menu descriptor" error in XEmacs.
14635
14636 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14637
14638         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14639         parent article of a sparse article in the thread hashtb.
14640
14641 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14642
14643         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14644         (nnmail-expand-newtext): Lowercase expanded entries if
14645         nnmail-split-lowercase-expanded is non-nil.
14646
14647 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14650
14651         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14652         of gnus-tmp-news-method into string under XEmacs.  It will be
14653         passed to gnus-correct-length which takes only a string argument.
14654
14655 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * gnus-util.el (gnus-bind-print-variables): New macro.
14658         (gnus-prin1): Use it.
14659         (gnus-prin1-to-string): Use it.
14660         (gnus-pp): New function.
14661         (gnus-pp-to-string): New function.
14662
14663         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14664         Replace pp-to-string with gnus-pp-to-string.
14665         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14666         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14667         * gnus-msg.el (gnus-debug): Ditto.
14668         * gnus-score.el (gnus-score-save): Ditto.
14669         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14670         gnus-pp-to-string.
14671         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14672         with gnus-pp.
14673         * score-mode.el (gnus-score-pretty-print): Ditto.
14674         * webmail.el (webmail-debug): Ditto.
14675
14676 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-art.el (article-display-face, article-display-x-face):
14679         Use buffer-read-only.
14680
14681 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-art.el (article-hide-list-identifiers):
14684         Bind inhibit-read-only as t.
14685
14686 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14689
14690 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14691
14692         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14693         (gnus-narrow-to-page): Don't assume point-min == 1.
14694         (gnus-article-edit-mode): Derive from message-mode.
14695
14696         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14697         point-min == 1.
14698
14699         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14700         Disable incorrect use of `assert'.
14701
14702         * message.el (message-mode): Set comment-start-skip.
14703
14704
14705 2004-08-22  Sam Steingold  <sds@gnu.org>
14706
14707         * pop3.el (pop3-leave-mail-on-server): New user variable.
14708         (pop3-movemail): Delete mail only when it is nil.
14709
14710 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14713
14714         * mml.el (mml-preview): Use `pop-to-buffer'.
14715
14716         * message.el (message-goto-mail-followup-to): Insert after "To".
14717         (message-carefully-insert-headers): Add comment.
14718
14719         * gnus.el: Remove unused variable `gnus-article-check-size'.
14720
14721         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14722
14723         * gnus-art.el (gnus-button-alist): Improve
14724         `gnus-button-handle-library' entry.
14725
14726 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14727
14728         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14729         downcase, since XEmacs capitalizes error messages differently.
14730
14731 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14732
14733         * nntp.el: Add (require 'gnus) due to reference to
14734         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14735
14736 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14737
14738         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14739         `mm-fill-flowed'.
14740
14741         * mm-decode.el (mm-dissect-singlepart): Check it.
14742
14743 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14744
14745         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14746         'imap' for netrc parsing.
14747
14748 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * mailcap.el (mailcap-mime-data): Mark as risky.
14751
14752 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14755         may be included in the encoded word.
14756         (rfc2047-encode): Don't append a space if the encoded word
14757         includes close parenthesis.
14758
14759 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14762         of text within parentheses.
14763
14764 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14765
14766         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14767         (gnus-encrypt-write-file-contents): Make the password key the file
14768         name PLUS the cipher, not just the cipher.  Also remove failed
14769         passwords from the cache.
14770
14771 2004-08-06  Simon Josefsson  <jas@extundo.com>
14772
14773         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14774         fix.
14775
14776 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14779         LWSP.
14780
14781 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14782
14783         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14784         to append in-reply-to: data to the references: header.
14785
14786         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14787         (netrc-parse): Use gnus-encrypt.el functions.
14788
14789         * gnus-encrypt.el: Add new file for encryption support; currently
14790         does only a few GPG ciphers and an internal XOR cipher.
14791
14792         * password.el: Add comments on using password-read-and-add.
14793         (password-read-and-add): Add function to read and add the
14794         password to the cache at once.
14795
14796 2004-07-28  Simon Josefsson  <jas@extundo.com>
14797
14798         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14799         parameter (but don't use it, for now).
14800
14801         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14802         instead of hard coding to nil.
14803
14804 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14807         as mm-inline-image-xemacs does.
14808
14809 2004-07-26  Simon Josefsson  <jas@extundo.com>
14810
14811         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14812         Revert part of 2004-07-17 change below.
14813
14814 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14817         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14818
14819 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820
14821         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14822         quotes that actually start with ">" at the beginning of the
14823         lines.
14824
14825 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * rfc2047.el (rfc2047-encode-region): Fix last change.
14828         (rfc2047-encode-parameter): Remove useless concat.
14829
14830 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14833         encode special characters; fix some kind of misconfigured headers;
14834         signal a real error if debug-on-quit or debug-on-error is non-nil.
14835         (rfc2047-encode-max-chars): New variable.
14836         (rfc2047-encode-1): Use it.
14837         (rfc2047-encode-parameter): New function.
14838
14839         * mml.el (mml-insert-parameter): Remove an excessive space.
14840
14841 2004-07-17  Simon Josefsson  <jas@extundo.com>
14842
14843         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14844         Kai Grossjohann <kai@emptydomain.de>.
14845         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14846         (gnus-group-make-menu-bar): Ditto.
14847
14848         * gnus-util.el (gnus-group-server): Add.
14849
14850 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14851
14852         * message.el (message-clone-locals): Clone sendmail and smtp
14853         variables.
14854
14855 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * rfc2047.el (rfc2047-encode-region): Fix last change.
14858
14859 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14862         characters as non-special.
14863
14864 2004-07-09  Simon Josefsson  <jas@extundo.com>
14865
14866         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14867         Users will lose all flag changes made while unplugged with
14868         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14869         good default.  See numerous reports on ding mailing list.
14870
14871 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14874         add generate-head-function and generate-article-function to the
14875         rfc822-forward entry.
14876         (nndoc-rfc822-forward-generate-article): New function.
14877         (nndoc-rfc822-forward-generate-head): New function.
14878
14879         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14880
14881 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14882
14883         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14884         respect display group parameter and gnus-summary-expunge-below.
14885         (gnus-articles-to-read): Remove unused reference to display group
14886         parameter.
14887
14888 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14889
14890         * nnheader.el (nnheader-uniquify-message-id): New experimental
14891         variable.
14892         (nnheader-nov-read-message-id): Use it.
14893
14894         * spam-report.el (spam-report-gmane): Add interactive.
14895
14896 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14899         qp-or-base64 for the application/* types.
14900
14901 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14902
14903         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14904
14905 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14908         trim value.
14909
14910 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14911
14912         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14913         New macro and function.
14914         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14915
14916 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14919         after-load-alist.
14920
14921 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14922
14923         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14924         update info that isn't there.
14925
14926 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14927
14928         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14929         entry.
14930
14931 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * mm-view.el (mm-inline-render-with-function): Use multibyte
14934         buffer; decode html source by charset.
14935
14936         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14937
14938         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14939         Mule-UCS is loaded under XEmacs.
14940         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14941
14942 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14943
14944         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14945
14946 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * mm-util.el (mm-coding-system-p): Return a coding-system.
14949         (mm-mime-mule-charset-alist): Use shift_jis instead of
14950         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14951         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14952         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14953         instead of japanese-shift-jis and iso-latin-1 respectively in
14954         order to share the default value with both Emacs and XEmacs-mule.
14955         (mm-mule-charset-to-mime-charset): Make
14956         mm-coding-system-priorities effective.
14957         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14958         while predicating of candidates upon the priorities.
14959
14960 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14961
14962         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14963         gnus-uu-invert-processable.
14964
14965         * gnus.el: Autoload gnus-uu-invert-processable.
14966
14967 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * mm-util.el (mm-with-multibyte-buffer): New macro.
14970
14971         * rfc2047.el (rfc2047-encode-string): Use it.
14972         (rfc2047-encode-region): Move point to the end of the region after
14973         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14974
14975 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14978         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14979
14980 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14983         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14984         Karl Chen <quarl@nospam.quarl.org>.
14985
14986 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14987
14988         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14989         invalid addresses.
14990
14991 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14992
14993         * spam.el: Change section markers, revise TODO list.
14994         (spam-backends): Make new master list of all installed backends.
14995         (spam-summary-exit-behavior): Add new variable to determine how
14996         messages moves are done at summary exit.
14997         (spam-move-spam-nonspam-groups-only)
14998         (spam-process-ham-in-nonham-groups)
14999         (spam-process-ham-in-spam-groups): Remove variables, the
15000         spam-summary-exit-behavior variable should be used to manage this
15001         behavior.
15002         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15003         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15004         and spam-old-spam-articles.
15005         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15006         Add empty variables, placeholders for the backends they represent.
15007         (spam-set-difference): Move, unchanged.
15008         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15009         unless the user has a processor variable.
15010         (spam-classifications, spam-classification-valid-p)
15011         (spam-backend-properties, spam-backend-property-valid-p)
15012         (spam-backend-function-type-valid-p)
15013         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15014         (spam-report-articles-gmane, spam-report-articles-resend):
15015         Remove functions, they are not needed.
15016         (spam-install-backend-super, spam-backend-list)
15017         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15018         (spam-backend-function, spam-backend-ham-registration-function)
15019         (spam-backend-spam-registration-function)
15020         (spam-backend-ham-unregistration-function)
15021         (spam-backend-spam-unregistration-function)
15022         (spam-backend-statistical-p, spam-backend-mover-p)
15023         (spam-install-backend-alias, spam-install-checkonly-backend)
15024         (spam-install-mover-backend, spam-install-nocheck-backend)
15025         (spam-install-backend, spam-install-statistical-backend)
15026         (spam-install-statistical-checkonly-backend): Add backend installation
15027         support.
15028         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15029         (spam-group-processor-p): Use the new backend code and respect the
15030         summary exit behavior.
15031         (spam-mark-spam-as-expired-and-move-routine): Remove.
15032         (spam-summary-prepare): Change to use the new spam-old-articles
15033         variable.
15034         (spam-copy-or-move-routine, spam-copy-spam-routine)
15035         (spam-move-spam-routine, spam-copy-ham-routine)
15036         (spam-move-ham-routine): Add code to copy/move ham or spam.
15037         (spam-fetch-field-fast): Improve doc and code, plus allow the
15038         'number request.
15039         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15040         variables.
15041         (spam-split, spam-find-spam): Use the new backend code.
15042         (spam-registration-functions): Remove variable.
15043         (spam-unregister-routine): Add convenience wrapper.
15044         (spam-log-undo-registration, spam-register-routine)
15045         (spam-log-processing-to-registry)
15046         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15047         where possible.
15048         (spam-check-gmane-xref, spam-check-regex-headers)
15049         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15050         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15051         (spam-check-bogofilter-headers, spam-check-spamoracle)
15052         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15053         (spam-check-crm114-headers): Use the spam-split-group that
15054         spam-split prepares, no need to determine it every time.
15055
15056         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15057         to the nnheader-parse-naked-head call.
15058
15059         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15060
15061         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15062         the nnheader-nov-read-message-id call.
15063
15064 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15067         gnus-activate-group twice.  Suggested by Markus Peter
15068         <warp@spin.de>.
15069
15070 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-art.el (gnus-article-time-format): Exchange the order of
15073         day and month in the default value; fix customization type.
15074         (article-date-ut): Use add-text-properties.
15075         (article-make-date-line): Use message-make-date instead of
15076         current-time-string.
15077
15078         * message.el (message-fetch-field): Don't use set-text-properties.
15079         (message-make-date): Simplify.
15080
15081         * messagexmas.el (message-xmas-make-date): New function.
15082         (message-xmas-redefine): Defalias message-make-date to it.
15083
15084 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15087         (rfc2047-encode-region): Treat text within parentheses as special;
15088         show the original text when error has occurred.
15089
15090         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15091         already-computed method to gnus-activate-group.
15092
15093         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15094         same select-methods identical Lisp objects.
15095
15096         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15097         object when modifying the info.
15098
15099 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15102         gnus-opened-servers since it has never been opened with the new
15103         configuration yet.
15104
15105 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15108         arg to nnheader-generate-fake-message-id.
15109
15110 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15111
15112         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15113         number and build a fake message ID localized to a group and
15114         article number (so it's repeatable from that point on).
15115         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15116         ID format.
15117
15118         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15119         nnheader-generate-fake-message-id with the article number.
15120
15121 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15122
15123         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15124         end-of-buffer.
15125
15126 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * message.el (message-ignored-supersedes-headers): Add Approved.
15129
15130 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15133         goto-char.
15134         (rfc2047-encode): Fold the line before encoding.
15135
15136 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15137
15138         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15139         folding -- not all headers can be folded, and this should be done
15140         by the message composition mode.  Probably.  I think.
15141
15142 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15145         fast.
15146
15147         * gnus-ems.el (gnus-remove-image): Don't use
15148         message-text-with-property; remove only the image found first.
15149
15150         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15151         found first.
15152
15153 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15154
15155         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15156
15157 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * message.el (message-text-with-property): Make it fast and accept
15160         optional arguments.
15161         (message-strip-forbidden-properties): Use it.
15162         (message-fix-before-sending): Follow the m-t-w-p change.
15163
15164         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15165
15166 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus-art.el (article-hide-headers): Don't change the buffer
15169         mistakenly when performing mml-preview even if
15170         gnus-single-article-buffer is nil.
15171
15172 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15173
15174         * message.el (message-expand-name-databases): New user option.
15175         (message-expand-name): Use it.
15176
15177 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15178
15179         * spam.el (spam-report-articles-resend)
15180         (spam-report-resend-register-routine): Allow ham reporting.
15181         (spam-report-resend-register-ham-routine): Add wrapper.
15182         (spam-registration-functions): Add ham resending functions.
15183         (spam-list-of-processors): Add ham resend processor.
15184
15185         * gnus.el (ham-resend-to): Add new group parameter.
15186         (spam-process): Add ham resend option.
15187
15188         * spam-report.el (spam-report-resend): Allow reporting ham.
15189         (spam-report-resend-ham): Add wrapper.
15190
15191 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15192
15193         * message.el (message-cite-articles-with-x-no-archive): New
15194         variable.
15195         (message-cite-original): Use it.
15196
15197 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15198
15199         * message.el (message-cite-original): Respect X-No-Archive.
15200
15201 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-art.el (article-hide-headers): Refer to the values for
15204         gnus-ignored-headers and gnus-visible-headers in the summary
15205         buffer since a user may have set them as group parameters.
15206
15207 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15208
15209         * assistant.el (assistant-node-name): Add convenience function.
15210         (assistant-render-text, assistant-render-node): Add error handling,
15211         plus handle multiple next nodes.
15212         (assistant-find-next-node): Comment out for now.
15213         (assistant-find-next-nodes): Add function, returns list of next
15214         nodes.
15215
15216 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * mail-source.el (mail-source-directory): Fix doc-string.
15219
15220 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15221
15222         * assistant.el (assistant-render-text, assistant-eval): Add :set
15223         widget type, which is different because it takes and returns a
15224         list.  Much hilarity ensues.
15225
15226 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15229
15230         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15231         doc-string.
15232
15233         * gnus-start.el (gnus-activate-group): Added doc-string.
15234
15235 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15238
15239 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15240
15241         * assistant.el (assistant-render-text): Try to add a :set
15242         widget, more to come.
15243
15244         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15245         strings.
15246         (spam-report-articles-resend)
15247         (spam-register-routine): Do registration iff any articles warrant
15248         it.
15249         (spam-summary-prepare-exit): Change log message for nil group
15250         destinations.
15251
15252 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15253
15254         * spam.el (spam-report-resend-register-routine): Allow
15255         spam-report-resend-to to be a group parameter or a global value.
15256
15257 2004-05-26  Simon Josefsson  <jas@extundo.com>
15258
15259         * starttls.el: Merge with my GNUTLS based starttls.el.
15260         (starttls-gnutls-program, starttls-use-gnutls)
15261         (starttls-extra-arguments, starttls-process-connection-type)
15262         (starttls-connect, starttls-failure, starttls-success): New
15263         variables.
15264         (starttls-program, starttls-extra-args): Doc fix.
15265         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15266         functions.
15267         (starttls-negotiate, starttls-open-stream): Check
15268         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15269         function if it is set.
15270
15271 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15274         structured fields.
15275
15276 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15279
15280 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15281
15282         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15283         variable.
15284         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15285         assigning the spam-mark to new messages.
15286
15287 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15288
15289         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15290
15291 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15294
15295         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15296         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15297         default.
15298
15299 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15300
15301         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15302         correct data.
15303
15304 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15305
15306         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15307         (spam-group-processor-p): Fix function.
15308         (spam-group-processor-multiple-p)
15309         (spam-group-spam-processor-report-gmane-p)
15310         (spam-group-spam-processor-report-resend-p)
15311         (spam-group-spam-processor-bogofilter-p)
15312         (spam-group-spam-processor-blacklist-p)
15313         (spam-group-spam-processor-ifile-p)
15314         (spam-group-ham-processor-ifile-p)
15315         (spam-group-spam-processor-spamoracle-p)
15316         (spam-group-spam-processor-crm114-p)
15317         (spam-group-ham-processor-bogofilter-p)
15318         (spam-group-spam-processor-stat-p)
15319         (spam-group-ham-processor-stat-p)
15320         (spam-group-ham-processor-whitelist-p)
15321         (spam-group-ham-processor-BBDB-p)
15322         (spam-group-ham-processor-spamoracle-p)
15323         (spam-group-ham-processor-copy-p): Remove functions with some
15324         prejudice against unneeded code.
15325         (spam-report-articles-resend)
15326         (spam-report-resend-register-routine): Allow the group/topic
15327         spam-resend-to value to override spam-report-resend-to.
15328         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15329         properly now.
15330
15331         * gnus.el (spam-resend-to): Add group/topic parameter.
15332         (spam-process): Move the OBSOLETE processors to the end of the
15333         choices.
15334
15335 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15336
15337         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15338         with resend-to set to nil, and then ask the user if necessary.
15339         (spam-report-resend): spam-report-resend takes a list of articles, not
15340         separate article numbers.
15341
15342 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15345         addition to emacs-w3m.
15346
15347 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15348
15349         * assistant.el (assistant-authinfo-data): New function.
15350         (assistant-eval): Eval for entire assistant.
15351
15352         * netrc.el (netrc-services-file): New variable.
15353         (netrc-parse-services): New function.
15354         (netrc-find-service-name): New function.
15355         (netrc-find-service-number): New function.
15356         (netrc-port-equal): New function.
15357         (netrc-machine): Use it.
15358
15359         * nnimap.el (nnimap-open-connection): Use netrc.
15360
15361         * gnus-util.el (gnus-netrc-get): Remove aliases.
15362
15363         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15364
15365         * assistant.el (wid-edit): Fix compilation.
15366
15367         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15368
15369 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15370
15371         * gnus-util.el (gnus-set-file-modes): New function.  (small
15372         patch).
15373
15374 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15375
15376         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15377
15378         * assistant.el (assistant-render-node): Fix up rendering and
15379         read-only text.
15380         (assistant-render-node): Reset.
15381         (assistant-make-read-only): Not sticky.
15382
15383 2004-05-20  Danny Siu  <dsiu@adobe.com>
15384
15385         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15386         centered even when gnus-auto-center-summary is t.
15387
15388 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15389
15390         * dns.el (dns-get-txt-answer): New function.
15391         (dns-read-txt): Ditto.
15392         (query-dns): Use it.
15393
15394 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15397         active for foreign groups even if the group level is higher than
15398         the specified value.
15399
15400 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15401
15402         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15403         non-active groups.
15404
15405         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15406
15407 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15408
15409         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15410
15411 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15412
15413         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15414         (spam-crm114-header, spam-crm114-spam-switch)
15415         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15416         (spam-crm114-positive-spam-header)
15417         (spam-crm114-database-directory, spam-list-of-processors)
15418         (spam-group-spam-processor-crm114-p)
15419         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15420         (spam-generic-score, spam-list-of-checks)
15421         (spam-list-of-statistical-checks, spam-registration-functions)
15422         (spam-check-crm114-headers, spam-crm114-score)
15423         (spam-check-crm114, spam-crm114-register-with-crm114)
15424         (spam-crm114-register-spam-routine)
15425         (spam-crm114-unregister-spam-routine)
15426         (spam-crm114-register-ham-routine)
15427         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15428         asjo@koldfront.dk (Adam Sjøgren).
15429
15430         * gnus.el: Add spam-use-crm114.
15431
15432         * spam.el (spam-list-of-processors, spam-registration-functions):
15433         Add spam-use-resend.
15434         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15435         (spam-report-articles-gmane): Add doc fix.
15436         (spam-report-articles-resend, spam-report-resend-register-routine):
15437         Add wrappers around spam-report-resend-to.
15438
15439         * spam-report.el (spam-report-resend-to, spam-report-resend):
15440         Add support for resending spam.
15441         (spam-report-gmane): Fix line length >80.
15442
15443         * gnus.el (spam-process): Add spam-use-resend.
15444
15445 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15446
15447         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15448         number of processed spam messages.
15449         (spam-ham-copy-or-move-routine): Return the number of processed
15450         ham messages.
15451         (spam-summary-prepare-exit): Use the above values to decide
15452         whether status messages shouled be displayed.
15453
15454 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15457         `rfc2047-encoding-function-alist' in order to avoid conflicting
15458         with the old version.
15459         (rfc2047-encode-region): Concatenate words containing non-ASCII
15460         characters in structured fields; don't encode space-delimited
15461         ASCII words even in unstructured fields; don't break words at
15462         char-category boundaries.
15463         (rfc2047-encode-1): New function.
15464         (rfc2047-encode): Use it; encode text so that it occupies the
15465         maximum width within 76-column; work correctly on Q encoding for
15466         iso-2022-* charsets.
15467         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15468         sure not to break a line just after the header name.
15469         (rfc2047-b-encode-region): Removed.
15470         (rfc2047-b-encode-string): New function.
15471         (rfc2047-q-encode-region): Removed.
15472         (rfc2047-q-encode-string): New function.
15473
15474         * mm-util.el (mm-replace-in-string): New function.
15475
15476 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15477
15478         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15479         get it right.
15480         (gnus-inews-make-draft): Really.
15481
15482 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15483
15484         * nnmh.el (nnmh-request-list-1): Don't check the link count
15485         before descending.  (small patch)
15486
15487 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15488
15489         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15490         stuff.
15491
15492         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15493         on real group name.
15494
15495         * gnus-art.el (gnus-signature-limit): Doc fix.
15496
15497         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15498
15499         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15500
15501 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15502
15503         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15504         isn't a string.
15505
15506 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15507
15508         * gnus-draft.el (gnus-draft-send): Bind
15509         rfc2047-encode-encoded-words.
15510
15511         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15512         (rfc2047-encodable-p): Say that =? needs encoding.
15513         (rfc2047-encode-encoded-words): New variable.
15514
15515         * gnus-group.el (gnus-group-select-group): Doc fix.
15516
15517         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15518
15519         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15520         to nil.
15521
15522         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15523
15524         * nnheader.el (nnheader-get-lines-and-char): New function.
15525
15526 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * gnus-msg.el (gnus-summary-followup-with-original): Document
15529         yanking of region when active.
15530
15531 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15534         groups if the group level is higher than the specified value.
15535
15536 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15537
15538         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15539         (gnus-group-jump-to-group): Added prefix argument using
15540         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15541         non-active group.
15542
15543         * compface.el (uncompface): Be verbose when changing
15544         `uncompface-use-external'.
15545
15546         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15547         handle manual section.
15548
15549 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15550
15551         * gnus-art.el (gnus-button-alist): Revert previous change.
15552
15553 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15556
15557 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15558
15559         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15560         whether backend can accept message.
15561
15562         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15563
15564 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15565
15566         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15567         Avoid creating directory when nntp-marks-is-evil is true.
15568         Reported by Reiner Steib.
15569
15570 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * gnus-picon.el (gnus-picon-style): New variable.
15573         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15574         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15575         Jesper Harder <harder@ifa.au.dk>.
15576
15577 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15578
15579         * message.el (message-fill-field): Return point.
15580         (message-generate-headers): Go to end of field.
15581
15582         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15583         stuff for non-living groups.
15584
15585 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15586
15587         * gnus-art.el (gnus-article-followup-with-original)
15588         (gnus-article-reply-with-original): gnus-mark-active-p ->
15589         gnus-region-active-p.
15590
15591 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15594         only when there is spam or ham to be processed.
15595
15596 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15597
15598         * mail-source.el (mail-source-delete-crash-box): Refactor.
15599         (mail-source-fetch): Use it.
15600         (mail-source-fetch-file): Ditto.
15601         (mail-source-fetch-directory): Run postscript in loop.
15602         (mail-source-fetch-pop): Delete.
15603         (mail-source-fetch-maildir): Ditto.
15604         (mail-source-fetch-imap): Ditto.
15605
15606         * imap.el (imap-authenticators): Comment out sasl.
15607
15608         * message.el (message-skip-to-next-address): New function.
15609         (message-fill-header-address): Refactor.
15610         (message-fill-address): Use it.
15611         (message-delete-address): Use it.
15612         (message-fill-header-general): Refactor.
15613         (message-fill-field-address): Rename.
15614         (message-narrow-to-field): Find the start of the header.
15615         (message-header-format-alist): Don't pre-fill.
15616         (message-fill-header): Removed.
15617         (message-insert-header): New function.
15618         (message-shorten-references): Use it.
15619
15620         * rfc2047.el (rfc2047-field-value): Strip props.
15621
15622         * mail-parse.el (mail-header-make-address): New alias.
15623
15624         * ietf-drums.el (ietf-drums-make-address): New function.
15625
15626         * imap.el: Add compiler directives.
15627
15628         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15629
15630         * gnus-art.el (article-decode-idna-rhs): Don't use
15631         message-idna-inside-rhs-p.
15632
15633 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15634
15635         * message.el (message-idna-inside-rhs-p): Removed.
15636         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15637
15638         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15639         false positives.
15640
15641 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15642
15643         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15644
15645 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15646
15647         * nneething.el (nneething-file-name): Don't create spurious
15648         files.
15649
15650         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15651         (gnus-inews-do-gcc): Remove sleep.
15652
15653         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15654         part under point.
15655
15656         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15657         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15658
15659 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15660
15661         * spam.el (spam-summary-prepare-exit): Fixed (length).
15662
15663 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15664
15665         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15666         as expired without moving it" message when there are spam
15667         messages left.
15668
15669 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15670
15671         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15672         header is not nil.
15673
15674 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15675
15676         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15677         nntp-possibly-create-directory, not nntp-possibly-change-group.
15678         (nntp-marks-changed-p): New arg SERVER.
15679         (nntp-request-update-info): Adjust caller.
15680
15681 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15682
15683         * nntp.el (nntp-save-marks): Pass missing arg.
15684
15685 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15686
15687         * nntp.el: Support marks.
15688         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15689         (nntp-marks-modtime, nntp-marks-directory): New variables.
15690         (nntp-request-set-mark, nntp-request-update-info)
15691         (nntp-possibly-create-directory, nntp-marks-changed-p)
15692         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15693         functions.
15694
15695 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15696
15697         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15698         (gnus-xmas-redefine): Rename.
15699
15700         * gnus-score.el (gnus-score-insert-help): Use
15701         gnus-select-lowest-window.
15702
15703         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15704         appt-select-lowest-window and rename to gnus-select-lowest-window.
15705
15706         * gnus.el: do.
15707
15708 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15709
15710         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15711         encodings of MIME-encoded words, in order to improve
15712         interoperability with several broken MUAs.
15713
15714 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15715
15716         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15717         tags, only when charsets are not specified in headers.
15718         (mm-inline-text-html-render-with-w3m): Ditto.
15719
15720         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15721         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15722
15723 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15724
15725         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15726         instead of MIME-decoded from fields when checking
15727         `gnus-article-address-banner-alist'.
15728
15729 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15730
15731         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15732         description rather than subject.
15733
15734 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15735
15736         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15737
15738 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15739
15740         * gnus.el (gnus-version-number): Bump.
15741
15742 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15743
15744         * gnus.el: No Gnus v0.2 is released.
15745
15746 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15747
15748         * gnus-agent.el (gnus-agent-read-agentview): Inline
15749         gnus-uncompress-range.
15750
15751 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15752
15753         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15754         `exec-installed-p'.
15755
15756 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15757
15758         * gnus.el (spam-process, spam-autodetect-methods): Add
15759         bsfilter and bsfilter-headers.
15760
15761         * spam.el (spam-bsfilter): New customize group.
15762         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15763         (spam-bsfilter-header, spam-bsfilter-probability-header)
15764         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15765         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15766         (spam-bsfilter-database-directory): New options.
15767         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15768         (spam-list-of-statistical-checks, spam-registration-functions):
15769         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15770         (spam-bsfilter-score): New command.
15771         (spam-check-bsfilter-headers, spam-check-bsfilter)
15772         (spam-bsfilter-register-with-bsfilter)
15773         (spam-bsfilter-register-spam-routine)
15774         (spam-bsfilter-unregister-spam-routine)
15775         (spam-bsfilter-register-ham-routine)
15776         (spam-bsfilter-unregister-ham-routine): New functions.
15777         (spam-generic-score): Support bsfilter; Accept an optional argument
15778         to recalcurate spam score even if scoring header has already been
15779         added.
15780         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15781         optional argument to recalcurate spam score even if scoring header
15782         has already been added.
15783
15784 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15785
15786         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15787         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15788         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15789         link is missing.
15790
15791 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15792
15793         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15794         (html2text-get-attr): Rewrite.
15795
15796         * message.el (message-setup-1): Remove redundant put-text-property
15797         on mail-header-separator.
15798
15799 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15800
15801         * gnus-registry.el (gnus-registry-cache-whitespace)
15802         (gnus-registry-action, gnus-registry-spool-action)
15803         (gnus-registry-split-fancy-with-parent): Change message levels
15804         from 5 to 3 or 7, as needed.
15805
15806         * spam.el (spam-summary-prepare-exit)
15807         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15808         (spam-split, spam-find-spam, spam-log-undo-registration)
15809         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15810         level from 5 to 6.
15811
15812 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15815         2004-03-04 change).
15816
15817 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15818
15819         * sieve-manage.el (sieve-manage-open):
15820         * nnweb.el (nnweb-insert-html):
15821         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15822         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15823         * nnspool.el (nnspool-request-group):
15824         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15825         * nnml.el (nnml-request-update-info):
15826         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15827         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15828         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15829         (nnimap-request-set-mark):
15830         * nnfolder.el (nnfolder-request-update-info):
15831         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15832         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15833         * gnus-uu.el (gnus-uu-find-articles-matching):
15834         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15835         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15836         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15837         * gnus-nocem.el (gnus-nocem-scan-groups):
15838         * gnus-int.el (gnus-start-news-server):
15839         * gnus-group.el (gnus-group-make-kiboze-group)
15840         (gnus-group-browse-foreign-server):
15841         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15842         Use mapc when appropriate.
15843
15844 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15845
15846         FIXME: Make separate entries for each person.
15847
15848         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15849         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15850         <shields@msrl.com>:
15851
15852         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15853         may need for spam sorting and scoring.
15854         (spam-user-format-function-S): Add user format function suitable for
15855         general use.
15856         (spam-article-sort-by-spam-status): Add sorting function for summary
15857         sorting.
15858         (spam-extra-header-to-number): Add function to get a score from a
15859         header.
15860         (spam-summary-score): Add function to get a numeric score from the
15861         headers.
15862         (spam-generic-score): Fix function doc, was in wrong place.
15863         (spam-initialize): Take symbols when it's run, and install the
15864         extra headers that spam-necessary-extra-headers thinks we need.
15865
15866 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15867
15868         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15869         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15870
15871 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15872
15873         * gnus-sum.el (gnus-set-global-variables)
15874         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15875         (gnus-article-get-xrefs, gnus-summary-best-group)
15876         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15877         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15878         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15879         Use with-current-buffer.
15880
15881 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15882
15883         * spam.el (spam-summary-prepare-exit): Simplify logic.
15884         (spam-fetch-article-header): Read the article header if it's not
15885         available.
15886         (spam-list-articles): Simplify logic.
15887         (spam-filelist-register-routine): Fix bug with unregister-list.
15888
15889         * gnus-registry.el: Fix comments at beginning.
15890
15891 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15892
15893         * message.el (message-cater-to-broken-inn): Remove.
15894         (message-shorten-references): Make sure the total folded length of
15895         References is shorter than 998 characters to cater to a bug in INN
15896         2.3.  Also, don't pretend that references aren't folded -- this
15897         hasn't worked for a while.
15898
15899 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15900
15901         * gnus-agent.el (gnus-agentize):
15902         gnus-agent-send-mail-real-function no longer set to current value
15903         of message-send-mail-function but rather a lambda that calls
15904         message-send-mail-function.  The change makes the agent real-time
15905         responsive to user changes to message-send-mail-function.
15906
15907 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15908
15909         * legacy-gnus-agent.el
15910         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15911         help from Florian Weimer <fw@deneb.enyo.de>
15912
15913 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * nnmail.el (nnmail-cache-insert): Revert last change.
15916
15917 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * nnmail.el (nnmail-cache-insert): Always check whether
15920         nnmail-cache-ignore-groups matches a group name.
15921
15922 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15923
15924         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15925         (spam-find-spam, spam-log-processing-to-registry)
15926         (spam-log-registered-p, spam-log-unregistration-needed-p)
15927         (spam-log-undo-registration): Use gnus-message instead of
15928         gnus-error, none of these errors are fatal.
15929
15930         * gnus-registry.el (gnus-registry-clean-empty-function)
15931         (gnus-registry-clean-empty): Remove only empty entries without
15932         extra data.
15933
15934 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15935
15936         * spam-stat.el (spam-stat-buffer-change-to-spam)
15937         (spam-stat-buffer-change-to-non-spam): Change (error) to
15938         (gnus-message 8) invocation.
15939
15940 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * nntp.el (nntp-via-netcat-command): New variable.
15943         (nntp-via-netcat-switches): New variable.
15944         (nntp-open-via-rlogin-and-netcat): New function.
15945         (nntp-open-connection-function): Doc fix.
15946         (nntp-telnet-command): Doc fix.
15947         (nntp-end-of-line): Doc fix.
15948         (nntp-via-rlogin-command): Doc fix.
15949         (nntp-via-user-name): Doc fix.
15950         (nntp-via-address): Doc fix.
15951
15952 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15955         error in Emacs 21.1.
15956
15957 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15960
15961 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15962
15963         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15964         (gnus-agent-with-refreshed-group): New macro.
15965         (gnus-agent-rename-group): New function.
15966         (gnus-agent-delete-group): New function.
15967         (gnus-agent-save-group-info): Use gnus-command-method when
15968         `method' parameter is nil.  Don't write nil entries into the
15969         active file.
15970         (gnus-agent-get-group-info): New function.
15971         (gnus-agent-fetch-articles): Use
15972         gnus-agent-update-files-total-fetched-for to increment disk space
15973         used.
15974         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15975         gnus-agent-update-view-total-fetched-for to increment disk space
15976         used.
15977         (gnus-agent-get-local): Added optional parameters to avoid calling
15978         gnus-group-real-name and gnus-find-method-for-group.
15979         (gnus-agent-set-local): Delete stored entry if either min, or max,
15980         are nil.
15981         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15982         quit, use gnus-agent-regenerate-group to record existance of any
15983         articles fetched to disk before the quit occurred.
15984         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15985         gnus-agent-update-view-total-fetched-for, and
15986         gnus-agent-update-files-total-fetched-for to decrement disk space
15987         used.
15988         (gnus-agent-retrieve-headers): Use
15989         gnus-agent-update-view-total-fetched-for to increment disk space
15990         used.
15991         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15992         with gnus-agent-update-files-total-fetched-for to decrement disk
15993         space and fresh group buffer.
15994         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15995         (gnus-agent-need-update-total-fetched-for): New variable.
15996         (gnus-agent-update-files-total-fetched-for): New function.
15997         (gnus-agent-update-view-total-fetched-for): New function.
15998         (gnus-agent-total-fetched-for): New function.
15999
16000         * gnus-cache.el (gnus-cache-save-buffers): Use
16001         gnus-cache-update-overview-total-fetched-for to change disk space
16002         used by this group.
16003         (gnus-cache-possibly-enter-article): Use
16004         gnus-cache-update-file-total-fetched-for to increment disk space
16005         used by this group.
16006         (gnus-cache-possibly-remove-article): Use
16007         gnus-cache-update-file-total-fetched-for to decrement disk space
16008         used by this group.
16009         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16010         (gnus-cache-rename-group): New function.
16011         (gnus-cache-delete-group): New function.
16012         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16013         (gnus-cache-need-update-total-fetched-for): New variable.
16014         (gnus-cache-with-refreshed-group): New macro.
16015         (gnus-cache-update-file-total-fetched-for): New function.
16016         (gnus-cache-update-overview-total-fetched-for): New function.
16017         (gnus-cache-rename-group-total-fetched-for): New function.
16018         (gnus-cache-delete-group-total-fetched-for): New function.
16019         (gnus-cache-total-fetched-for): New function.
16020
16021         * gnus-group.el: Require gnus-sum and autoload functions to
16022         resolve warnings when gnus-group.el compiled alone.
16023         (gnus-group-line-format): Documented new %F.
16024         (size of Fetched data) group line format; identifies disk space
16025         used by agent and cache.
16026         (gnus-group-line-format-alist): Defined new F format.
16027         (gnus-total-fetched-for): New function.
16028         (gnus-group-delete-group): No longer update
16029         gnus-cache-active-altered as gnus-request-delete-group now keeps
16030         the cache in sync.
16031         (gnus-group-list-active): Let the agent store a server's active
16032         list if currently plugged.
16033
16034         * gnus-int.el (gnus-request-delete-group):
16035         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16036         local disk in sync with the server.
16037         (gnus-request-rename-group):
16038         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16039         local disk in sync with the server.
16040
16041         * gnus-start.el (gnus-get-unread-articles):
16042         Cosmetic simplification to logic.
16043
16044         * gnus-util.el (gnus-rename-file): New function.
16045
16046 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16047
16048         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16049
16050 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16051
16052         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16053         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16054
16055 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16056
16057         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16058         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16059
16060 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16061
16062         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16063
16064 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16065
16066         * spam.el (spam-set-difference): Add function to replace
16067         gnus-set-difference in spam.el.
16068         (spam-summary-prepare-exit): Use spam-set-difference.
16069
16070 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16071
16072         * gnus-registry.el (gnus-registry-cache-file): Update to use
16073         gnus-dribble-directory OR gnus-home-directory OR ~.
16074         (gnus-registry-split-fancy-with-parent): Fix doc.
16075
16076 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * message.el (message-exchange-point-and-mark): Use
16079         message-mark-active-p.  Suggested by Jesper Harder
16080         <harder@ifa.au.dk>.
16081
16082 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * message.el (message-exchange-point-and-mark): Don't activate
16085         region if it was inactive.  Suggested by Hiroshi Fujishima
16086         <pooh@nature.tsukuba.ac.jp>.
16087
16088 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-art.el (article-display-face): Display Faces in the same
16091         order as X-Faces.
16092
16093 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16096
16097 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16100         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16101         (gnus-article-mime-hierarchy): Remove.
16102         (gnus-article-mime-hierarchy-next): Remove.
16103         (gnus-article-mode): Revert 2004-03-19 change.
16104         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16105         (gnus-insert-mime-button): Revert 2004-03-19 change.
16106         (gnus-mime-accumulate-hierarchy): Remove.
16107         (gnus-mime-enter-multipart): Remove.
16108         (gnus-mime-leave-multipart): Remove.
16109         (gnus-mime-display-part): Revert 2004-03-19 change.
16110         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16111
16112         * mml.el (mml-preview): Revert 2004-03-19 change.
16113
16114 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16115
16116         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16117
16118 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16121         t while entering a file name using the mm-with-multibyte macro.
16122         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16123
16124         * mm-util.el (mm-with-multibyte): New macro.
16125
16126 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16129         user option.
16130         (gnus-mime-multipart-functions): Doc and customization fix.
16131         (gnus-article-mime-hierarchy): New variable.
16132         (gnus-article-mime-hierarchy-next): New variable.
16133         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16134         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16135         gnus-article-mime-hierarchy-next to nil.
16136         (gnus-insert-mime-button): Show hierarchy numbers.
16137         (gnus-mime-accumulate-hierarchy): New function.
16138         (gnus-mime-enter-multipart): New function.
16139         (gnus-mime-leave-multipart): New function.
16140         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16141         (gnus-mime-display-alternative): Show hierarchy numbers.
16142
16143         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16144         gnus-article-mime-hierarchy-next to nil.
16145
16146 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16147
16148         * dns.el: Don't require gnus-xmas.
16149
16150 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16151
16152         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16153         inline PGP.
16154         (mml-menu): Disable mml-quote-region if mark is inactive.
16155
16156 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16159         when the group's active is not available.
16160
16161 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16164         error.
16165
16166 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * imap.el (imap-store-password): New variable.
16169         (imap-interactive-login): Use it.
16170         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16171
16172 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16175         window-start and hscroll to summary window.
16176
16177 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16178
16179         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16180         conversion message to newsrc-dribble when an actual conversion is
16181         performed.
16182
16183 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16184
16185         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16186
16187 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * mm-decode.el (mm-complicated-handles): New function reviving
16190         former definition of mm-multiple-handles.
16191
16192         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16193         (gnus-mime-delete-part): Use it.
16194
16195 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16196
16197         * gnus-agent.el (gnus-agent-read-local): Bind
16198         nnheader-file-coding-system to gnus-agent-file-coding-system to
16199         avoid the implicit assumption that they will always be equal.
16200         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16201         coding-system-for-write, as the with-temp-file macro first prints
16202         to a buffer then saves the buffer.
16203
16204 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-art.el (gnus-article-edit-part): New function.
16207         (gnus-mime-save-part-and-strip): Use it; do query instead of
16208         signaling an error; don't use mm-multiple-handles.
16209         (gnus-mime-delete-part): Ditto.
16210
16211 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16212
16213         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16214         old file versions.
16215         (gnus-group-prepare-hook): Removed function that converted list
16216         form of gnus-agent-expire-days to group properties.
16217
16218         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16219         (gnus-request-accept-article): Re-indented.
16220
16221         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16222         converters to handle old agent file formats.  Added logic for a
16223         "backup before upgrading warning".
16224         (gnus-convert-mark-converter-prompt): Developers can mark
16225         functions as needing (default), or not needing,
16226         gnus-convert-old-newsrc's "backup before upgrading warning".
16227         (gnus-convert-converter-needs-prompt): Tests whether the user
16228         should be protected from potentially irreversable changes by the
16229         function.
16230
16231         * legacy-gnus-agent.el: New.  Provides converters that are only
16232         loaded when gnus-convert-old-newsrc needs to call them.
16233
16234 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * mail-source.el (mail-source-touch-pop): Doc fix.
16237
16238         * message.el (message-smtpmail-send-it): Doc fix.
16239
16240 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16241
16242         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16243
16244         * nnmail.el (nnmail-split-fancy): do.
16245
16246         * gnus-kill.el (gnus-kill, gnus-execute): do.
16247
16248 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16249
16250         * gnus-sum.el (gnus-widget-reversible-match)
16251         (gnus-widget-reversible-to-internal)
16252         (gnus-widget-reversible-to-external): New functions.
16253         (gnus-widget-reversible): New widget.
16254         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16255
16256 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16257
16258         * gnus-sum.el (gnus-thread-sort-functions)
16259         (gnus-article-sort-functions): Document `(not F)' items.
16260
16261 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16262
16263         * spam.el (spam-use-gmane-xref): Add new backend.
16264         (spam-gmane-xref-spam-group): Add variable to control the name of the
16265         Gmane spam group.
16266         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16267         (spam-regex-headers-spam, spam-regex-headers-ham)
16268         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16269         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16270         backends and checks.
16271         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16272
16273         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16274         an autodetect method.
16275
16276 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16277
16278         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16279         articles are being added to a group.
16280         (gnus-request-replace-article): Inform the agent that articles
16281         need to be uncached as the cached contents are no longer valid.
16282
16283 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * binhex.el: Don't autoload executable-find.
16286
16287         * canlock.el: Don't autoload mail-fetch-field.
16288
16289         * dgnushack.el: Autoload c-mode for XEmacs.
16290
16291         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16292
16293         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16294         rmail-dont-reply-to and rmail-output.
16295
16296         * gnus-score.el: Don't autoload ffap-string-at-point.
16297
16298         * gnus-setup.el: Don't autoload sc-cite-original.
16299
16300         * imap.el: Don't autoload base64-decode-string,
16301         base64-encode-string and md5.
16302
16303         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16304         and rmail-msg-restore-non-pruned-header.
16305
16306         * mm-decode.el: Don't autoload executable-find.
16307
16308         * mm-url.el: Don't autoload executable-find.
16309
16310         * mm-view.el: Don't autoload diff-mode.
16311
16312         * nndb.el: Don't autoload news-reply-mode, news-setup,
16313         cancel-timer and telnet.
16314
16315         * password.el: Don't autoload run-at-time for Emacs.
16316
16317         * sha1-el.el: Don't autoload executable-find.
16318
16319         * sieve-mode.el: Don't autoload c-mode.
16320
16321         * uudecode.el: Don't autoload executable-find.
16322
16323 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16324
16325         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16326         (gnus-agent-possibly-alter-active): Avoid null in numeric
16327         comparison.
16328         (gnus-agent-set-local): Refuse to save null in local object table.
16329         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16330         list of articles that will be marked as unread.
16331
16332 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16335
16336 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16337
16338         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16339         language tags.
16340
16341 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16342
16343         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16344         Don't bind "obarray".
16345
16346         * gnus-sum.el (gnus-thread-sort-functions): Added
16347         `gnus-thread-sort-by-most-recent-number' and
16348         `gnus-thread-sort-by-most-recent-date'.
16349         Reported by Kai Grossjohann <kai@emptydomain.de>.
16350
16351 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16354
16355 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16356
16357         * gnus-cus.el (gnus-agent-customize-category): Removed
16358         ignore-errors macro reference that required cl to be loaded at
16359         run-time.
16360
16361         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16362         single-interval range of the form (min . max).  Previously the
16363         range had to look like ((min . max)).  Likewise, return
16364         (min . max) rather than ((min . max)).
16365         (gnus-range-map): Use gnus-range-normalize to accept
16366         single-interval range.
16367
16368         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16369         the cache, but not the agent, now appear with their usual face.
16370
16371         * dgnushack.el (loaddir): New variable that is bound to the
16372         directory containing the dgnushack.el file. Use loaddir, rather
16373         than srcdir, to update load-path. Change lets dgnushack compile
16374         code in directories other than GNUS/lisp.
16375
16376 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * lpath.el: Don't bind w3m-safe-url-regexp.
16379
16380         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16381         w3m-safe-url-regexp variable buffer-local.
16382
16383         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16384
16385 2004-02-27  Simon Josefsson  <jas@extundo.com>
16386
16387         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16388         gnus-group-real-prefix.
16389         (gnus-summary-move-article): Use it, instead of
16390         gnus-group-real-prefix.
16391
16392 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * lpath.el: Bind w3m-safe-url-regexp.
16395
16396         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16397         w3m-safe-url-regexp variable buffer-local and set it as the value
16398         of mm-w3m-safe-url-regexp.
16399
16400         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16401
16402         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16403         parsing gnus-posting-styles when the message is not for replying.
16404
16405         * dgnushack.el: Autoload sgml-mode for XEmacs.
16406
16407         * nnrss.el (nnrss-opml-export): Use
16408         mm-set-buffer-file-coding-system instead of
16409         set-buffer-file-coding-system.
16410
16411 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16412
16413         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16414         of checkdoc.el).
16415         * nnrss.el: do.
16416         * gnus-mlspl.el: do.
16417         * gnus-ml.el: do.
16418         * gnus-srvr.el: do.
16419
16420         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16421
16422 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16423
16424         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16425         Corrections to custom-manual links.
16426
16427         * gnus-art.el (gnus-article): Ditto.
16428
16429         * mm-decode.el (mime-display, mime-security): Ditto.
16430
16431 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16432
16433         * flow-fill.el: Typo.
16434
16435 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16436
16437         * spam-wash.el: New file.
16438
16439 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16440
16441         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16442
16443 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16444
16445         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16446         to be run with new-articles as LIST1, not LIST2.
16447         (spam-registration-functions): Add spam-use-ham-copy as a nil
16448         registration backend.
16449
16450 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * spam-stat.el (spam-stat-washing-hook): New option.
16453         (spam-stat-buffer-words): Use it.
16454         (spam-stat-process-directory, spam-stat-test-directory): Use
16455         insert-file-contents-literally.
16456         (spam-stat-coding-system): New variable.
16457         (spam-stat-load, spam-stat-save): Use it.
16458
16459 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * spam-report.el (spam-report-plug-agent): Quote
16462         spam-report-url-to-file and spam-report-url-ping-plain.
16463
16464 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16465
16466         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16467         / in mailto URLs.
16468
16469 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16470
16471         * spam-report.el (spam-report-process-queue): Fix interactive use.
16472         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16473         (spam-report-unplug-agent): Doc fixes.
16474         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16475         (spam-report-agentize, spam-report-deagentize): Autoload.
16476
16477 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16480
16481         * message.el (message-setup-fill-variables): Add mml tags to
16482         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16483         <ajk@iu.edu>.
16484         (message-mode): Don't modify paragraph-separate there.
16485
16486 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * compface.el (uncompface-use-external): Default to undecided.
16489         (uncompface-use-external-threshold): New variable.
16490         (uncompface-float-time): New macro.
16491         (uncompface): Determine whether to use the external decoder if
16492         uncompface-use-external is undecided.
16493
16494 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16495
16496         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16497         after images.
16498
16499         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16500
16501 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16502
16503         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16504
16505         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16506
16507         * gnus-sum.el (gnus-summary-limit-to-age)
16508         (gnus-summary-limit-children): do.
16509
16510         * gnus-int.el (gnus-request-scan): do.
16511
16512         * gnus-group.el (gnus-group-suspend): do.
16513
16514         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16515
16516         * gnus-cite.el (gnus-cite-parse-attributions): do.
16517
16518         * gnus-agent.el (gnus-summary-set-agent-mark)
16519         (gnus-agent-regenerate-group): do.
16520
16521         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16522
16523         * binhex.el (binhex-decode-region-internal): do.
16524
16525 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-fun.el (gnus-face-properties-alist): New user option.
16528         (gnus-display-x-face-in-from): Use it.
16529
16530         * gnus-art.el (article-display-face): Ditto.
16531
16532         * compface.el (uncompface-use-external): Default to nil.
16533
16534 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16535
16536         * nntp.el (nntp-erase-buffer): New function.
16537         (nntp-retrieve-data, nntp-send-command)
16538         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16539         (nntp-possibly-change-group): Use it.
16540
16541         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16542         with-current-buffer.
16543
16544 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16545
16546         * compface.el: Merge the ELisp-based uncompface program.
16547         (compface): New customization group.
16548         (uncompface-use-external): New user option.
16549         (uncompface): Call uncompface-internal if uncompface-use-external
16550         is nil.
16551         (uncompface-internal): New function.  Note that there are also
16552         some other functions and variables added for this function.
16553
16554 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16557         if necessary.
16558
16559 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16560
16561         * spam-report.el (spam-report-unplug-agent)
16562         (spam-report-plug-agent, spam-report-deagentize)
16563         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16564         Add support for the Agent in spam-report: when unplugged, report to a
16565         file; when plugged, submit all the requests.
16566
16567         * spam.el (spam-register-routine): Fix message about
16568         registration.
16569
16570 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16571
16572         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16573         dependencies.
16574         (rfc2047-encode): Use it.
16575
16576         * gnus-art.el (gnus-button-marker-list): Move before first
16577         reference.
16578
16579         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16580         (imap-parse-body): Fix format string mismatch.
16581
16582         * gnus-score.el (gnus-summary-increase-score): do.
16583
16584         * nnrss.el (nnrss-close): New function.
16585
16586 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * nnrss.el (nnrss-make-filename): New function.
16589         (nnrss-request-delete-group, nnrss-read-server-data)
16590         (nnrss-save-server-data, nnrss-read-group-data)
16591         (nnrss-save-group-data): Use it.
16592         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16593         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16594         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16595
16596 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16597
16598         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16599
16600 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16601
16602         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16603         files.
16604
16605         * message.el (message-generate-headers-first): Don't quote nil
16606         and t in docstrings.
16607
16608         * imap.el (imap-id): do.
16609
16610         * gnus-agent.el (gnus-agent-consider-all-articles)
16611         (gnus-agent-queue-mail): do.
16612
16613 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * spam-report.el (spam-report-process-queue): New function.
16616         Process requests from `spam-report-requests-file'.
16617         (spam-report-process-queue): Doc fix.
16618
16619 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16620
16621         * spam.el (spam-register-routine)
16622         (spam-log-processing-to-registry, spam-log-registered-p)
16623         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16624         Change "check" to "spam-check" for semi-clarity.
16625
16626 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16627
16628         * pop3.el: Require nnheader.
16629
16630         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16631
16632         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16633
16634         * gnus-picon.el: Require cl.
16635
16636         * gnus-fun.el: Require gnus-ems and gnus-util.
16637
16638         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16639
16640         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16641
16642         * gnus-art.el (gnus-article-edit-mode): Define before first
16643         reference.
16644
16645 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16646
16647         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16648         (gnus-uu-post-encoded): Use point-at-bol.
16649
16650         * gnus-topic.el (gnus-group-active-topic-p): do.
16651
16652         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16653
16654         * gnus-group.el (gnus-group-kill-region): do.
16655
16656         * gnus-art.el (article-date-ut): do.
16657
16658         * message.el (message-fetch-field): Remove redundant
16659         case-fold-search binding.
16660         (message-narrow-to-field): Simplify.
16661
16662 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * spam.el (spam-directory): Derive from `gnus-directory'.
16665
16666         * spam-report.el (spam-report-url-to-file)
16667         (spam-report-requests-file): New function and variable for offline
16668         reporting.
16669         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16670         and user defined function.
16671         (spam-report-url-ping-mm-url): Remove doubled slash.
16672
16673 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16674
16675         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16676
16677 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16678
16679         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16680         format string mismatch.
16681
16682         * sieve.el (sieve-deactivate-all): do.
16683
16684         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16685
16686         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16687
16688         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16689
16690         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16691
16692 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16693
16694         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16695         the list of checks.
16696
16697 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16698
16699         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16700         padding.
16701
16702 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16703
16704         * mm-view.el (mm-fill-flowed): New variable.
16705         (mm-inline-text): Use it.
16706
16707 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16708
16709         * spam.el (spam-spamassassin-register-ham-routine)
16710         (spam-spamassassin-register-spam-routine): Fix function names.
16711
16712 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * gnus.el (gnus-tmp-grouplens): Remove.
16715         (gnus-summary-line-format): Remove grouplens.
16716
16717         * gnus-group.el (gnus-group-line-format): Ditto.
16718
16719         * gnus-spec.el (gnus-format-specs): Ditto.
16720         (gnus-update-format-specifications): Flush the group format spec
16721         cache if there's the grouplens stuff.
16722         (gnus-parse-simple-format): Replace %l with the empty string.
16723
16724 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16725
16726         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16727         omission.
16728
16729 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16732         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16733
16734 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16735
16736         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16737         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16738         New macros and functions.
16739         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16740         Handle > NLINK_MAX messages.
16741         * nnmaildir.el (nnmaildir-request-set-mark): Use
16742         nnmaildir--emlink-p and nnmaildir--eexist-p.
16743
16744 2004-01-25  Alex Schroeder  <alex@gnu.org>
16745
16746         * spam-stat.el (spam-stat-process-directory-age): New option.
16747         (spam-stat-process-directory): Use it.
16748
16749 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16750
16751         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16752         (spam-stat-save): Accept prefix argument.
16753
16754 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16755
16756         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16757         links" error.
16758
16759 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16762         the rest of the and/or forms.
16763
16764 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16765
16766         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16767         compatibility with old .newsrc.eld files.
16768
16769         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16770
16771         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16772
16773         * gnus-start.el (gnus-1): do.
16774
16775         * gnus-group.el (gnus-group-line-format-alist): do.
16776
16777         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16778
16779         * gnus-gl.el: Remove.
16780
16781 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16782
16783         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16784         marks consisting of a single range {for example, (3 . 5)} rather
16785         than a list of a single range { ((3 . 5)) }.
16786
16787 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16788
16789         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16790         with-current-buffer.
16791         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16792         avoid consing a string.
16793
16794         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16795         Remove obsolete entries for big5 and gb2312.
16796
16797 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16798
16799         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16800         uncompressed list.
16801
16802 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16803
16804         * spam-stat.el (spam-stat-strip-xref): New function.
16805         (spam-stat-process-directory): Use it.
16806
16807         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16808         here -- it's done in message-fetch-field.
16809
16810 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16811
16812         * gnus-agent.el (gnus-agent-queue-mail)
16813         (gnus-agent-prompt-send-queue): New variables.
16814         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16815         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16816         "nndraft:queue" along to gnus-draft-send.  Use
16817         gnus-agent-prompt-send-queue.
16818         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16819         is "nndraft:queue".  Suggested by Gaute Strokkenes
16820         <gs234@srcf.ucam.org>
16821
16822         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16823         (agent-enable-undownloaded-faces): Added.
16824         (gnus-agent-cat-groups): Use eval-and-compile, not
16825         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16826         method of gnus-agent-cat-groups even when the buffer has been
16827         evaled.
16828         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16829         delete gnus-agent-save-active-1.
16830         (gnus-agent-save-groups): Deleted.  Identical to
16831         gnus-agent-save-active.
16832         (gnus-agent-write-active): No longer adjust agent's copy of active
16833         file as agent's adjustments are now stored in their own
16834         file.  Removed optional parameter.
16835         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16836         servers.  Add use of min/max range limits from server's local
16837         file.
16838         (gnus-agent-save-alist): Removed unused optional argument.
16839         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16840         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16841         (gnus-agent-set-local): A per-server file that keeps min/max range
16842         limits for articles known to the agent.  Provides a fast mechanism
16843         for altering many active ranges.
16844         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16845         active file (local makes it unnecessary).
16846         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16847
16848         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16849         (agent-enable-undownloaded-faces): Added.
16850
16851         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16852         disable it when sending to "nndraft:queue".
16853         (gnus-group-send-queue): Add safety check to avoid sending queue
16854         when unplugged.
16855
16856         * gnus-group.el (gnus-group-catchup): Use new
16857         gnus-sequence-of-unread-articles, not
16858         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16859         numbers of articles.  Use gnus-range-map to avoid having to
16860         uncompress the unread list.
16861         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16862         Fixed invalid ange-ftp reference.
16863
16864         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16865         (gnus-sorted-range-intersection): Intersection of two ranges
16866         without requiring that they first be uncompressed.
16867
16868         * gnus-start.el (gnus-activate-group): Unless blocked by the
16869         caller, possibly expand the active range to include both cached
16870         and agentized articles.
16871         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16872         multiple version-dependent converters.
16873         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16874         gnus-agent-save-active.
16875         (gnus-save-newsrc-file): Save dirty agent range limits.
16876
16877         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16878         gnus-agent-possibly-alter-active.
16879         (gnus-adjust-marked-articles): Faster handling of simple lists.
16880
16881 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16882
16883         * spam-stat.el (spam-stat-test-directory): New optional argument
16884         displays a list of files detected.  Suggested by Andrew Cohen
16885         <cohen@andy.bu.edu>.
16886         (spam-stat-buffer-words-with-scores): Don't narrow and change
16887         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16888
16889 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16890
16891         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16892         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16893         (spam-spamassassin-arguments)
16894         (spam-spamassassin-spam-flag-header)
16895         (spam-spamassassin-positive-spam-flag-header)
16896         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16897         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16898         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16899         (spam-list-of-processors, spam-list-of-checks)
16900         (spam-list-of-statistical-checks, spam-registration-functions)
16901         (spam-check-spamassassin-headers, spam-check-spamassassin)
16902         (spam-spamassassin-score)
16903         (spam-spamassassin-register-with-sa-learn)
16904         (spam-spamassassin-register-spam-routine)
16905         (spam-spamassassin-register-ham-routine)
16906         (spam-assassin-register-spam-routine)
16907         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16908         (spam-bogofilter-score): Fix to show article before scoring.
16909
16910 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16911
16912         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16913         default scoring function.
16914         (spam-generic-score): Call spam-spamassassin-score if
16915         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16916         spam-bogofilter-score otherwise.
16917
16918         * gnus.el (spam-process, spam-autodetect-methods): Add
16919         spamassassin and spamassassin-headers.
16920
16921 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16922
16923         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16924         Suppress unnecessary messages.
16925
16926 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16927
16928         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16929         make-hash-table.
16930
16931 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * canlock.el (base64-encode-string): Don't autoload it.
16934
16935 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * run-at-time.el: Remove useless (require 'itimer),
16938         eval-and-compile and (featurep 'xemacs).
16939
16940 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16941
16942         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16943         GROUP is a virtual group.
16944
16945 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16946
16947         * gnus.el: Autoload `message-y-or-n-p'.
16948
16949 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16950
16951         * pgg-parse.el: Remove unnecessary (require 'custom).
16952
16953         * pgg-def.el: do.
16954
16955         * nnmail.el: do.
16956
16957         * gnus-undo.el: do.
16958
16959         * gnus-picon.el: do.
16960
16961         * gnus-util.el: do.
16962
16963 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16964
16965         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16966
16967 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16970         handle, as well as a list.
16971
16972         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16973         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16974         (mm-w3m-cid-retrieve): Simplify.
16975
16976 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16977
16978         * message.el (message-kill-to-signature): Allow prefix arg to
16979         specify number of lines to keep before signature.
16980
16981 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16982
16983         * message.el (message-kill-to-signature): Change docstring.
16984
16985 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * canlock.el: Always require sha1-el.
16988         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16989
16990         * message.el: Autoload sha1 only when compiling.
16991
16992         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16993         eudc-expand-inline for XEmacs.
16994
16995 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * message.el (message-canlock-generate): Require sha1-el.
16998
16999 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17000
17001         * message.el (message-expand-name): Silence the byte compiler.
17002
17003         * lpath.el: Add detect-coding-system.
17004
17005         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17006         cus-edit.
17007
17008 2004-01-13  Simon Josefsson  <jas@extundo.com>
17009
17010         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17011         Invoke gnus-score-mode.  Reported by
17012         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17013
17014         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17015         Jim Blandy <jimb@redhat.com> (tiny change).
17016
17017 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17018
17019         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17020
17021 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17022
17023         * spam.el (spam-get-article-as-string): Update to use
17024         gnus-request-article-this-buffer, much simpler.
17025         (spam-get-article-as-buffer): Remove.
17026
17027 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17028
17029         * message.el (message-expand-name): Use EUDC if the user uses that.
17030
17031 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17032
17033         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17034         character for the encoding to avoid consing a string.
17035
17036         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17037         unnecessarily.
17038
17039         * mm-util.el (mm-replace-chars-in-string): Remove.
17040
17041         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17042         of mm-replace-chars-in-string.
17043
17044 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17045
17046         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17047
17048         * mm-util.el (mm-subst-char-in-string): Support inplace.
17049
17050         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17051         a new string in every iteration.  Use shy groups.
17052
17053 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17054
17055         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17056         * gnus-soup.el (gnus-soup-group-brew):
17057         * gnus-msg.el (gnus-put-message):
17058         * gnus-move.el (gnus-group-move-group-to-server):
17059         * gnus-kill.el (gnus-batch-score):
17060         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17061         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17062         (gnus-group-update-group, gnus-group-read-group)
17063         (gnus-group-make-group, gnus-group-make-help-group)
17064         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17065         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17066         (gnus-group-sort-by-unread, gnus-group-catchup)
17067         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17068         (gnus-group-yank-group, gnus-group-set-info)
17069         (gnus-group-list-groups):
17070         * gnus.el (gnus-generate-new-group-name):
17071         * gnus-delay.el (gnus-delay-send-queue):
17072         * nnvirtual.el (nnvirtual-catchup-group):
17073         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17074         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17075         (gnus-group-prepare-topics, gnus-topic-check-topology):
17076         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17077         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17078         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17079         (gnus-group-make-articles-read):
17080         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17081         (gnus-group-change-level, gnus-kill-newsgroup)
17082         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17083         (gnus-get-unread-articles, gnus-make-articles-unread)
17084         (gnus-make-ascending-articles-unread): Use accessor
17085         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17086         to get group information for improved readability.
17087
17088
17089 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17090
17091         * gnus-art.el (article-decode-mime-words, article-babel)
17092         (gnus-article-highlight-signature, gnus-article-add-buttons)
17093         (gnus-signature-toggle): Use gnus-with-article-buffer.
17094
17095         * gnus-art.el (gnus-article-highlight-headers)
17096         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17097
17098         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17099         (gnus-article-set-globals, gnus-request-article-this-buffer)
17100         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17101         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17102         (gnus-mime-display-alternative): Use with-current-buffer.
17103
17104 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17105
17106         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17107         also under 80 char limit, and call gnus-error if needed.
17108         (spam-fetch-article-header): Fix - it was a
17109         buffer-local variable (gnus-newsgroup-data).
17110         (spam-find-spam): Use spam-generate-fake-headers, forget about
17111         spam-insert-fake-headers.
17112         (spam-insert-fake-headers): Remove.
17113
17114 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17115
17116         * deuglify.el (gnus-article-outlook-unwrap-lines)
17117         (gnus-outlook-rearrange-article)
17118         (gnus-outlook-repair-attribution-outlook)
17119         (gnus-outlook-repair-attribution-block)
17120         (gnus-outlook-repair-attribution-other): Remove redundant
17121         save-excursion.
17122
17123 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17124
17125         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17126         (spam-fetch-field-subject-fast)
17127         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17128         (spam-fetch-article-header): Add functions to deal with Gnus
17129         internals for fast retrieval of article header data.
17130         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17131
17132 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17133
17134         * pop3.el (pop3-md5): Remove.
17135         (pop3-apop): Replace pop3-md5 with md5.
17136
17137         * mm-bodies.el: base64 is always built-in.
17138
17139         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17140         with-current-buffer.
17141
17142 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * canlock.el (canlock-insert-header): Remove excessive grouping in
17145         regexp.
17146
17147         * gnus-sum.el (gnus-summary-read-document): Ditto.
17148
17149         * gnus-uu.el (gnus-uu-part-number): Ditto.
17150
17151         * html2text.el (html2text-remove-tags): Ditto.
17152         (html2text-format-tags): Ditto.
17153         (html2text-format-single-elements): Ditto.
17154
17155         * mml.el (mml-parse-1): Ditto.
17156
17157 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17158
17159         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17160
17161         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17162
17163         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17164
17165         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17166
17167 2003-11-15  Simon Josefsson  <jas@extundo.com>
17168
17169         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17170         (pgg-gpg-lookup-key): Use regexp match instead of
17171         split-string (split-string is different between emacs 21.2 and
17172         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17173
17174 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17175
17176         * gnus-art.el (gnus-mime-view-all-parts)
17177         (gnus-article-part-wrapper, gnus-article-view-part): Use
17178         with-current-buffer.
17179
17180 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17181
17182         * spam.el (spam-disable-spam-split-during-ham-respool)
17183         (spam-spamoracle-database, spam-cache-lookups)
17184         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17185         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17186         (spam-group-ham-marks, spam-group-spam-marks)
17187         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17188         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17189         also add spam-use-blackholes to the statistical checks.
17190         (spam-fetch-field-fast): Add interface to fetching fields, may
17191         become a macro.
17192         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17193         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17194         (spam-insert-fake-headers): Fake an article when needed.
17195         (spam-find-spam): Fake article when possible.
17196         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17197         (spam-check-bogofilter-headers): Use message-fetch-field instead
17198         of nnmail-fetch-field.
17199
17200 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17203
17204 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17205
17206         * spam.el (spam-split): Do not require spam-use-CHECK to be
17207         enabled if that check is passed to spam-split explicitly; also
17208         fix so 'spam doesn't get converted to spam-split-group when
17209         spam-split-symbolic-return is t.
17210         (spam-find-spam): Find registrations of the article and use those
17211         instead of re-running spam-split to find the spam/ham
17212         classification of the article.
17213         (spam-log-processing-to-registry, spam-log-registered-p)
17214         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17215         Use gnus-error instead of gnus-message.
17216         (spam-log-registration-type): Add function to determine the
17217         classification of a message based on registry entries; will
17218         return nil if both 'spam and 'ham are found.
17219         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17220         a reasonably fast local cache without the loading errors.
17221         (spam-cache-lookups): Set to t by default.
17222         (spam-find-spam): Don't try to guess spam-cache-lookups.
17223         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17224         spam-caches entry.
17225         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17226         caching of whitelist/blacklist entries.
17227         (spam-check-whitelist, spam-check-blacklist): Invoke
17228         spam-from-listed-p with a type, not a cache variable.
17229         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17230
17231 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17232
17233         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17234
17235         * nnmail.el (nnmail-split-fancy): do.
17236
17237         * mml.el (mml-parse): do.
17238
17239         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17240         (gnus-score-adaptive): do.
17241
17242 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17245         (gnus-mime-button-map): Don't set keymap parent.
17246         (gnus-button-ctan-directory-regexp): Use shy grouping.
17247         (gnus-prev-page-map): Don't set keymap parent.
17248         (gnus-prev-page-map): Remove duplicated one.
17249         (gnus-next-page-map): Don't set keymap parent.
17250         (gnus-mime-security-button-map): Ditto.
17251
17252         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17253         version number.
17254
17255         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17256
17257 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * canlock.el (canlock-sha1-function): Remove.
17260         (canlock-sha1-function-for-verify): Remove.
17261         (canlock-openssl-program): Remove.
17262         (canlock-openssl-args): Remove.
17263         (canlock-ignore-errors): Remove.
17264         (canlock-sha1-with-openssl): Remove.
17265         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17266         (canlock-verify): Don't use canlock-ignore-errors.
17267
17268         * sha1-el.el (sha1-string-external): Make it can return a string
17269         in binary form.
17270         (sha1-region-external): Ditto.
17271         (sha1-string-internal): Ditto.
17272         (sha1-region-internal): Ditto.
17273         (sha1-region): Ditto.
17274         (sha1-string): Ditto.
17275         (sha1): Ditto.
17276
17277 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17278
17279         * spam.el (spam-report-articles-gmane): New command.
17280
17281 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17284
17285         * run-at-time.el (run-at-time-saved): Remove.
17286         (run-at-time): Doc fix.
17287
17288 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17289
17290         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17291         (gnus-summary-limit-map): Add it.
17292         (gnus-summary-make-menu-bar): do.
17293
17294 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17297         Make attempt at some caching support (done for BBDB only now).
17298         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17299         addresses to be checked.
17300         (spam-clear-cache-BBDB): Add function, to be invoked by
17301         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17302         (spam-check-BBDB): Check and use the caches, if
17303         spam-cache-lookups is on, remove superfluous (provide).
17304
17305 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17308
17309 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17310
17311         * run-at-time.el (run-at-time-saved): Move to after the definition
17312         of `run-at-time'.
17313
17314         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17315
17316 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17319         mm-w3m-local-map-property.
17320
17321         * mm-view.el (mm-w3m-mode-map): Remove.
17322         (mm-w3m-local-map-property): Remove.
17323         (mm-inline-text-html-render-with-w3m): Don't use
17324         mm-w3m-local-map-property.
17325
17326 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17327
17328         * run-at-time.el: New file.
17329
17330         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17331         under Emacs.
17332
17333         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17334         of gnus-set-text-properties.
17335
17336         * gnus-uu.el (gnus-uu-save-article): Ditto.
17337
17338         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17339
17340         * gnus-cite.el (gnus-cite-parse): Ditto.
17341
17342         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17343         of gnus-.
17344
17345         * gnus-xmas.el (run-at-time): Require run-at-time.
17346
17347         * gnus.el: Changed calls to nnheader-run-at-time and
17348         password-run-at-time throughout to use run-at-time directly.
17349
17350         * password.el: Removed definition of run-at-time.
17351
17352         * nnheaderxm.el: Remove definition of run-at-time.
17353
17354 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17355
17356         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17357         in prompt.
17358
17359 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17360
17361         * messagexmas.el (message-xmas-redefine): Alias
17362         `message-make-caesar-translation-table' to
17363         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17364         version.
17365
17366         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17367         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17368         `gnus-xmas-set-text-properties'.
17369         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17370         `gnus-xmas-completing-read'.
17371         (gnus-xmas-completing-read): Removed.
17372         (gnus-xmas-open-network-stream): Removed.
17373
17374         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17375         XEmacs version.
17376
17377         * dns.el (dns-make-network-process): Use `open-network-stream'
17378         instead of `gnus-xmas-open-network-stream'.
17379
17380         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17381
17382         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17383
17384 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17385
17386         * gnus-art.el (gnus-mime-display-alternative)
17387         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17388         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17389         Don't use gnus-local-map-property.
17390
17391         * gnus-util.el (gnus-local-map-property): Remove.
17392
17393         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17394         gnus-completing-read-maybe-default with completing-read.
17395
17396         * gnus-util.el (gnus-completing-read): do.
17397         (gnus-completing-read-maybe-default): Remove.
17398
17399 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17400
17401         * password.el: Only autoload `run-at-time' if not XEmacs.
17402         Only autoload the itimer functions if XEmacs.
17403
17404 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17407         XEmacsen.
17408
17409         * dgnushack.el: Autoload executable-find for XEmacs.
17410
17411 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17412
17413         * gnus-art.el (gnus-read-string): Remove.
17414         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17415         read-string.
17416
17417 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17418
17419         * netrc.el: Autoload password-read.
17420         (netrc): Add configuration group.
17421         (netrc-encoding-method, netrc-openssl-path): Add
17422         variables for encoding and decoding of files with symmetric
17423         ciphers.
17424         (netrc-encode): Add assistant function to encode a file with
17425         netrc-encoding-method.
17426         (netrc-parse): Add interactive parameter, added optional
17427         decoding if netrc-encoding-method is non-nil but otherwise
17428         behavior is standard.
17429         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17430         Do s/encode/encrypt/ everywhere.
17431
17432         * spam.el: Remove executable-find autoload.
17433
17434 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17435
17436         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17437
17438         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17439
17440 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17441
17442         * gnus-art.el (gnus-treat-ansi-sequences)
17443         (article-treat-ansi-sequences): New variable and function.
17444         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17445
17446         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17447         Use it.
17448
17449 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17450
17451         * mm-util.el (mm-quote-arg): Remove.
17452
17453         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17454         shell-quote-argument.
17455
17456         * gnus-uu.el (gnus-uu-command): do.
17457
17458         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17459
17460         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17461         with make-char.
17462
17463         * mm-util.el (mm-make-char): Remove.
17464
17465         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17466         add-minor-mode.
17467
17468         * gnus-undo.el (gnus-undo-mode): do.
17469
17470         * gnus-topic.el (gnus-topic-mode): do.
17471
17472         * gnus-sum.el (gnus-dead-summary-mode): do.
17473
17474         * gnus-start.el (gnus-slave-mode): do.
17475
17476         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17477
17478         * gnus-ml.el (gnus-mailing-list-mode): do.
17479
17480         * gnus-gl.el (gnus-grouplens-mode): do.
17481
17482         * gnus-draft.el (gnus-draft-mode): do.
17483
17484         * gnus-dired.el (gnus-dired-mode): do.
17485
17486         * gnus-ems.el (gnus-add-minor-mode): Remove.
17487
17488         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17489         Replace gnus-char-width with char-width.
17490
17491         * gnus-ems.el (gnus-char-width): Remove.
17492
17493         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17494         Replace gnus-char-width with char-width.
17495
17496         * gnus-ems.el (gnus-char-width): Remove.
17497
17498         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17499         definition.
17500         Remove Emacs 20 hash table compatibility code.
17501
17502         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17503         20 compatibility code.
17504
17505         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17506
17507         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17508
17509         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17510         with point-at-{eol,bol}.
17511
17512         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17513
17514         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17515
17516         * flow-fill.el (fill-flowed-point-at-bol)
17517         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17518
17519         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17520         Replace with point-at-{eol,bol} throughout all files.
17521
17522 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * ntlm.el (ntlm-string-as-unibyte): New macro.
17525         (ntlm-build-auth-response): Use it.
17526
17527         Remove Emacs 20 stuff:
17528         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17529         (butlast, mapc, remove): Remove the compiler macros.
17530         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17531         of delq and copy-sequence.
17532         * gnus-art.el (popup-menu): Remove the compiler macro.
17533         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17534         Emacs 20.
17535
17536 2004-01-05  Simon Josefsson  <jas@extundo.com>
17537
17538         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17539         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17540         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17541         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17542         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17543         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17544         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17545         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17546         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17547         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17548         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17549         string-xor into ntlm-string-xor.  Suggested by
17550         Jesper Harder <harder@myrealbox.com>.
17551
17552         * ntlm.el: Don't include poem.
17553
17554         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17555         Jesper Harder <harder@myrealbox.com>.
17556
17557         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17558
17559         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17560         probably breaks emacs with DL patch, but do we care? Is anyone
17561         still using the DL stuff?)
17562
17563         * sieve-manage.el: Use the password package.
17564         (sieve-manage-read-passwd): Remove.
17565         (sieve-manage-interactive-login): Use password.  Re-add
17566         condition-case around loop.
17567
17568         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17569         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17570         the password package.
17571
17572 2003-02-19  Simon Josefsson  <jas@extundo.com>
17573
17574         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17575         token.
17576
17577 2002-08-07  Simon Josefsson  <jas@extundo.com>
17578
17579         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17580         (sieve-manage-authenticators):
17581         (sieve-manage-authenticator-alist): Add some SASL mechs.
17582         (sieve-sasl-auth): New function.
17583         (sieve-manage-cram-md5-auth):
17584         (sieve-manage-plain-auth): Rewrite using SASL library.
17585         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17586         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17587         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17588         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17589
17590 2004-01-05  Simon Josefsson  <jas@extundo.com>
17591
17592         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17593         New files.
17594
17595 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17596
17597         * gnus-group.el (gnus-no-groups-message): Update.
17598
17599         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17600
17601 2003-11-09  Simon Josefsson  <jas@extundo.com>
17602
17603         * imap.el: Support for ID IMAP extension (RFC 2971).
17604         (imap-local-variables): Add imap-id.
17605         (imap-id): New variable.
17606         (imap-id): New function.
17607         (imap-parse-response): Parse untagged ID response.
17608         * nnimap.el (nnimap-id): New variable.
17609         (nnimap-open-connection): Use it.
17610
17611 2003-12-28  Simon Josefsson  <jas@extundo.com>
17612
17613         * gnus-score.el (gnus-score-edit-all-score): New.
17614         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17615
17616 2004-01-04  Simon Josefsson  <jas@extundo.com>
17617
17618         * password.el: Add.
17619
17620 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17621
17622         * dns.el (dns-query-types): Fix typo.
17623         (dns-query-types): New function.
17624         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17625         PTR and SOA replies, see RFC 1035.
17626
17627 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17628
17629         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17630
17631         * Moved to Changelog.2.
17632
17633 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17634
17635         * gnus.el (gnus-version-number): Bump version.
17636
17637 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17638
17639         * gnus.el: No Gnus v0.1 is released.
17640
17641 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17642
17643         * gnus.el: No Gnus v0.0 is released.
17644
17645 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17646
17647         * gnus.el (gnus-version-number): Bump.
17648         (gnus-version): No.
17649
17650 See ChangeLog.2 for earlier changes.
17651
17652     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17653       Free Software Foundation, Inc.
17654
17655   This file is part of GNU Emacs.
17656
17657   GNU Emacs is free software: you can redistribute it and/or modify
17658   it under the terms of the GNU General Public License as published by
17659   the Free Software Foundation, either version 3 of the License, or
17660   (at your option) any later version.
17661
17662   GNU Emacs is distributed in the hope that it will be useful,
17663   but WITHOUT ANY WARRANTY; without even the implied warranty of
17664   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17665   GNU General Public License for more details.
17666
17667   You should have received a copy of the GNU General Public License
17668   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17669
17670 ;; Local Variables:
17671 ;; coding: utf-8
17672 ;; fill-column: 79
17673 ;; add-log-time-zone-rule: t
17674 ;; End: